summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-04-24 14:51:33 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-04-24 14:51:33 +0000
commit9e6cc1ef63b48d70cd0d5bddafd2718d45bad11a (patch)
treebad6b1028588d4abc43509f8220464655df56f39 /dev-python/adns-python
parentstable ppc, bug 267272 (diff)
downloadhistorical-9e6cc1ef63b48d70cd0d5bddafd2718d45bad11a.tar.gz
historical-9e6cc1ef63b48d70cd0d5bddafd2718d45bad11a.tar.bz2
historical-9e6cc1ef63b48d70cd0d5bddafd2718d45bad11a.zip
Remove old
Package-Manager: portage-2.2_rc31/cvs/Linux x86_64
Diffstat (limited to 'dev-python/adns-python')
-rw-r--r--dev-python/adns-python/ChangeLog5
-rw-r--r--dev-python/adns-python/adns-python-1.1.1.ebuild22
2 files changed, 4 insertions, 23 deletions
diff --git a/dev-python/adns-python/ChangeLog b/dev-python/adns-python/ChangeLog
index a458efe29e0f..7ea733696574 100644
--- a/dev-python/adns-python/ChangeLog
+++ b/dev-python/adns-python/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/adns-python
# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/adns-python/ChangeLog,v 1.24 2009/02/04 13:21:42 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/adns-python/ChangeLog,v 1.25 2009/04/24 14:36:41 patrick Exp $
+
+ 24 Apr 2009; Patrick Lauer <patrick@gentoo.org> -adns-python-1.1.1.ebuild:
+ Remove old
04 Feb 2009; Patrick Lauer <patrick@gentoo.org> adns-python-1.2.1.ebuild:
Homepage and SRC_URI fix
diff --git a/dev-python/adns-python/adns-python-1.1.1.ebuild b/dev-python/adns-python/adns-python-1.1.1.ebuild
deleted file mode 100644
index ff08785886a5..000000000000
--- a/dev-python/adns-python/adns-python-1.1.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/adns-python/adns-python-1.1.1.ebuild,v 1.1 2006/12/29 23:18:50 dev-zero Exp $
-
-inherit distutils eutils
-
-DESCRIPTION="Python bindings for ADNS"
-HOMEPAGE="http://dustman.net/andy/python/adns-python"
-SRC_URI="http://dustman.net/andy/python/${PN}/${PV}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-DEPEND=">=net-libs/adns-1.3"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${P}-adns-1.3.patch"
-}