diff options
author | Torsten Veller <tove@gentoo.org> | 2011-09-04 11:24:07 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-09-04 11:24:07 +0000 |
commit | ed1835f95ac005061c92cae46366aa03deeb7aa6 (patch) | |
tree | bf4cd51e2a39ff64b8d4e986cbb7f9ecc8220b61 /dev-perl/DBIx-ContextualFetch | |
parent | Version bump to latest release. (diff) | |
download | gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.tar.gz gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.tar.bz2 gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.zip |
Cleanup
(Portage version: 2.2.0_alpha52/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/DBIx-ContextualFetch')
-rw-r--r-- | dev-perl/DBIx-ContextualFetch/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.03.ebuild | 21 |
2 files changed, 5 insertions, 22 deletions
diff --git a/dev-perl/DBIx-ContextualFetch/ChangeLog b/dev-perl/DBIx-ContextualFetch/ChangeLog index 6cfb4f3d42ba..ffe1f36d6041 100644 --- a/dev-perl/DBIx-ContextualFetch/ChangeLog +++ b/dev-perl/DBIx-ContextualFetch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/DBIx-ContextualFetch # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-ContextualFetch/ChangeLog,v 1.26 2011/09/03 21:04:45 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-ContextualFetch/ChangeLog,v 1.27 2011/09/04 11:24:03 tove Exp $ + + 04 Sep 2011; Torsten Veller <tove@gentoo.org> + -DBIx-ContextualFetch-1.03.ebuild: + Cleanup 03 Sep 2011; Torsten Veller <tove@gentoo.org> DBIx-ContextualFetch-1.30.0.ebuild: diff --git a/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.03.ebuild b/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.03.ebuild deleted file mode 100644 index 7fcbcc01bed3..000000000000 --- a/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.03.ebuild +++ /dev/null @@ -1,21 +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/DBIx-ContextualFetch/DBIx-ContextualFetch-1.03.ebuild,v 1.11 2011/04/24 15:31:32 grobian 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 ia64 ~ppc ppc64 sparc x86 ~x86-solaris" -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" |