diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-06-12 20:33:47 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-06-12 20:33:47 +0000 |
commit | e37bcddd945258c21436119b263b663d43a194ee (patch) | |
tree | c7e5f7cc91baafd21e55a40c0e5c45372a10ce55 /dev-perl/SQL-Abstract | |
parent | Bump to EAPI=5 (diff) | |
download | gentoo-2-e37bcddd945258c21436119b263b663d43a194ee.tar.gz gentoo-2-e37bcddd945258c21436119b263b663d43a194ee.tar.bz2 gentoo-2-e37bcddd945258c21436119b263b663d43a194ee.zip |
Version bump
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl/SQL-Abstract')
-rw-r--r-- | dev-perl/SQL-Abstract/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/SQL-Abstract/SQL-Abstract-1.780.0.ebuild | 34 |
2 files changed, 40 insertions, 1 deletions
diff --git a/dev-perl/SQL-Abstract/ChangeLog b/dev-perl/SQL-Abstract/ChangeLog index 26b60d42b2f0..67598b7f16ef 100644 --- a/dev-perl/SQL-Abstract/ChangeLog +++ b/dev-perl/SQL-Abstract/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/SQL-Abstract # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v 1.57 2014/06/12 20:31:58 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v 1.58 2014/06/12 20:33:47 zlogene Exp $ + +*SQL-Abstract-1.780.0 (12 Jun 2014) + + 12 Jun 2014; Mikle Kolyada <zlogene@gentoo.org> +SQL-Abstract-1.780.0.ebuild: + Version bump 12 Jun 2014; Mikle Kolyada <zlogene@gentoo.org> SQL-Abstract-1.740.0.ebuild: Bump to EAPI=5 diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-1.780.0.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-1.780.0.ebuild new file mode 100644 index 000000000000..d2e339c29e8c --- /dev/null +++ b/dev-perl/SQL-Abstract/SQL-Abstract-1.780.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/SQL-Abstract-1.780.0.ebuild,v 1.1 2014/06/12 20:33:47 zlogene Exp $ + +EAPI=5 + +MODULE_AUTHOR=RIBASUSHI +MODULE_VERSION=1.78 +inherit perl-module + +DESCRIPTION="Generate SQL from Perl data structures" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris" +IUSE="test" + +RDEPEND=" + >=dev-perl/Class-Accessor-Grouped-0.100.50 + >=dev-perl/Getopt-Long-Descriptive-0.91.0 + dev-perl/Hash-Merge +" +DEPEND="${RDEPEND} + test? ( + >=dev-perl/Test-Deep-0.106 + dev-perl/Test-Exception + dev-perl/Test-Pod + >=virtual/perl-Test-Simple-0.92 + dev-perl/Test-Warn + >=dev-perl/Clone-0.31 + ) +" +# dev-perl/Test-Pod-Coverage + +SRC_TEST="do" |