diff options
author | 2002-06-04 14:13:54 +0000 | |
---|---|---|
committer | 2002-06-04 14:13:54 +0000 | |
commit | a3db3a3bfb633d2d6b80f684179fb35bd43609ea (patch) | |
tree | 9a5e715daa9fee834a2b3f897ec8b57f6ce78751 /x11-misc | |
parent | GCC3.1 fixes tested on 2.95.3 as well (diff) | |
download | historical-a3db3a3bfb633d2d6b80f684179fb35bd43609ea.tar.gz historical-a3db3a3bfb633d2d6b80f684179fb35bd43609ea.tar.bz2 historical-a3db3a3bfb633d2d6b80f684179fb35bd43609ea.zip |
Initial release of new wmbatppc ebuild and associated files.
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/wmbatppc/Changelog | 10 | ||||
-rw-r--r-- | x11-misc/wmbatppc/files/digest-wmbatppc-1.0-r1 | 1 | ||||
-rw-r--r-- | x11-misc/wmbatppc/wmbatppc-1.0-r1.ebuild | 21 |
3 files changed, 32 insertions, 0 deletions
diff --git a/x11-misc/wmbatppc/Changelog b/x11-misc/wmbatppc/Changelog new file mode 100644 index 000000000000..b1ce41b20711 --- /dev/null +++ b/x11-misc/wmbatppc/Changelog @@ -0,0 +1,10 @@ +# ChangeLog for x11-misc/wmbatppc +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmbatppc/Changelog,v 1.1 2002/06/04 14:13:54 doctomoe Exp $ + +*wmbatppc-1.0-r1 (04 Jun 2002) + + 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-misc/wmbatppc/files/digest-wmbatppc-1.0-r1 b/x11-misc/wmbatppc/files/digest-wmbatppc-1.0-r1 new file mode 100644 index 000000000000..6195afc82742 --- /dev/null +++ b/x11-misc/wmbatppc/files/digest-wmbatppc-1.0-r1 @@ -0,0 +1 @@ +MD5 2c0bdeed382993fc1d6f66814dc322ba wmbatppc-1.0.tar.gz 32645 diff --git a/x11-misc/wmbatppc/wmbatppc-1.0-r1.ebuild b/x11-misc/wmbatppc/wmbatppc-1.0-r1.ebuild new file mode 100644 index 000000000000..82bf96351dc5 --- /dev/null +++ b/x11-misc/wmbatppc/wmbatppc-1.0-r1.ebuild @@ -0,0 +1,21 @@ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmbatppc/wmbatppc-1.0-r1.ebuild,v 1.1 2002/06/04 14:13:54 doctomoe 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/glibc x11-base/xfree sys-apps/pmud" +RDEPEND="virtual/glibc x11-base/xfree sys-apps/pmud" +SLOT=1 +LICENSE=GPL-2 + +src_compile() { + make || die +} + +src_install () { + dodir /usr/bin/ + dobin wmbatppc + doman wmbatppc.1 +} |