summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2005-02-12 11:46:03 +0000
committerBryan Østergaard <kloeri@gentoo.org>2005-02-12 11:46:03 +0000
commit5280391415e324c279433868380b7fc9ac1140db (patch)
treecfe98a45ca21e345050d712d154bfc273cea1336 /dev-python/dnspython/dnspython-1.3.0.ebuild
parentadded ~amd64 to KEYWORDS. fixes #81447 (diff)
downloadhistorical-5280391415e324c279433868380b7fc9ac1140db.tar.gz
historical-5280391415e324c279433868380b7fc9ac1140db.tar.bz2
historical-5280391415e324c279433868380b7fc9ac1140db.zip
Remove old versions.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'dev-python/dnspython/dnspython-1.3.0.ebuild')
-rw-r--r--dev-python/dnspython/dnspython-1.3.0.ebuild36
1 files changed, 0 insertions, 36 deletions
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
-}
-