diff options
author | Torsten Veller <tove@gentoo.org> | 2010-01-12 12:32:46 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-01-12 12:32:46 +0000 |
commit | 833b030c183eb3c674ce82e338fe54445029d64e (patch) | |
tree | 6203923bedec64256d19a078a4a2b844eb610aa5 /dev-perl/Test-Exception | |
parent | removed old releases and made release bump to 3.15 to fix bug #296618 (diff) | |
download | historical-833b030c183eb3c674ce82e338fe54445029d64e.tar.gz historical-833b030c183eb3c674ce82e338fe54445029d64e.tar.bz2 historical-833b030c183eb3c674ce82e338fe54445029d64e.zip |
Version bump
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Test-Exception')
-rw-r--r-- | dev-perl/Test-Exception/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Test-Exception/Test-Exception-0.29.ebuild | 21 |
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-perl/Test-Exception/ChangeLog b/dev-perl/Test-Exception/ChangeLog index 1f42f7952766..e46afd3ea2b1 100644 --- a/dev-perl/Test-Exception/ChangeLog +++ b/dev-perl/Test-Exception/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Test-Exception -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.57 2009/09/07 07:56:43 tove Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.58 2010/01/12 12:29:53 tove Exp $ + +*Test-Exception-0.29 (12 Jan 2010) + + 12 Jan 2010; Torsten Veller <tove@gentoo.org> +Test-Exception-0.29.ebuild: + Version bump 07 Sep 2009; Torsten Veller <tove@gentoo.org> -Test-Exception-0.25.ebuild: Cleanup diff --git a/dev-perl/Test-Exception/Test-Exception-0.29.ebuild b/dev-perl/Test-Exception/Test-Exception-0.29.ebuild new file mode 100644 index 000000000000..17b0ed99e1b0 --- /dev/null +++ b/dev-perl/Test-Exception/Test-Exception-0.29.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2010 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.29.ebuild,v 1.1 2010/01/12 12:29:53 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=ADIE +inherit perl-module + +DESCRIPTION="test functions for exception based code" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND=">=virtual/perl-Test-Simple-0.64 + >=dev-perl/Sub-Uplevel-0.18" +DEPEND="${RDEPEND} + >=virtual/perl-Module-Build-0.28" + +SRC_TEST="do" |