diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-04 18:25:29 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-04 18:25:29 +0000 |
commit | bd8e79a038063bfdd4fcb9c4e0e356dcd4635bbb (patch) | |
tree | 4820e44ace3487b0d455728aad984580b08e81bb /dev-python/python-gnutls | |
parent | Set SUPPORT_PYTHON_ABIS. (diff) | |
download | historical-bd8e79a038063bfdd4fcb9c4e0e356dcd4635bbb.tar.gz historical-bd8e79a038063bfdd4fcb9c4e0e356dcd4635bbb.tar.bz2 historical-bd8e79a038063bfdd4fcb9c4e0e356dcd4635bbb.zip |
Remove old
Package-Manager: portage-2.2_rc40/cvs/Linux x86_64
Diffstat (limited to 'dev-python/python-gnutls')
-rw-r--r-- | dev-python/python-gnutls/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/python-gnutls/python-gnutls-1.1.8.ebuild | 25 |
2 files changed, 5 insertions, 26 deletions
diff --git a/dev-python/python-gnutls/ChangeLog b/dev-python/python-gnutls/ChangeLog index 5e8b020c7b18..ec5d5b6d3f34 100644 --- a/dev-python/python-gnutls/ChangeLog +++ b/dev-python/python-gnutls/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/python-gnutls # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gnutls/ChangeLog,v 1.2 2009/08/13 00:46:07 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gnutls/ChangeLog,v 1.3 2009/09/04 18:20:04 patrick Exp $ + + 04 Sep 2009; Patrick Lauer <patrick@gentoo.org> + -python-gnutls-1.1.8.ebuild: + Remove old *python-gnutls-1.1.9 (13 Aug 2009) diff --git a/dev-python/python-gnutls/python-gnutls-1.1.8.ebuild b/dev-python/python-gnutls/python-gnutls-1.1.8.ebuild deleted file mode 100644 index 6add7b7111d0..000000000000 --- a/dev-python/python-gnutls/python-gnutls-1.1.8.ebuild +++ /dev/null @@ -1,25 +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.8.ebuild,v 1.1 2009/04/25 10:53:00 patrick Exp $ - -inherit distutils - -DESCRIPTION="Python bindings for GnuTLS" -HOMEPAGE="http://ag-projects.com/" -SRC_URI="http://pypi.python.org/packages/source/p/python-gnutls/python-gnutls-1.1.8.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="examples" - -RDEPEND="net-libs/gnutls" - -src_install() { - distutils_src_install - - if use examples ; then - insinto /usr/share/doc/${PF} - doins -r examples - fi -} |