diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-02-04 21:04:34 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-02-04 21:04:34 +0000 |
commit | 86d7e364b1a71a475952038f41696493e853557c (patch) | |
tree | 1be554cebc4c6d20ff539e6fbac8f0b429b58cef /dev-python/python-gnutls | |
parent | Splitted of scala programm from ccp4 package (diff) | |
download | historical-86d7e364b1a71a475952038f41696493e853557c.tar.gz historical-86d7e364b1a71a475952038f41696493e853557c.tar.bz2 historical-86d7e364b1a71a475952038f41696493e853557c.zip |
Delete older ebuild.
Diffstat (limited to 'dev-python/python-gnutls')
-rw-r--r-- | dev-python/python-gnutls/python-gnutls-1.1.9.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/python-gnutls/python-gnutls-1.1.9.ebuild b/dev-python/python-gnutls/python-gnutls-1.1.9.ebuild deleted file mode 100644 index 9e1fd67cdfbb..000000000000 --- a/dev-python/python-gnutls/python-gnutls-1.1.9.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gnutls/python-gnutls-1.1.9.ebuild,v 1.1 2009/08/13 00:46:07 arfrever Exp $ - -EAPI="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -DESCRIPTION="Python bindings for GnuTLS" -HOMEPAGE="http://pypi.python.org/pypi/python-gnutls http://ag-projects.com/" -SRC_URI="http://pypi.python.org/packages/source/p/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="examples" - -DEPEND="net-libs/gnutls" -RDEPEND="${DEPEND}" - -RESTRICT_PYTHON_ABIS="3*" - -PYTHON_MODNAME="gnutls" - -src_install() { - distutils_src_install - - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - fi -} |