diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-07-02 20:30:37 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-07-02 20:30:37 +0000 |
commit | 776ce203e7758d2b6d910837cc29e4ac8bb1dcfe (patch) | |
tree | f7d871ba67779c8815e51b2c702a248c7dc48173 /dev-perl/Curses-UI | |
parent | Add FULLECHO='' to get full compiler messages, maybe solving bug #240790 (diff) | |
download | gentoo-2-776ce203e7758d2b6d910837cc29e4ac8bb1dcfe.tar.gz gentoo-2-776ce203e7758d2b6d910837cc29e4ac8bb1dcfe.tar.bz2 gentoo-2-776ce203e7758d2b6d910837cc29e4ac8bb1dcfe.zip |
Marked ~hppa too.
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Curses-UI')
-rw-r--r-- | dev-perl/Curses-UI/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Curses-UI/Curses-UI-0.95.ebuild | 6 | ||||
-rw-r--r-- | dev-perl/Curses-UI/Curses-UI-0.96.07.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-perl/Curses-UI/ChangeLog b/dev-perl/Curses-UI/ChangeLog index c0432f79dfdb..d600e861b77e 100644 --- a/dev-perl/Curses-UI/ChangeLog +++ b/dev-perl/Curses-UI/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Curses-UI -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Curses-UI/ChangeLog,v 1.21 2009/05/02 11:35:54 tove Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Curses-UI/ChangeLog,v 1.22 2009/07/02 20:30:37 jer Exp $ + + 02 Jul 2009; Jeroen Roovers <jer@gentoo.org> Curses-UI-0.95.ebuild, + Curses-UI-0.96.07.ebuild: + Marked ~hppa too. 02 May 2009; Torsten Veller <tove@gentoo.org> -Curses-UI-0.96.05.ebuild: Cleanup diff --git a/dev-perl/Curses-UI/Curses-UI-0.95.ebuild b/dev-perl/Curses-UI/Curses-UI-0.95.ebuild index f9cb065102c0..6486954dfde3 100644 --- a/dev-perl/Curses-UI/Curses-UI-0.95.ebuild +++ b/dev-perl/Curses-UI/Curses-UI-0.95.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Curses-UI/Curses-UI-0.95.ebuild,v 1.12 2007/01/15 15:39:23 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Curses-UI/Curses-UI-0.95.ebuild,v 1.13 2009/07/02 20:30:37 jer Exp $ inherit perl-module @@ -9,7 +9,7 @@ HOMEPAGE="http://search.cpan.org/~marcus/" SRC_URI="mirror://cpan/authors/id/M/MA/MARCUS/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="amd64 ia64 ppc ppc64 sparc x86" +KEYWORDS="amd64 ~hppa ia64 ppc ppc64 sparc x86" IUSE="" SRC_TEST="do" diff --git a/dev-perl/Curses-UI/Curses-UI-0.96.07.ebuild b/dev-perl/Curses-UI/Curses-UI-0.96.07.ebuild index e7d57f29f8e9..f810bde567f3 100644 --- a/dev-perl/Curses-UI/Curses-UI-0.96.07.ebuild +++ b/dev-perl/Curses-UI/Curses-UI-0.96.07.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Curses-UI/Curses-UI-0.96.07.ebuild,v 1.1 2008/12/23 18:35:42 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Curses-UI/Curses-UI-0.96.07.ebuild,v 1.2 2009/07/02 20:30:37 jer Exp $ inherit versionator MY_P=${PN}-$(delete_version_separator 2) @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Perl UI framework based on the curses library." LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" SRC_TEST="do" |