diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-12-06 12:57:18 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-12-06 12:57:18 +0000 |
commit | bba4087922871d397afefe7a8e9dfd65bc67834a (patch) | |
tree | 3280dab42bea633ce8d1cbd79423deb67ca785f5 /dev-perl/Test-Exception | |
parent | wxGTK gcc41 fix (diff) | |
download | historical-bba4087922871d397afefe7a8e9dfd65bc67834a.tar.gz historical-bba4087922871d397afefe7a8e9dfd65bc67834a.tar.bz2 historical-bba4087922871d397afefe7a8e9dfd65bc67834a.zip |
Bug 114468 - or clause was backwards
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'dev-perl/Test-Exception')
-rw-r--r-- | dev-perl/Test-Exception/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Test-Exception/Test-Exception-0.15.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/Test-Exception/Test-Exception-0.20.ebuild | 6 | ||||
-rw-r--r-- | dev-perl/Test-Exception/files/digest-Test-Exception-0.15 | 1 |
4 files changed, 8 insertions, 24 deletions
diff --git a/dev-perl/Test-Exception/ChangeLog b/dev-perl/Test-Exception/ChangeLog index dafd620f7c37..14136f76a1a5 100644 --- a/dev-perl/Test-Exception/ChangeLog +++ b/dev-perl/Test-Exception/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Test-Exception # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.13 2005/12/03 14:10:32 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.14 2005/12/06 12:54:00 mcummings Exp $ + + 06 Dec 2005; <mcumming@gentoo.org> -Test-Exception-0.15.ebuild, + Test-Exception-0.20.ebuild: + Bug 114468 - or clause was backwards 03 Dec 2005; Michael Cummings <mcummings@gentoo.org> Test-Exception-0.20.ebuild: diff --git a/dev-perl/Test-Exception/Test-Exception-0.15.ebuild b/dev-perl/Test-Exception/Test-Exception-0.15.ebuild deleted file mode 100644 index 9b29566462ce..000000000000 --- a/dev-perl/Test-Exception/Test-Exception-0.15.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/Test-Exception-0.15.ebuild,v 1.8 2005/07/30 12:32:22 pvdabeel Exp $ - -inherit perl-module - -DESCRIPTION="test functions for exception based code" -HOMEPAGE="http://search.cpan.org/~adie/${P}/" -SRC_URI="mirror://cpan/authors/id/A/AD/ADIE/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="ppc ~sparc x86" -IUSE="" -SRC_TEST="do" - -DEPEND="perl-core/Test-Simple - dev-perl/Test-Builder-Tester - dev-perl/Sub-Uplevel" diff --git a/dev-perl/Test-Exception/Test-Exception-0.20.ebuild b/dev-perl/Test-Exception/Test-Exception-0.20.ebuild index d4e4be99b863..3af5b7e425ad 100644 --- a/dev-perl/Test-Exception/Test-Exception-0.20.ebuild +++ b/dev-perl/Test-Exception/Test-Exception-0.20.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/dev-perl/Test-Exception/Test-Exception-0.20.ebuild,v 1.8 2005/12/03 14:10:32 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/Test-Exception-0.20.ebuild,v 1.9 2005/12/06 12:54:00 mcummings Exp $ inherit perl-module @@ -14,6 +14,6 @@ KEYWORDS="amd64 ppc sparc x86" IUSE="" SRC_TEST="do" -DEPEND="||( ( <perl-core/Test-Simple-0.62 dev-perl/Test-Builder-Tester ) - ( >=perl-core/Test-Simple-0.62 )) +DEPEND="||( ( >=perl-core/Test-Simple-0.62 ) + ( <perl-core/Test-Simple-0.62 dev-perl/Test-Builder-Tester )) dev-perl/Sub-Uplevel" diff --git a/dev-perl/Test-Exception/files/digest-Test-Exception-0.15 b/dev-perl/Test-Exception/files/digest-Test-Exception-0.15 deleted file mode 100644 index 5d621c60352f..000000000000 --- a/dev-perl/Test-Exception/files/digest-Test-Exception-0.15 +++ /dev/null @@ -1 +0,0 @@ -MD5 260074f5be5196713c7a13131a309f53 Test-Exception-0.15.tar.gz 7497 |