diff options
author | Torsten Veller <tove@gentoo.org> | 2010-01-25 10:22:36 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-01-25 10:22:36 +0000 |
commit | ab19c4bca27ba8cbd5f2cf066036041359fd8c33 (patch) | |
tree | 2f1284659a6dede715e99e6553d8c6221e3f00b3 | |
parent | Cleanup (diff) | |
download | gentoo-2-ab19c4bca27ba8cbd5f2cf066036041359fd8c33.tar.gz gentoo-2-ab19c4bca27ba8cbd5f2cf066036041359fd8c33.tar.bz2 gentoo-2-ab19c4bca27ba8cbd5f2cf066036041359fd8c33.zip |
Remove Test-Pod causing circular dependencies
(Portage version: 2.2_rc61/cvs/Linux x86_64)
-rw-r--r-- | perl-core/Compress-Raw-Zlib/ChangeLog | 6 | ||||
-rw-r--r-- | perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.021.ebuild | 8 | ||||
-rw-r--r-- | perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.024.ebuild | 8 |
3 files changed, 13 insertions, 9 deletions
diff --git a/perl-core/Compress-Raw-Zlib/ChangeLog b/perl-core/Compress-Raw-Zlib/ChangeLog index b69512a5bcb0..eb6383524067 100644 --- a/perl-core/Compress-Raw-Zlib/ChangeLog +++ b/perl-core/Compress-Raw-Zlib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/Compress-Raw-Zlib # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v 1.24 2010/01/25 10:17:31 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v 1.25 2010/01/25 10:22:36 tove Exp $ + + 25 Jan 2010; Torsten Veller <tove@gentoo.org> + Compress-Raw-Zlib-2.021.ebuild, Compress-Raw-Zlib-2.024.ebuild: + Remove Test-Pod causing circular dependencies 25 Jan 2010; Torsten Veller <tove@gentoo.org> -Compress-Raw-Zlib-2.020.ebuild, -Compress-Raw-Zlib-2.023.ebuild: diff --git a/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.021.ebuild b/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.021.ebuild index 8bf648fffe87..2dc79379927b 100644 --- a/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.021.ebuild +++ b/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.021.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.021.ebuild,v 1.10 2010/01/05 18:46:39 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.021.ebuild,v 1.11 2010/01/25 10:22:36 tove Exp $ EAPI=2 @@ -11,11 +11,11 @@ DESCRIPTION="Low-Level Interface to zlib compression library" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="test" +IUSE="" RDEPEND=">=sys-libs/zlib-1.2.2.1" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod )" +DEPEND="${RDEPEND}" +# test? ( dev-perl/Test-Pod )" SRC_TEST="do" diff --git a/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.024.ebuild b/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.024.ebuild index 4c244f260ad1..17f8b6324e42 100644 --- a/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.024.ebuild +++ b/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.024.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.024.ebuild,v 1.1 2010/01/12 13:28:45 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.024.ebuild,v 1.2 2010/01/25 10:22:36 tove Exp $ EAPI=2 @@ -11,11 +11,11 @@ DESCRIPTION="Low-Level Interface to zlib compression library" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="test" +IUSE="" RDEPEND=">=sys-libs/zlib-1.2.2.1" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod )" +DEPEND="${RDEPEND}" +# test? ( dev-perl/Test-Pod )" SRC_TEST="do" |