diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-06-04 19:49:05 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-06-04 19:49:05 +0000 |
commit | cbe80a42243c5ad879d4bbe050c30526f439b89a (patch) | |
tree | acdddc05e56808ade97e95e9d192cd2d8df2b73f /dev-lang | |
parent | A menubased front end to mkisofs / cdrecord, and a python app to add multiple (diff) | |
download | historical-cbe80a42243c5ad879d4bbe050c30526f439b89a.tar.gz historical-cbe80a42243c5ad879d4bbe050c30526f439b89a.tar.bz2 historical-cbe80a42243c5ad879d4bbe050c30526f439b89a.zip |
now includes termios (needed for ssh-mulitadd) and resource (why not) modules
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/files/digest-python-2.0-r3 | 2 | ||||
-rw-r--r-- | dev-lang/python/python-2.0-r3.ebuild (renamed from dev-lang/python/python-2.0-r2.ebuild) | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-lang/python/files/digest-python-2.0-r3 b/dev-lang/python/files/digest-python-2.0-r3 new file mode 100644 index 000000000000..d5edd17f12a5 --- /dev/null +++ b/dev-lang/python/files/digest-python-2.0-r3 @@ -0,0 +1,2 @@ +MD5 4751f4619eda0b5ade9d9dd017e7c1ef BeOpen-Python-2.0.tar.bz2 +MD5 7c99113a11b03599d8494638f6d90b56 python-fchksum-1.1.tar.gz diff --git a/dev-lang/python/python-2.0-r2.ebuild b/dev-lang/python/python-2.0-r3.ebuild index 62697b0e5182..65ba5657e605 100644 --- a/dev-lang/python/python-2.0-r2.ebuild +++ b/dev-lang/python/python-2.0-r3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 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/dev-lang/python/python-2.0-r2.ebuild,v 1.3 2001/06/03 09:54:22 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.0-r3.ebuild,v 1.1 2001/06/04 19:49:02 drobbins Exp $ S=${WORKDIR}/Python-2.0 S2=${WORKDIR}/python-fchksum-1.1 @@ -39,7 +39,7 @@ src_unpack() { sed -e 's/#_locale/_locale/' \ -e 's/#syslog/syslog/' \ -e 's:#zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz:zlib zlibmodule.c -lz:' \ - -e 's:^TKPATH=\:lib-tk:#TKPATH:' \ + -e 's:^TKPATH=\:lib-tk:#TKPATH:' -e 's:^#termios:termios:' -e 's:^#resource:resource:' \ Setup.in > Setup echo "fchksum fchksum.c md5_2.c" >> Setup |