diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-12 10:13:35 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-12 10:13:35 +0000 |
commit | dfcb5fc7d851b56b0e25c3ba23a1f6708ce4a9f3 (patch) | |
tree | 849972e16359dc54838fdab7e32250aa0ecbc788 /www-client | |
parent | Force latest autotools to avoid failure, thanks to Patrick Lauer for noticing... (diff) | |
download | gentoo-2-dfcb5fc7d851b56b0e25c3ba23a1f6708ce4a9f3.tar.gz gentoo-2-dfcb5fc7d851b56b0e25c3ba23a1f6708ce4a9f3.tar.bz2 gentoo-2-dfcb5fc7d851b56b0e25c3ba23a1f6708ce4a9f3.zip |
Fix DEPEND/RDEPEND, thanks to Patrick Lauer for noticing in bug #150962.
(Portage version: 2.1.2_pre2-r9)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/ci/ChangeLog | 8 | ||||
-rw-r--r-- | www-client/ci/ci-1.0.0.ebuild | 10 | ||||
-rw-r--r-- | www-client/ci/ci-1.1.5.ebuild | 10 | ||||
-rw-r--r-- | www-client/ci/ci-1.1.6.ebuild | 10 |
4 files changed, 21 insertions, 17 deletions
diff --git a/www-client/ci/ChangeLog b/www-client/ci/ChangeLog index 5d700b3a0c57..aa48621af938 100644 --- a/www-client/ci/ChangeLog +++ b/www-client/ci/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-client/ci -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/ci/ChangeLog,v 1.1 2004/09/08 13:31:55 usata Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-client/ci/ChangeLog,v 1.2 2006/10/12 10:13:35 flameeyes Exp $ + + 12 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> ci-1.0.0.ebuild, + ci-1.1.5.ebuild, ci-1.1.6.ebuild: + Fix DEPEND/RDEPEND, thanks to Patrick Lauer for noticing in bug #150962. *ci-1.1.5 (08 Sep 2004) diff --git a/www-client/ci/ci-1.0.0.ebuild b/www-client/ci/ci-1.0.0.ebuild index 62958fdab99f..fe1d876f1913 100644 --- a/www-client/ci/ci-1.0.0.ebuild +++ b/www-client/ci/ci-1.0.0.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/www-client/ci/ci-1.0.0.ebuild,v 1.1 2004/09/08 13:31:55 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/ci/ci-1.0.0.ebuild,v 1.2 2006/10/12 10:13:35 flameeyes Exp $ IUSE="" @@ -14,10 +14,10 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" -DEPEND=">=sys-apps/sed-4" -RDEPEND="virtual/ruby +DEPEND="virtual/ruby =x11-libs/gtk+-1.2* - >=dev-ruby/ruby-gtk-0.28 + >=dev-ruby/ruby-gtk-0.28" +RDEPEND="${DEPEND} media-fonts/monafont" S=${WORKDIR}/Ci diff --git a/www-client/ci/ci-1.1.5.ebuild b/www-client/ci/ci-1.1.5.ebuild index e8447cd65d1e..08ab27bcc42b 100644 --- a/www-client/ci/ci-1.1.5.ebuild +++ b/www-client/ci/ci-1.1.5.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/www-client/ci/ci-1.1.5.ebuild,v 1.1 2004/09/08 13:31:55 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/ci/ci-1.1.5.ebuild,v 1.2 2006/10/12 10:13:35 flameeyes Exp $ IUSE="" @@ -23,10 +23,10 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" -DEPEND=">=sys-apps/sed-4" -RDEPEND="virtual/ruby +DEPEND="virtual/ruby =x11-libs/gtk+-1.2* - >=dev-ruby/ruby-gtk-0.28 + >=dev-ruby/ruby-gtk-0.28" +RDEPEND="${DEPEND} media-fonts/monafont" S=${WORKDIR}/Ci-${MY_PV} diff --git a/www-client/ci/ci-1.1.6.ebuild b/www-client/ci/ci-1.1.6.ebuild index 321ee28db801..415e71609833 100644 --- a/www-client/ci/ci-1.1.6.ebuild +++ b/www-client/ci/ci-1.1.6.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/www-client/ci/ci-1.1.6.ebuild,v 1.1 2004/09/08 13:31:55 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/ci/ci-1.1.6.ebuild,v 1.2 2006/10/12 10:13:35 flameeyes Exp $ IUSE="" @@ -23,10 +23,10 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" -DEPEND=">=sys-apps/sed-4" -RDEPEND="virtual/ruby +DEPEND="virtual/ruby =x11-libs/gtk+-1.2* - >=dev-ruby/ruby-gtk-0.28 + >=dev-ruby/ruby-gtk-0.28" +RDEPEND="${DEPEND} media-fonts/monafont" S=${WORKDIR}/Ci-${MY_PV} |