diff options
author | Thomas Raschbacher <lordvan@gentoo.org> | 2008-05-25 20:27:22 +0000 |
---|---|---|
committer | Thomas Raschbacher <lordvan@gentoo.org> | 2008-05-25 20:27:22 +0000 |
commit | 5e7548cb82748c215fe99d48b8810261b57b94ea (patch) | |
tree | 87c2ad64af7a0650895a2731222730c7fef04c4a /dev-python/twisted-names/twisted-names-8.1.0.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-5e7548cb82748c215fe99d48b8810261b57b94ea.tar.gz gentoo-2-5e7548cb82748c215fe99d48b8810261b57b94ea.tar.bz2 gentoo-2-5e7548cb82748c215fe99d48b8810261b57b94ea.zip |
Version Bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-python/twisted-names/twisted-names-8.1.0.ebuild')
-rw-r--r-- | dev-python/twisted-names/twisted-names-8.1.0.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-python/twisted-names/twisted-names-8.1.0.ebuild b/dev-python/twisted-names/twisted-names-8.1.0.ebuild new file mode 100644 index 000000000000..eec5e2b15691 --- /dev/null +++ b/dev-python/twisted-names/twisted-names-8.1.0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-names/twisted-names-8.1.0.ebuild,v 1.1 2008/05/25 20:27:22 lordvan Exp $ + +MY_PACKAGE=Names + +inherit twisted versionator + +DESCRIPTION="A Twisted DNS implementation" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" + +DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*" |