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 | 712b1012a3227d0cf5d51c1cedc723292f4f41b9 (patch) | |
tree | 38b0f67a8c58fda6dc86759e4cc6fe3036c747e1 /dev-perl/DBI | |
parent | Stable on alpha. (diff) | |
download | gentoo-2-712b1012a3227d0cf5d51c1cedc723292f4f41b9.tar.gz gentoo-2-712b1012a3227d0cf5d51c1cedc723292f4f41b9.tar.bz2 gentoo-2-712b1012a3227d0cf5d51c1cedc723292f4f41b9.zip |
Stable on alpha.
(Portage version: 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" |