public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DBD-mysql/
@ 2011-05-11  8:10 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-05-11  8:10 UTC (permalink / raw
  To: gentoo-commits

commit:     dafb37e95c895e5ec3c3ad85b22ecde41dd4b429
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed May 11 08:10:31 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed May 11 08:10:31 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=dafb37e9

[newversion] DBD-mysql-4.19.0 , working on Perl 5.14

(Portage version: 2.2.0_alpha31/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/DBD-mysql/ChangeLog                       |    6 ++++++
 ...ysql-4.18-r1.ebuild => DBD-mysql-4.19.0.ebuild} |    6 ++++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/dev-perl/DBD-mysql/ChangeLog b/dev-perl/DBD-mysql/ChangeLog
index f8fb6d8..84ae6a7 100644
--- a/dev-perl/DBD-mysql/ChangeLog
+++ b/dev-perl/DBD-mysql/ChangeLog
@@ -2,6 +2,12 @@
 # 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 $
 
+*DBD-mysql-4.19.0 (11 May 2011)
+
+  11 May 2011; Kent Fredric <kentfredric@gmail.com> -DBD-mysql-4.18-r1.ebuild,
+  +DBD-mysql-4.19.0.ebuild:
+  Bump
+
   11 May 2011; Kent Fredric <kentfredric@gmail.com> +DBD-mysql-4.18-r1.ebuild,
   +metadata.xml:
   Import from ::Gentoo

diff --git a/dev-perl/DBD-mysql/DBD-mysql-4.18-r1.ebuild b/dev-perl/DBD-mysql/DBD-mysql-4.19.0.ebuild
similarity index 91%
rename from dev-perl/DBD-mysql/DBD-mysql-4.18-r1.ebuild
rename to dev-perl/DBD-mysql/DBD-mysql-4.19.0.ebuild
index 1be153a..42320f1 100644
--- a/dev-perl/DBD-mysql/DBD-mysql-4.18-r1.ebuild
+++ b/dev-perl/DBD-mysql/DBD-mysql-4.19.0.ebuild
@@ -2,10 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-mysql/DBD-mysql-4.18-r1.ebuild,v 1.2 2011/02/07 18:00:40 robbat2 Exp $
 
-EAPI=3
+EAPI=4
 
 MODULE_AUTHOR="CAPTTOFU"
-MODULE_VERSION=4.018
+MODULE_VERSION=4.019
 inherit eutils perl-module
 
 DESCRIPTION="The Perl DBD:mysql Module"
@@ -24,3 +24,5 @@ src_configure() {
 	use embedded && myconf="${myconf} --force-embedded --embedded=mysql_config"
 	perl-module_src_configure
 }
+
+# SRC_TEST="do" # needs lots of love to work.



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DBD-mysql/
@ 2011-05-11  8:10 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-05-11  8:10 UTC (permalink / raw
  To: gentoo-commits

commit:     5fecf168175964d23614fbd22d4cb7ec1b5d4328
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed May 11 08:02:33 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed May 11 08:02:33 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5fecf168

[import] DBD-mysql from ::gentoo

(Portage version: 2.2.0_alpha31/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/DBD-mysql/ChangeLog                |  524 +++++++++++++++++++++++++++
 dev-perl/DBD-mysql/DBD-mysql-4.18-r1.ebuild |   26 ++
 dev-perl/DBD-mysql/metadata.xml             |   11 +
 3 files changed, 561 insertions(+), 0 deletions(-)

diff --git a/dev-perl/DBD-mysql/ChangeLog b/dev-perl/DBD-mysql/ChangeLog
new file mode 100644
index 0000000..f8fb6d8
--- /dev/null
+++ b/dev-perl/DBD-mysql/ChangeLog
@@ -0,0 +1,524 @@
+# 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 $
+
+  11 May 2011; Kent Fredric <kentfredric@gmail.com> +DBD-mysql-4.18-r1.ebuild,
+  +metadata.xml:
+  Import from ::Gentoo
+
+  03 Apr 2011; Torsten Veller <tove@gentoo.org> -DBD-mysql-4.18.ebuild:
+  Cleanup
+
+  07 Feb 2011; Robin H. Johnson <robbat2@gentoo.org> DBD-mysql-4.18-r1.ebuild:
+  Change the built-with-USE dep to not pass -embedded per bug #268698 followup
+  comments.
+
+*DBD-mysql-4.18-r1 (07 Feb 2011)
+
+  07 Feb 2011; Robin H. Johnson <robbat2@gentoo.org> +DBD-mysql-4.18-r1.ebuild,
+  metadata.xml:
+  Bug #268698: support embedded MySQL from perl module.
+
+*DBD-mysql-4.18 (14 Jan 2011)
+
+  14 Jan 2011; Torsten Veller <tove@gentoo.org> -DBD-mysql-4.00.5.ebuild,
+  -DBD-mysql-4.01.2.ebuild, -DBD-mysql-4.01.3.ebuild, -DBD-mysql-4.01.4.ebuild,
+  -DBD-mysql-4.01.6.ebuild, -DBD-mysql-4.01.8.ebuild, +DBD-mysql-4.18.ebuild:
+  Convert ebuild version. Cleanup
+
+  13 Jan 2011; Brent Baude <ranger@gentoo.org> DBD-mysql-4.01.7.ebuild:
+  Marking DBD-mysql-4.01.7 ppc stable for bug 341865
+
+  13 Nov 2010; Raúl Porcel <armin76@gentoo.org> DBD-mysql-4.01.7.ebuild:
+  alpha/ia64/s390/sh/sparc stable wrt #341865
+
+  05 Nov 2010; Samuli Suominen <ssuominen@gentoo.org>
+  DBD-mysql-4.01.7.ebuild:
+  ppc64 stable wrt #341865
+
+  05 Nov 2010; Markos Chandras <hwoarang@gentoo.org>
+  DBD-mysql-4.01.7.ebuild:
+  Stable on amd64 wrt bug #341865
+
+  05 Nov 2010; Markus Meier <maekke@gentoo.org> DBD-mysql-4.01.7.ebuild:
+  arm stable, bug #341865
+
+  05 Nov 2010; Jeroen Roovers <jer@gentoo.org> DBD-mysql-4.01.7.ebuild:
+  Stable for HPPA (bug #341865).
+
+  04 Nov 2010; Christian Faulhammer <fauli@gentoo.org>
+  DBD-mysql-4.01.7.ebuild:
+  x86 stable, bug 341865
+
+*DBD-mysql-4.01.8 (29 Oct 2010)
+
+  29 Oct 2010; Robin H. Johnson <robbat2@gentoo.org>
+  +DBD-mysql-4.01.8.ebuild:
+  Version bump via perl-bump experimental tool.
+
+*DBD-mysql-4.01.7 (15 Aug 2010)
+
+  15 Aug 2010; Torsten Veller <tove@gentoo.org> +DBD-mysql-4.01.7.ebuild:
+  Version bump
+
+*DBD-mysql-4.01.6 (22 Jul 2010)
+
+  22 Jul 2010; Torsten Veller <tove@gentoo.org> +DBD-mysql-4.01.6.ebuild:
+  Version bump
+
+  27 Jun 2010; <nixnut@gentoo.org> DBD-mysql-4.01.3.ebuild:
+  ppc stable #323529
+
+  08 May 2010; Raúl Porcel <armin76@gentoo.org> DBD-mysql-4.01.3.ebuild:
+  alpha/ia64/s390/sh/sparc stable wrt #314467
+
+  05 May 2010; Jeroen Roovers <jer@gentoo.org> DBD-mysql-4.01.3.ebuild:
+  Stable for HPPA (bug #314467).
+
+  18 Apr 2010; Markus Meier <maekke@gentoo.org> DBD-mysql-4.01.3.ebuild:
+  arm stable, bug #314467
+
+  17 Apr 2010; Torsten Veller <tove@gentoo.org> DBD-mysql-4.01.3.ebuild:
+  Stable on amd64, x86 (#314467)
+
+*DBD-mysql-4.01.4 (15 Apr 2010)
+
+  15 Apr 2010; Torsten Veller <tove@gentoo.org> +DBD-mysql-4.01.4.ebuild:
+  Version bump
+
+  18 Mar 2010; Jeremy Olexa <darkside@gentoo.org> DBD-mysql-4.01.3.ebuild:
+  add ~x86-solaris ~sparc-solaris kw, as tested on bug 308683
+
+  09 Jan 2010; Fabian Groffen <grobian@gentoo.org> DBD-mysql-4.01.3.ebuild:
+  Transfer Prefix keywords
+
+*DBD-mysql-4.01.3 (10 Nov 2009)
+
+  10 Nov 2009; Robin H. Johnson <robbat2@gentoo.org>
+  +DBD-mysql-4.01.3.ebuild:
+  Version bump via perl-bump experimental tool.
+
+  12 Oct 2009; Torsten Veller <tove@gentoo.org> -DBD-mysql-4.01.0.ebuild,
+  -DBD-mysql-4.01.1.ebuild:
+  Cleanup
+
+*DBD-mysql-4.01.2 (25 Aug 2009)
+
+  25 Aug 2009; Robin H. Johnson <robbat2@gentoo.org>
+  +DBD-mysql-4.01.2.ebuild:
+  Version bump via perl-bump experimental tool.
+
+*DBD-mysql-4.01.1 (10 Jun 2009)
+
+  10 Jun 2009; Robin H. Johnson <robbat2@gentoo.org>
+  +DBD-mysql-4.01.1.ebuild:
+  Version bump via perl-bump experimental tool.
+
+  03 Jan 2009; Torsten Veller <tove@gentoo.org> +DBD-mysql-2.9007.ebuild:
+  Add DBD-mysql-2.9007 again, because www-apps/bugzilla-2.20.6 depends on it
+
+  30 Dec 2008; Torsten Veller <tove@gentoo.org> -files/sqlstate-purge.patch,
+  -DBD-mysql-2.9007.ebuild, -DBD-mysql-4.00.7.ebuild,
+  -DBD-mysql-4.00.8.ebuild:
+  Cleanup
+
+*DBD-mysql-4.01.0 (08 Dec 2008)
+
+  08 Dec 2008; Robin H. Johnson <robbat2@gentoo.org>
+  +DBD-mysql-4.01.0.ebuild:
+  Version bump.
+
+  30 Sep 2008; Robin H. Johnson <robbat2@gentoo.org>
+  DBD-mysql-2.9007.ebuild:
+  Drop to mips to ~mips again.
+
+  30 Sep 2008; Robin H. Johnson <robbat2@gentoo.org>
+  +DBD-mysql-2.9007.ebuild:
+  Restore 2.9007 because it is needed by bugzilla-2.20.6.
+
+  30 Sep 2008; Robin H. Johnson <robbat2@gentoo.org>
+  DBD-mysql-4.00.8.ebuild:
+  Make the ebuild even slimmer with a suggestion from tove to the eclass.
+
+  30 Sep 2008; Robin H. Johnson <robbat2@gentoo.org>
+  -files/mysql-5.0-new_bit_type.patch, -files/makemaker.patch,
+  -DBD-mysql-2.9007.ebuild, -DBD-mysql-3.0006.ebuild,
+  -DBD-mysql-3.0007.ebuild, -DBD-mysql-3.0008.ebuild,
+  -DBD-mysql-4.00.4-r1.ebuild:
+  Drop old ebuilds and unused patches. Demote mips to ~mips as they only
+  have ~mips mysql anyway.
+
+*DBD-mysql-4.00.8 (30 Sep 2008)
+
+  30 Sep 2008; Robin H. Johnson <robbat2@gentoo.org>
+  +DBD-mysql-4.00.8.ebuild:
+  Version bump, cleanup to use auto-calc in perl-module better.
+
+  30 Jul 2008; Robin H. Johnson <robbat2@gentoo.org>
+  DBD-mysql-4.00.4-r1.ebuild:
+  Make repoman happy.
+
+*DBD-mysql-4.00.7 (30 Jul 2008)
+
+  30 Jul 2008; Robin H. Johnson <robbat2@gentoo.org>
+  +DBD-mysql-4.00.7.ebuild:
+  Version bump.
+
+  09 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org>
+  DBD-mysql-4.00.5.ebuild:
+  Stable on ppc.
+
+  14 Jul 2007; Jeroen Roovers <jer@gentoo.org> DBD-mysql-4.00.5.ebuild:
+  Stable for HPPA (bug #184985).
+
+  12 Jul 2007; Raúl Porcel <armin76@gentoo.org> DBD-mysql-4.00.5.ebuild:
+  alpha/ia64/x86 stable wrt #184985
+
+  11 Jul 2007; Markus Rothe <corsair@gentoo.org> DBD-mysql-4.00.5.ebuild:
+  Stable on ppc64; bug #184985
+
+  11 Jul 2007; Michael Cummings <mcummings@gentoo.org>
+  DBD-mysql-4.00.5.ebuild:
+  Marking amd64 stable, bug 184985
+
+  11 Jul 2007; Michael Cummings <mcummings@gentoo.org>
+  DBD-mysql-4.00.5.ebuild:
+  Marking sparc stable, bug 184985
+
+  10 Jul 2007; Michael Cummings <mcummings@gentoo.org>
+  -DBD-mysql-4.00.ebuild, -DBD-mysql-4.00.1.ebuild,
+  -DBD-mysql-4.00.3.ebuild:
+  Cleaning out stale ebuilds
+
+  05 Jul 2007; Raúl Porcel <armin76@gentoo.org> DBD-mysql-4.00.4-r1.ebuild:
+  alpha/ia64/x86 stable
+
+  21 Jun 2007; Michael Cummings <mcummings@gentoo.org>
+  DBD-mysql-4.00.1.ebuild, DBD-mysql-4.00.3.ebuild,
+  DBD-mysql-4.00.4-r1.ebuild:
+  Marking sparc stable
+
+*DBD-mysql-4.00.5 (15 Jun 2007)
+
+  15 Jun 2007; Michael Cummings <mcummings@gentoo.org>
+  +DBD-mysql-4.00.5.ebuild:
+  Version bump
+
+  12 May 2007; Joshua Kinard <kumba@gentoo.org> DBD-mysql-3.0008.ebuild:
+  Stable on mips.
+
+  05 May 2007; Tobias Scherbaum <dertobi123@gentoo.org>
+  DBD-mysql-3.0008.ebuild:
+  ppc stable
+
+  15 Apr 2007; Markus Rothe <corsair@gentoo.org> DBD-mysql-3.0008.ebuild:
+  Stable on ppc64
+
+*DBD-mysql-4.00.4-r1 (31 Mar 2007)
+
+  31 Mar 2007; Michael Cummings <mcummings@gentoo.org>
+  +files/sqlstate-purge.patch, -DBD-mysql-4.00.4.ebuild,
+  +DBD-mysql-4.00.4-r1.ebuild:
+  Fixes for bug 172780, compat with 4.x mysql clients
+
+*DBD-mysql-4.00.4 (30 Mar 2007)
+
+  30 Mar 2007; Michael Cummings <mcummings@gentoo.org>
+  +DBD-mysql-4.00.4.ebuild:
+  Version bump, should fix bug 172780
+
+*DBD-mysql-4.00.3 (09 Mar 2007)
+
+  09 Mar 2007; Michael Cummings <mcummings@gentoo.org>
+  +DBD-mysql-4.00.3.ebuild:
+  Version bump
+
+  04 Mar 2007; Christian Faulhammer <opfer@gentoo.org>
+  DBD-mysql-3.0008.ebuild:
+  stable x86; bug 141638
+
+*DBD-mysql-4.00.1 (06 Feb 2007)
+
+  06 Feb 2007; Michael Cummings <mcummings@gentoo.org>
+  +DBD-mysql-4.00.1.ebuild:
+  Version bump
+
+  08 Jan 2007; Michael Cummings <mcummings@gentoo.org>
+  -DBD-mysql-3.0004.ebuild, DBD-mysql-3.0008.ebuild:
+  Marking sparc stable
+
+  07 Jan 2007; Michael Cummings <mcummings@gentoo.org>
+  DBD-mysql-3.0008.ebuild:
+  Marking amd64 stable
+
+*DBD-mysql-4.00 (27 Dec 2006)
+
+  27 Dec 2006; Michael Cummings <mcummings@gentoo.org>
+  +DBD-mysql-4.00.ebuild:
+  Version bump
+
+  24 Dec 2006; Tobias Scherbaum <dertobi123@gentoo.org>
+  DBD-mysql-3.0007.ebuild:
+  Stable on ppc.
+
+  24 Nov 2006; Michael Cummings <mcummings@gentoo.org>
+  DBD-mysql-3.0007.ebuild:
+  sparc stable
+
+  24 Nov 2006; Michael Cummings <mcummings@gentoo.org>
+  DBD-mysql-3.0007.ebuild:
+  amd64 stable
+
+  23 Nov 2006; Francesco Riosa <vivo@gentoo.org> DBD-mysql-2.9007.ebuild,
+  DBD-mysql-3.0004.ebuild, DBD-mysql-3.0006.ebuild, DBD-mysql-3.0007.ebuild,
+  DBD-mysql-3.0008.ebuild:
+  dev-db/mysql => virtual/mysql
+
+*DBD-mysql-3.0008 (01 Nov 2006)
+
+  01 Nov 2006; Michael Cummings <mcummings@gentoo.org>
+  +DBD-mysql-3.0008.ebuild:
+  Version bump
+
+  01 Nov 2006; Francesco Riosa <vivo@gentoo.org> DBD-mysql-3.0007.ebuild:
+  added ~sparc-fbsd to satisfy MySQL deps
+
+  21 Oct 2006; Tobias Scherbaum <dertobi123@gentoo.org>
+  DBD-mysql-3.0006.ebuild:
+  ppc stable
+
+  20 Oct 2006; Bryan Østergaard <kloeri@gentoo.org>
+  DBD-mysql-3.0006.ebuild:
+  Stable on Alpha.
+
+  09 Oct 2006; Michael Cummings <mcummings@gentoo.org>
+  -DBD-mysql-2.1027.ebuild, -DBD-mysql-2.9003.ebuild,
+  DBD-mysql-2.9007.ebuild, -DBD-mysql-3.0002.ebuild,
+  -DBD-mysql-3.0002_p3.ebuild, -DBD-mysql-3.0002_p4.ebuild,
+  DBD-mysql-3.0004.ebuild, DBD-mysql-3.0006.ebuild, DBD-mysql-3.0007.ebuild:
+  Marking amd64, sparc stable; cleaning up
+
+  16 Sep 2006; Tobias Scherbaum <dertobi123@gentoo.org>
+  DBD-mysql-3.0004.ebuild:
+  ppc stable
+
+*DBD-mysql-3.0007 (15 Sep 2006)
+
+  15 Sep 2006; Christian Hartmann <ian@gentoo.org> +DBD-mysql-3.0007.ebuild:
+  Version bump; bug #147613
+
+  07 Aug 2006; Michael Cummings <mcummings@gentoo.org>
+  DBD-mysql-3.0004.ebuild:
+  Marking stable amd64, sparc; relates to bug 125457
+
+  05 Aug 2006; Michael Cummings <mcummings@gentoo.org>
+  DBD-mysql-2.1027.ebuild, DBD-mysql-2.9003.ebuild, DBD-mysql-2.9007.ebuild,
+  DBD-mysql-3.0002.ebuild, DBD-mysql-3.0002_p3.ebuild,
+  DBD-mysql-3.0002_p4.ebuild, DBD-mysql-3.0004.ebuild,
+  DBD-mysql-3.0006.ebuild:
+  Adding perl dep; fixed DEPEND
+
+*DBD-mysql-3.0006 (04 Aug 2006)
+
+  04 Aug 2006; Christian Hartmann <ian@gentoo.org> +DBD-mysql-3.0006.ebuild:
+  Version bump; bug #140801
+
+  04 Jul 2006; Christian Hartmann <ian@gentoo.org> DBD-mysql-2.1027.ebuild,
+  DBD-mysql-2.9003.ebuild, DBD-mysql-2.9007.ebuild, DBD-mysql-3.0002.ebuild,
+  DBD-mysql-3.0002_p3.ebuild, DBD-mysql-3.0002_p4.ebuild,
+  DBD-mysql-3.0004.ebuild:
+  Fixed RDEPEND wrt bug #134781; fixed header; fixed DEPEND
+
+*DBD-mysql-3.0004 (22 May 2006)
+
+  22 May 2006; Christian Hartmann <ian@gentoo.org> ChangeLog:
+  Version bump; fixed bug #125457
+
+  29 Apr 2006; Joshua Kinard <kumba@gentoo.org> DBD-mysql-2.9007.ebuild:
+  Marked stable on mips.
+
+  22 Apr 2006; Diego Pettenò <flameeyes@gentoo.org>
+  DBD-mysql-3.0002_p4.ebuild:
+  Add ~x86-fbsd keyword.
+
+*DBD-mysql-3.0002 (15 Jan 2006)
+
+  15 Jan 2006; Michael Cummings <mcummings@gentoo.org>
+  +DBD-mysql-3.0002.ebuild:
+  As pointed out in bug 110363, DBD-mysql-3.0002 seems to be the only working
+  one in the 3.0002X series. Adding so people can use it instead.
+
+  30 Dec 2005; Fernando J. Pereda <ferdy@gentoo.org>
+  DBD-mysql-2.9007.ebuild:
+  Stable on alpha. Dependency of dev-db/mysql-4.1.14
+
+  12 Dec 2005; Francesco Riosa <vivo@gentoo.org>
+  +files/mysql-5.0-new_bit_type.patch, DBD-mysql-3.0002_p4.ebuild:
+  fix Bug #114925, compile fail with mysql < 5.0. Many thanks  Malcolm (malc)
+  Lashley.
+
+*DBD-mysql-3.0002_p4 (08 Dec 2005)
+
+  08 Dec 2005; Francesco Riosa <vivo@gentoo.org>
+  +DBD-mysql-3.0002_p4.ebuild:
+  version bump
+
+  24 Nov 2005; Markus Rothe <corsair@gentoo.org> DBD-mysql-2.9007.ebuild:
+  Stable on ppc64
+
+  04 Nov 2005; Gustavo Zacarias <gustavoz@gentoo.org>
+  DBD-mysql-2.9007.ebuild:
+  Stable on sparc wrt #109301
+
+  20 Oct 2005; Luca Barbato <lu_zero@gentoo.org> DBD-mysql-2.9007.ebuild:
+  Marked ppc
+
+  19 Oct 2005; Mark Loeser <halcy0n@gentoo.org> DBD-mysql-2.9007.ebuild:
+  Stable on x86
+
+  19 Oct 2005; Marcus D. Hanwell <cryos@gentoo.org> DBD-mysql-2.9007.ebuild:
+  Marked stable on amd64, bug 109301.
+
+*DBD-mysql-3.0002_p3 (16 Oct 2005)
+
+  16 Oct 2005; Francesco Riosa <vivo@gentoo.org> -DBD-mysql-2.9006.ebuild,
+  +DBD-mysql-3.0002_p3.ebuild:
+  version bump and clean-up
+
+  30 Sep 2005; MATSUU Takuto <matsuu@gentoo.org> DBD-mysql-2.9003.ebuild:
+  Stable on sh.
+
+*DBD-mysql-2.9007 (11 May 2005)
+
+  11 May 2005; Elfyn McBratney <beu@gentoo.org> +DBD-mysql-2.9007.ebuild:
+  Version bump.
+
+  01 May 2005; Tom Martin <slarti@gentoo.org> DBD-mysql-2.9003.ebuild:
+  Stable on amd64.
+
+  30 Apr 2005; Michael Hanselmann <hansmi@gentoo.org>
+  DBD-mysql-2.9003.ebuild:
+  Stable on ppc.
+
+  26 Apr 2005; Bryan Østergaard <kloeri@gentoo.org>
+  DBD-mysql-2.9003.ebuild:
+  Stable on ia64.
+
+  25 Apr 2005; Gustavo Zacarias <gustavoz@gentoo.org>
+  DBD-mysql-2.9003.ebuild:
+  Stable on sparc
+
+*DBD-mysql-2.9006 (25 Apr 2005)
+
+  25 Apr 2005; Michael Cummings <mcummings@gentoo.org>
+  -DBD-mysql-2.1013-r1.ebuild, -DBD-mysql-2.1013.ebuild,
+  DBD-mysql-2.9003.ebuild, -DBD-mysql-2.9004.ebuild, +DBD-mysql-2.9006.ebuild:
+  cleaning and bumping
+
+  19 Apr 2005; Michael Hanselmann <hansmi@gentoo.org>
+  DBD-mysql-2.1027.ebuild:
+  Stable on ppc.
+
+  20 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org> DBD-mysql-2.9004.ebuild:
+  Keyworded ~sparc
+
+  29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
+  Change encoding to UTF-8 for GLEP 31 compliance
+
+*DBD-mysql-2.9004 (24 Dec 2004)
+
+  24 Dec 2004; Simon Stelling <blubb@gentoo.org> DBD-mysql-2.9004.ebuild:
+  added ~amd64
+
+  23 Nov 2004; Sven Wegener <swegener@gentoo.org> :
+  Fixed digest.
+
+  01 Jun 2004; Tom Gall <tgall@gentoo.org> DBD-mysql-2.9003.ebuild:
+  stable on ppc64, bug #52701
+
+  26 May 2004; Bryan Østergaard <kloeri@gentoo.org> DBD-mysql-2.9003.ebuild:
+  Stable on alpha.
+
+  02 Apr 2004; <randy@gentoo.org> DBD-mysql-2.9003.ebuild:
+  adding s390 keywords
+
+  21 Mar 2004; Joshua Kinard <kumba@gentoo.org> DBD-mysql-2.1013-r1.ebuild,
+  DBD-mysql-2.1013.ebuild, DBD-mysql-2.1027.ebuild, DBD-mysql-2.9003.ebuild:
+  Marked stable on mips.
+
+  04 Feb 2004; Joshua Kinard <kumba@gentoo.org> DBD-mysql-2.9003.ebuild:
+  Added ~mips to KEYWORDS
+
+  24 Dec 2003; Michael Cummings,,, <mcummings@gentoo.org>
+  DBD-mysql-2.1004-r2.ebuild, DBD-mysql-2.1004-r3.ebuild:
+  Version no longer available from CPAN
+
+*DBD-mysql-2.9003 (24 Dec 2003)
+
+  24 Dec 2003; Michael Cummings,,, <mcummings@gentoo.org>
+  DBD-mysql-2.9003.ebuild:
+  Latest version on CPAN
+
+  10 Jun 2003; Christian Birchinger <joker@gentoo.org>
+  DBD-mysql-2.1027.ebuild:
+  Added sparc stable keyword
+
+*DBD-mysql-2.1027 (07 Jun 2003)
+
+  02 Jun 2003; Guy Martin <gmsoft@gentoo.org> DBD-mysql-2.1027.ebuild :
+  Marked stable on hppa.
+
+  07 Jun 2003; Michael Cummings <mcummings@gentoo.org>
+  DBD-mysql-2.1027.ebuild:
+  CPAN update
+
+*DBD-mysql-2.1013-r1 (29 Oct 2002)
+
+  05 Apr 2003; Zach Welch <zwelch@gentoo.org> DBD-mysql-2.1013-r1.ebuild:
+  add arm keyword
+
+  20 Mar 2003; Guy Martin <gmsoft@gentoo.org> DBD-mysql-2.1013-r1.ebuild :
+  Added hppa to KEYWORDS.
+
+  06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
+ 
+  29 Oct 2002; Seemant Kulleen <seemant@gentoo.org> ChangeLog  :
+  forced version bump to install into correct locations
+
+*DBD-mysql-2.1013 (19 Sep 2002)
+
+  19 Sep 2002; <mcummings@gentoo.org> DBD-mysql-2.1013.ebuild, 
+  files/makemaker.patch: address and correct issues with makemaker in perl.
+  Corrects bug 7960. Thanks to Tom Collins for finding the patch!
+
+*DBD-mysql-2.1004-r3 (21 Jun 2003)
+ 
+  12 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> :
+  Added missing changelog entry.
+
+*DBD-mysql-2.1004-r2 (5 May 2002)
+
+  31 Jul 2002; Calum Selkirk <cselkirk@gentoo.org> DBD-mysql-2.1004-r2.ebuild :
+
+  Added ppc to KEYWORDS.
+
+  5 May 2002; Seemant Kulleen <seemant@gentoo.org>
+  DBD-mysql-2.1004-r2.ebuild files/digest-DBD-mysql-2.1004-r2 :
+
+  Convert to eclasses.
+
+*DBD-mysql-2.1004-r1 (3 May 2002)
+
+  3 May 2002; Donny Davies <woodchip@gentoo.org> :
+  
+  Added LICENSE, SLOT.
+
+*DBD-mysql-2.1004 (1 Feb 2002)
+
+  1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
+  
+  Added initial ChangeLog which should be updated whenever the package is
+  updated in any way. This changelog is targetted to users. This means that the
+  comments should well explained and written in clean English. The details about
+  writing correct changelogs are explained in the skel.ChangeLog file which you
+  can find in the root directory of the portage repository.

diff --git a/dev-perl/DBD-mysql/DBD-mysql-4.18-r1.ebuild b/dev-perl/DBD-mysql/DBD-mysql-4.18-r1.ebuild
new file mode 100644
index 0000000..1be153a
--- /dev/null
+++ b/dev-perl/DBD-mysql/DBD-mysql-4.18-r1.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.18-r1.ebuild,v 1.2 2011/02/07 18:00:40 robbat2 Exp $
+
+EAPI=3
+
+MODULE_AUTHOR="CAPTTOFU"
+MODULE_VERSION=4.018
+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
+}

diff --git a/dev-perl/DBD-mysql/metadata.xml b/dev-perl/DBD-mysql/metadata.xml
new file mode 100644
index 0000000..e1fb849
--- /dev/null
+++ b/dev-perl/DBD-mysql/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>perl</herd>
+  <upstream>
+    <remote-id type="cpan">DBD-mysql</remote-id>
+  </upstream>
+<use>
+  <flag name='embedded'>Support embedded server (libmysqld)</flag>
+</use>
+</pkgmetadata>



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DBD-mysql/
@ 2011-05-14 10:19 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-05-14 10:19 UTC (permalink / raw
  To: gentoo-commits

commit:     0e2c51b9856b6d5cbd4cf5566d973898e8e0c96d
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat May 14 10:17:44 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat May 14 10:17:44 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0e2c51b9

[removed] DBD-mysql. Working versions in gentoo again

---
 dev-perl/DBD-mysql/ChangeLog               |  530 ----------------------------
 dev-perl/DBD-mysql/DBD-mysql-4.19.0.ebuild |   28 --
 dev-perl/DBD-mysql/metadata.xml            |   11 -
 3 files changed, 0 insertions(+), 569 deletions(-)

diff --git a/dev-perl/DBD-mysql/ChangeLog b/dev-perl/DBD-mysql/ChangeLog
deleted file mode 100644
index 84ae6a7..0000000
--- a/dev-perl/DBD-mysql/ChangeLog
+++ /dev/null
@@ -1,530 +0,0 @@
-# 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 $
-
-*DBD-mysql-4.19.0 (11 May 2011)
-
-  11 May 2011; Kent Fredric <kentfredric@gmail.com> -DBD-mysql-4.18-r1.ebuild,
-  +DBD-mysql-4.19.0.ebuild:
-  Bump
-
-  11 May 2011; Kent Fredric <kentfredric@gmail.com> +DBD-mysql-4.18-r1.ebuild,
-  +metadata.xml:
-  Import from ::Gentoo
-
-  03 Apr 2011; Torsten Veller <tove@gentoo.org> -DBD-mysql-4.18.ebuild:
-  Cleanup
-
-  07 Feb 2011; Robin H. Johnson <robbat2@gentoo.org> DBD-mysql-4.18-r1.ebuild:
-  Change the built-with-USE dep to not pass -embedded per bug #268698 followup
-  comments.
-
-*DBD-mysql-4.18-r1 (07 Feb 2011)
-
-  07 Feb 2011; Robin H. Johnson <robbat2@gentoo.org> +DBD-mysql-4.18-r1.ebuild,
-  metadata.xml:
-  Bug #268698: support embedded MySQL from perl module.
-
-*DBD-mysql-4.18 (14 Jan 2011)
-
-  14 Jan 2011; Torsten Veller <tove@gentoo.org> -DBD-mysql-4.00.5.ebuild,
-  -DBD-mysql-4.01.2.ebuild, -DBD-mysql-4.01.3.ebuild, -DBD-mysql-4.01.4.ebuild,
-  -DBD-mysql-4.01.6.ebuild, -DBD-mysql-4.01.8.ebuild, +DBD-mysql-4.18.ebuild:
-  Convert ebuild version. Cleanup
-
-  13 Jan 2011; Brent Baude <ranger@gentoo.org> DBD-mysql-4.01.7.ebuild:
-  Marking DBD-mysql-4.01.7 ppc stable for bug 341865
-
-  13 Nov 2010; Raúl Porcel <armin76@gentoo.org> DBD-mysql-4.01.7.ebuild:
-  alpha/ia64/s390/sh/sparc stable wrt #341865
-
-  05 Nov 2010; Samuli Suominen <ssuominen@gentoo.org>
-  DBD-mysql-4.01.7.ebuild:
-  ppc64 stable wrt #341865
-
-  05 Nov 2010; Markos Chandras <hwoarang@gentoo.org>
-  DBD-mysql-4.01.7.ebuild:
-  Stable on amd64 wrt bug #341865
-
-  05 Nov 2010; Markus Meier <maekke@gentoo.org> DBD-mysql-4.01.7.ebuild:
-  arm stable, bug #341865
-
-  05 Nov 2010; Jeroen Roovers <jer@gentoo.org> DBD-mysql-4.01.7.ebuild:
-  Stable for HPPA (bug #341865).
-
-  04 Nov 2010; Christian Faulhammer <fauli@gentoo.org>
-  DBD-mysql-4.01.7.ebuild:
-  x86 stable, bug 341865
-
-*DBD-mysql-4.01.8 (29 Oct 2010)
-
-  29 Oct 2010; Robin H. Johnson <robbat2@gentoo.org>
-  +DBD-mysql-4.01.8.ebuild:
-  Version bump via perl-bump experimental tool.
-
-*DBD-mysql-4.01.7 (15 Aug 2010)
-
-  15 Aug 2010; Torsten Veller <tove@gentoo.org> +DBD-mysql-4.01.7.ebuild:
-  Version bump
-
-*DBD-mysql-4.01.6 (22 Jul 2010)
-
-  22 Jul 2010; Torsten Veller <tove@gentoo.org> +DBD-mysql-4.01.6.ebuild:
-  Version bump
-
-  27 Jun 2010; <nixnut@gentoo.org> DBD-mysql-4.01.3.ebuild:
-  ppc stable #323529
-
-  08 May 2010; Raúl Porcel <armin76@gentoo.org> DBD-mysql-4.01.3.ebuild:
-  alpha/ia64/s390/sh/sparc stable wrt #314467
-
-  05 May 2010; Jeroen Roovers <jer@gentoo.org> DBD-mysql-4.01.3.ebuild:
-  Stable for HPPA (bug #314467).
-
-  18 Apr 2010; Markus Meier <maekke@gentoo.org> DBD-mysql-4.01.3.ebuild:
-  arm stable, bug #314467
-
-  17 Apr 2010; Torsten Veller <tove@gentoo.org> DBD-mysql-4.01.3.ebuild:
-  Stable on amd64, x86 (#314467)
-
-*DBD-mysql-4.01.4 (15 Apr 2010)
-
-  15 Apr 2010; Torsten Veller <tove@gentoo.org> +DBD-mysql-4.01.4.ebuild:
-  Version bump
-
-  18 Mar 2010; Jeremy Olexa <darkside@gentoo.org> DBD-mysql-4.01.3.ebuild:
-  add ~x86-solaris ~sparc-solaris kw, as tested on bug 308683
-
-  09 Jan 2010; Fabian Groffen <grobian@gentoo.org> DBD-mysql-4.01.3.ebuild:
-  Transfer Prefix keywords
-
-*DBD-mysql-4.01.3 (10 Nov 2009)
-
-  10 Nov 2009; Robin H. Johnson <robbat2@gentoo.org>
-  +DBD-mysql-4.01.3.ebuild:
-  Version bump via perl-bump experimental tool.
-
-  12 Oct 2009; Torsten Veller <tove@gentoo.org> -DBD-mysql-4.01.0.ebuild,
-  -DBD-mysql-4.01.1.ebuild:
-  Cleanup
-
-*DBD-mysql-4.01.2 (25 Aug 2009)
-
-  25 Aug 2009; Robin H. Johnson <robbat2@gentoo.org>
-  +DBD-mysql-4.01.2.ebuild:
-  Version bump via perl-bump experimental tool.
-
-*DBD-mysql-4.01.1 (10 Jun 2009)
-
-  10 Jun 2009; Robin H. Johnson <robbat2@gentoo.org>
-  +DBD-mysql-4.01.1.ebuild:
-  Version bump via perl-bump experimental tool.
-
-  03 Jan 2009; Torsten Veller <tove@gentoo.org> +DBD-mysql-2.9007.ebuild:
-  Add DBD-mysql-2.9007 again, because www-apps/bugzilla-2.20.6 depends on it
-
-  30 Dec 2008; Torsten Veller <tove@gentoo.org> -files/sqlstate-purge.patch,
-  -DBD-mysql-2.9007.ebuild, -DBD-mysql-4.00.7.ebuild,
-  -DBD-mysql-4.00.8.ebuild:
-  Cleanup
-
-*DBD-mysql-4.01.0 (08 Dec 2008)
-
-  08 Dec 2008; Robin H. Johnson <robbat2@gentoo.org>
-  +DBD-mysql-4.01.0.ebuild:
-  Version bump.
-
-  30 Sep 2008; Robin H. Johnson <robbat2@gentoo.org>
-  DBD-mysql-2.9007.ebuild:
-  Drop to mips to ~mips again.
-
-  30 Sep 2008; Robin H. Johnson <robbat2@gentoo.org>
-  +DBD-mysql-2.9007.ebuild:
-  Restore 2.9007 because it is needed by bugzilla-2.20.6.
-
-  30 Sep 2008; Robin H. Johnson <robbat2@gentoo.org>
-  DBD-mysql-4.00.8.ebuild:
-  Make the ebuild even slimmer with a suggestion from tove to the eclass.
-
-  30 Sep 2008; Robin H. Johnson <robbat2@gentoo.org>
-  -files/mysql-5.0-new_bit_type.patch, -files/makemaker.patch,
-  -DBD-mysql-2.9007.ebuild, -DBD-mysql-3.0006.ebuild,
-  -DBD-mysql-3.0007.ebuild, -DBD-mysql-3.0008.ebuild,
-  -DBD-mysql-4.00.4-r1.ebuild:
-  Drop old ebuilds and unused patches. Demote mips to ~mips as they only
-  have ~mips mysql anyway.
-
-*DBD-mysql-4.00.8 (30 Sep 2008)
-
-  30 Sep 2008; Robin H. Johnson <robbat2@gentoo.org>
-  +DBD-mysql-4.00.8.ebuild:
-  Version bump, cleanup to use auto-calc in perl-module better.
-
-  30 Jul 2008; Robin H. Johnson <robbat2@gentoo.org>
-  DBD-mysql-4.00.4-r1.ebuild:
-  Make repoman happy.
-
-*DBD-mysql-4.00.7 (30 Jul 2008)
-
-  30 Jul 2008; Robin H. Johnson <robbat2@gentoo.org>
-  +DBD-mysql-4.00.7.ebuild:
-  Version bump.
-
-  09 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org>
-  DBD-mysql-4.00.5.ebuild:
-  Stable on ppc.
-
-  14 Jul 2007; Jeroen Roovers <jer@gentoo.org> DBD-mysql-4.00.5.ebuild:
-  Stable for HPPA (bug #184985).
-
-  12 Jul 2007; Raúl Porcel <armin76@gentoo.org> DBD-mysql-4.00.5.ebuild:
-  alpha/ia64/x86 stable wrt #184985
-
-  11 Jul 2007; Markus Rothe <corsair@gentoo.org> DBD-mysql-4.00.5.ebuild:
-  Stable on ppc64; bug #184985
-
-  11 Jul 2007; Michael Cummings <mcummings@gentoo.org>
-  DBD-mysql-4.00.5.ebuild:
-  Marking amd64 stable, bug 184985
-
-  11 Jul 2007; Michael Cummings <mcummings@gentoo.org>
-  DBD-mysql-4.00.5.ebuild:
-  Marking sparc stable, bug 184985
-
-  10 Jul 2007; Michael Cummings <mcummings@gentoo.org>
-  -DBD-mysql-4.00.ebuild, -DBD-mysql-4.00.1.ebuild,
-  -DBD-mysql-4.00.3.ebuild:
-  Cleaning out stale ebuilds
-
-  05 Jul 2007; Raúl Porcel <armin76@gentoo.org> DBD-mysql-4.00.4-r1.ebuild:
-  alpha/ia64/x86 stable
-
-  21 Jun 2007; Michael Cummings <mcummings@gentoo.org>
-  DBD-mysql-4.00.1.ebuild, DBD-mysql-4.00.3.ebuild,
-  DBD-mysql-4.00.4-r1.ebuild:
-  Marking sparc stable
-
-*DBD-mysql-4.00.5 (15 Jun 2007)
-
-  15 Jun 2007; Michael Cummings <mcummings@gentoo.org>
-  +DBD-mysql-4.00.5.ebuild:
-  Version bump
-
-  12 May 2007; Joshua Kinard <kumba@gentoo.org> DBD-mysql-3.0008.ebuild:
-  Stable on mips.
-
-  05 May 2007; Tobias Scherbaum <dertobi123@gentoo.org>
-  DBD-mysql-3.0008.ebuild:
-  ppc stable
-
-  15 Apr 2007; Markus Rothe <corsair@gentoo.org> DBD-mysql-3.0008.ebuild:
-  Stable on ppc64
-
-*DBD-mysql-4.00.4-r1 (31 Mar 2007)
-
-  31 Mar 2007; Michael Cummings <mcummings@gentoo.org>
-  +files/sqlstate-purge.patch, -DBD-mysql-4.00.4.ebuild,
-  +DBD-mysql-4.00.4-r1.ebuild:
-  Fixes for bug 172780, compat with 4.x mysql clients
-
-*DBD-mysql-4.00.4 (30 Mar 2007)
-
-  30 Mar 2007; Michael Cummings <mcummings@gentoo.org>
-  +DBD-mysql-4.00.4.ebuild:
-  Version bump, should fix bug 172780
-
-*DBD-mysql-4.00.3 (09 Mar 2007)
-
-  09 Mar 2007; Michael Cummings <mcummings@gentoo.org>
-  +DBD-mysql-4.00.3.ebuild:
-  Version bump
-
-  04 Mar 2007; Christian Faulhammer <opfer@gentoo.org>
-  DBD-mysql-3.0008.ebuild:
-  stable x86; bug 141638
-
-*DBD-mysql-4.00.1 (06 Feb 2007)
-
-  06 Feb 2007; Michael Cummings <mcummings@gentoo.org>
-  +DBD-mysql-4.00.1.ebuild:
-  Version bump
-
-  08 Jan 2007; Michael Cummings <mcummings@gentoo.org>
-  -DBD-mysql-3.0004.ebuild, DBD-mysql-3.0008.ebuild:
-  Marking sparc stable
-
-  07 Jan 2007; Michael Cummings <mcummings@gentoo.org>
-  DBD-mysql-3.0008.ebuild:
-  Marking amd64 stable
-
-*DBD-mysql-4.00 (27 Dec 2006)
-
-  27 Dec 2006; Michael Cummings <mcummings@gentoo.org>
-  +DBD-mysql-4.00.ebuild:
-  Version bump
-
-  24 Dec 2006; Tobias Scherbaum <dertobi123@gentoo.org>
-  DBD-mysql-3.0007.ebuild:
-  Stable on ppc.
-
-  24 Nov 2006; Michael Cummings <mcummings@gentoo.org>
-  DBD-mysql-3.0007.ebuild:
-  sparc stable
-
-  24 Nov 2006; Michael Cummings <mcummings@gentoo.org>
-  DBD-mysql-3.0007.ebuild:
-  amd64 stable
-
-  23 Nov 2006; Francesco Riosa <vivo@gentoo.org> DBD-mysql-2.9007.ebuild,
-  DBD-mysql-3.0004.ebuild, DBD-mysql-3.0006.ebuild, DBD-mysql-3.0007.ebuild,
-  DBD-mysql-3.0008.ebuild:
-  dev-db/mysql => virtual/mysql
-
-*DBD-mysql-3.0008 (01 Nov 2006)
-
-  01 Nov 2006; Michael Cummings <mcummings@gentoo.org>
-  +DBD-mysql-3.0008.ebuild:
-  Version bump
-
-  01 Nov 2006; Francesco Riosa <vivo@gentoo.org> DBD-mysql-3.0007.ebuild:
-  added ~sparc-fbsd to satisfy MySQL deps
-
-  21 Oct 2006; Tobias Scherbaum <dertobi123@gentoo.org>
-  DBD-mysql-3.0006.ebuild:
-  ppc stable
-
-  20 Oct 2006; Bryan Østergaard <kloeri@gentoo.org>
-  DBD-mysql-3.0006.ebuild:
-  Stable on Alpha.
-
-  09 Oct 2006; Michael Cummings <mcummings@gentoo.org>
-  -DBD-mysql-2.1027.ebuild, -DBD-mysql-2.9003.ebuild,
-  DBD-mysql-2.9007.ebuild, -DBD-mysql-3.0002.ebuild,
-  -DBD-mysql-3.0002_p3.ebuild, -DBD-mysql-3.0002_p4.ebuild,
-  DBD-mysql-3.0004.ebuild, DBD-mysql-3.0006.ebuild, DBD-mysql-3.0007.ebuild:
-  Marking amd64, sparc stable; cleaning up
-
-  16 Sep 2006; Tobias Scherbaum <dertobi123@gentoo.org>
-  DBD-mysql-3.0004.ebuild:
-  ppc stable
-
-*DBD-mysql-3.0007 (15 Sep 2006)
-
-  15 Sep 2006; Christian Hartmann <ian@gentoo.org> +DBD-mysql-3.0007.ebuild:
-  Version bump; bug #147613
-
-  07 Aug 2006; Michael Cummings <mcummings@gentoo.org>
-  DBD-mysql-3.0004.ebuild:
-  Marking stable amd64, sparc; relates to bug 125457
-
-  05 Aug 2006; Michael Cummings <mcummings@gentoo.org>
-  DBD-mysql-2.1027.ebuild, DBD-mysql-2.9003.ebuild, DBD-mysql-2.9007.ebuild,
-  DBD-mysql-3.0002.ebuild, DBD-mysql-3.0002_p3.ebuild,
-  DBD-mysql-3.0002_p4.ebuild, DBD-mysql-3.0004.ebuild,
-  DBD-mysql-3.0006.ebuild:
-  Adding perl dep; fixed DEPEND
-
-*DBD-mysql-3.0006 (04 Aug 2006)
-
-  04 Aug 2006; Christian Hartmann <ian@gentoo.org> +DBD-mysql-3.0006.ebuild:
-  Version bump; bug #140801
-
-  04 Jul 2006; Christian Hartmann <ian@gentoo.org> DBD-mysql-2.1027.ebuild,
-  DBD-mysql-2.9003.ebuild, DBD-mysql-2.9007.ebuild, DBD-mysql-3.0002.ebuild,
-  DBD-mysql-3.0002_p3.ebuild, DBD-mysql-3.0002_p4.ebuild,
-  DBD-mysql-3.0004.ebuild:
-  Fixed RDEPEND wrt bug #134781; fixed header; fixed DEPEND
-
-*DBD-mysql-3.0004 (22 May 2006)
-
-  22 May 2006; Christian Hartmann <ian@gentoo.org> ChangeLog:
-  Version bump; fixed bug #125457
-
-  29 Apr 2006; Joshua Kinard <kumba@gentoo.org> DBD-mysql-2.9007.ebuild:
-  Marked stable on mips.
-
-  22 Apr 2006; Diego Pettenò <flameeyes@gentoo.org>
-  DBD-mysql-3.0002_p4.ebuild:
-  Add ~x86-fbsd keyword.
-
-*DBD-mysql-3.0002 (15 Jan 2006)
-
-  15 Jan 2006; Michael Cummings <mcummings@gentoo.org>
-  +DBD-mysql-3.0002.ebuild:
-  As pointed out in bug 110363, DBD-mysql-3.0002 seems to be the only working
-  one in the 3.0002X series. Adding so people can use it instead.
-
-  30 Dec 2005; Fernando J. Pereda <ferdy@gentoo.org>
-  DBD-mysql-2.9007.ebuild:
-  Stable on alpha. Dependency of dev-db/mysql-4.1.14
-
-  12 Dec 2005; Francesco Riosa <vivo@gentoo.org>
-  +files/mysql-5.0-new_bit_type.patch, DBD-mysql-3.0002_p4.ebuild:
-  fix Bug #114925, compile fail with mysql < 5.0. Many thanks  Malcolm (malc)
-  Lashley.
-
-*DBD-mysql-3.0002_p4 (08 Dec 2005)
-
-  08 Dec 2005; Francesco Riosa <vivo@gentoo.org>
-  +DBD-mysql-3.0002_p4.ebuild:
-  version bump
-
-  24 Nov 2005; Markus Rothe <corsair@gentoo.org> DBD-mysql-2.9007.ebuild:
-  Stable on ppc64
-
-  04 Nov 2005; Gustavo Zacarias <gustavoz@gentoo.org>
-  DBD-mysql-2.9007.ebuild:
-  Stable on sparc wrt #109301
-
-  20 Oct 2005; Luca Barbato <lu_zero@gentoo.org> DBD-mysql-2.9007.ebuild:
-  Marked ppc
-
-  19 Oct 2005; Mark Loeser <halcy0n@gentoo.org> DBD-mysql-2.9007.ebuild:
-  Stable on x86
-
-  19 Oct 2005; Marcus D. Hanwell <cryos@gentoo.org> DBD-mysql-2.9007.ebuild:
-  Marked stable on amd64, bug 109301.
-
-*DBD-mysql-3.0002_p3 (16 Oct 2005)
-
-  16 Oct 2005; Francesco Riosa <vivo@gentoo.org> -DBD-mysql-2.9006.ebuild,
-  +DBD-mysql-3.0002_p3.ebuild:
-  version bump and clean-up
-
-  30 Sep 2005; MATSUU Takuto <matsuu@gentoo.org> DBD-mysql-2.9003.ebuild:
-  Stable on sh.
-
-*DBD-mysql-2.9007 (11 May 2005)
-
-  11 May 2005; Elfyn McBratney <beu@gentoo.org> +DBD-mysql-2.9007.ebuild:
-  Version bump.
-
-  01 May 2005; Tom Martin <slarti@gentoo.org> DBD-mysql-2.9003.ebuild:
-  Stable on amd64.
-
-  30 Apr 2005; Michael Hanselmann <hansmi@gentoo.org>
-  DBD-mysql-2.9003.ebuild:
-  Stable on ppc.
-
-  26 Apr 2005; Bryan Østergaard <kloeri@gentoo.org>
-  DBD-mysql-2.9003.ebuild:
-  Stable on ia64.
-
-  25 Apr 2005; Gustavo Zacarias <gustavoz@gentoo.org>
-  DBD-mysql-2.9003.ebuild:
-  Stable on sparc
-
-*DBD-mysql-2.9006 (25 Apr 2005)
-
-  25 Apr 2005; Michael Cummings <mcummings@gentoo.org>
-  -DBD-mysql-2.1013-r1.ebuild, -DBD-mysql-2.1013.ebuild,
-  DBD-mysql-2.9003.ebuild, -DBD-mysql-2.9004.ebuild, +DBD-mysql-2.9006.ebuild:
-  cleaning and bumping
-
-  19 Apr 2005; Michael Hanselmann <hansmi@gentoo.org>
-  DBD-mysql-2.1027.ebuild:
-  Stable on ppc.
-
-  20 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org> DBD-mysql-2.9004.ebuild:
-  Keyworded ~sparc
-
-  29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
-  Change encoding to UTF-8 for GLEP 31 compliance
-
-*DBD-mysql-2.9004 (24 Dec 2004)
-
-  24 Dec 2004; Simon Stelling <blubb@gentoo.org> DBD-mysql-2.9004.ebuild:
-  added ~amd64
-
-  23 Nov 2004; Sven Wegener <swegener@gentoo.org> :
-  Fixed digest.
-
-  01 Jun 2004; Tom Gall <tgall@gentoo.org> DBD-mysql-2.9003.ebuild:
-  stable on ppc64, bug #52701
-
-  26 May 2004; Bryan Østergaard <kloeri@gentoo.org> DBD-mysql-2.9003.ebuild:
-  Stable on alpha.
-
-  02 Apr 2004; <randy@gentoo.org> DBD-mysql-2.9003.ebuild:
-  adding s390 keywords
-
-  21 Mar 2004; Joshua Kinard <kumba@gentoo.org> DBD-mysql-2.1013-r1.ebuild,
-  DBD-mysql-2.1013.ebuild, DBD-mysql-2.1027.ebuild, DBD-mysql-2.9003.ebuild:
-  Marked stable on mips.
-
-  04 Feb 2004; Joshua Kinard <kumba@gentoo.org> DBD-mysql-2.9003.ebuild:
-  Added ~mips to KEYWORDS
-
-  24 Dec 2003; Michael Cummings,,, <mcummings@gentoo.org>
-  DBD-mysql-2.1004-r2.ebuild, DBD-mysql-2.1004-r3.ebuild:
-  Version no longer available from CPAN
-
-*DBD-mysql-2.9003 (24 Dec 2003)
-
-  24 Dec 2003; Michael Cummings,,, <mcummings@gentoo.org>
-  DBD-mysql-2.9003.ebuild:
-  Latest version on CPAN
-
-  10 Jun 2003; Christian Birchinger <joker@gentoo.org>
-  DBD-mysql-2.1027.ebuild:
-  Added sparc stable keyword
-
-*DBD-mysql-2.1027 (07 Jun 2003)
-
-  02 Jun 2003; Guy Martin <gmsoft@gentoo.org> DBD-mysql-2.1027.ebuild :
-  Marked stable on hppa.
-
-  07 Jun 2003; Michael Cummings <mcummings@gentoo.org>
-  DBD-mysql-2.1027.ebuild:
-  CPAN update
-
-*DBD-mysql-2.1013-r1 (29 Oct 2002)
-
-  05 Apr 2003; Zach Welch <zwelch@gentoo.org> DBD-mysql-2.1013-r1.ebuild:
-  add arm keyword
-
-  20 Mar 2003; Guy Martin <gmsoft@gentoo.org> DBD-mysql-2.1013-r1.ebuild :
-  Added hppa to KEYWORDS.
-
-  06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
- 
-  29 Oct 2002; Seemant Kulleen <seemant@gentoo.org> ChangeLog  :
-  forced version bump to install into correct locations
-
-*DBD-mysql-2.1013 (19 Sep 2002)
-
-  19 Sep 2002; <mcummings@gentoo.org> DBD-mysql-2.1013.ebuild, 
-  files/makemaker.patch: address and correct issues with makemaker in perl.
-  Corrects bug 7960. Thanks to Tom Collins for finding the patch!
-
-*DBD-mysql-2.1004-r3 (21 Jun 2003)
- 
-  12 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> :
-  Added missing changelog entry.
-
-*DBD-mysql-2.1004-r2 (5 May 2002)
-
-  31 Jul 2002; Calum Selkirk <cselkirk@gentoo.org> DBD-mysql-2.1004-r2.ebuild :
-
-  Added ppc to KEYWORDS.
-
-  5 May 2002; Seemant Kulleen <seemant@gentoo.org>
-  DBD-mysql-2.1004-r2.ebuild files/digest-DBD-mysql-2.1004-r2 :
-
-  Convert to eclasses.
-
-*DBD-mysql-2.1004-r1 (3 May 2002)
-
-  3 May 2002; Donny Davies <woodchip@gentoo.org> :
-  
-  Added LICENSE, SLOT.
-
-*DBD-mysql-2.1004 (1 Feb 2002)
-
-  1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
-  
-  Added initial ChangeLog which should be updated whenever the package is
-  updated in any way. This changelog is targetted to users. This means that the
-  comments should well explained and written in clean English. The details about
-  writing correct changelogs are explained in the skel.ChangeLog file which you
-  can find in the root directory of the portage repository.

diff --git a/dev-perl/DBD-mysql/DBD-mysql-4.19.0.ebuild b/dev-perl/DBD-mysql/DBD-mysql-4.19.0.ebuild
deleted file mode 100644
index 42320f1..0000000
--- a/dev-perl/DBD-mysql/DBD-mysql-4.19.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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.18-r1.ebuild,v 1.2 2011/02/07 18:00:40 robbat2 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
-}
-
-# SRC_TEST="do" # needs lots of love to work.

diff --git a/dev-perl/DBD-mysql/metadata.xml b/dev-perl/DBD-mysql/metadata.xml
deleted file mode 100644
index e1fb849..0000000
--- a/dev-perl/DBD-mysql/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <herd>perl</herd>
-  <upstream>
-    <remote-id type="cpan">DBD-mysql</remote-id>
-  </upstream>
-<use>
-  <flag name='embedded'>Support embedded server (libmysqld)</flag>
-</use>
-</pkgmetadata>



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-05-14 10:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-11  8:10 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DBD-mysql/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2011-05-14 10:19 Kent Fredric
2011-05-11  8:10 Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox