summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-09-01 11:21:33 +0000
committerTorsten Veller <tove@gentoo.org>2011-09-01 11:21:33 +0000
commit8444973ec9863e9c0f39325930352f5d3a7397b3 (patch)
tree333103754f4a70a62b3027f773e9dfab98842cf7 /dev-perl/Class-DBI-Plugin
parentVersion bump to release 91: includes my changes and a couple of security-sens... (diff)
downloadgentoo-2-8444973ec9863e9c0f39325930352f5d3a7397b3.tar.gz
gentoo-2-8444973ec9863e9c0f39325930352f5d3a7397b3.tar.bz2
gentoo-2-8444973ec9863e9c0f39325930352f5d3a7397b3.zip
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Class-DBI-Plugin')
-rw-r--r--dev-perl/Class-DBI-Plugin/ChangeLog8
-rw-r--r--dev-perl/Class-DBI-Plugin/Class-DBI-Plugin-0.30.0.ebuild20
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/Class-DBI-Plugin/ChangeLog b/dev-perl/Class-DBI-Plugin/ChangeLog
index 14a51e213bad..3e1eb563eefa 100644
--- a/dev-perl/Class-DBI-Plugin/ChangeLog
+++ b/dev-perl/Class-DBI-Plugin/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Class-DBI-Plugin
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI-Plugin/ChangeLog,v 1.3 2011/04/24 15:36:59 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI-Plugin/ChangeLog,v 1.4 2011/09/01 11:21:33 tove Exp $
+
+*Class-DBI-Plugin-0.30.0 (01 Sep 2011)
+
+ 01 Sep 2011; Torsten Veller <tove@gentoo.org>
+ +Class-DBI-Plugin-0.30.0.ebuild:
+ Change version scheme
24 Apr 2011; Fabian Groffen <grobian@gentoo.org>
Class-DBI-Plugin-0.03.ebuild:
diff --git a/dev-perl/Class-DBI-Plugin/Class-DBI-Plugin-0.30.0.ebuild b/dev-perl/Class-DBI-Plugin/Class-DBI-Plugin-0.30.0.ebuild
new file mode 100644
index 000000000000..322c5626ebb4
--- /dev/null
+++ b/dev-perl/Class-DBI-Plugin/Class-DBI-Plugin-0.30.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI-Plugin/Class-DBI-Plugin-0.30.0.ebuild,v 1.1 2011/09/01 11:21:33 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=JCZEUS
+MODULE_VERSION=0.03
+inherit perl-module
+
+DESCRIPTION="Abstract base class for Class::DBI plugins"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-solaris"
+IUSE=""
+
+RDEPEND="dev-perl/Class-DBI"
+DEPEND="${RDEPEND}"
+
+SRC_TEST=do