diff options
Diffstat (limited to 'app-shells/psh')
-rw-r--r-- | app-shells/psh/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/psh/psh-1.8-r1.ebuild | 6 | ||||
-rw-r--r-- | app-shells/psh/psh-1.8.1.ebuild | 4 | ||||
-rw-r--r-- | app-shells/psh/psh-1.8.ebuild | 6 |
4 files changed, 13 insertions, 9 deletions
diff --git a/app-shells/psh/ChangeLog b/app-shells/psh/ChangeLog index ba5790e78f17..a554bb206690 100644 --- a/app-shells/psh/ChangeLog +++ b/app-shells/psh/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-shells/psh # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/ChangeLog,v 1.28 2012/06/29 13:00:23 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/ChangeLog,v 1.29 2012/07/29 18:17:49 armin76 Exp $ + + 29 Jul 2012; Raúl Porcel <armin76@gentoo.org> psh-1.8.ebuild, + psh-1.8-r1.ebuild, psh-1.8.1.ebuild: + Drop alpha/ia64/sparc keywords 29 Jun 2012; Brent Baude <ranger@gentoo.org> psh-1.8.1.ebuild: Marking psh-1.8.1 ppc for bug 423851 diff --git a/app-shells/psh/psh-1.8-r1.ebuild b/app-shells/psh/psh-1.8-r1.ebuild index caea29ad04e0..c456d2ff1694 100644 --- a/app-shells/psh/psh-1.8-r1.ebuild +++ b/app-shells/psh/psh-1.8-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-1.8-r1.ebuild,v 1.4 2008/01/27 17:16:20 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-1.8-r1.ebuild,v 1.5 2012/07/29 18:17:49 armin76 Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="http://www.focusresearch.com/gregor/psh/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="alpha ~amd64 ia64 ~ppc sparc x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="readline" DEPEND=">=dev-lang/perl-5" diff --git a/app-shells/psh/psh-1.8.1.ebuild b/app-shells/psh/psh-1.8.1.ebuild index 54ee3140ef1a..724fb4cdb208 100644 --- a/app-shells/psh/psh-1.8.1.ebuild +++ b/app-shells/psh/psh-1.8.1.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/app-shells/psh/psh-1.8.1.ebuild,v 1.7 2012/06/29 13:00:23 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-1.8.1.ebuild,v 1.8 2012/07/29 18:17:49 armin76 Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="http://www.focusresearch.com/gregor/download/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ppc ~sparc x86" +KEYWORDS="amd64 ppc x86" IUSE="readline" DEPEND=">=dev-lang/perl-5" diff --git a/app-shells/psh/psh-1.8.ebuild b/app-shells/psh/psh-1.8.ebuild index a5d01816401d..fa48eba5b6ff 100644 --- a/app-shells/psh/psh-1.8.ebuild +++ b/app-shells/psh/psh-1.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-1.8.ebuild,v 1.10 2005/01/01 15:59:06 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-1.8.ebuild,v 1.11 2012/07/29 18:17:49 armin76 Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="http://www.focusresearch.com/gregor/psh/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="x86 ppc sparc alpha ia64" +KEYWORDS="ppc x86" IUSE="" DEPEND=">=dev-lang/perl-5" |