diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-05-06 00:27:31 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-05-06 00:27:31 +0000 |
commit | 5706cf66fa6bfeff41d080cf9a35de87660d873c (patch) | |
tree | 6451b09c60927fb9af3f5d555d90c20de1005ffb /x11-plugins/gkrellshoot | |
parent | Removed * postfix from <, <=, >= and > dependencies. (diff) | |
download | gentoo-2-5706cf66fa6bfeff41d080cf9a35de87660d873c.tar.gz gentoo-2-5706cf66fa6bfeff41d080cf9a35de87660d873c.tar.bz2 gentoo-2-5706cf66fa6bfeff41d080cf9a35de87660d873c.zip |
Removed * postfix from <, <=, >= and > dependencies.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'x11-plugins/gkrellshoot')
-rw-r--r-- | x11-plugins/gkrellshoot/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/gkrellshoot/gkrellshoot-0.4.1.ebuild | 4 | ||||
-rw-r--r-- | x11-plugins/gkrellshoot/gkrellshoot-0.4.3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-plugins/gkrellshoot/ChangeLog b/x11-plugins/gkrellshoot/ChangeLog index 0aac4fe1c1c1..dba58733b2ff 100644 --- a/x11-plugins/gkrellshoot/ChangeLog +++ b/x11-plugins/gkrellshoot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/gkrellshoot # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellshoot/ChangeLog,v 1.14 2005/04/27 17:57:10 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellshoot/ChangeLog,v 1.15 2005/05/06 00:22:59 swegener Exp $ + + 06 May 2005; Sven Wegener <swegener@gentoo.org> gkrellshoot-0.4.1.ebuild, + gkrellshoot-0.4.3.ebuild: + Removed * postfix from <, <=, >= and > dependencies. 27 Apr 2005; Herbie Hopkins <herbs@gentoo.org> gkrellshoot-0.4.1.ebuild: Stable on amd64. diff --git a/x11-plugins/gkrellshoot/gkrellshoot-0.4.1.ebuild b/x11-plugins/gkrellshoot/gkrellshoot-0.4.1.ebuild index ed85adcfdb29..e3bcf6a7bda5 100644 --- a/x11-plugins/gkrellshoot/gkrellshoot-0.4.1.ebuild +++ b/x11-plugins/gkrellshoot/gkrellshoot-0.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellshoot/gkrellshoot-0.4.1.ebuild,v 1.17 2005/04/27 17:57:10 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellshoot/gkrellshoot-0.4.1.ebuild,v 1.18 2005/05/06 00:22:59 swegener Exp $ S=${WORKDIR}/${P/s/S} DESCRIPTION="GKrellm2 plugin to take screen shots and lock screen" @@ -13,7 +13,7 @@ KEYWORDS="x86 sparc ~alpha amd64 ppc" IUSE="" DEPEND="=x11-libs/gtk+-2* - >=app-admin/gkrellm-2*" + >=app-admin/gkrellm-2" RDEPEND="${DEPEND} media-gfx/imagemagick" diff --git a/x11-plugins/gkrellshoot/gkrellshoot-0.4.3.ebuild b/x11-plugins/gkrellshoot/gkrellshoot-0.4.3.ebuild index 0786de1202d1..c544eb250694 100644 --- a/x11-plugins/gkrellshoot/gkrellshoot-0.4.3.ebuild +++ b/x11-plugins/gkrellshoot/gkrellshoot-0.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellshoot/gkrellshoot-0.4.3.ebuild,v 1.2 2005/04/27 17:55:48 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellshoot/gkrellshoot-0.4.3.ebuild,v 1.3 2005/05/06 00:22:59 swegener Exp $ inherit multilib @@ -15,7 +15,7 @@ KEYWORDS="~x86 ~sparc ~alpha ~amd64 ~ppc" IUSE="" DEPEND="=x11-libs/gtk+-2* - >=app-admin/gkrellm-2*" + >=app-admin/gkrellm-2" RDEPEND="${DEPEND} media-gfx/imagemagick" |