diff options
author | Joshua Charles Campbell <warpzero@gentoo.org> | 2004-03-16 05:04:21 +0000 |
---|---|---|
committer | Joshua Charles Campbell <warpzero@gentoo.org> | 2004-03-16 05:04:21 +0000 |
commit | ffe221d29b5f8c0836221282603b763b38826456 (patch) | |
tree | cdac1bc5b9596c5c80b497b289b72ebb4d611608 /x11-plugins/wmbatppc | |
parent | don't assign default to S (diff) | |
download | historical-ffe221d29b5f8c0836221282603b763b38826456.tar.gz historical-ffe221d29b5f8c0836221282603b763b38826456.tar.bz2 historical-ffe221d29b5f8c0836221282603b763b38826456.zip |
DANGER WARNING WILL ROBINSON app-laptop moves for ppc REMOVING OLD PACKAGES !!!!
Diffstat (limited to 'x11-plugins/wmbatppc')
-rw-r--r-- | x11-plugins/wmbatppc/ChangeLog | 17 | ||||
-rw-r--r-- | x11-plugins/wmbatppc/Manifest | 3 | ||||
-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 |
4 files changed, 0 insertions, 46 deletions
diff --git a/x11-plugins/wmbatppc/ChangeLog b/x11-plugins/wmbatppc/ChangeLog deleted file mode 100644 index 01dabbc62b99..000000000000 --- a/x11-plugins/wmbatppc/ChangeLog +++ /dev/null @@ -1,17 +0,0 @@ -# ChangeLog for x11-plugins/wmbatppc -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbatppc/ChangeLog,v 1.3 2004/01/04 18:36:48 aliz Exp $ - - 04 Jan 2004; Daniel Ahlberg <aliz@gentoo.org> wmbatppc-1.0-r1.ebuild: - This seems to be ppc only, not for amd64 - -*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/Manifest b/x11-plugins/wmbatppc/Manifest deleted file mode 100644 index 6f93fbb614b6..000000000000 --- a/x11-plugins/wmbatppc/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -MD5 728008018b30c05af58fb107acf883dd wmbatppc-1.0-r1.ebuild 644 -MD5 43a37c2717e582b9dbc8c4c2d252df41 ChangeLog 645 -MD5 1c36fba32a1054874bc4086e7445478e files/digest-wmbatppc-1.0-r1 63 diff --git a/x11-plugins/wmbatppc/files/digest-wmbatppc-1.0-r1 b/x11-plugins/wmbatppc/files/digest-wmbatppc-1.0-r1 deleted file mode 100644 index 6195afc82742..000000000000 --- a/x11-plugins/wmbatppc/files/digest-wmbatppc-1.0-r1 +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index f94f8871984e..000000000000 --- a/x11-plugins/wmbatppc/wmbatppc-1.0-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2003 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.6 2004/01/04 18:36:48 aliz 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 -amd64" - -src_compile() { - make || die -} - -src_install () { - dodir /usr/bin/ - dobin wmbatppc - doman wmbatppc.1 -} |