summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-04-25 13:05:13 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-04-25 13:05:13 +0000
commitaa4218d955ab38ceb0ed6ad594ef45e4302df8d9 (patch)
tree437fb4d66c9f4a0f82d15ddf4c1e1fb70463b2d7 /dev-perl/DBIx-ContextualFetch
parentInitial import. Ebuild by Radek Podgorny <radek@podgorny.cz>. Closing bug #... (diff)
downloadhistorical-aa4218d955ab38ceb0ed6ad594ef45e4302df8d9.tar.gz
historical-aa4218d955ab38ceb0ed6ad594ef45e4302df8d9.tar.bz2
historical-aa4218d955ab38ceb0ed6ad594ef45e4302df8d9.zip
cleaning
Package-Manager: portage-2.0.51.20-r4
Diffstat (limited to 'dev-perl/DBIx-ContextualFetch')
-rw-r--r--dev-perl/DBIx-ContextualFetch/ChangeLog8
-rw-r--r--dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.01.ebuild4
-rw-r--r--dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.02.ebuild20
-rw-r--r--dev-perl/DBIx-ContextualFetch/Manifest16
-rw-r--r--dev-perl/DBIx-ContextualFetch/files/digest-DBIx-ContextualFetch-1.021
5 files changed, 44 insertions, 5 deletions
diff --git a/dev-perl/DBIx-ContextualFetch/ChangeLog b/dev-perl/DBIx-ContextualFetch/ChangeLog
index d165c8dda9a7..0000f3efef82 100644
--- a/dev-perl/DBIx-ContextualFetch/ChangeLog
+++ b/dev-perl/DBIx-ContextualFetch/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/DBIx-ContextualFetch
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-ContextualFetch/ChangeLog,v 1.6 2005/01/30 00:24:22 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-ContextualFetch/ChangeLog,v 1.7 2005/04/25 13:05:13 mcummings Exp $
+
+*DBIx-ContextualFetch-1.02 (25 Apr 2005)
+
+ 25 Apr 2005; Michael Cummings <mcummings@gentoo.org>
+ DBIx-ContextualFetch-1.01.ebuild, +DBIx-ContextualFetch-1.02.ebuild:
+ cleaning; bump
30 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org>
DBIx-ContextualFetch-1.01.ebuild:
diff --git a/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.01.ebuild b/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.01.ebuild
index e37301cd4203..00742881acb9 100644
--- a/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.01.ebuild
+++ b/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.01.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.01.ebuild,v 1.8 2005/01/30 00:24:22 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.01.ebuild,v 1.9 2005/04/25 13:05:13 mcummings Exp $
inherit perl-module
DESCRIPTION="Add contextual fetches to DBI"
HOMEPAGE="http://search.cpan.org/~tmtm/${P}/"
-SRC_URI="http://search.cpan.org/CPAN/authors/id/T/TM/TMTM/${P}.tar.gz"
+SRC_URI="mirror://cpan/authors/id/T/TM/TMTM/${P}.tar.gz"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
diff --git a/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.02.ebuild b/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.02.ebuild
new file mode 100644
index 000000000000..78c61b42feb1
--- /dev/null
+++ b/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.02.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.02.ebuild,v 1.1 2005/04/25 13:05:13 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="Add contextual fetches to DBI"
+HOMEPAGE="http://search.cpan.org/~tmtm/${P}/"
+SRC_URI="mirror://cpan/authors/id/T/TM/TMTM/${P}.tar.gz"
+
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~x86 ~sparc ~ppc ~amd64"
+IUSE=""
+SRC_TEST="do"
+
+# DBD-SQLite is for testing
+DEPEND=">=dev-perl/DBI-1.37
+ dev-perl/DBD-SQLite
+ dev-perl/Test-Simple"
diff --git a/dev-perl/DBIx-ContextualFetch/Manifest b/dev-perl/DBIx-ContextualFetch/Manifest
index 0fb9f60e8f2e..3ad277705912 100644
--- a/dev-perl/DBIx-ContextualFetch/Manifest
+++ b/dev-perl/DBIx-ContextualFetch/Manifest
@@ -1,4 +1,16 @@
-MD5 49a8ff986faf50f13fdde6b7a3897179 DBIx-ContextualFetch-1.01.ebuild 602
-MD5 efb10d6245a757792624d7e1a4635267 ChangeLog 837
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 8d9999c6a64bbd3e74a64b8162a5f0fc ChangeLog 1023
+MD5 e57f866e3c010b34550797876fe6e704 DBIx-ContextualFetch-1.01.ebuild 588
MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305
+MD5 1a3a88fdd91d6de19cb8ed60de789511 DBIx-ContextualFetch-1.02.ebuild 618
MD5 817ab6248809ca35535dde64f30d9b00 files/digest-DBIx-ContextualFetch-1.01 75
+MD5 05c315d46d0a4fda79aa771689124de1 files/digest-DBIx-ContextualFetch-1.02 75
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.0 (GNU/Linux)
+
+iD8DBQFCbOsbtG5z4I8BtQoRAp9wAJ9GQMZvLgK8BGjUavZb+j9b+mpTQwCfXGGh
+mj0cUOaBCkPDi5rc9Jsj1YY=
+=PZOd
+-----END PGP SIGNATURE-----
diff --git a/dev-perl/DBIx-ContextualFetch/files/digest-DBIx-ContextualFetch-1.02 b/dev-perl/DBIx-ContextualFetch/files/digest-DBIx-ContextualFetch-1.02
new file mode 100644
index 000000000000..84072d38a0f2
--- /dev/null
+++ b/dev-perl/DBIx-ContextualFetch/files/digest-DBIx-ContextualFetch-1.02
@@ -0,0 +1 @@
+MD5 e0e2d7db498de03fb3aef95ebd1e0947 DBIx-ContextualFetch-1.02.tar.gz 3843