diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2002-10-29 07:07:37 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2002-10-29 07:07:37 +0000 |
commit | f762750fbc4122d2df514b4362f396a734017267 (patch) | |
tree | 270c594a1a7a05c2866e94fbc48961e4da6248da /x11-plugins/wmclockmon | |
parent | initial import, closes bug# 9869 (diff) | |
download | historical-f762750fbc4122d2df514b4362f396a734017267.tar.gz historical-f762750fbc4122d2df514b4362f396a734017267.tar.bz2 historical-f762750fbc4122d2df514b4362f396a734017267.zip |
initial import, closes bug# 9867
Diffstat (limited to 'x11-plugins/wmclockmon')
-rw-r--r-- | x11-plugins/wmclockmon/ChangeLog | 12 | ||||
-rw-r--r-- | x11-plugins/wmclockmon/files/digest-wmclockmon-0.1.3 | 1 | ||||
-rw-r--r-- | x11-plugins/wmclockmon/wmclockmon-0.1.3.ebuild | 30 |
3 files changed, 43 insertions, 0 deletions
diff --git a/x11-plugins/wmclockmon/ChangeLog b/x11-plugins/wmclockmon/ChangeLog new file mode 100644 index 000000000000..654af22d317c --- /dev/null +++ b/x11-plugins/wmclockmon/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for x11-plugins/wmclockmon +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclockmon/ChangeLog,v 1.1 2002/10/29 07:07:37 bcowan Exp $ + +*wmclockmon-0.1.3 (29 Oct 2002) + + 29 Oct 2002; Brad Cowan <bcowan@gentoo.org> wmclockmon-0.1.3.ebuild, + ChangeLog, files/digest-wmclockmon-0.1.3 : + + Initial import thanks to Autobot. + + diff --git a/x11-plugins/wmclockmon/files/digest-wmclockmon-0.1.3 b/x11-plugins/wmclockmon/files/digest-wmclockmon-0.1.3 new file mode 100644 index 000000000000..04b8469510ba --- /dev/null +++ b/x11-plugins/wmclockmon/files/digest-wmclockmon-0.1.3 @@ -0,0 +1 @@ +MD5 2357152cbfc41a8571aa37d0b9eee2f7 wmclockmon-0.1.3.tar.gz 91696 diff --git a/x11-plugins/wmclockmon/wmclockmon-0.1.3.ebuild b/x11-plugins/wmclockmon/wmclockmon-0.1.3.ebuild new file mode 100644 index 000000000000..ab9d17147d27 --- /dev/null +++ b/x11-plugins/wmclockmon/wmclockmon-0.1.3.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# Ebuild by AutoBot (autobot@midsouth.rr.com) + +S=${WORKDIR}/${P} + +DESCRIPTION="digital clock dockapp with three different styles." +SRC_URI="http://tnemeth.free.fr/projets/programmes/${P}.tar.gz" +HOMEPAGE="http://tnemeth.free.fr/projets/dockapps.html" + +SLOT="0" +KEYWORDS="x86" +LICENSE="GPL-2" + +DEPEND="x11-base/xfree" + +src_compile() { + + econf || die "configure failed" + + emake || die "parallel make failed" + +} + +src_install () { + + einstall || die "make install failed" + +} + |