summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Reisch <doctomoe@gentoo.org>2002-06-04 14:13:54 +0000
committerOlivier Reisch <doctomoe@gentoo.org>2002-06-04 14:13:54 +0000
commita3db3a3bfb633d2d6b80f684179fb35bd43609ea (patch)
tree9a5e715daa9fee834a2b3f897ec8b57f6ce78751
parentGCC3.1 fixes tested on 2.95.3 as well (diff)
downloadhistorical-a3db3a3bfb633d2d6b80f684179fb35bd43609ea.tar.gz
historical-a3db3a3bfb633d2d6b80f684179fb35bd43609ea.tar.bz2
historical-a3db3a3bfb633d2d6b80f684179fb35bd43609ea.zip
Initial release of new wmbatppc ebuild and associated files.
-rw-r--r--x11-misc/wmbatppc/Changelog10
-rw-r--r--x11-misc/wmbatppc/files/digest-wmbatppc-1.0-r11
-rw-r--r--x11-misc/wmbatppc/wmbatppc-1.0-r1.ebuild21
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
+}