diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-17 14:31:29 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-17 14:31:29 +0000 |
commit | 89999e9c77636e87f3458cdb7e5c84e3bd18160f (patch) | |
tree | 3a88645dbb973ce4b731cf283f77c1e8da3b35ed /app-shells/sash | |
parent | Added IUSE. (diff) | |
download | historical-89999e9c77636e87f3458cdb7e5c84e3bd18160f.tar.gz historical-89999e9c77636e87f3458cdb7e5c84e3bd18160f.tar.bz2 historical-89999e9c77636e87f3458cdb7e5c84e3bd18160f.zip |
lintool
Diffstat (limited to 'app-shells/sash')
-rw-r--r-- | app-shells/sash/sash-3.4-r3.ebuild | 4 | ||||
-rw-r--r-- | app-shells/sash/sash-3.4-r4.ebuild | 12 | ||||
-rw-r--r-- | app-shells/sash/sash-3.4-r5.ebuild | 11 |
3 files changed, 9 insertions, 18 deletions
diff --git a/app-shells/sash/sash-3.4-r3.ebuild b/app-shells/sash/sash-3.4-r3.ebuild index ebf29d8728cb..869f54fd3233 100644 --- a/app-shells/sash/sash-3.4-r3.ebuild +++ b/app-shells/sash/sash-3.4-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 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.12 2002/10/05 05:39:09 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.4-r3.ebuild,v 1.13 2002/10/17 14:31:29 vapier Exp $ IUSE="readline static" @@ -18,7 +18,7 @@ fi HOMEPAGE="http://www.canb.auug.org.au/~dbell/ http://dimavb.st.simbirsk.su/vlk/" SLOT="0" -LICENSE="Freeware" +LICENSE="freedist" KEYWORDS="x86 ppc sparc sparc64" diff --git a/app-shells/sash/sash-3.4-r4.ebuild b/app-shells/sash/sash-3.4-r4.ebuild index 0ac6b1ee810b..f59f68cab335 100644 --- a/app-shells/sash/sash-3.4-r4.ebuild +++ b/app-shells/sash/sash-3.4-r4.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2002 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.7 2002/10/05 05:39:09 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.4-r4.ebuild,v 1.8 2002/10/17 14:31:29 vapier 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://dimavb.st.simbirsk.su/vlk/sash-3.x-readline.diff.gz" + http://dimavb.st.simbirsk.su/vlk/sash-3.x-readline.diff.gz" HOMEPAGE="http://www.canb.auug.org.au/~dbell/ http://dimavb.st.simbirsk.su/vlk/" SLOT="0" -LICENSE="Freeware" +LICENSE="freedist" DEPEND="virtual/glibc >=sys-libs/zlib-1.1.3 @@ -18,6 +18,7 @@ DEPEND="virtual/glibc RDEPEND="" KEYWORDS="x86 ppc sparc sparc64" + src_unpack() { unpack ${P}.tar.gz cd ${S} @@ -35,18 +36,13 @@ src_unpack() { } 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 index 145e80bd134a..910016088ca9 100644 --- a/app-shells/sash/sash-3.4-r5.ebuild +++ b/app-shells/sash/sash-3.4-r5.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2002 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.9 2002/10/05 05:39:09 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.4-r5.ebuild,v 1.10 2002/10/17 14:31:29 vapier 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://dimavb.st.simbirsk.su/vlk/sash-3.x-readline.diff.gz" + http://dimavb.st.simbirsk.su/vlk/sash-3.x-readline.diff.gz" HOMEPAGE="http://www.canb.auug.org.au/~dbell/ http://dimavb.st.simbirsk.su/vlk/" SLOT="0" -LICENSE="Freeware" +LICENSE="freedist" DEPEND="virtual/glibc >=sys-libs/zlib-1.1.4 @@ -36,18 +36,13 @@ src_unpack() { } src_compile() { - make || die - } src_install() { - into / dobin sash into /usr doman sash.1 dodoc README - } - |