summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarien Zwart <marienz@gentoo.org>2005-11-27 21:41:22 +0000
committerMarien Zwart <marienz@gentoo.org>2005-11-27 21:41:22 +0000
commita8445aea08554c4d874fe6d2dfa5275d5bfcab00 (patch)
tree3aa6237115932ccc7620eab479aa74965ce2c082 /dev-python/twisted-names/twisted-names-0.2.0.ebuild
parentStable on hppa. (diff)
downloadhistorical-a8445aea08554c4d874fe6d2dfa5275d5bfcab00.tar.gz
historical-a8445aea08554c4d874fe6d2dfa5275d5bfcab00.tar.bz2
historical-a8445aea08554c4d874fe6d2dfa5275d5bfcab00.zip
Version bump (0.2.0) and revbump (0.1.0-r1) to use the new eclass (bug #80639). Set myself as maintainer.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'dev-python/twisted-names/twisted-names-0.2.0.ebuild')
-rw-r--r--dev-python/twisted-names/twisted-names-0.2.0.ebuild13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-python/twisted-names/twisted-names-0.2.0.ebuild b/dev-python/twisted-names/twisted-names-0.2.0.ebuild
new file mode 100644
index 000000000000..fb25c208cb59
--- /dev/null
+++ b/dev-python/twisted-names/twisted-names-0.2.0.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-names/twisted-names-0.2.0.ebuild,v 1.1 2005/11/27 21:41:22 marienz Exp $
+
+MY_PACKAGE=Names
+
+inherit twisted
+
+DESCRIPTION="A Twisted DNS implementation."
+
+KEYWORDS="~sparc ~x86"
+
+DEPEND=">=dev-python/twisted-2"