summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTavis Ormandy <taviso@gentoo.org>2003-09-17 11:16:20 +0000
committerTavis Ormandy <taviso@gentoo.org>2003-09-17 11:16:20 +0000
commit8c70ac260de29ee3898e03e22d88629ad7e0d63e (patch)
tree016fd129643c4bf51fc9c94dbdd859823f4560b0 /app-shells/ksh
parentadded apm useflag to mask (diff)
downloadgentoo-2-8c70ac260de29ee3898e03e22d88629ad7e0d63e.tar.gz
gentoo-2-8c70ac260de29ee3898e03e22d88629ad7e0d63e.tar.bz2
gentoo-2-8c70ac260de29ee3898e03e22d88629ad7e0d63e.zip
cleaning up
Diffstat (limited to 'app-shells/ksh')
-rw-r--r--app-shells/ksh/ChangeLog5
-rw-r--r--app-shells/ksh/Manifest4
-rw-r--r--app-shells/ksh/files/digest-ksh-93.200304223
-rw-r--r--app-shells/ksh/ksh-93.20030422.ebuild100
4 files changed, 5 insertions, 107 deletions
diff --git a/app-shells/ksh/ChangeLog b/app-shells/ksh/ChangeLog
index 90a869767a61..84f4f895be6e 100644
--- a/app-shells/ksh/ChangeLog
+++ b/app-shells/ksh/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-shells/ksh
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ChangeLog,v 1.4 2003/09/10 17:57:30 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ChangeLog,v 1.5 2003/09/17 11:14:16 taviso Exp $
+
+ 17 Sep 2003; Tavis Ormandy <taviso@gentoo.org> ksh-93.20030422.ebuild:
+ removing old ebuilds.
*ksh-93.20030724 (10 Sep 2003)
diff --git a/app-shells/ksh/Manifest b/app-shells/ksh/Manifest
index 1571002096ac..5c5ce0dd5e85 100644
--- a/app-shells/ksh/Manifest
+++ b/app-shells/ksh/Manifest
@@ -1,7 +1,5 @@
MD5 55a746ecc0b2c7f6be6912f63fcbcfab ksh-93.20030724.ebuild 2400
-MD5 7494a9475442734dfda7a7a3f4c86dc1 ksh-93.20030422.ebuild 3189
-MD5 5c9e0e8e4fb34deb57528a0976f5aed7 ChangeLog 812
+MD5 fa53ebd6a03e0d4f676da2fbac182a83 ChangeLog 910
MD5 e1baa44340503f92d40f821f1c389419 metadata.xml 1264
MD5 fc05a830ab720e8d3462bb10f0474258 files/ksh-93.20030724-libs.diff 12867
-MD5 ae6a966c5c8702e7199266a3b73a9291 files/digest-ksh-93.20030422 206
MD5 75a91bdad38d09a163894fd8ebc8adff files/digest-ksh-93.20030724 206
diff --git a/app-shells/ksh/files/digest-ksh-93.20030422 b/app-shells/ksh/files/digest-ksh-93.20030422
deleted file mode 100644
index 6ea50e872f14..000000000000
--- a/app-shells/ksh/files/digest-ksh-93.20030422
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 ff404527ecdae4511d37dc1716055e45 INIT.2003-04-22.tgz 255836
-MD5 c80cc0be17484ad6868b07ab06877309 ast-ksh.2003-04-22.tgz 1429397
-MD5 a8288401b0a6984cac48864fc9a835b5 ast-ksh-locale.2003-04-22.tgz 516623
diff --git a/app-shells/ksh/ksh-93.20030422.ebuild b/app-shells/ksh/ksh-93.20030422.ebuild
deleted file mode 100644
index f096b0fa415a..000000000000
--- a/app-shells/ksh/ksh-93.20030422.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ksh-93.20030422.ebuild,v 1.6 2003/09/06 22:23:39 msterret Exp $
-
-inherit ccc eutils
-
-RELEASE="2003-04-22"
-DESCRIPTION="The Original Korn Shell, 1993 revision (ksh93)"
-HOMEPAGE="http://www.kornshell.com/"
-SRC_URI="http://www.research.att.com/~gsf/download/tgz/INIT.${RELEASE}.tgz
- http://www.research.att.com/~gsf/download/tgz/ast-ksh.${RELEASE}.tgz
- nls? ( http://www.research.att.com/~gsf/download/tgz/ast-ksh-locale.${RELEASE}.tgz )"
-
-LICENSE="ATT"
-SLOT="0"
-KEYWORDS="x86 alpha"
-IUSE="static nls"
-
-DEPEND="virtual/glibc
- >=sys-apps/sed-4"
-RDEPEND="virtual/glibc"
-
-S=${WORKDIR}
-
-src_unpack() {
- # the AT&T build tools look in here for packages.
- mkdir -p ${S}/lib/package/tgz
-
- # move the packages into place.
- cp ${DISTDIR}/ast-ksh.${RELEASE}.tgz ${S}/lib/package/tgz/ || die
- use nls && {
- cp ${DISTDIR}/ast-ksh-locale.${RELEASE}.tgz ${S}/lib/package/tgz/ || die
- }
-
- # INIT provides the basic tools to start building.
- cd ${S}; unpack INIT.${RELEASE}.tgz || die
-
- # `package read` will unpack any tarballs put in place.
- ${S}/bin/package read || die
-}
-
-src_compile() {
- # users who prefer ksh as there regular shell
- # may want to make it static, so it can be used
- # in the event of fs failure, for example
- # where shared libraries are not available
- use static && append-ldflags -static
-
- # just a quick message for any users who inadvertantly
- # typed `emerge ksh` but actually wanted `emerge pdksh`
- ewarn "This ebuild will install the original AT&T Korn Shell"
- ewarn "By David Korn, if you were looking for PDKSH, the Public"
- ewarn "Domain Korn SHell, please cancel this emerge and then"
- ewarn "emerge pdksh."
- sleep 3
-
- # set the optimisations for the build process
- export CCFLAGS="${CFLAGS}"
- cd ${S}; ./bin/package only make ast-ksh CC=${CC:-gcc} || true
-
- # if we set any optimisations, linking will fail.
- # but this isnt a problem, the optimisations will have already
- # been applied to the object files, we just need to link
- # them.
- einfo "Dont worry about any linker errors above, i need to rerun"
- einfo "the build to complete the linking process..."
- sleep 2 ; unset CCFLAGS
-
- # re-run to finish linking.
- ./bin/package only make ast-ksh CC=${CC:-gcc} || die "sorry, build failed."
-
- # install the optional locale data.
- # heh, check out locale fudd, or piglatin :)
- #
- # "Too many symbowic winks in paf name twavewsal"
-
- # david korn is a funny guy! :)
- use nls && {
- cd ${S}; ./bin/package only make ast-ksh-locale CC=${CC:-gcc}
- }
-}
-
-src_install() {
- # check where the build scripts put them
- local my_arch="${S}/arch/$(${S}/bin/package)"
- mv ${my_arch}/bin/ok/ksh ${my_arch}/bin/ok/ksh93
- exeinto /bin
- doexe ${my_arch}/bin/ok/ksh93
- [ ! -f /bin/ksh ] && dosym /bin/ksh93 /bin/ksh
- # i doubt anyone is fanatical enough to use
- # this as /bin/sh.
- mv ${my_arch}/man/man1/sh.1 ${my_arch}/man/man1/ksh.1
- doman ${my_arch}/man/man1/ksh.1
- dodoc ${S}/lib/package/LICENSES/ast
- dodoc ${S}/lib/package/gen/ast-ksh.txt
- use nls && {
- dodir /usr/share
- mv ${S}/share/lib/locale ${D}/usr/share
- }
-}