summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-03-29 00:46:44 +0000
committerMike Frysinger <vapier@gentoo.org>2004-03-29 00:46:44 +0000
commit388875926396117a11ffe83b38e6effb71da7b5c (patch)
tree2fb6bec48256f2dd922c4cb53c0d784b1cbe51e6 /dev-python/pycurl
parentReally put in stable x86... Closes bug #45956. (Manifest recommit) (diff)
downloadgentoo-2-388875926396117a11ffe83b38e6effb71da7b5c.tar.gz
gentoo-2-388875926396117a11ffe83b38e6effb71da7b5c.tar.bz2
gentoo-2-388875926396117a11ffe83b38e6effb71da7b5c.zip
move from net-ftp #45968
Diffstat (limited to 'dev-python/pycurl')
-rw-r--r--dev-python/pycurl/pycurl-7.10.4.ebuild10
-rw-r--r--dev-python/pycurl/pycurl-7.11.0.ebuild9
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"