diff options
author | 2005-01-13 03:02:06 +0000 | |
---|---|---|
committer | 2005-01-13 03:02:06 +0000 | |
commit | 20bbb9c22fe04362f2ef79a90d687f0cc8eaeb16 (patch) | |
tree | 14d9505c1cf147899839b503a213ce1561ce15c6 /dev-perl/Class-DBI | |
parent | Added note about md5sum (diff) | |
download | historical-20bbb9c22fe04362f2ef79a90d687f0cc8eaeb16.tar.gz historical-20bbb9c22fe04362f2ef79a90d687f0cc8eaeb16.tar.bz2 historical-20bbb9c22fe04362f2ef79a90d687f0cc8eaeb16.zip |
Stable on sparc
Diffstat (limited to 'dev-perl/Class-DBI')
-rw-r--r-- | dev-perl/Class-DBI/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Class-DBI/Class-DBI-0.95.ebuild | 6 | ||||
-rw-r--r-- | dev-perl/Class-DBI/Class-DBI-0.96.ebuild | 4 |
3 files changed, 10 insertions, 7 deletions
diff --git a/dev-perl/Class-DBI/ChangeLog b/dev-perl/Class-DBI/ChangeLog index b5d6724b84b4..9c80932f1256 100644 --- a/dev-perl/Class-DBI/ChangeLog +++ b/dev-perl/Class-DBI/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Class-DBI -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI/ChangeLog,v 1.4 2004/06/25 00:12:07 agriffis Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI/ChangeLog,v 1.5 2005/01/13 03:02:06 gustavoz Exp $ + + 13 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org> Class-DBI-0.95.ebuild: + Stable on sparc *Class-DBI-0.96 (05 Jun 2004) diff --git a/dev-perl/Class-DBI/Class-DBI-0.95.ebuild b/dev-perl/Class-DBI/Class-DBI-0.95.ebuild index 6cc3cc74ba1a..eb1021128dba 100644 --- a/dev-perl/Class-DBI/Class-DBI-0.95.ebuild +++ b/dev-perl/Class-DBI/Class-DBI-0.95.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI/Class-DBI-0.95.ebuild,v 1.5 2004/10/16 23:57:20 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI/Class-DBI-0.95.ebuild,v 1.6 2005/01/13 03:02:06 gustavoz Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="http://search.cpan.org/CPAN/authors/id/T/TM/TMTM/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="x86 ~sparc" +KEYWORDS="x86 sparc" IUSE="" # Tests aren't possible since they require interaction with the DB's diff --git a/dev-perl/Class-DBI/Class-DBI-0.96.ebuild b/dev-perl/Class-DBI/Class-DBI-0.96.ebuild index 9e032d097079..e4cb2fb0bc3c 100644 --- a/dev-perl/Class-DBI/Class-DBI-0.96.ebuild +++ b/dev-perl/Class-DBI/Class-DBI-0.96.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI/Class-DBI-0.96.ebuild,v 1.4 2004/10/16 23:57:20 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI/Class-DBI-0.96.ebuild,v 1.5 2005/01/13 03:02:06 gustavoz Exp $ inherit perl-module |