summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-08-30 07:44:13 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-08-30 07:44:13 +0000
commite404f6b225b9ccbd1290e7dda3ff18c5842c0497 (patch)
treec8ba8680f4b553cdf3e7783242497fe14fba9754 /x11-plugins/wmbatppc
parentmoved WindowMaker dockapps from x11-misc to x11-plugins (diff)
downloadhistorical-e404f6b225b9ccbd1290e7dda3ff18c5842c0497.tar.gz
historical-e404f6b225b9ccbd1290e7dda3ff18c5842c0497.tar.bz2
historical-e404f6b225b9ccbd1290e7dda3ff18c5842c0497.zip
moved WindowMaker dockapps from x11-misc to x11-plugins
Diffstat (limited to 'x11-plugins/wmbatppc')
-rw-r--r--x11-plugins/wmbatppc/ChangeLog14
-rw-r--r--x11-plugins/wmbatppc/files/digest-wmbatppc-1.0-r11
-rw-r--r--x11-plugins/wmbatppc/wmbatppc-1.0-r1.ebuild25
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
+}