diff options
author | Wolfram Schlich <wschlich@gentoo.org> | 2016-01-28 11:02:36 +0100 |
---|---|---|
committer | Wolfram Schlich <wschlich@gentoo.org> | 2016-01-28 11:02:36 +0100 |
commit | 5b07fecb37859e6ce5b98214514d2b9ed4c0ebd0 (patch) | |
tree | 8d5f3aec68a53964ff0ee1ea7d22bfb14d0e8c6c | |
parent | dev-perl/Exception-Class-DBI: fixes (diff) | |
download | wschlich-5b07fecb37859e6ce5b98214514d2b9ed4c0ebd0.tar.gz wschlich-5b07fecb37859e6ce5b98214514d2b9ed4c0ebd0.tar.bz2 wschlich-5b07fecb37859e6ce5b98214514d2b9ed4c0ebd0.zip |
dev-perl/Exception-Class-TryCatch: fixes
Package-Manager: portage-2.2.27
-rw-r--r-- | dev-perl/Exception-Class-TryCatch/ChangeLog | 14 | ||||
-rw-r--r-- | dev-perl/Exception-Class-TryCatch/Exception-Class-TryCatch-1.13-r1.ebuild (renamed from dev-perl/Exception-Class-TryCatch/Exception-Class-TryCatch-1.13.ebuild) | 6 |
2 files changed, 3 insertions, 17 deletions
diff --git a/dev-perl/Exception-Class-TryCatch/ChangeLog b/dev-perl/Exception-Class-TryCatch/ChangeLog deleted file mode 100644 index 98969bb..0000000 --- a/dev-perl/Exception-Class-TryCatch/ChangeLog +++ /dev/null @@ -1,14 +0,0 @@ -# ChangeLog for dev-perl/Exception-Class-TryCatch -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - -*Exception-Class-TryCatch-1.13 (26 Sep 2014) - - 26 Sep 2014; Wolfram Schlich <wschlich@gentoo.org> - +Exception-Class-TryCatch-1.13.ebuild, -Exception-Class-TryCatch-1.12.ebuild, - metadata.xml: - version bump, bump EAPI to 5 - - 03 Aug 2009; Wolfram Schlich <wschlich@gentoo.org> +metadata.xml, - +Exception-Class-TryCatch-1.12.ebuild: - initial import diff --git a/dev-perl/Exception-Class-TryCatch/Exception-Class-TryCatch-1.13.ebuild b/dev-perl/Exception-Class-TryCatch/Exception-Class-TryCatch-1.13-r1.ebuild index ff1959d..a89884a 100644 --- a/dev-perl/Exception-Class-TryCatch/Exception-Class-TryCatch-1.13.ebuild +++ b/dev-perl/Exception-Class-TryCatch/Exception-Class-TryCatch-1.13-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ EAPI=5 @@ -15,6 +15,6 @@ IUSE="" RDEPEND="dev-perl/Exception-Class" DEPEND="${RDEPEND} - >=virtual/perl-Module-Build-0.28" + >=dev-perl/Module-Build-0.28" SRC_TEST="do" |