diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2004-07-21 23:59:42 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2004-07-21 23:59:42 +0000 |
commit | 80deb717c6f9e4ca676666d2c2f2a5eaea17c228 (patch) | |
tree | 75d338675efc291ba958235627e232d6de95ee83 /x11-plugins/wmbutton | |
parent | remove =dev-libs/cyrus-sasl-2.1.19, ready for testing. (diff) | |
download | historical-80deb717c6f9e4ca676666d2c2f2a5eaea17c228.tar.gz historical-80deb717c6f9e4ca676666d2c2f2a5eaea17c228.tar.bz2 historical-80deb717c6f9e4ca676666d2c2f2a5eaea17c228.zip |
Remove redundant RDEPEND in x11-plugins/wmbutton-0.5.ebuild
Diffstat (limited to 'x11-plugins/wmbutton')
-rw-r--r-- | x11-plugins/wmbutton/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmbutton/Manifest | 6 | ||||
-rw-r--r-- | x11-plugins/wmbutton/wmbutton-0.5.ebuild | 3 |
3 files changed, 8 insertions, 6 deletions
diff --git a/x11-plugins/wmbutton/ChangeLog b/x11-plugins/wmbutton/ChangeLog index 8f062c592c0b..041284711b93 100644 --- a/x11-plugins/wmbutton/ChangeLog +++ b/x11-plugins/wmbutton/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmbutton # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbutton/ChangeLog,v 1.2 2004/07/18 11:44:42 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbutton/ChangeLog,v 1.3 2004/07/21 23:59:42 s4t4n Exp $ + + 22 Jul 2004; Michele Noberasco <s4t4n@gentoo.org> wmbutton-0.5.ebuild: + Remove redundant RDEPEND variable. 18 Jul 2004; David Holm <dholm@gentoo.org> wmbutton-0.5.ebuild: Added to ~ppc. diff --git a/x11-plugins/wmbutton/Manifest b/x11-plugins/wmbutton/Manifest index f55aa090b925..ce0ba4367be1 100644 --- a/x11-plugins/wmbutton/Manifest +++ b/x11-plugins/wmbutton/Manifest @@ -1,8 +1,8 @@ -MD5 cee11d06163c07ba8fae92e910530e35 ChangeLog 460 +MD5 6a1e461fc40a46c30d8bfe9aa7a9850a wmbutton-0.5.ebuild 914 +MD5 897cd180463fb7a574daf5488f22c264 ChangeLog 571 MD5 62ba71d3b2fa785a4cbd5d47fdbd0eb6 metadata.xml 165 -MD5 37247661b61558e7423141ab0bd38ecf wmbutton-0.5.ebuild 934 MD5 6255e9c88017586a8a3c19713f2b5129 files/digest-wmbutton-0.5 63 +MD5 76263f6d447775d0a50f3a42e9e8299e files/wmbutton-cflags.patch 483 MD5 7d562ae9a457c07a11b6c6038769dc6f files/sample.wmbutton 659 MD5 542aee10cbc05b839c1f6d09f98b6406 files/wmbutton-buttons.xpm 25003 -MD5 76263f6d447775d0a50f3a42e9e8299e files/wmbutton-cflags.patch 483 MD5 1bbe314d935c36bdb0cc7e80141624c9 files/wmbutton.desktop 242 diff --git a/x11-plugins/wmbutton/wmbutton-0.5.ebuild b/x11-plugins/wmbutton/wmbutton-0.5.ebuild index 8473dbdac63b..f1a1703c5c32 100644 --- a/x11-plugins/wmbutton/wmbutton-0.5.ebuild +++ b/x11-plugins/wmbutton/wmbutton-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbutton/wmbutton-0.5.ebuild,v 1.2 2004/07/18 11:44:42 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbutton/wmbutton-0.5.ebuild,v 1.3 2004/07/21 23:59:42 s4t4n Exp $ inherit eutils @@ -11,7 +11,6 @@ SRC_URI="http://www.dockapps.org/download.php/id/454/${P}.tar.gz" HOMEPAGE="http://www.dockapps.org/file.php/id/241" DEPEND="virtual/x11" -RDEPEND="${DEPEND}" SLOT="0" LICENSE="GPL-2" |