diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-03-19 19:46:57 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-03-19 19:46:57 +0000 |
commit | 71adeb6abc2f2ebf7d1633098be07299d23ccb98 (patch) | |
tree | 57f749868f192e23ed75bb796c70b282242fa3cf /dev-perl/DBI-Shell | |
parent | Fix changelog (diff) | |
download | historical-71adeb6abc2f2ebf7d1633098be07299d23ccb98.tar.gz historical-71adeb6abc2f2ebf7d1633098be07299d23ccb98.tar.bz2 historical-71adeb6abc2f2ebf7d1633098be07299d23ccb98.zip |
Drop ia64/sparc keywords
Package-Manager: portage-2.1.10.49/cvs/Linux ia64
Diffstat (limited to 'dev-perl/DBI-Shell')
-rw-r--r-- | dev-perl/DBI-Shell/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/DBI-Shell/DBI-Shell-11.93.ebuild | 6 | ||||
-rw-r--r-- | dev-perl/DBI-Shell/DBI-Shell-11.950.0.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-perl/DBI-Shell/ChangeLog b/dev-perl/DBI-Shell/ChangeLog index 406a17e5c105..d36affe74691 100644 --- a/dev-perl/DBI-Shell/ChangeLog +++ b/dev-perl/DBI-Shell/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/DBI-Shell # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBI-Shell/ChangeLog,v 1.19 2012/03/08 12:22:11 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBI-Shell/ChangeLog,v 1.20 2012/03/19 19:35:44 armin76 Exp $ + + 19 Mar 2012; Raúl Porcel <armin76@gentoo.org> DBI-Shell-11.93.ebuild, + DBI-Shell-11.950.0.ebuild: + Drop ia64/sparc keywords 08 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> DBI-Shell-11.950.0.ebuild: diff --git a/dev-perl/DBI-Shell/DBI-Shell-11.93.ebuild b/dev-perl/DBI-Shell/DBI-Shell-11.93.ebuild index f8cfd5c69af1..cff644aebffa 100644 --- a/dev-perl/DBI-Shell/DBI-Shell-11.93.ebuild +++ b/dev-perl/DBI-Shell/DBI-Shell-11.93.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBI-Shell/DBI-Shell-11.93.ebuild,v 1.12 2007/01/15 17:21:13 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBI-Shell/DBI-Shell-11.93.ebuild,v 1.13 2012/03/19 19:35:45 armin76 Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/T/TL/TLOWERY/${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="amd64 ia64 ppc sparc x86" +KEYWORDS="amd64 ppc x86" IUSE="" SRC_TEST="do" diff --git a/dev-perl/DBI-Shell/DBI-Shell-11.950.0.ebuild b/dev-perl/DBI-Shell/DBI-Shell-11.950.0.ebuild index abf274033b27..3de972199868 100644 --- a/dev-perl/DBI-Shell/DBI-Shell-11.950.0.ebuild +++ b/dev-perl/DBI-Shell/DBI-Shell-11.950.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBI-Shell/DBI-Shell-11.950.0.ebuild,v 1.4 2012/03/08 12:22:11 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBI-Shell/DBI-Shell-11.950.0.ebuild,v 1.5 2012/03/19 19:35:44 armin76 Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Interactive command shell for the DBI" SLOT="0" -KEYWORDS="amd64 ~ia64 ppc ~sparc x86" +KEYWORDS="amd64 ppc x86" IUSE="" RDEPEND="dev-perl/IO-Tee |