summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2007-04-08 13:27:59 +0000
committerMarkus Ullmann <jokey@gentoo.org>2007-04-08 13:27:59 +0000
commit6a08be7628b10e75e57e9534204182482b0e0715 (patch)
tree65c4be430e1f2ef6a0f4f42c9c4868a5b3a2025c /app-shells/pdksh
parentMigrate to generation 2 and use from source versions of sun-jaf and sun-javam... (diff)
downloadgentoo-2-6a08be7628b10e75e57e9534204182482b0e0715.tar.gz
gentoo-2-6a08be7628b10e75e57e9534204182482b0e0715.tar.bz2
gentoo-2-6a08be7628b10e75e57e9534204182482b0e0715.zip
Minor QA and restrict b0rked tests
(Portage version: 2.1.2.3)
Diffstat (limited to 'app-shells/pdksh')
-rw-r--r--app-shells/pdksh/ChangeLog5
-rw-r--r--app-shells/pdksh/pdksh-5.2.14-r4.ebuild21
2 files changed, 14 insertions, 12 deletions
diff --git a/app-shells/pdksh/ChangeLog b/app-shells/pdksh/ChangeLog
index d7dcc35f5373..462696833d4c 100644
--- a/app-shells/pdksh/ChangeLog
+++ b/app-shells/pdksh/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-shells/pdksh
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/pdksh/ChangeLog,v 1.19 2007/02/21 23:11:02 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/pdksh/ChangeLog,v 1.20 2007/04/08 13:27:59 jokey Exp $
+
+ 08 Apr 2007; Markus Ullmann <jokey@gentoo.org> pdksh-5.2.14-r4.ebuild:
+ Minor QA and restrict b0rked tests
21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
diff --git a/app-shells/pdksh/pdksh-5.2.14-r4.ebuild b/app-shells/pdksh/pdksh-5.2.14-r4.ebuild
index 46d7c84b65f8..365378455170 100644
--- a/app-shells/pdksh/pdksh-5.2.14-r4.ebuild
+++ b/app-shells/pdksh/pdksh-5.2.14-r4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/pdksh/pdksh-5.2.14-r4.ebuild,v 1.25 2005/12/04 19:32:30 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/pdksh/pdksh-5.2.14-r4.ebuild,v 1.26 2007/04/08 13:27:59 jokey Exp $
inherit eutils
@@ -11,28 +11,27 @@ SRC_URI="ftp://ftp.cs.mun.ca/pub/pdksh/${P}.tar.gz
LICENSE="as-is"
SLOT="0"
-KEYWORDS="x86 ppc sparc ~mips alpha ~hppa amd64 ia64 ppc64 s390"
+KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ppc64 s390 sparc x86"
IUSE=""
DEPEND="virtual/libc
sys-apps/coreutils
!app-shells/ksh"
+RESTRICT="test"
+
src_unpack() {
unpack ${P}.tar.gz
- cd ${S}
- epatch ${DISTDIR}/${P}-patches.1
- epatch ${FILESDIR}/${P}-coreutils-posix-fix.patch
+ cd "${S}"
+ epatch "${DISTDIR}"/${P}-patches.1
+ epatch "${FILESDIR}"/${P}-coreutils-posix-fix.patch
}
src_compile() {
echo 'ksh_cv_dev_fd=${ksh_cv_dev_fd=yes}' > config.cache
- ./configure \
- --prefix=/usr \
- || die
-
- emake || die
+ econf || die "econf failed"
+ emake || die "emake failed"
}
src_install() {