diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-01-09 17:46:10 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-01-09 17:46:10 +0000 |
commit | b9730a83b732603a3b60384967ccb25ccb7e3dc3 (patch) | |
tree | c8d18c7103681e3e42e80399ccc172bf96bf30c1 /dev-python/twisted-names | |
parent | Move Module-Build to DEPEND only (#246942). Run tests (diff) | |
download | gentoo-2-b9730a83b732603a3b60384967ccb25ccb7e3dc3.tar.gz gentoo-2-b9730a83b732603a3b60384967ccb25ccb7e3dc3.tar.bz2 gentoo-2-b9730a83b732603a3b60384967ccb25ccb7e3dc3.zip |
Bump to 8.2.0
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'dev-python/twisted-names')
-rw-r--r-- | dev-python/twisted-names/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/twisted-names/twisted-names-8.2.0.ebuild | 15 |
2 files changed, 22 insertions, 1 deletions
diff --git a/dev-python/twisted-names/ChangeLog b/dev-python/twisted-names/ChangeLog index 2170f21ef3f8..3094e4065289 100644 --- a/dev-python/twisted-names/ChangeLog +++ b/dev-python/twisted-names/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/twisted-names # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-names/ChangeLog,v 1.32 2009/01/09 06:29:29 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-names/ChangeLog,v 1.33 2009/01/09 17:46:10 patrick Exp $ + +*twisted-names-8.2.0 (09 Jan 2009) + + 09 Jan 2009; Patrick Lauer <patrick@gentoo.org> + +twisted-names-8.2.0.ebuild: + Bump to 8.2.0 08 Jan 2009; Patrick Lauer <patrick@gentoo.org> -twisted-names-0.1.0-r1.ebuild, -twisted-names-0.2.0.ebuild, diff --git a/dev-python/twisted-names/twisted-names-8.2.0.ebuild b/dev-python/twisted-names/twisted-names-8.2.0.ebuild new file mode 100644 index 000000000000..1254133dd878 --- /dev/null +++ b/dev-python/twisted-names/twisted-names-8.2.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2009 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.2.0.ebuild,v 1.1 2009/01/09 17:46:10 patrick 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)*" + +IUSE="" |