diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-01-13 20:52:24 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-01-13 20:52:24 +0000 |
commit | d2ba9d521a7fd2ab75991ec291c4577ffc058c57 (patch) | |
tree | e6f7c5600ea3d4073f534703bf28e37b0474bb37 /dev-perl/DBIx-ContextualFetch | |
parent | New ebuild thanks to Sebastian Witt <se.witt@gmx.net> and t35t0r in bug 102919 (diff) | |
download | historical-d2ba9d521a7fd2ab75991ec291c4577ffc058c57.tar.gz historical-d2ba9d521a7fd2ab75991ec291c4577ffc058c57.tar.bz2 historical-d2ba9d521a7fd2ab75991ec291c4577ffc058c57.zip |
marking stable sparc x86
Package-Manager: portage-2.1_pre1
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.03.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/DBIx-ContextualFetch/ChangeLog b/dev-perl/DBIx-ContextualFetch/ChangeLog index 4a9a155f1f49..f771838d001b 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-ContextualFetch/ChangeLog,v 1.12 2005/11/13 14:30:21 mcummings Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-ContextualFetch/ChangeLog,v 1.13 2006/01/13 20:38:23 mcummings Exp $ + + 13 Jan 2006; Michael Cummings <mcummings@gentoo.org> + DBIx-ContextualFetch-1.03.ebuild: + marking stable sparc x86 *DBIx-ContextualFetch-1.03 (13 Nov 2005) diff --git a/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.03.ebuild b/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.03.ebuild index 162ab7c312bb..fb129dc7b0c6 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-2005 Gentoo Foundation +# 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.1 2005/11/13 14:30:21 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.03.ebuild,v 1.2 2006/01/13 20:38:23 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" |