diff options
author | Wolfram Schlich <wschlich@gentoo.org> | 2016-01-28 11:01:51 +0100 |
---|---|---|
committer | Wolfram Schlich <wschlich@gentoo.org> | 2016-01-28 11:01:51 +0100 |
commit | 1f6f8fd6050355138be871e3e9a41346e85da93a (patch) | |
tree | 35e59df21f01996898abc6b60dee337d44364a9c /dev-perl | |
parent | mail-filter/sbd-proxy: fixes (diff) | |
download | wschlich-1f6f8fd6050355138be871e3e9a41346e85da93a.tar.gz wschlich-1f6f8fd6050355138be871e3e9a41346e85da93a.tar.bz2 wschlich-1f6f8fd6050355138be871e3e9a41346e85da93a.zip |
dev-perl/Exception-Class-DBI: fixes
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Exception-Class-DBI/ChangeLog | 14 | ||||
-rw-r--r-- | dev-perl/Exception-Class-DBI/Exception-Class-DBI-1.01-r1.ebuild (renamed from dev-perl/Exception-Class-DBI/Exception-Class-DBI-1.01.ebuild) | 6 |
2 files changed, 3 insertions, 17 deletions
diff --git a/dev-perl/Exception-Class-DBI/ChangeLog b/dev-perl/Exception-Class-DBI/ChangeLog deleted file mode 100644 index c7ab4e9..0000000 --- a/dev-perl/Exception-Class-DBI/ChangeLog +++ /dev/null @@ -1,14 +0,0 @@ -# ChangeLog for dev-perl/Exception-Class-DBI -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - -*Exception-Class-DBI-1.01 (26 Sep 2014) - - 26 Sep 2014; Wolfram Schlich <wschlich@gentoo.org> - +Exception-Class-DBI-1.01.ebuild, -Exception-Class-DBI-1.00.ebuild, - metadata.xml: - version bump, bump EAPI to 5 - - 03 Aug 2009; Wolfram Schlich <wschlich@gentoo.org> +metadata.xml, - +Exception-Class-DBI-1.00.ebuild: - initial import diff --git a/dev-perl/Exception-Class-DBI/Exception-Class-DBI-1.01.ebuild b/dev-perl/Exception-Class-DBI/Exception-Class-DBI-1.01-r1.ebuild index 90e12a4..f5a1d6e 100644 --- a/dev-perl/Exception-Class-DBI/Exception-Class-DBI-1.01.ebuild +++ b/dev-perl/Exception-Class-DBI/Exception-Class-DBI-1.01-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" |