diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-25 20:53:05 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-25 20:53:05 +0000 |
commit | ccc6e210ec7f4e65d5f4be27224bd87461b77c6e (patch) | |
tree | a00df605a90354041d1fec4472840837cbc2e16e /app-shells | |
parent | bump to stable (diff) | |
download | gentoo-2-ccc6e210ec7f4e65d5f4be27224bd87461b77c6e.tar.gz gentoo-2-ccc6e210ec7f4e65d5f4be27224bd87461b77c6e.tar.bz2 gentoo-2-ccc6e210ec7f4e65d5f4be27224bd87461b77c6e.zip |
removed cruft
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/zsh/files/digest-zsh-4.0.4-r2 | 1 | ||||
-rw-r--r-- | app-shells/zsh/files/digest-zsh-4.0.5 | 1 | ||||
-rw-r--r-- | app-shells/zsh/files/digest-zsh-4.0.6 | 1 | ||||
-rw-r--r-- | app-shells/zsh/files/digest-zsh-4.0.6-r2 | 2 | ||||
-rw-r--r-- | app-shells/zsh/zsh-4.0.4-r2.ebuild | 54 | ||||
-rw-r--r-- | app-shells/zsh/zsh-4.0.5.ebuild | 56 | ||||
-rw-r--r-- | app-shells/zsh/zsh-4.0.6-r2.ebuild | 56 | ||||
-rw-r--r-- | app-shells/zsh/zsh-4.0.6.ebuild | 46 |
8 files changed, 0 insertions, 217 deletions
diff --git a/app-shells/zsh/files/digest-zsh-4.0.4-r2 b/app-shells/zsh/files/digest-zsh-4.0.4-r2 deleted file mode 100644 index c17e20e56c86..000000000000 --- a/app-shells/zsh/files/digest-zsh-4.0.4-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 c49e228c269b2ff4a0001941f4eb3bf7 zsh-4.0.4.tar.gz 2123119 diff --git a/app-shells/zsh/files/digest-zsh-4.0.5 b/app-shells/zsh/files/digest-zsh-4.0.5 deleted file mode 100644 index b13b87344f15..000000000000 --- a/app-shells/zsh/files/digest-zsh-4.0.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 ab9c10508941daf384690efbc9b23e18 zsh-4.0.5.tar.gz 2145346 diff --git a/app-shells/zsh/files/digest-zsh-4.0.6 b/app-shells/zsh/files/digest-zsh-4.0.6 deleted file mode 100644 index dba4516cff6d..000000000000 --- a/app-shells/zsh/files/digest-zsh-4.0.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 6a86da9120e97ebe03afd6a51f717c0f zsh-4.0.6.tar.gz 2146169 diff --git a/app-shells/zsh/files/digest-zsh-4.0.6-r2 b/app-shells/zsh/files/digest-zsh-4.0.6-r2 deleted file mode 100644 index 9364361da9b5..000000000000 --- a/app-shells/zsh/files/digest-zsh-4.0.6-r2 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 6a86da9120e97ebe03afd6a51f717c0f zsh-4.0.6.tar.gz 2146169 -MD5 c8faa44cae89a15cd3616c0dc803fb40 zsh_4.0.6-15.diff.gz 36360 diff --git a/app-shells/zsh/zsh-4.0.4-r2.ebuild b/app-shells/zsh/zsh-4.0.4-r2.ebuild deleted file mode 100644 index 6739e606c0a2..000000000000 --- a/app-shells/zsh/zsh-4.0.4-r2.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# This ebuild by Parag Mehta <pm@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.0.4-r2.ebuild,v 1.11 2003/02/13 09:31:24 vapier Exp $ - -IUSE="" - -S=${WORKDIR}/${P} -DESCRIPTION="UNIX Shell similar to the Korn shell" -SRC_URI="ftp://ftp.zsh.org/pub/${P}.tar.gz" -HOMEPAGE="www.zsh.org/" -SLOT="0" -LICENSE="ZSH" - -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.1" - -KEYWORDS="x86 ppc sparc " - -src_compile() { - ./configure --prefix=/ --host=${CHOST} \ - --mandir=/usr/share/man \ - --libdir=/usr/lib \ - --infodir=/usr/share/info \ - --enable-maildir-support \ - --enable-etcdir=/etc/zsh \ - --enable-zshenv=/etc/zsh/zshenv \ - --enable-zshlogin=/etc/zsh/zshlogin \ - --enable-zshrc=/etc/zsh/zshrc \ - --enable-fndir=/usr/share \ - --enable-function-subdirs || die - # Can't use emake, b0rks - make || die - # make check violates sandboxing -# make check || die -} - -src_install() { - make prefix=${D} \ - mandir=${D}/usr/share/man \ - libdir=${D}/usr/lib \ - fndir=${D}/usr/share \ - infodir=${D}/usr/share/info \ - install.bin install.man install.modules \ - install.info install.fns || die - - dodoc ChangeLog META-FAQ README INSTALL LICENCE config.modules - docinto StartupFiles - dodoc StartupFiles/z* - dodir /etc/zsh - cp ${S}/StartupFiles/z* ${D}/etc/zsh - - rm -rf ${D}/share -} diff --git a/app-shells/zsh/zsh-4.0.5.ebuild b/app-shells/zsh/zsh-4.0.5.ebuild deleted file mode 100644 index 2ae80bf465f0..000000000000 --- a/app-shells/zsh/zsh-4.0.5.ebuild +++ /dev/null @@ -1,56 +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/zsh/zsh-4.0.5.ebuild,v 1.8 2003/02/13 09:31:38 vapier Exp $ - -IUSE="" - -S=${WORKDIR}/${P} -DESCRIPTION="UNIX Shell similar to the Korn shell" -SRC_URI="ftp://ftp.zsh.org/pub/old/${P}.tar.gz" -HOMEPAGE="www.zsh.org/" -SLOT="0" -LICENSE="ZSH" - -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.1" - - -KEYWORDS="x86 ppc sparc " - -src_compile() { - ./configure --prefix=/usr --host=${CHOST} \ - --bindir=/bin \ - --mandir=/usr/share/man \ - --libdir=/usr/lib \ - --infodir=/usr/share/info \ - --enable-maildir-support \ - --enable-etcdir=/etc/zsh \ - --enable-zshenv=/etc/zsh/zshenv \ - --enable-zshlogin=/etc/zsh/zshlogin \ - --enable-zshrc=/etc/zsh/zshrc \ - --enable-fndir=/usr/share/zsh \ - --enable-function-subdirs || die - # Can't use emake, b0rks - make || die - # make check violates sandboxing -# make check || die -} - -src_install() { - make prefix=${D}/usr \ - bindir=${D}/bin \ - mandir=${D}/usr/share/man \ - libdir=${D}/usr/lib \ - fndir=${D}/usr/share/zsh \ - infodir=${D}/usr/share/info \ - install.bin install.man install.modules \ - install.info install.fns || die - - dodoc ChangeLog META-FAQ README INSTALL LICENCE config.modules - docinto StartupFiles - dodoc StartupFiles/z* - dodir /etc/zsh - cp ${S}/StartupFiles/z* ${D}/etc/zsh - - rm -rf ${D}/share -} diff --git a/app-shells/zsh/zsh-4.0.6-r2.ebuild b/app-shells/zsh/zsh-4.0.6-r2.ebuild deleted file mode 100644 index 6b6733c49595..000000000000 --- a/app-shells/zsh/zsh-4.0.6-r2.ebuild +++ /dev/null @@ -1,56 +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/zsh/zsh-4.0.6-r2.ebuild,v 1.5 2003/02/13 09:31:47 vapier Exp $ - -IUSE="" - -DESCRIPTION="UNIX Shell similar to the Korn shell" -MYPATCH="zsh_4.0.6-15.diff" -SRC_URI="ftp://ftp.zsh.org/pub/${P}.tar.gz - http://ftp.debian.org/debian/pool/main/z/${PN}/${MYPATCH}.gz" -HOMEPAGE="www.zsh.org/" -SLOT="0" -LICENSE="ZSH" - -DEPEND=">=sys-libs/ncurses-5.1" - -KEYWORDS="x86 alpha ~ppc ~sparc " - -src_unpack() { - unpack ${A} - patch -p0 < ${MYPATCH} -} - - -src_compile() { - econf \ - --bindir=/bin \ - --libdir=/usr/lib \ - --enable-maildir-support \ - --enable-etcdir=/etc/zsh \ - --enable-zshenv=/etc/zsh/zshenv \ - --enable-zshlogin=/etc/zsh/zshlogin \ - --enable-zshrc=/etc/zsh/zshrc \ - --enable-fndir=/usr/share/zsh/${PV}/functions \ - --enable-site-fndir=/usr/share/zsh/site-functions \ - --enable-function-subdirs || die "configure failed" - # emake still b0rks - make || die "make failed" - #make check || die "make check failed" -} - -src_install() { - einstall \ - bindir=${D}/bin \ - libdir=${D}/usr/lib \ - fndir=${D}/usr/share/zsh/${PV}/functions \ - sitefndir=${D}/usr/share/zsh/site-functions \ - install.bin install.man install.modules \ - install.info install.fns || die "make install failed" - - dodoc ChangeLog META-FAQ README INSTALL LICENCE config.modules - docinto StartupFiles - dodoc StartupFiles/z* - dodir /etc/zsh - cp ${S}/StartupFiles/z* ${D}/etc/zsh -} diff --git a/app-shells/zsh/zsh-4.0.6.ebuild b/app-shells/zsh/zsh-4.0.6.ebuild deleted file mode 100644 index 2da9f9e31907..000000000000 --- a/app-shells/zsh/zsh-4.0.6.ebuild +++ /dev/null @@ -1,46 +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/zsh/zsh-4.0.6.ebuild,v 1.7 2003/02/13 09:31:57 vapier Exp $ - -DESCRIPTION="UNIX Shell similar to the Korn shell" -SRC_URI="ftp://ftp.zsh.org/pub/${P}.tar.gz" -HOMEPAGE="www.zsh.org/" -SLOT="0" -LICENSE="ZSH" - -DEPEND=">=sys-libs/ncurses-5.1" - -KEYWORDS="x86 ppc sparc " - -src_compile() { - econf \ - --bindir=/bin \ - --libdir=/usr/lib \ - --enable-maildir-support \ - --enable-etcdir=/etc/zsh \ - --enable-zshenv=/etc/zsh/zshenv \ - --enable-zshlogin=/etc/zsh/zshlogin \ - --enable-zshrc=/etc/zsh/zshrc \ - --enable-fndir=/usr/share/zsh \ - --enable-function-subdirs || die "configure failed" - # emake still b0rks - make || die "make failed" - #make check || die "make check failed" -} - -src_install() { - einstall \ - bindir=${D}/bin \ - libdir=${D}/usr/lib \ - fndir=${D}/usr/share/zsh \ - install.bin install.man install.modules \ - install.info install.fns || die "make install failed" - - dodoc ChangeLog META-FAQ README INSTALL LICENCE config.modules - docinto StartupFiles - dodoc StartupFiles/z* - dodir /etc/zsh - cp ${S}/StartupFiles/z* ${D}/etc/zsh - - rm -rf ${D}/share -} |