diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-09 20:13:55 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-09 20:13:55 +0000 |
commit | c2dd86445460b2ed0fe8bf7fb927dcdc759a0426 (patch) | |
tree | 35606190417bdc793542f4c4667a0f502c15a599 /sys-devel/spython | |
parent | fix the patch (diff) | |
download | gentoo-2-c2dd86445460b2ed0fe8bf7fb927dcdc759a0426.tar.gz gentoo-2-c2dd86445460b2ed0fe8bf7fb927dcdc759a0426.tar.bz2 gentoo-2-c2dd86445460b2ed0fe8bf7fb927dcdc759a0426.zip |
Added LICENSE tag
Diffstat (limited to 'sys-devel/spython')
-rw-r--r-- | sys-devel/spython/spython-2.0-r7.ebuild | 3 | ||||
-rw-r--r-- | sys-devel/spython/spython-2.0-r8.ebuild | 3 | ||||
-rw-r--r-- | sys-devel/spython/spython-2.0-r9.ebuild | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/spython/spython-2.0-r7.ebuild b/sys-devel/spython/spython-2.0-r7.ebuild index 257cfa3ad419..731806d9f9ef 100644 --- a/sys-devel/spython/spython-2.0-r7.ebuild +++ b/sys-devel/spython/spython-2.0-r7.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/spython/spython-2.0-r7.ebuild,v 1.7 2001/09/13 16:18:37 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/spython/spython-2.0-r7.ebuild,v 1.8 2002/07/09 20:13:55 aliz Exp $ S=${WORKDIR}/Python-2.0 S2=${WORKDIR}/python-fchksum-1.1 @@ -10,6 +10,7 @@ SRC_URI="http://www.python.org/ftp/python/2.0/BeOpen-Python-2.0.tar.bz2 http://www.azstarnet.com/~donut/programs/fchksum/python-fchksum-1.1.tar.gz" HOMEPAGE="http://www.python.org http://www.azstarnet.com/~donut/programs/fchksum/" +LICENSE="PYTHON" DEPEND=">=sys-devel/autoconf-2.13 >=sys-libs/zlib-1.1.3 readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 )" diff --git a/sys-devel/spython/spython-2.0-r8.ebuild b/sys-devel/spython/spython-2.0-r8.ebuild index e1288eed30fb..c2a8c9afa20b 100644 --- a/sys-devel/spython/spython-2.0-r8.ebuild +++ b/sys-devel/spython/spython-2.0-r8.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/spython/spython-2.0-r8.ebuild,v 1.1 2001/11/16 07:09:26 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/spython/spython-2.0-r8.ebuild,v 1.2 2002/07/09 20:13:55 aliz Exp $ S=${WORKDIR}/Python-2.0 S2=${WORKDIR}/python-fchksum-1.1 @@ -10,6 +10,7 @@ SRC_URI="http://www.python.org/ftp/python/2.0/BeOpen-Python-2.0.tar.bz2 http://www.azstarnet.com/~donut/programs/fchksum/python-fchksum-1.1.tar.gz" HOMEPAGE="http://www.python.org http://www.azstarnet.com/~donut/programs/fchksum/" +LICENSE="PYTHON" DEPEND=">=sys-devel/autoconf-2.13 >=sys-libs/zlib-1.1.3 readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 )" diff --git a/sys-devel/spython/spython-2.0-r9.ebuild b/sys-devel/spython/spython-2.0-r9.ebuild index e2865e9414a3..f276d55dfc7b 100644 --- a/sys-devel/spython/spython-2.0-r9.ebuild +++ b/sys-devel/spython/spython-2.0-r9.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/spython/spython-2.0-r9.ebuild,v 1.1 2002/03/15 04:09:13 blocke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/spython/spython-2.0-r9.ebuild,v 1.2 2002/07/09 20:13:55 aliz Exp $ S=${WORKDIR}/Python-2.0 S2=${WORKDIR}/python-fchksum-1.1 @@ -10,6 +10,7 @@ SRC_URI="http://www.python.org/ftp/python/2.0/BeOpen-Python-2.0.tar.bz2 http://www.azstarnet.com/~donut/programs/fchksum/python-fchksum-1.1.tar.gz" HOMEPAGE="http://www.python.org http://www.azstarnet.com/~donut/programs/fchksum/" +LICENSE="PYTHON" DEPEND=">=sys-devel/autoconf-2.13 >=sys-libs/zlib-1.1.4 readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 )" |