summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-06-13 22:21:27 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-06-13 22:21:27 +0000
commite5297077244ee85f68fa5c5ef76676ab186eefe5 (patch)
treeab66613384de603b99663d4be9bda2283b07141f /dev-python/pycurl
parentadded patch to improve ssl compat, and cleanups (diff)
downloadgentoo-2-e5297077244ee85f68fa5c5ef76676ab186eefe5.tar.gz
gentoo-2-e5297077244ee85f68fa5c5ef76676ab186eefe5.tar.bz2
gentoo-2-e5297077244ee85f68fa5c5ef76676ab186eefe5.zip
moving pycurl to dev-python
Diffstat (limited to 'dev-python/pycurl')
-rw-r--r--dev-python/pycurl/ChangeLog25
-rw-r--r--dev-python/pycurl/Manifest7
-rw-r--r--dev-python/pycurl/files/digest-pycurl-0.4.51
-rw-r--r--dev-python/pycurl/files/digest-pycurl-7.10.31
-rw-r--r--dev-python/pycurl/files/digest-pycurl-7.10.42
-rw-r--r--dev-python/pycurl/pycurl-0.4.5.ebuild20
-rw-r--r--dev-python/pycurl/pycurl-7.10.3.ebuild27
-rw-r--r--dev-python/pycurl/pycurl-7.10.4.ebuild27
8 files changed, 110 insertions, 0 deletions
diff --git a/dev-python/pycurl/ChangeLog b/dev-python/pycurl/ChangeLog
new file mode 100644
index 000000000000..4936ea0a485a
--- /dev/null
+++ b/dev-python/pycurl/ChangeLog
@@ -0,0 +1,25 @@
+# ChangeLog for net-ftp/pycurl
+# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycurl/ChangeLog,v 1.1 2003/06/13 22:21:27 liquidx Exp $
+
+*pycurl-7.10.4 (09 Apr 2003)
+
+ 09 Apr 2003; Alastair Tse <liquidx@gentoo.org> pycurl-7.10.4.ebuild:
+ version bump
+
+*pycurl-7.10.3 (28 Feb 2003)
+
+ 28 Feb 2003; Alastair Tse <liquidx@gentoo.org> pycurl-7.10.3.ebuild files/digest-pycurl-7.10.3 :
+ Version Bump. Fixes #11932.
+
+ 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
+
+*pycurl-0.4.5 (1 Feb 2002)
+
+ 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
+
+ Added initial ChangeLog which should be updated whenever the package is
+ updated in any way. This changelog is targetted to users. This means that the
+ comments should well explained and written in clean English. The details about
+ writing correct changelogs are explained in the skel.ChangeLog file which you
+ can find in the root directory of the portage repository.
diff --git a/dev-python/pycurl/Manifest b/dev-python/pycurl/Manifest
new file mode 100644
index 000000000000..17469fe53d1b
--- /dev/null
+++ b/dev-python/pycurl/Manifest
@@ -0,0 +1,7 @@
+MD5 e67c24c63e8ae8e1e79be3c4fefb21cb ChangeLog 1029
+MD5 8be8ff787016b48fe79056d059d14586 pycurl-0.4.5.ebuild 606
+MD5 260e31d04e428d2afd0ec63f77ef6f2d pycurl-7.10.3.ebuild 804
+MD5 fb0b79359b9acf560dc90fc2a6e973a9 pycurl-7.10.4.ebuild 804
+MD5 163a02baffda306a7965e007324b2fb2 files/digest-pycurl-0.4.5 63
+MD5 249d6fc38f60f070566d83bbfa159350 files/digest-pycurl-7.10.3 64
+MD5 e493742a164b22b91b7b552c2620e3c1 files/digest-pycurl-7.10.4 127
diff --git a/dev-python/pycurl/files/digest-pycurl-0.4.5 b/dev-python/pycurl/files/digest-pycurl-0.4.5
new file mode 100644
index 000000000000..63f405dabeca
--- /dev/null
+++ b/dev-python/pycurl/files/digest-pycurl-0.4.5
@@ -0,0 +1 @@
+MD5 799437ed00c0cdf3611fb16940cb8f4a pycurl-0.4.5.tar.gz 21914
diff --git a/dev-python/pycurl/files/digest-pycurl-7.10.3 b/dev-python/pycurl/files/digest-pycurl-7.10.3
new file mode 100644
index 000000000000..e555a03a46d7
--- /dev/null
+++ b/dev-python/pycurl/files/digest-pycurl-7.10.3
@@ -0,0 +1 @@
+MD5 33c2d6b2edd319877454acae643ae2d4 pycurl-7.10.3.tar.gz 49666
diff --git a/dev-python/pycurl/files/digest-pycurl-7.10.4 b/dev-python/pycurl/files/digest-pycurl-7.10.4
new file mode 100644
index 000000000000..30597af45904
--- /dev/null
+++ b/dev-python/pycurl/files/digest-pycurl-7.10.4
@@ -0,0 +1,2 @@
+MD5 fb0b79359b9acf560dc90fc2a6e973a9 /pycurl-7.10.4.ebuild 804
+MD5 8b1ad2270ac60f9da9477060208427b8 pycurl-7.10.4.tar.gz 50376
diff --git a/dev-python/pycurl/pycurl-0.4.5.ebuild b/dev-python/pycurl/pycurl-0.4.5.ebuild
new file mode 100644
index 000000000000..f93a0ea4af9f
--- /dev/null
+++ b/dev-python/pycurl/pycurl-0.4.5.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycurl/pycurl-0.4.5.ebuild,v 1.1 2003/06/13 22:21:27 liquidx Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="python binding for curl/libcurl"
+SRC_URI="mirror://sourceforge/pycurl/pycurl-0.4.5.tar.gz"
+HOMEPAGE="http://pycurl.sourceforge.net"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86 sparc "
+
+DEPEND=">=dev-lang/python-2.1.1
+ >=net-ftp/curl-7.9.3"
+
+src_install(){
+ python setup.py install --prefix=${D}/usr || die
+ dodoc README INSTALL COPYING TODO ChangeLog
+}
diff --git a/dev-python/pycurl/pycurl-7.10.3.ebuild b/dev-python/pycurl/pycurl-7.10.3.ebuild
new file mode 100644
index 000000000000..ec719067acf1
--- /dev/null
+++ b/dev-python/pycurl/pycurl-7.10.3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2003 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.3.ebuild,v 1.1 2003/06/13 22:21:27 liquidx Exp $
+
+inherit distutils
+
+S=${WORKDIR}/${P}
+DESCRIPTION="python binding for curl/libcurl"
+SRC_URI="http://pycurl.sourceforge.net/download/${P}.tar.gz"
+HOMEPAGE="http://pycurl.sourceforge.net"
+
+IUSE=""
+SLOT="0"
+LICENSE="LGPL-2.1"
+KEYWORDS="~x86 ~sparc"
+
+DEPEND=">=dev-lang/python-2.1.1
+ >=net-ftp/curl-${PV}"
+
+src_install(){
+ mydoc="TODO"
+ distutils_src_install
+ mv ${D}/usr/share/doc/pycurl/examples ${D}/usr/share/doc/${P}
+ mv ${D}/usr/share/doc/pycurl/html ${D}/usr/share/doc/${P}
+ mv ${D}/usr/share/doc/pycurl/tests ${D}/usr/share/doc/${P}
+ rm -fr ${D}/usr/share/doc/pycurl
+}
diff --git a/dev-python/pycurl/pycurl-7.10.4.ebuild b/dev-python/pycurl/pycurl-7.10.4.ebuild
new file mode 100644
index 000000000000..cc5c3512eca9
--- /dev/null
+++ b/dev-python/pycurl/pycurl-7.10.4.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2003 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.1 2003/06/13 22:21:27 liquidx Exp $
+
+inherit distutils
+
+S=${WORKDIR}/${P}
+DESCRIPTION="python binding for curl/libcurl"
+SRC_URI="http://pycurl.sourceforge.net/download/${P}.tar.gz"
+HOMEPAGE="http://pycurl.sourceforge.net"
+
+IUSE=""
+SLOT="0"
+LICENSE="LGPL-2.1"
+KEYWORDS="~x86 ~sparc"
+
+DEPEND=">=dev-lang/python-2.1.1
+ >=net-ftp/curl-${PV}"
+
+src_install(){
+ mydoc="TODO"
+ distutils_src_install
+ mv ${D}/usr/share/doc/pycurl/examples ${D}/usr/share/doc/${P}
+ mv ${D}/usr/share/doc/pycurl/html ${D}/usr/share/doc/${P}
+ mv ${D}/usr/share/doc/pycurl/tests ${D}/usr/share/doc/${P}
+ rm -fr ${D}/usr/share/doc/pycurl
+}