diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-06 21:15:08 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-06 21:15:08 +0000 |
commit | 3ef8eb256afc295fc9db7e4ea2fbb054e891152e (patch) | |
tree | 8346ae5b734bfbcc0ea82c66db7b3c751d5c30d9 /app-shells | |
parent | Update for regen world. (diff) | |
download | historical-3ef8eb256afc295fc9db7e4ea2fbb054e891152e.tar.gz historical-3ef8eb256afc295fc9db7e4ea2fbb054e891152e.tar.bz2 historical-3ef8eb256afc295fc9db7e4ea2fbb054e891152e.zip |
Mark stable on alpha and ia64; fix bug 33406 by setting myinst
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/psh/ChangeLog | 7 | ||||
-rw-r--r-- | app-shells/psh/Manifest | 10 | ||||
-rw-r--r-- | app-shells/psh/psh-1.8.ebuild | 5 |
3 files changed, 13 insertions, 9 deletions
diff --git a/app-shells/psh/ChangeLog b/app-shells/psh/ChangeLog index 8cbc82e6b8d7..d3cd7f2854c4 100644 --- a/app-shells/psh/ChangeLog +++ b/app-shells/psh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/psh -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/ChangeLog,v 1.9 2003/05/07 01:44:56 agriffis Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/ChangeLog,v 1.10 2004/02/06 21:15:08 agriffis Exp $ + + 06 Feb 2004; Aron Griffis <agriffis@gentoo.org> psh-1.8.ebuild: + Mark stable on alpha and ia64; fix bug 33406 by setting myinst *psh-1.8 (06 May 2003) diff --git a/app-shells/psh/Manifest b/app-shells/psh/Manifest index 1df54390969a..8fb17c4d9da2 100644 --- a/app-shells/psh/Manifest +++ b/app-shells/psh/Manifest @@ -1,7 +1,7 @@ +MD5 130dc3fcc2744112bc7b7280e8209d23 psh-0.009-r2.ebuild 556 +MD5 da67e8978fa11e09cbc317288f6aa28e psh-1.8.ebuild 593 +MD5 c918af978b53e62a5a411922351af713 ChangeLog 1579 +MD5 8414f003c33341f918ca51a30d515125 psh-0.009-r1.ebuild 807 +MD5 37c0535df6b49bfa7b38d111d0e43b0c files/digest-psh-1.8 59 MD5 b7b5f394fec913203bfbbe6a4c500686 files/digest-psh-0.009-r1 60 MD5 b7b5f394fec913203bfbbe6a4c500686 files/digest-psh-0.009-r2 60 -MD5 37c0535df6b49bfa7b38d111d0e43b0c files/digest-psh-1.8 59 -MD5 8414f003c33341f918ca51a30d515125 psh-0.009-r1.ebuild 807 -MD5 130dc3fcc2744112bc7b7280e8209d23 psh-0.009-r2.ebuild 556 -MD5 26d15259a12e0ed962b2c173a7c18c49 ChangeLog 1446 -MD5 d76a2bc3d0d6686652b5d3efa07d6c98 psh-1.8.ebuild 556 diff --git a/app-shells/psh/psh-1.8.ebuild b/app-shells/psh/psh-1.8.ebuild index a7a39fc5a3ee..eb847f749663 100644 --- a/app-shells/psh/psh-1.8.ebuild +++ b/app-shells/psh/psh-1.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # 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.2 2003/07/02 12:47:28 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-1.8.ebuild,v 1.3 2004/02/06 21:15:08 agriffis Exp $ inherit perl-module @@ -10,7 +10,8 @@ SRC_URI="http://www.focusresearch.com/gregor/psh/${P}.tar.gz" HOMEPAGE="http://www.focusresearch.com/gregor/psh/" LICENSE="Artistic | GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc alpha ia64" DEPEND=">=dev-lang/perl-5" +myinst="SITEPREFIX=${D}/usr" |