diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-10-09 14:03:32 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-10-09 14:03:32 +0000 |
commit | ec157294b79bd30255b5c1ac36721956505b3d4a (patch) | |
tree | f0ddbdbb9d7d884222bbc26650e1be3791a4b473 /dev-perl/DBIx-ContextualFetch | |
parent | Cleaning up; marking amd64, sparc stable (diff) | |
download | historical-ec157294b79bd30255b5c1ac36721956505b3d4a.tar.gz historical-ec157294b79bd30255b5c1ac36721956505b3d4a.tar.bz2 historical-ec157294b79bd30255b5c1ac36721956505b3d4a.zip |
Cleaning up ebuilds
Package-Manager: portage-2.1.2_pre1
Diffstat (limited to 'dev-perl/DBIx-ContextualFetch')
-rw-r--r-- | dev-perl/DBIx-ContextualFetch/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.02.ebuild | 5 | ||||
-rw-r--r-- | dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.03.ebuild | 3 |
3 files changed, 9 insertions, 6 deletions
diff --git a/dev-perl/DBIx-ContextualFetch/ChangeLog b/dev-perl/DBIx-ContextualFetch/ChangeLog index 98c78d1670dc..a1cb2088bfcd 100644 --- a/dev-perl/DBIx-ContextualFetch/ChangeLog +++ b/dev-perl/DBIx-ContextualFetch/ChangeLog @@ -1,6 +1,11 @@ # 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.21 2006/08/07 00:15:26 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-ContextualFetch/ChangeLog,v 1.22 2006/10/09 14:03:32 mcummings Exp $ + + 09 Oct 2006; Michael Cummings <mcummings@gentoo.org> + -DBIx-ContextualFetch-1.01.ebuild, DBIx-ContextualFetch-1.02.ebuild, + DBIx-ContextualFetch-1.03.ebuild: + Cleaning up ebuilds 07 Aug 2006; Michael Cummings <mcummings@gentoo.org> DBIx-ContextualFetch-1.03.ebuild: diff --git a/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.02.ebuild b/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.02.ebuild index af2a5df651fb..962bf5f22484 100644 --- a/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.02.ebuild +++ b/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.02.ebuild @@ -1,6 +1,6 @@ # 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.6 2006/08/05 02:21:28 mcummings Exp $ +# $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 @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/T/TM/TMTM/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 sparc ~x86" IUSE="" SRC_TEST="do" @@ -19,4 +19,3 @@ DEPEND=">=dev-perl/DBI-1.37 dev-perl/DBD-SQLite virtual/perl-Test-Simple dev-lang/perl" -RDEPEND="${DEPEND}" diff --git a/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.03.ebuild b/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.03.ebuild index cf709ffa080b..3d5c987ed902 100644 --- a/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.03.ebuild +++ b/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.03.ebuild @@ -1,6 +1,6 @@ # 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.03.ebuild,v 1.9 2006/08/07 00:15:26 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.03.ebuild,v 1.10 2006/10/09 14:03:32 mcummings Exp $ inherit perl-module @@ -19,4 +19,3 @@ DEPEND=">=dev-perl/DBI-1.37 dev-perl/DBD-SQLite virtual/perl-Test-Simple dev-lang/perl" -RDEPEND="${DEPEND}" |