diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-30 07:44:13 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-30 07:44:13 +0000 |
commit | 425e3f458fe1a5cfdf3c6a3428215f4483307747 (patch) | |
tree | 0eee246ccba7098070d351136796036965dff197 /x11-plugins/wmbatppc | |
parent | Security update. (diff) | |
download | gentoo-2-425e3f458fe1a5cfdf3c6a3428215f4483307747.tar.gz gentoo-2-425e3f458fe1a5cfdf3c6a3428215f4483307747.tar.bz2 gentoo-2-425e3f458fe1a5cfdf3c6a3428215f4483307747.zip |
moved WindowMaker dockapps from x11-misc to x11-plugins
Diffstat (limited to 'x11-plugins/wmbatppc')
-rw-r--r-- | x11-plugins/wmbatppc/ChangeLog | 14 | ||||
-rw-r--r-- | x11-plugins/wmbatppc/files/digest-wmbatppc-1.0-r1 | 1 | ||||
-rw-r--r-- | x11-plugins/wmbatppc/wmbatppc-1.0-r1.ebuild | 25 |
3 files changed, 40 insertions, 0 deletions
diff --git a/x11-plugins/wmbatppc/ChangeLog b/x11-plugins/wmbatppc/ChangeLog new file mode 100644 index 000000000000..d140bb0c9005 --- /dev/null +++ b/x11-plugins/wmbatppc/ChangeLog @@ -0,0 +1,14 @@ +# ChangeLog for x11-plugins/wmbatppc +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbatppc/ChangeLog,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +*wmbatppc-1.0-r1 (04 Jun 2002) + + 29 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to x11-plugins + + 04 Jun 2002; Olivier Reisch <doctomoe@gentoo.org> wmbatppc-1.0-r1.ebuild: + + Initial release of the wmbatppc ebuild. Thanks to theim@umd.umich.edu + (Todd Heim) who contributed this ebuild. diff --git a/x11-plugins/wmbatppc/files/digest-wmbatppc-1.0-r1 b/x11-plugins/wmbatppc/files/digest-wmbatppc-1.0-r1 new file mode 100644 index 000000000000..6195afc82742 --- /dev/null +++ b/x11-plugins/wmbatppc/files/digest-wmbatppc-1.0-r1 @@ -0,0 +1 @@ +MD5 2c0bdeed382993fc1d6f66814dc322ba wmbatppc-1.0.tar.gz 32645 diff --git a/x11-plugins/wmbatppc/wmbatppc-1.0-r1.ebuild b/x11-plugins/wmbatppc/wmbatppc-1.0-r1.ebuild new file mode 100644 index 000000000000..bf4675afbccf --- /dev/null +++ b/x11-plugins/wmbatppc/wmbatppc-1.0-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbatppc/wmbatppc-1.0-r1.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +S=${WORKDIR}/wmbatppc +DESCRIPTION="wmbatppc is a small battery-monitoring dockapp. It works on G3/G4 Powerbooks and iBooks." +SRC_URI="http://titelou.free.fr/wmbatppc/${P}.tar.gz" +HOMEPAGE="http://titelou.free.fr/wmbatppc/" + +DEPEND="virtual/x11 + sys-apps/pmud" + +SLOT="1" +LICENSE="GPL-2" +KEYWORDS="ppc" + +src_compile() { + make || die +} + +src_install () { + dodir /usr/bin/ + dobin wmbatppc + doman wmbatppc.1 +} |