diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-07 12:00:29 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-07 12:00:29 +0000 |
commit | d884e25e4ac1ee84a169a55c06bbc6ac4ed28c3e (patch) | |
tree | baee246b05ca350775573c1fd27640ed31ff18a3 /app-shells/esh | |
parent | Bumping to new version. (diff) | |
download | historical-d884e25e4ac1ee84a169a55c06bbc6ac4ed28c3e.tar.gz historical-d884e25e4ac1ee84a169a55c06bbc6ac4ed28c3e.tar.bz2 historical-d884e25e4ac1ee84a169a55c06bbc6ac4ed28c3e.zip |
Added LICENSE tag
Diffstat (limited to 'app-shells/esh')
-rw-r--r-- | app-shells/esh/esh-0.8-r2.ebuild | 3 | ||||
-rw-r--r-- | app-shells/esh/esh-0.8.5.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/app-shells/esh/esh-0.8-r2.ebuild b/app-shells/esh/esh-0.8-r2.ebuild index 18fb99e8ac62..41538af0b3ee 100644 --- a/app-shells/esh/esh-0.8-r2.ebuild +++ b/app-shells/esh/esh-0.8-r2.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/esh-0.8-r2.ebuild,v 1.5 2002/04/27 08:00:16 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/esh-0.8-r2.ebuild,v 1.6 2002/07/07 12:00:29 aliz Exp $ S=${WORKDIR}/esh DESCRIPTION="A UNIX Shell with a simplified Scheme syntax" SRC_URI="http://esh.netpedia.net/${P}.tar.gz" HOMEPAGE="http://esh.netpedia.net/" +LICENSE="GPL-2" DEPEND="virtual/glibc >=sys-libs/ncurses-5.1 diff --git a/app-shells/esh/esh-0.8.5.ebuild b/app-shells/esh/esh-0.8.5.ebuild index 9f99447fa036..75631cdeee21 100644 --- a/app-shells/esh/esh-0.8.5.ebuild +++ b/app-shells/esh/esh-0.8.5.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/esh-0.8.5.ebuild,v 1.1 2002/04/27 08:09:26 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/esh-0.8.5.ebuild,v 1.2 2002/07/07 12:00:29 aliz Exp $ S=${WORKDIR}/esh DESCRIPTION="A UNIX Shell with a simplified Scheme syntax" SRC_URI="http://slon.ttk.ru/esh/${P}.tar.gz" HOMEPAGE="http://slon.ttk.ru/esh/" +LICENSE="GPL-2" DEPEND="virtual/glibc >=sys-libs/ncurses-5.1 |