diff options
author | 2011-05-12 16:24:56 +0000 | |
---|---|---|
committer | 2011-05-12 16:24:56 +0000 | |
commit | 46fd5f8a9fc91641caf6be6b6df94b3d723b5ce3 (patch) | |
tree | df4e2f43290445d2c838acdf9934700a91211ea5 /dev-perl/DBD-mysql | |
parent | Version bumped. (diff) | |
download | gentoo-2-46fd5f8a9fc91641caf6be6b6df94b3d723b5ce3.tar.gz gentoo-2-46fd5f8a9fc91641caf6be6b6df94b3d723b5ce3.tar.bz2 gentoo-2-46fd5f8a9fc91641caf6be6b6df94b3d723b5ce3.zip |
[bump] dev-perl/DBD-mysql-4.19.0
(Portage version: 2.2.0_alpha32/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/DBD-mysql')
-rw-r--r-- | dev-perl/DBD-mysql/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/DBD-mysql/DBD-mysql-4.19.0.ebuild | 26 |
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-perl/DBD-mysql/ChangeLog b/dev-perl/DBD-mysql/ChangeLog index 43b944658121..8c6c03bc300b 100644 --- a/dev-perl/DBD-mysql/ChangeLog +++ b/dev-perl/DBD-mysql/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/DBD-mysql # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-mysql/ChangeLog,v 1.122 2011/04/03 06:44:53 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-mysql/ChangeLog,v 1.123 2011/05/12 16:24:56 tove Exp $ + +*DBD-mysql-4.19.0 (12 May 2011) + + 12 May 2011; Torsten Veller <tove@gentoo.org> +DBD-mysql-4.19.0.ebuild: + Version bump 03 Apr 2011; Torsten Veller <tove@gentoo.org> -DBD-mysql-4.18.ebuild: Cleanup diff --git a/dev-perl/DBD-mysql/DBD-mysql-4.19.0.ebuild b/dev-perl/DBD-mysql/DBD-mysql-4.19.0.ebuild new file mode 100644 index 000000000000..176bd8aa4fa7 --- /dev/null +++ b/dev-perl/DBD-mysql/DBD-mysql-4.19.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-mysql/DBD-mysql-4.19.0.ebuild,v 1.1 2011/05/12 16:24:56 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=CAPTTOFU +MODULE_VERSION=4.019 +inherit eutils perl-module + +DESCRIPTION="The Perl DBD:mysql Module" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="embedded" + +RDEPEND="dev-perl/DBI + virtual/mysql[embedded?]" +DEPEND="${RDEPEND}" + +mydoc="ToDo" + +src_configure() { + use embedded && myconf="${myconf} --force-embedded --embedded=mysql_config" + perl-module_src_configure +} |