diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-02 11:33:33 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-02 11:33:33 +0000 |
commit | 4eff8c8b764a3e1500858ce69e44d10b83e90755 (patch) | |
tree | e41668f6e668a08225b9805c0933d20504f52ab1 /dev-perl/DBIx-ContextualFetch | |
parent | Cleanup (diff) | |
download | gentoo-2-4eff8c8b764a3e1500858ce69e44d10b83e90755.tar.gz gentoo-2-4eff8c8b764a3e1500858ce69e44d10b83e90755.tar.bz2 gentoo-2-4eff8c8b764a3e1500858ce69e44d10b83e90755.zip |
Cleanup
(Portage version: 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" |