diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-05-28 09:58:41 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-05-28 09:58:41 +0000 |
commit | ba3180a10e617d44da9b6ce90f157801d3dc93bb (patch) | |
tree | 3bb4e92eabf855fa4be1af8328acbf83b2b81a2e /dev-perl/DBI | |
parent | Stable on alpha. (diff) | |
download | historical-ba3180a10e617d44da9b6ce90f157801d3dc93bb.tar.gz historical-ba3180a10e617d44da9b6ce90f157801d3dc93bb.tar.bz2 historical-ba3180a10e617d44da9b6ce90f157801d3dc93bb.zip |
Stable on alpha.
Package-Manager: portage-2.1_rc3
Diffstat (limited to 'dev-perl/DBI')
-rw-r--r-- | dev-perl/DBI/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/DBI/DBI-1.50.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/DBI/ChangeLog b/dev-perl/DBI/ChangeLog index 2de25449d9bc..fe3db01595b9 100644 --- a/dev-perl/DBI/ChangeLog +++ b/dev-perl/DBI/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/DBI # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBI/ChangeLog,v 1.59 2006/05/22 09:01:20 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBI/ChangeLog,v 1.60 2006/05/28 09:58:41 kloeri Exp $ + + 28 May 2006; Bryan Østergaard <kloeri@gentoo.org> DBI-1.50.ebuild: + Stable on alpha. 22 May 2006; Christian Hartmann <ian@gentoo.org> -files/CAN-2005-0077.patch, -DBI-1.38.ebuild, -DBI-1.38-r1.ebuild, diff --git a/dev-perl/DBI/DBI-1.50.ebuild b/dev-perl/DBI/DBI-1.50.ebuild index fe183858d661..7919b0245d63 100644 --- a/dev-perl/DBI/DBI-1.50.ebuild +++ b/dev-perl/DBI/DBI-1.50.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/DBI/DBI-1.50.ebuild,v 1.9 2006/04/24 03:24:00 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBI/DBI-1.50.ebuild,v 1.10 2006/05/28 09:58:40 kloeri Exp $ inherit perl-module eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/T/TI/TIMB/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha ~amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="" DEPEND=">=dev-perl/PlRPC-0.2" |