summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam McArthur <sandymac@gentoo.org>2002-04-29 21:20:00 +0000
committerWilliam McArthur <sandymac@gentoo.org>2002-04-29 21:20:00 +0000
commit80baba942d6317aa796631a62e36ba2761e555b0 (patch)
treebf8fd0ead4999c16e91105f94bcf0c1342a8a1d0 /dev-lang
parentcleanups (diff)
downloadgentoo-2-80baba942d6317aa796631a62e36ba2761e555b0.tar.gz
gentoo-2-80baba942d6317aa796631a62e36ba2761e555b0.tar.bz2
gentoo-2-80baba942d6317aa796631a62e36ba2761e555b0.zip
Python related LICENSE stuff.
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/python/python-2.1.1-r4.ebuild3
-rw-r--r--dev-lang/python/python-2.2-r7.ebuild3
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-lang/python/python-2.1.1-r4.ebuild b/dev-lang/python/python-2.1.1-r4.ebuild
index 7f7005ae0b4c..685affa0fad6 100644
--- a/dev-lang/python/python-2.1.1-r4.ebuild
+++ b/dev-lang/python/python-2.1.1-r4.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.1.1-r4.ebuild,v 1.2 2002/04/07 13:33:00 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.1.1-r4.ebuild,v 1.3 2002/04/29 21:20:00 sandymac Exp $
S=${WORKDIR}/Python-${PV}
FCHKSUM="python-fchksum-1.6"
@@ -10,6 +10,7 @@ SRC_URI="http://www.python.org/ftp/python/${PV}/Python-${PV}.tgz
http://www.azstarnet.com/~donut/programs/fchksum/${FCHKSUM}.tar.gz"
HOMEPAGE="http://www.python.org http://www.azstarnet.com/~donut/programs/fchksum/"
+LICENSE="PSF-2.1.1"
DEPEND="virtual/glibc >=sys-libs/zlib-1.1.3
readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 )
diff --git a/dev-lang/python/python-2.2-r7.ebuild b/dev-lang/python/python-2.2-r7.ebuild
index 282cee257378..76002685a544 100644
--- a/dev-lang/python/python-2.2-r7.ebuild
+++ b/dev-lang/python/python-2.2-r7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2-r7.ebuild,v 1.1 2002/04/29 15:21:51 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2-r7.ebuild,v 1.2 2002/04/29 21:20:00 sandymac Exp $
PYVER_MAJOR="`echo ${PV} | cut -d '.' -f 1`"
PYVER_MINOR="`echo ${PV} | cut -d '.' -f 2`"
@@ -10,6 +10,7 @@ DESCRIPTION="A really great language"
SRC_URI="http://www.python.org/ftp/python/${PV}/Python-${PV}.tgz"
HOMEPAGE="http://www.python.org"
+LICENSE="PSF-2.2"
DEPEND="virtual/glibc >=sys-libs/zlib-1.1.3
readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 )