diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-01 23:19:24 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-01 23:19:24 +0000 |
commit | b473ba82a148b1f46a3e016dc996f62e4cdbc16e (patch) | |
tree | a1775a6d933ef75df025365a573bb204c0c83337 /app-shells | |
parent | Fix use invocation (Manifest recommit) (diff) | |
download | gentoo-2-b473ba82a148b1f46a3e016dc996f62e4cdbc16e.tar.gz gentoo-2-b473ba82a148b1f46a3e016dc996f62e4cdbc16e.tar.bz2 gentoo-2-b473ba82a148b1f46a3e016dc996f62e4cdbc16e.zip |
clean out version 3.4
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/sash/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/sash/files/digest-sash-3.4-r3 | 2 | ||||
-rw-r--r-- | app-shells/sash/files/digest-sash-3.4-r4 | 2 | ||||
-rw-r--r-- | app-shells/sash/files/digest-sash-3.4-r5 | 2 | ||||
-rw-r--r-- | app-shells/sash/sash-3.4-r3.ebuild | 61 | ||||
-rw-r--r-- | app-shells/sash/sash-3.4-r4.ebuild | 48 | ||||
-rw-r--r-- | app-shells/sash/sash-3.4-r5.ebuild | 48 |
7 files changed, 5 insertions, 164 deletions
diff --git a/app-shells/sash/ChangeLog b/app-shells/sash/ChangeLog index 04689ce90b3e..5fb6531c9eaa 100644 --- a/app-shells/sash/ChangeLog +++ b/app-shells/sash/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-shells/sash # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/ChangeLog,v 1.23 2004/05/15 20:40:52 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/ChangeLog,v 1.24 2004/06/01 23:19:24 mr_bones_ Exp $ + + 01 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> sash-3.4-r3.ebuild, + sash-3.4-r4.ebuild, sash-3.4-r5.ebuild: + clean out version 3.4 15 May 2004; Joshua Kinard <kumba@gentoo.org> sash-3.6.ebuild: Marked stable on mips. diff --git a/app-shells/sash/files/digest-sash-3.4-r3 b/app-shells/sash/files/digest-sash-3.4-r3 deleted file mode 100644 index 932680c25ee4..000000000000 --- a/app-shells/sash/files/digest-sash-3.4-r3 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 9c631eb171371b69276ff6692100beb6 sash-3.4.tar.gz 49149 -MD5 43cbfb670d42e6e15b58f3b528f75ca0 sash-3.x-readline.diff.gz 3181 diff --git a/app-shells/sash/files/digest-sash-3.4-r4 b/app-shells/sash/files/digest-sash-3.4-r4 deleted file mode 100644 index 932680c25ee4..000000000000 --- a/app-shells/sash/files/digest-sash-3.4-r4 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 9c631eb171371b69276ff6692100beb6 sash-3.4.tar.gz 49149 -MD5 43cbfb670d42e6e15b58f3b528f75ca0 sash-3.x-readline.diff.gz 3181 diff --git a/app-shells/sash/files/digest-sash-3.4-r5 b/app-shells/sash/files/digest-sash-3.4-r5 deleted file mode 100644 index 932680c25ee4..000000000000 --- a/app-shells/sash/files/digest-sash-3.4-r5 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 9c631eb171371b69276ff6692100beb6 sash-3.4.tar.gz 49149 -MD5 43cbfb670d42e6e15b58f3b528f75ca0 sash-3.x-readline.diff.gz 3181 diff --git a/app-shells/sash/sash-3.4-r3.ebuild b/app-shells/sash/sash-3.4-r3.ebuild deleted file mode 100644 index 24ad72628cbd..000000000000 --- a/app-shells/sash/sash-3.4-r3.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.4-r3.ebuild,v 1.18 2004/02/22 19:58:33 agriffis Exp $ - -IUSE="readline static" - -S=${WORKDIR}/${P} -DESCRIPTION="A small UNIX Shell with readline suppport" -SRC_URI="http://www.canb.auug.org.au/~dbell/programs/${P}.tar.gz - http://dev.gentoo.org/~plasmaroo/sash-3.x-readline.diff.gz" - -DEPEND="virtual/glibc - >=sys-libs/zlib-1.1.3 - readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 )" -if [ "`use static`" ] ; then -RDEPEND="" -fi - -HOMEPAGE="http://www.canb.auug.org.au/~dbell/ http://dimavb.st.simbirsk.su/vlk/" -SLOT="0" -LICENSE="freedist" - -KEYWORDS="x86 ppc sparc" - -src_unpack() { - unpack ${P}.tar.gz - cd ${S} - if [ "`use readline`" ] - then - gzip -dc ${DISTDIR}/sash-3.x-readline.diff.gz | patch -p1 - cp Makefile Makefile.orig - sed -e "s:-O2:${CFLAGS}:" -e "s:-ltermcap:-lncurses:" Makefile.orig > Makefile - else - cp Makefile Makefile.orig - sed -e "s:-O3:${CFLAGS}:" Makefile.orig > Makefile - fi -} -src_compile() { - if [ "`use static`" ] - then - make || die - else - make LDFLAGS="" || die - fi -} - -src_install() { - - into / - dobin sash - into /usr - doman sash.1 - dodoc README - -} - - - - - - diff --git a/app-shells/sash/sash-3.4-r4.ebuild b/app-shells/sash/sash-3.4-r4.ebuild deleted file mode 100644 index fe74f1e77c6b..000000000000 --- a/app-shells/sash/sash-3.4-r4.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.4-r4.ebuild,v 1.14 2004/02/22 07:18:08 mr_bones_ Exp $ - -IUSE="readline" - -S=${WORKDIR}/${P} -DESCRIPTION="A small static UNIX Shell with readline suppport" -SRC_URI="http://www.canb.auug.org.au/~dbell/programs/${P}.tar.gz - http://dev.gentoo.org/~plasmaroo/sash-3.x-readline.diff.gz" -HOMEPAGE="http://www.canb.auug.org.au/~dbell/ http://dimavb.st.simbirsk.su/vlk/" -SLOT="0" -LICENSE="freedist" - -DEPEND="virtual/glibc - >=sys-libs/zlib-1.1.3 - readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 )" - -RDEPEND="" -KEYWORDS="x86 ppc sparc mips alpha hppa amd64 ia64" - -src_unpack() { - unpack ${P}.tar.gz - cd ${S} - - if [ "`use readline`" ] - then - gzip -dc ${DISTDIR}/sash-3.x-readline.diff.gz | patch -p1 - - cp Makefile Makefile.orig - sed -e "s:-O2:${CFLAGS}:" -e "s:-ltermcap:-lncurses:" Makefile.orig > Makefile - else - cp Makefile Makefile.orig - sed -e "s:-O3:${CFLAGS}:" Makefile.orig > Makefile - fi -} - -src_compile() { - make || die -} - -src_install() { - into / - dobin sash - into /usr - doman sash.1 - dodoc README -} diff --git a/app-shells/sash/sash-3.4-r5.ebuild b/app-shells/sash/sash-3.4-r5.ebuild deleted file mode 100644 index c1e22806074e..000000000000 --- a/app-shells/sash/sash-3.4-r5.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.4-r5.ebuild,v 1.21 2004/04/22 13:32:00 lv Exp $ - -IUSE="readline" - -S=${WORKDIR}/${P} -DESCRIPTION="A small static UNIX Shell with readline support" -SRC_URI="http://www.canb.auug.org.au/~dbell/programs/${P}.tar.gz - http://dev.gentoo.org/~plasmaroo/sash-3.x-readline.diff.gz" -HOMEPAGE="http://www.canb.auug.org.au/~dbell/ http://dimavb.st.simbirsk.su/vlk/" -SLOT="0" -LICENSE="freedist" - -DEPEND="virtual/glibc - >=sys-libs/zlib-1.1.4 - readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 )" - -RDEPEND="" -KEYWORDS="x86 ppc sparc alpha hppa mips ia64 amd64" - -src_unpack() { - unpack ${P}.tar.gz - cd ${S} - - if [ "`use readline`" ] - then - gzip -dc ${DISTDIR}/sash-3.x-readline.diff.gz | patch -p1 - - cp Makefile Makefile.orig - sed -e "s:-O2:${CFLAGS}:" -e "s:-ltermcap:-lncurses:" Makefile.orig > Makefile - else - cp Makefile Makefile.orig - sed -e "s:-O3:${CFLAGS}:" Makefile.orig > Makefile - fi -} - -src_compile() { - make || die -} - -src_install() { - into / - dobin sash - into /usr - doman sash.1 - dodoc README -} |