diff options
author | Alastair Tse <liquidx@gentoo.org> | 2006-07-17 11:46:16 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2006-07-17 11:46:16 +0000 |
commit | 3e1cc0184c37fe8eae8b15966e2a8e178e7bdab0 (patch) | |
tree | f644ef3430ed411f3a4771832556ee0663e7071e /dev-python/pycurl/pycurl-7.15.4.2.ebuild | |
parent | Added patch to fix test46 in 7.15.1 (#111555), version bumped to 7.15.4, stri... (diff) | |
download | gentoo-2-3e1cc0184c37fe8eae8b15966e2a8e178e7bdab0.tar.gz gentoo-2-3e1cc0184c37fe8eae8b15966e2a8e178e7bdab0.tar.bz2 gentoo-2-3e1cc0184c37fe8eae8b15966e2a8e178e7bdab0.zip |
version bump. stable bump for 7.15.1 to match net-misc/curl
(Portage version: 2.1-r1)
Diffstat (limited to 'dev-python/pycurl/pycurl-7.15.4.2.ebuild')
-rw-r--r-- | dev-python/pycurl/pycurl-7.15.4.2.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-python/pycurl/pycurl-7.15.4.2.ebuild b/dev-python/pycurl/pycurl-7.15.4.2.ebuild new file mode 100644 index 000000000000..b497ad4539ab --- /dev/null +++ b/dev-python/pycurl/pycurl-7.15.4.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycurl/pycurl-7.15.4.2.ebuild,v 1.1 2006/07/17 11:46:16 liquidx Exp $ + +inherit distutils + +DESCRIPTION="python binding for curl/libcurl" +HOMEPAGE="http://pycurl.sourceforge.net/" +SRC_URI="http://pycurl.sourceforge.net/download/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="virtual/python + >=net-misc/curl-7.15.4" + +PYTHON_MODNAME="curl" + +src_install(){ + DOCS="TODO" + distutils_src_install + mv ${D}/usr/share/doc/pycurl/examples ${D}/usr/share/doc/${PF} + mv ${D}/usr/share/doc/pycurl/html ${D}/usr/share/doc/${PF} + mv ${D}/usr/share/doc/pycurl/tests ${D}/usr/share/doc/${PF} + rm -fr ${D}/usr/share/doc/pycurl +} |