diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-02 12:12:45 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-02 12:12:45 +0000 |
commit | dc9ab68f8ff008308fe6a68c24d862be82490fc8 (patch) | |
tree | 913ccb14902367f6562100860db1715f8f461089 /dev-perl/DBIx-ContextualFetch | |
parent | sparc/x86 stable wrt #266555 (diff) | |
download | historical-dc9ab68f8ff008308fe6a68c24d862be82490fc8.tar.gz historical-dc9ab68f8ff008308fe6a68c24d862be82490fc8.tar.bz2 historical-dc9ab68f8ff008308fe6a68c24d862be82490fc8.zip |
Cleanup
Package-Manager: portage-2.2_rc31/cvs/Linux i686
Diffstat (limited to 'dev-perl/DBIx-ContextualFetch')
-rw-r--r-- | dev-perl/DBIx-ContextualFetch/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.02.ebuild | 21 |
2 files changed, 6 insertions, 23 deletions
diff --git a/dev-perl/DBIx-ContextualFetch/ChangeLog b/dev-perl/DBIx-ContextualFetch/ChangeLog index a1cb2088bfcd..0de4be0f2ed3 100644 --- a/dev-perl/DBIx-ContextualFetch/ChangeLog +++ b/dev-perl/DBIx-ContextualFetch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/DBIx-ContextualFetch -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-ContextualFetch/ChangeLog,v 1.22 2006/10/09 14:03:32 mcummings Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-ContextualFetch/ChangeLog,v 1.23 2009/05/02 11:33:33 tove Exp $ + + 02 May 2009; Torsten Veller <tove@gentoo.org> + -DBIx-ContextualFetch-1.02.ebuild: + Cleanup 09 Oct 2006; Michael Cummings <mcummings@gentoo.org> -DBIx-ContextualFetch-1.01.ebuild, DBIx-ContextualFetch-1.02.ebuild, diff --git a/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.02.ebuild b/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.02.ebuild deleted file mode 100644 index 962bf5f22484..000000000000 --- a/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.02.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2006 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.7 2006/10/09 14:03:32 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="amd64 ~ppc ~ppc64 sparc ~x86" -IUSE="" -SRC_TEST="do" - -# DBD-SQLite is for testing -DEPEND=">=dev-perl/DBI-1.37 - dev-perl/DBD-SQLite - virtual/perl-Test-Simple - dev-lang/perl" |