diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-01-03 08:30:22 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-01-03 08:30:22 +0000 |
commit | 2220a39f7081d7e34526ba30e34eb2d226793483 (patch) | |
tree | ee0e9bdf16c5dbc8eea47fc6de497fad01f8a4be /dev-perl/PDL | |
parent | off-by-one change to DESCRIPTION per #448956 (diff) | |
download | gentoo-2-2220a39f7081d7e34526ba30e34eb2d226793483.tar.gz gentoo-2-2220a39f7081d7e34526ba30e34eb2d226793483.tar.bz2 gentoo-2-2220a39f7081d7e34526ba30e34eb2d226793483.zip |
Drop HPPA keywording (bug #449762).
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-perl/PDL')
-rw-r--r-- | dev-perl/PDL/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/PDL/PDL-2.4.3-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-perl/PDL/PDL-2.4.7.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-perl/PDL/ChangeLog b/dev-perl/PDL/ChangeLog index 18877c48cda4..f24b2ea44aaa 100644 --- a/dev-perl/PDL/ChangeLog +++ b/dev-perl/PDL/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/PDL -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.105 2012/10/19 10:42:30 jlec Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.106 2013/01/03 08:30:22 jer Exp $ + + 03 Jan 2013; Jeroen Roovers <jer@gentoo.org> PDL-2.4.3-r1.ebuild, + PDL-2.4.7.ebuild: + Drop HPPA keywording (bug #449762). 19 Oct 2012; Justin Lecher <jlec@gentoo.org> PDL-2.4.3-r1.ebuild, PDL-2.4.11.ebuild, metadata.xml: diff --git a/dev-perl/PDL/PDL-2.4.3-r1.ebuild b/dev-perl/PDL/PDL-2.4.3-r1.ebuild index 3abeaee51c90..2c10815bd09b 100644 --- a/dev-perl/PDL/PDL-2.4.3-r1.ebuild +++ b/dev-perl/PDL/PDL-2.4.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.3-r1.ebuild,v 1.18 2012/10/19 10:42:30 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.3-r1.ebuild,v 1.19 2013/01/03 08:30:22 jer Exp $ inherit perl-module eutils multilib @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/C/CS/CSOE/${P}.tar.gz" LICENSE="Artistic as-is" SLOT="0" -KEYWORDS="amd64 arm hppa ppc x86" +KEYWORDS="amd64 arm ppc x86" IUSE="opengl badval gsl" DEPEND=">=sys-libs/ncurses-5.2 diff --git a/dev-perl/PDL/PDL-2.4.7.ebuild b/dev-perl/PDL/PDL-2.4.7.ebuild index 44b1fb45d86f..109bffcb7f57 100644 --- a/dev-perl/PDL/PDL-2.4.7.ebuild +++ b/dev-perl/PDL/PDL-2.4.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.7.ebuild,v 1.4 2012/09/29 16:02:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.7.ebuild,v 1.5 2013/01/03 08:30:22 jer Exp $ EAPI=2 @@ -11,7 +11,7 @@ DESCRIPTION="PDL Perl Module" LICENSE="Artistic as-is" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="badval fftw gsl" DEPEND=">=sys-libs/ncurses-5.2 |