diff options
author | Matti Bickel <mabi@gentoo.org> | 2006-10-30 22:50:49 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2006-10-30 22:50:49 +0000 |
commit | 36917639109c3d91854c040159af05606cbdb8f2 (patch) | |
tree | eb987234c4d9e9d6f0efcd7f526c69b8cf2c5fa5 /app-editors | |
parent | Kill ranged deps, set DEPEND (bug #153333) (diff) | |
download | gentoo-2-36917639109c3d91854c040159af05606cbdb8f2.tar.gz gentoo-2-36917639109c3d91854c040159af05606cbdb8f2.tar.bz2 gentoo-2-36917639109c3d91854c040159af05606cbdb8f2.zip |
Killed ranged deps, set DEPEND (bug #153328)
(Portage version: 2.1.1-r1)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/adie/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/adie/adie-1.2.15.ebuild | 8 | ||||
-rw-r--r-- | app-editors/adie/adie-1.4.12.ebuild | 8 | ||||
-rw-r--r-- | app-editors/adie/adie-1.5.4.ebuild | 8 | ||||
-rw-r--r-- | app-editors/adie/files/digest-adie-1.5.4 | 2 |
5 files changed, 22 insertions, 10 deletions
diff --git a/app-editors/adie/ChangeLog b/app-editors/adie/ChangeLog index 91305ec1b594..464767c14cc4 100644 --- a/app-editors/adie/ChangeLog +++ b/app-editors/adie/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/adie # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/ChangeLog,v 1.2 2006/10/29 19:23:52 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/ChangeLog,v 1.3 2006/10/30 22:50:49 mabi Exp $ + + 30 Oct 2006; Matti Bickel <mabi@gentoo.org> adie-1.2.15.ebuild, + adie-1.4.12.ebuild, adie-1.5.4.ebuild: + Killed ranged deps, set DEPEND (bug #153328) 29 Oct 2006; Matti Bickel <mabi@gentoo.org> -adie-1.0.53.ebuild: Removing stale ebuild (bug #153234) diff --git a/app-editors/adie/adie-1.2.15.ebuild b/app-editors/adie/adie-1.2.15.ebuild index ec3eac752726..4d83a4783e0c 100644 --- a/app-editors/adie/adie-1.2.15.ebuild +++ b/app-editors/adie/adie-1.2.15.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/adie-1.2.15.ebuild,v 1.1 2005/05/07 20:01:45 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/adie-1.2.15.ebuild,v 1.2 2006/10/30 22:50:49 mabi Exp $ inherit fox @@ -11,4 +11,6 @@ SLOT="0" KEYWORDS="~x86 ~amd64 ~alpha ~hppa ~ppc ~ppc64 ~sparc" IUSE="" -RDEPEND=">=x11-libs/fox-1.2.15 <x11-libs/fox-1.3" +DEPEND="=x11-libs/fox-1.2*" + +RDEPEND="${DEPEND}" diff --git a/app-editors/adie/adie-1.4.12.ebuild b/app-editors/adie/adie-1.4.12.ebuild index 4e77f18134a1..307b982ca49e 100644 --- a/app-editors/adie/adie-1.4.12.ebuild +++ b/app-editors/adie/adie-1.4.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/adie-1.4.12.ebuild,v 1.1 2005/05/07 20:01:45 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/adie-1.4.12.ebuild,v 1.2 2006/10/30 22:50:49 mabi Exp $ inherit fox @@ -11,4 +11,6 @@ SLOT="0" KEYWORDS="~x86 ~amd64 ~alpha ~hppa ~ppc ~ppc64 ~sparc" IUSE="" -RDEPEND=">=x11-libs/fox-1.4.12 <x11-libs/fox-1.5" +DEPEND="=x11-libs/fox-1.4*" + +RDEPEND="${DEPEND}" diff --git a/app-editors/adie/adie-1.5.4.ebuild b/app-editors/adie/adie-1.5.4.ebuild index 3ba73ad454d9..4bed2aa414de 100644 --- a/app-editors/adie/adie-1.5.4.ebuild +++ b/app-editors/adie/adie-1.5.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/adie-1.5.4.ebuild,v 1.1 2005/05/07 20:01:45 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/adie-1.5.4.ebuild,v 1.2 2006/10/30 22:50:49 mabi Exp $ inherit fox @@ -11,4 +11,6 @@ SLOT="0" KEYWORDS="~x86 ~amd64 ~alpha ~hppa ~ppc ~ppc64 ~sparc" IUSE="" -RDEPEND="~x11-libs/fox-${PV}" +DEPEND="~x11-libs/fox-${PV}" + +RDEPEND="${DEPEND}" diff --git a/app-editors/adie/files/digest-adie-1.5.4 b/app-editors/adie/files/digest-adie-1.5.4 index 7a9571685311..9a03feb491c7 100644 --- a/app-editors/adie/files/digest-adie-1.5.4 +++ b/app-editors/adie/files/digest-adie-1.5.4 @@ -1 +1,3 @@ MD5 b79f90be88d97ada86c46e1889d1c148 fox-1.5.4.tar.gz 4027866 +RMD160 173939c54571de6718d476f22ee118384bdc4596 fox-1.5.4.tar.gz 4027866 +SHA256 d2735b63b27c0d4b8d16f44c09d096ce812b9e528f3750440dfdd43b588c2be1 fox-1.5.4.tar.gz 4027866 |