diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-02-28 23:09:42 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-02-28 23:09:42 +0000 |
commit | 357304616b48dff89ec0edde28185cc220e60c0c (patch) | |
tree | be65514199184a171cf5b7fed7f4d1fc3617daa9 /net-ftp | |
parent | touchups (diff) | |
download | gentoo-2-357304616b48dff89ec0edde28185cc220e60c0c.tar.gz gentoo-2-357304616b48dff89ec0edde28185cc220e60c0c.tar.bz2 gentoo-2-357304616b48dff89ec0edde28185cc220e60c0c.zip |
version bump
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/pycurl/ChangeLog | 7 | ||||
-rw-r--r-- | net-ftp/pycurl/files/digest-pycurl-7.10.3 | 1 | ||||
-rw-r--r-- | net-ftp/pycurl/pycurl-7.10.3.ebuild | 27 |
3 files changed, 34 insertions, 1 deletions
diff --git a/net-ftp/pycurl/ChangeLog b/net-ftp/pycurl/ChangeLog index ad014d244b99..d6c165f306bc 100644 --- a/net-ftp/pycurl/ChangeLog +++ b/net-ftp/pycurl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-ftp/pycurl # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/pycurl/ChangeLog,v 1.4 2003/02/12 07:59:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/pycurl/ChangeLog,v 1.5 2003/02/28 23:09:42 liquidx Exp $ + +*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 diff --git a/net-ftp/pycurl/files/digest-pycurl-7.10.3 b/net-ftp/pycurl/files/digest-pycurl-7.10.3 new file mode 100644 index 000000000000..e555a03a46d7 --- /dev/null +++ b/net-ftp/pycurl/files/digest-pycurl-7.10.3 @@ -0,0 +1 @@ +MD5 33c2d6b2edd319877454acae643ae2d4 pycurl-7.10.3.tar.gz 49666 diff --git a/net-ftp/pycurl/pycurl-7.10.3.ebuild b/net-ftp/pycurl/pycurl-7.10.3.ebuild new file mode 100644 index 000000000000..a8c61f782b77 --- /dev/null +++ b/net-ftp/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/net-ftp/pycurl/pycurl-7.10.3.ebuild,v 1.1 2003/02/28 23:09:42 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 +} |