diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-29 00:46:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-29 00:46:44 +0000 |
commit | 5b42596be72a540801255bb53f7843971e659889 (patch) | |
tree | a6b6ef62cb29617a43258dd67f97c8f36740723c /dev-python | |
parent | old (diff) | |
download | historical-5b42596be72a540801255bb53f7843971e659889.tar.gz historical-5b42596be72a540801255bb53f7843971e659889.tar.bz2 historical-5b42596be72a540801255bb53f7843971e659889.zip |
move from net-ftp #45968
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pycurl/pycurl-7.10.4.ebuild | 10 | ||||
-rw-r--r-- | dev-python/pycurl/pycurl-7.11.0.ebuild | 9 |
2 files changed, 8 insertions, 11 deletions
diff --git a/dev-python/pycurl/pycurl-7.10.4.ebuild b/dev-python/pycurl/pycurl-7.10.4.ebuild index 6a8e0f5bd9da..827dae8fca0c 100644 --- a/dev-python/pycurl/pycurl-7.10.4.ebuild +++ b/dev-python/pycurl/pycurl-7.10.4.ebuild @@ -1,21 +1,19 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycurl/pycurl-7.10.4.ebuild,v 1.7 2004/03/28 11:31:37 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycurl/pycurl-7.10.4.ebuild,v 1.8 2004/03/29 00:46:44 vapier Exp $ inherit distutils -S=${WORKDIR}/${P} DESCRIPTION="python binding for curl/libcurl" +HOMEPAGE="http://pycurl.sourceforge.net/" SRC_URI="http://pycurl.sourceforge.net/download/00-OLD-VERSIONS/${P}.tar.gz" -HOMEPAGE="http://pycurl.sourceforge.net" -IUSE="" -SLOT="0" LICENSE="LGPL-2.1" +SLOT="0" KEYWORDS="x86 sparc" DEPEND=">=dev-lang/python-2.1.1 - >=net-ftp/curl-${PV}" + >=net-misc/curl-${PV}" src_install(){ mydoc="TODO" diff --git a/dev-python/pycurl/pycurl-7.11.0.ebuild b/dev-python/pycurl/pycurl-7.11.0.ebuild index 403f73499f7a..3ae17bbb21b0 100644 --- a/dev-python/pycurl/pycurl-7.11.0.ebuild +++ b/dev-python/pycurl/pycurl-7.11.0.ebuild @@ -1,20 +1,19 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycurl/pycurl-7.11.0.ebuild,v 1.1 2004/02/14 15:01:37 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycurl/pycurl-7.11.0.ebuild,v 1.2 2004/03/29 00:46:44 vapier Exp $ inherit distutils DESCRIPTION="python binding for curl/libcurl" +HOMEPAGE="http://pycurl.sourceforge.net/" SRC_URI="http://pycurl.sourceforge.net/download/${P}.tar.gz" -HOMEPAGE="http://pycurl.sourceforge.net" -IUSE="" -SLOT="0" LICENSE="LGPL-2.1" +SLOT="0" KEYWORDS="~x86 ~sparc" DEPEND=">=dev-lang/python-2.1.1 - >=net-ftp/curl-${PV}" + >=net-misc/curl-${PV}" PYTHON_MODNAME="curl" |