diff options
author | Torsten Veller <tove@gentoo.org> | 2013-01-06 15:16:53 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2013-01-06 15:16:53 +0000 |
commit | 99338d26e5a7d87abddccb52c6cb94afaeee8a8b (patch) | |
tree | b2a1a111ee3177e9a9715818e59e2a4dddaecf53 /dev-perl/SQL-Statement | |
parent | Cleanup (diff) | |
download | gentoo-2-99338d26e5a7d87abddccb52c6cb94afaeee8a8b.tar.gz gentoo-2-99338d26e5a7d87abddccb52c6cb94afaeee8a8b.tar.bz2 gentoo-2-99338d26e5a7d87abddccb52c6cb94afaeee8a8b.zip |
Cleanup
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl/SQL-Statement')
-rw-r--r-- | dev-perl/SQL-Statement/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/SQL-Statement/SQL-Statement-1.31.ebuild | 34 | ||||
-rw-r--r-- | dev-perl/SQL-Statement/SQL-Statement-1.401.0.ebuild | 37 |
3 files changed, 6 insertions, 73 deletions
diff --git a/dev-perl/SQL-Statement/ChangeLog b/dev-perl/SQL-Statement/ChangeLog index ed5fc9452f38..7ee64146ff35 100644 --- a/dev-perl/SQL-Statement/ChangeLog +++ b/dev-perl/SQL-Statement/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/SQL-Statement -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Statement/ChangeLog,v 1.58 2012/12/25 12:14:41 tove Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Statement/ChangeLog,v 1.59 2013/01/06 15:16:53 tove Exp $ + + 06 Jan 2013; Torsten Veller <tove@gentoo.org> -SQL-Statement-1.31.ebuild, + -SQL-Statement-1.401.0.ebuild: + Cleanup *SQL-Statement-1.402.0 (25 Dec 2012) diff --git a/dev-perl/SQL-Statement/SQL-Statement-1.31.ebuild b/dev-perl/SQL-Statement/SQL-Statement-1.31.ebuild deleted file mode 100644 index 433ce2e84228..000000000000 --- a/dev-perl/SQL-Statement/SQL-Statement-1.31.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Statement/SQL-Statement-1.31.ebuild,v 1.10 2012/09/09 16:37:12 armin76 Exp $ - -EAPI=3 - -MODULE_AUTHOR=REHSACK -inherit perl-module - -DESCRIPTION="Small SQL parser and engine" - -SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" -IUSE="test" - -RDEPEND=">=dev-perl/DBI-1.612 - >=dev-perl/Clone-0.30 - >=dev-perl/Params-Util-0.35 - virtual/perl-Scalar-List-Utils" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" - -SRC_TEST="do" - -pkg_setup() { - export SQL_STATEMENT_WARN_UPDATE=sure - - if has_version "<=dev-perl/SQL-Statement-1.20" ; then - ewarn "Changes include (1.22):" - ewarn " * behavior for unquoted identifiers modified to lower case them" - ewarn " * IN and BETWEEN operators are supported native" - fi -} diff --git a/dev-perl/SQL-Statement/SQL-Statement-1.401.0.ebuild b/dev-perl/SQL-Statement/SQL-Statement-1.401.0.ebuild deleted file mode 100644 index e9e5c2aaceae..000000000000 --- a/dev-perl/SQL-Statement/SQL-Statement-1.401.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Statement/SQL-Statement-1.401.0.ebuild,v 1.1 2012/11/03 19:10:19 tove Exp $ - -EAPI=4 - -MODULE_AUTHOR=REHSACK -MODULE_VERSION=1.401 -inherit perl-module - -DESCRIPTION="Small SQL parser and engine" - -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd" -IUSE="test" - -RDEPEND=">=dev-perl/DBI-1.616 - >=dev-perl/Clone-0.30 - >=dev-perl/Params-Util-0.35 - virtual/perl-Scalar-List-Utils" -DEPEND="${RDEPEND} - test? ( - dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage - )" - -SRC_TEST="do" - -pkg_setup() { - export SQL_STATEMENT_WARN_UPDATE=sure - - if has_version "<=dev-perl/SQL-Statement-1.20" ; then - ewarn "Changes include (1.22):" - ewarn " * behavior for unquoted identifiers modified to lower case them" - ewarn " * IN and BETWEEN operators are supported native" - fi -} |