summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-29 04:00:30 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-29 04:00:30 +0000
commit0dbc2a1da9a0f5926772b5c630a9c15a990d5413 (patch)
tree5088d1532dc94fa3dfe933b6985f39a87f8c8374 /app-shells/psh
parentversion bump (Bug 33995) and java fix (diff)
downloadhistorical-0dbc2a1da9a0f5926772b5c630a9c15a990d5413.tar.gz
historical-0dbc2a1da9a0f5926772b5c630a9c15a990d5413.tar.bz2
historical-0dbc2a1da9a0f5926772b5c630a9c15a990d5413.zip
change virtual/glibc to virtual/libc
Diffstat (limited to 'app-shells/psh')
-rw-r--r--app-shells/psh/psh-0.009-r1.ebuild19
-rw-r--r--app-shells/psh/psh-0.009-r2.ebuild7
-rw-r--r--app-shells/psh/psh-1.8.ebuild6
3 files changed, 14 insertions, 18 deletions
diff --git a/app-shells/psh/psh-0.009-r1.ebuild b/app-shells/psh/psh-0.009-r1.ebuild
index e8c40f3fb925..be8b00c1d39e 100644
--- a/app-shells/psh/psh-0.009-r1.ebuild
+++ b/app-shells/psh/psh-0.009-r1.ebuild
@@ -1,19 +1,20 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-0.009-r1.ebuild,v 1.15 2004/06/24 22:25:13 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-0.009-r1.ebuild,v 1.16 2004/06/29 03:56:45 vapier Exp $
DESCRIPTION="Combines the interactive nature of a Unix shell with the power of Perl"
-SRC_URI="http://www.focusresearch.com/gregor/psh/${P}.tar.gz"
HOMEPAGE="http://www.focusresearch.com/gregor/psh/"
+SRC_URI="http://www.focusresearch.com/gregor/psh/${P}.tar.gz"
+
LICENSE="Artistic | GPL-2"
-KEYWORDS="x86 ppc sparc"
SLOT="0"
+KEYWORDS="x86 ppc sparc"
+IUSE=""
DEPEND=">=dev-lang/perl-5"
src_compile() {
perl Makefile.PL
-
make || die
}
@@ -23,14 +24,6 @@ src_install() {
INSTALLMAN3DIR=${D}/usr/share/man/man3 \
install || die
- dodoc COPYRIGHT HACKING MANIFEST README* RELEASE TODO
+ dodoc HACKING MANIFEST README* RELEASE TODO
dodoc examples/complete-examples
}
-
-
-
-
-
-
-
-
diff --git a/app-shells/psh/psh-0.009-r2.ebuild b/app-shells/psh/psh-0.009-r2.ebuild
index 5677e28bb2ea..1629396cb93c 100644
--- a/app-shells/psh/psh-0.009-r2.ebuild
+++ b/app-shells/psh/psh-0.009-r2.ebuild
@@ -1,15 +1,16 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-0.009-r2.ebuild,v 1.12 2004/06/24 22:25:13 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-0.009-r2.ebuild,v 1.13 2004/06/29 03:56:45 vapier Exp $
inherit perl-module
DESCRIPTION="Combines the interactive nature of a Unix shell with the power of Perl"
-SRC_URI="http://www.focusresearch.com/gregor/psh/${P}.tar.gz"
HOMEPAGE="http://www.focusresearch.com/gregor/psh/"
+SRC_URI="http://www.focusresearch.com/gregor/psh/${P}.tar.gz"
+
LICENSE="Artistic | GPL-2"
SLOT="0"
KEYWORDS="x86 ppc sparc"
+IUSE=""
DEPEND=">=dev-lang/perl-5"
-
diff --git a/app-shells/psh/psh-1.8.ebuild b/app-shells/psh/psh-1.8.ebuild
index a5bf9d613970..e2c8248a0f0b 100644
--- a/app-shells/psh/psh-1.8.ebuild
+++ b/app-shells/psh/psh-1.8.ebuild
@@ -1,15 +1,17 @@
# Copyright 1999-2004 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.6 2004/06/24 22:25:13 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-1.8.ebuild,v 1.7 2004/06/29 03:56:45 vapier Exp $
inherit perl-module
DESCRIPTION="Combines the interactive nature of a Unix shell with the power of Perl"
-SRC_URI="http://www.focusresearch.com/gregor/psh/${P}.tar.gz"
HOMEPAGE="http://www.focusresearch.com/gregor/psh/"
+SRC_URI="http://www.focusresearch.com/gregor/psh/${P}.tar.gz"
+
LICENSE="Artistic | GPL-2"
SLOT="0"
KEYWORDS="x86 ~ppc sparc alpha ia64"
+IUSE=""
DEPEND=">=dev-lang/perl-5"