diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-29 12:00:52 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-29 12:00:52 +0000 |
commit | ecb587adfd27de8ccf26abb7e432b9e5e05d4670 (patch) | |
tree | 3c93ceaf672174dbeacc6e087e6e7d7240d6ac18 /dev-perl/Net-DNS-Async | |
parent | Change version scheme (diff) | |
download | gentoo-2-ecb587adfd27de8ccf26abb7e432b9e5e05d4670.tar.gz gentoo-2-ecb587adfd27de8ccf26abb7e432b9e5e05d4670.tar.bz2 gentoo-2-ecb587adfd27de8ccf26abb7e432b9e5e05d4670.zip |
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Net-DNS-Async')
-rw-r--r-- | dev-perl/Net-DNS-Async/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Net-DNS-Async/Net-DNS-Async-1.70.0.ebuild | 26 |
2 files changed, 33 insertions, 2 deletions
diff --git a/dev-perl/Net-DNS-Async/ChangeLog b/dev-perl/Net-DNS-Async/ChangeLog index 3c63546ca179..3abb59f4262c 100644 --- a/dev-perl/Net-DNS-Async/ChangeLog +++ b/dev-perl/Net-DNS-Async/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Net-DNS-Async -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS-Async/ChangeLog,v 1.2 2009/06/21 12:36:50 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS-Async/ChangeLog,v 1.3 2011/08/29 12:00:52 tove Exp $ + +*Net-DNS-Async-1.70.0 (29 Aug 2011) + + 29 Aug 2011; Torsten Veller <tove@gentoo.org> +Net-DNS-Async-1.70.0.ebuild: + Change version scheme 21 Jun 2009; Torsten Veller <tove@gentoo.org> Net-DNS-Async-1.07.ebuild: Add ~x86. Fix header. Don't run online test. diff --git a/dev-perl/Net-DNS-Async/Net-DNS-Async-1.70.0.ebuild b/dev-perl/Net-DNS-Async/Net-DNS-Async-1.70.0.ebuild new file mode 100644 index 000000000000..c16bc97c7f2b --- /dev/null +++ b/dev-perl/Net-DNS-Async/Net-DNS-Async-1.70.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS-Async/Net-DNS-Async-1.70.0.ebuild,v 1.1 2011/08/29 12:00:52 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=SHEVEK +MODULE_VERSION=1.07 +inherit perl-module + +DESCRIPTION="Asynchronous DNS helper for high volume applications" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-perl/Net-DNS" +DEPEND="${RDEPEND}" + +SRC_TEST="do" + +src_test() { + # disable online test + mv "${S}"/t/02_resolve.t{,.disable} || die + perl-module_src_test +} |