diff options
author | Torsten Veller <tove@gentoo.org> | 2010-03-16 13:38:02 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-03-16 13:38:02 +0000 |
commit | c8315f03e9c143ab18fa349d5aef0394ac7a9a67 (patch) | |
tree | 3129698340c7d44a02045ac7d4222b35998bdf9b /dev-perl/SQL-Statement | |
parent | Version bump (diff) | |
download | historical-c8315f03e9c143ab18fa349d5aef0394ac7a9a67.tar.gz historical-c8315f03e9c143ab18fa349d5aef0394ac7a9a67.tar.bz2 historical-c8315f03e9c143ab18fa349d5aef0394ac7a9a67.zip |
Version bump
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/SQL-Statement')
-rw-r--r-- | dev-perl/SQL-Statement/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/SQL-Statement/SQL-Statement-1.25.ebuild | 32 |
2 files changed, 39 insertions, 2 deletions
diff --git a/dev-perl/SQL-Statement/ChangeLog b/dev-perl/SQL-Statement/ChangeLog index 9c9ec3dc07e6..3b5cfa6454af 100644 --- a/dev-perl/SQL-Statement/ChangeLog +++ b/dev-perl/SQL-Statement/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/SQL-Statement -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Statement/ChangeLog,v 1.25 2009/12/24 19:33:47 tove Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Statement/ChangeLog,v 1.26 2010/03/16 13:35:32 tove Exp $ + +*SQL-Statement-1.25 (16 Mar 2010) + + 16 Mar 2010; Torsten Veller <tove@gentoo.org> +SQL-Statement-1.25.ebuild: + Version bump 24 Dec 2009; Torsten Veller <tove@gentoo.org> -SQL-Statement-1.15.ebuild, -SQL-Statement-1.20.ebuild: diff --git a/dev-perl/SQL-Statement/SQL-Statement-1.25.ebuild b/dev-perl/SQL-Statement/SQL-Statement-1.25.ebuild new file mode 100644 index 000000000000..dc24e2958cf4 --- /dev/null +++ b/dev-perl/SQL-Statement/SQL-Statement-1.25.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2010 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.25.ebuild,v 1.1 2010/03/16 13:35:32 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=REHSACK +inherit perl-module + +DESCRIPTION="Small SQL parser and engine" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~sparc ~x86" +IUSE="" + +RDEPEND=" + >=dev-perl/Clone-0.30 + >=dev-perl/Params-Util-0.35 + virtual/perl-Scalar-List-Utils" +DEPEND="${RDEPEND}" + +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 +} |