diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-02-12 11:46:03 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-02-12 11:46:03 +0000 |
commit | 843e70aa221caa1cc08c078d8e7c447048e9e2fe (patch) | |
tree | ef41cccfa027f15d4c83559c79e13d6dce7e613a /dev-python/dnspython | |
parent | added ~amd64 to KEYWORDS. fixes #81447 (diff) | |
download | gentoo-2-843e70aa221caa1cc08c078d8e7c447048e9e2fe.tar.gz gentoo-2-843e70aa221caa1cc08c078d8e7c447048e9e2fe.tar.bz2 gentoo-2-843e70aa221caa1cc08c078d8e7c447048e9e2fe.zip |
Remove old versions.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-python/dnspython')
-rw-r--r-- | dev-python/dnspython/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/dnspython/dnspython-1.3.0.ebuild | 36 | ||||
-rw-r--r-- | dev-python/dnspython/dnspython-1.3.1.ebuild | 38 | ||||
-rw-r--r-- | dev-python/dnspython/files/digest-dnspython-1.3.0 | 1 | ||||
-rw-r--r-- | dev-python/dnspython/files/digest-dnspython-1.3.1 | 1 |
5 files changed, 5 insertions, 77 deletions
diff --git a/dev-python/dnspython/ChangeLog b/dev-python/dnspython/ChangeLog index cba7060f233f..6afee4d7c90b 100644 --- a/dev-python/dnspython/ChangeLog +++ b/dev-python/dnspython/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/dnspython # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/ChangeLog,v 1.9 2005/01/31 02:12:08 fserb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/ChangeLog,v 1.10 2005/02/12 11:46:03 kloeri Exp $ + + 12 Feb 2005; Bryan Østergaard <kloeri@gentoo.org> + -dnspython-1.3.0.ebuild, -dnspython-1.3.1.ebuild: + Remove old versions. *dnspython-1.3.3 (31 Jan 2005) diff --git a/dev-python/dnspython/dnspython-1.3.0.ebuild b/dev-python/dnspython/dnspython-1.3.0.ebuild deleted file mode 100644 index 9957f49fc97d..000000000000 --- a/dev-python/dnspython/dnspython-1.3.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/dnspython-1.3.0.ebuild,v 1.5 2005/01/26 00:07:38 lucass Exp $ - -inherit distutils - - -DESCRIPTION="DNS toolkit for Python." -HOMEPAGE="http://www.dnspython.org/" -SRC_URI="http://www.dnspython.org/kits/stable/${P}.tar.gz" -LICENSE="as-is" -SLOT="0" -KEYWORDS="x86" -IUSE="" -DEPEND=">=virtual/python-2.2 - sys-devel/make" - -src_install() { - distutils_src_install - dodoc TODO - dodir /usr/share/doc/${P} - cp -r examples ${D}/usr/share/doc/${P} - dodir /usr/share/${PN} - cp -r tests ${D}/usr/share/${PN} -} - -pkg_postinst() { - einfo - einfo "Documentation is sparse at the moment. Use pydoc," - einfo "or read the HTML documentation at the dnspython home page" - einfo - einfo "You can test your dnspython installation running:" - einfo "# cd /usr/share/${PN}/tests && make" - einfo -} - diff --git a/dev-python/dnspython/dnspython-1.3.1.ebuild b/dev-python/dnspython/dnspython-1.3.1.ebuild deleted file mode 100644 index 27ba510fd4c0..000000000000 --- a/dev-python/dnspython/dnspython-1.3.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/dnspython-1.3.1.ebuild,v 1.3 2005/01/26 00:07:38 lucass Exp $ - -inherit distutils - -DESCRIPTION="DNS toolkit for Python." -HOMEPAGE="http://www.dnspython.org/" -SRC_URI="http://www.dnspython.org/kits/stable/${P}.tar.gz" -LICENSE="as-is" -SLOT="0" -KEYWORDS="x86 ~ppc" -IUSE="" -DEPEND=">=virtual/python-2.2 - sys-devel/make" - -src_install() { - distutils_src_install - dodoc TODO - dodir /usr/share/doc/${P} - cp -r examples ${D}/usr/share/doc/${P} - dodir /usr/share/${PN} - cp -r tests ${D}/usr/share/${PN} -} - -pkg_postinst() { - einfo - einfo "Documentation is sparse at the moment. Use pydoc," - einfo "or read the HTML documentation at the dnspython home page." - einfo -} - -src_test() { - export PYTHONPATH="${S}/build/lib:${PYTHONPATH}" - cd tests - make || die "Unit tests failed!" -} - diff --git a/dev-python/dnspython/files/digest-dnspython-1.3.0 b/dev-python/dnspython/files/digest-dnspython-1.3.0 deleted file mode 100644 index 14531fd294fa..000000000000 --- a/dev-python/dnspython/files/digest-dnspython-1.3.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 7669882b6bcd483a8e2f08e87dae5f0c dnspython-1.3.0.tar.gz 83191 diff --git a/dev-python/dnspython/files/digest-dnspython-1.3.1 b/dev-python/dnspython/files/digest-dnspython-1.3.1 deleted file mode 100644 index 08d7e394bf47..000000000000 --- a/dev-python/dnspython/files/digest-dnspython-1.3.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 67572d7bbdc6c48237adf2fa41fac0ff dnspython-1.3.1.tar.gz 84763 |