diff options
author | 2008-01-23 19:12:11 +0000 | |
---|---|---|
committer | 2008-01-23 19:12:11 +0000 | |
commit | 2553dab461b622da8d6218995f1c23488a10e1b3 (patch) | |
tree | a58f734bab65dba2478447c74524f82e7d77b574 /dev-perl/DBD-SQLite | |
parent | Block gnome-raw-thumbnailer because both are providing same executable, main ... (diff) | |
download | historical-2553dab461b622da8d6218995f1c23488a10e1b3.tar.gz historical-2553dab461b622da8d6218995f1c23488a10e1b3.tar.bz2 historical-2553dab461b622da8d6218995f1c23488a10e1b3.zip |
alpha/ia64/sparc/x86 stable
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'dev-perl/DBD-SQLite')
-rw-r--r-- | dev-perl/DBD-SQLite/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/DBD-SQLite/DBD-SQLite-1.14.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/DBD-SQLite/ChangeLog b/dev-perl/DBD-SQLite/ChangeLog index a6e78b80cee4..311cb098c638 100644 --- a/dev-perl/DBD-SQLite/ChangeLog +++ b/dev-perl/DBD-SQLite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/DBD-SQLite -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog,v 1.59 2007/12/09 18:09:58 yuval Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog,v 1.60 2008/01/23 19:11:19 armin76 Exp $ + + 23 Jan 2008; Raúl Porcel <armin76@gentoo.org> DBD-SQLite-1.14.ebuild: + alpha/ia64/sparc/x86 stable *DBD-SQLite-1.14 (09 Dec 2007) diff --git a/dev-perl/DBD-SQLite/DBD-SQLite-1.14.ebuild b/dev-perl/DBD-SQLite/DBD-SQLite-1.14.ebuild index a473681a1730..2e1e1d425423 100644 --- a/dev-perl/DBD-SQLite/DBD-SQLite-1.14.ebuild +++ b/dev-perl/DBD-SQLite/DBD-SQLite-1.14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.14.ebuild,v 1.1 2007/12/09 18:09:58 yuval Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.14.ebuild,v 1.2 2008/01/23 19:11:19 armin76 Exp $ inherit perl-module eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/M/MS/MSERGEANT/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="alpha ~amd64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86" IUSE="" SRC_TEST="do" |