diff options
author | Jim Ramsay <lack@gentoo.org> | 2007-02-22 18:58:30 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2007-02-22 18:58:30 +0000 |
commit | e87f410a939e32afdfcac65db0e58e34b2650d17 (patch) | |
tree | e48bc3aa1846a18c7df1db8d13c0ac567d399781 /x11-plugins/gkrellm-trayicons | |
parent | Removed all reference to gkrellm-1 (diff) | |
download | gentoo-2-e87f410a939e32afdfcac65db0e58e34b2650d17.tar.gz gentoo-2-e87f410a939e32afdfcac65db0e58e34b2650d17.tar.bz2 gentoo-2-e87f410a939e32afdfcac65db0e58e34b2650d17.zip |
Remove all reference to gkrellm-1
(Portage version: 2.1.2-r10)
Diffstat (limited to 'x11-plugins/gkrellm-trayicons')
-rw-r--r-- | x11-plugins/gkrellm-trayicons/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild | 4 | ||||
-rw-r--r-- | x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-plugins/gkrellm-trayicons/ChangeLog b/x11-plugins/gkrellm-trayicons/ChangeLog index cde24dff580a..b81a1178dfe8 100644 --- a/x11-plugins/gkrellm-trayicons/ChangeLog +++ b/x11-plugins/gkrellm-trayicons/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/gkrellm-trayicons # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-trayicons/ChangeLog,v 1.9 2007/02/21 15:53:30 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-trayicons/ChangeLog,v 1.10 2007/02/22 18:58:30 lack Exp $ + + 22 Feb 2007; Jim Ramsay <lack@gentoo.org> gkrellm-trayicons-1.02.ebuild, + gkrellm-trayicons-1.03.ebuild: + Remove all reference to gkrellm-1 *gkrellm-trayicons-1.03 (21 Feb 2007) diff --git a/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild b/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild index 7dbdcd8f9706..8bade6fa6a0d 100644 --- a/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild +++ b/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild,v 1.9 2007/02/05 15:58:39 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild,v 1.10 2007/02/22 18:58:30 lack Exp $ inherit multilib @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="amd64 ppc ~sparc x86" IUSE="" -DEPEND="app-admin/gkrellm" +DEPEND="=app-admin/gkrellm-2*" src_compile() { emake || die "emake failed" diff --git a/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03.ebuild b/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03.ebuild index 47df89ebe71c..ce1aa722f471 100644 --- a/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03.ebuild +++ b/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03.ebuild,v 1.1 2007/02/21 15:53:30 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03.ebuild,v 1.2 2007/02/22 18:58:30 lack Exp $ inherit multilib @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" -DEPEND="app-admin/gkrellm" +DEPEND="=app-admin/gkrellm-2*" src_compile() { emake || die "emake failed" |