diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-24 22:49:52 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-24 22:49:52 +0000 |
commit | a38cb25ee53cb60935da737696cb1deca675de55 (patch) | |
tree | 5ca690698f3d290fd8fabd51d85d0f1faaaceaa8 /x11-plugins/wmcms | |
parent | Fixed DEPEND for modular X. (diff) | |
download | gentoo-2-a38cb25ee53cb60935da737696cb1deca675de55.tar.gz gentoo-2-a38cb25ee53cb60935da737696cb1deca675de55.tar.bz2 gentoo-2-a38cb25ee53cb60935da737696cb1deca675de55.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-plugins/wmcms')
-rw-r--r-- | x11-plugins/wmcms/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmcms/files/digest-wmcms-0.3.5 | 1 | ||||
-rw-r--r-- | x11-plugins/wmcms/wmcms-0.3.5-r1.ebuild | 7 | ||||
-rw-r--r-- | x11-plugins/wmcms/wmcms-0.3.5.ebuild | 23 |
4 files changed, 9 insertions, 30 deletions
diff --git a/x11-plugins/wmcms/ChangeLog b/x11-plugins/wmcms/ChangeLog index 0888f80fe6c0..5e16a28daf87 100644 --- a/x11-plugins/wmcms/ChangeLog +++ b/x11-plugins/wmcms/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmcms -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcms/ChangeLog,v 1.12 2004/10/19 08:53:14 absinthe Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcms/ChangeLog,v 1.13 2006/01/24 22:46:40 nelchael Exp $ + + 24 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> -wmcms-0.3.5.ebuild, + wmcms-0.3.5-r1.ebuild: + Fixed DEPEND for modular X. 19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> wmcms-0.3.5-r1.ebuild: Stable on amd64. diff --git a/x11-plugins/wmcms/files/digest-wmcms-0.3.5 b/x11-plugins/wmcms/files/digest-wmcms-0.3.5 deleted file mode 100644 index 96367ea8b7c2..000000000000 --- a/x11-plugins/wmcms/files/digest-wmcms-0.3.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 8f6471bc10ed767bdd4fc3320cd3136c wmcms-0.3.5.tar.bz2 18920 diff --git a/x11-plugins/wmcms/wmcms-0.3.5-r1.ebuild b/x11-plugins/wmcms/wmcms-0.3.5-r1.ebuild index ef0b13479778..4c3613c32301 100644 --- a/x11-plugins/wmcms/wmcms-0.3.5-r1.ebuild +++ b/x11-plugins/wmcms/wmcms-0.3.5-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcms/wmcms-0.3.5-r1.ebuild,v 1.6 2004/10/19 08:53:14 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcms/wmcms-0.3.5-r1.ebuild,v 1.7 2006/01/24 22:46:40 nelchael Exp $ inherit eutils @@ -10,8 +10,7 @@ DESCRIPTION="WindowMaker CPU and Memory Usage Monitor Dock App." SRC_URI="http://orbita.starmedia.com/~neofpo/files/${P}.tar.bz2" HOMEPAGE="http://orbita.starmedia.com/~neofpo/wmcms.html" -DEPEND="virtual/x11 - >=x11-libs/libdockapp-0.4.0-r1" +DEPEND="x11-libs/libdockapp" SLOT="0" LICENSE="GPL-2" diff --git a/x11-plugins/wmcms/wmcms-0.3.5.ebuild b/x11-plugins/wmcms/wmcms-0.3.5.ebuild deleted file mode 100644 index 2ce354a946b8..000000000000 --- a/x11-plugins/wmcms/wmcms-0.3.5.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcms/wmcms-0.3.5.ebuild,v 1.10 2004/06/24 23:07:00 agriffis Exp $ - -IUSE="" - -DESCRIPTION="WindowMaker CPU and Memory Usage Monitor Dock App." -SRC_URI="http://orbita.starmedia.com/~neofpo/files/${P}.tar.bz2" -HOMEPAGE="http://orbita.starmedia.com/~neofpo/wmcms.html" - -DEPEND="x11-libs/libdockapp" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 sparc amd64 ppc" - -src_compile() { - make || die -} - -src_install () { - dobin wmcms -} |