diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2012-11-29 05:09:54 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2012-11-29 05:09:54 +0000 |
commit | d3d31752617f0b824bf570329e652bda773968aa (patch) | |
tree | bac834d259c5e53dc128b44819efd2480a62a119 /dev-libs/libdnsres | |
parent | Fix building with glibc-2.16 #424970 by Chris Smith. (diff) | |
download | gentoo-2-d3d31752617f0b824bf570329e652bda773968aa.tar.gz gentoo-2-d3d31752617f0b824bf570329e652bda773968aa.tar.bz2 gentoo-2-d3d31752617f0b824bf570329e652bda773968aa.zip |
Revision bump: EAPI 4, autotools-utils eclass
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-libs/libdnsres')
-rw-r--r-- | dev-libs/libdnsres/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libdnsres/libdnsres-0.1a-r2.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-libs/libdnsres/ChangeLog b/dev-libs/libdnsres/ChangeLog index 0f02bcaefcdb..519964a20435 100644 --- a/dev-libs/libdnsres/ChangeLog +++ b/dev-libs/libdnsres/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/libdnsres # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnsres/ChangeLog,v 1.13 2012/11/29 05:03:35 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnsres/ChangeLog,v 1.14 2012/11/29 05:09:54 pinkbyte Exp $ + +*libdnsres-0.1a-r2 (29 Nov 2012) + + 29 Nov 2012; Sergey Popov <pinkbyte@gentoo.org> +libdnsres-0.1a-r2.ebuild: + Revision bump: EAPI 4, autotools-utils eclass 29 Nov 2012; Sergey Popov <pinkbyte@gentoo.org> libdnsres-0.1a-r1.ebuild: Set proper license for package, wrt bug #444984. Thanks to Ulrich Müller for diff --git a/dev-libs/libdnsres/libdnsres-0.1a-r2.ebuild b/dev-libs/libdnsres/libdnsres-0.1a-r2.ebuild new file mode 100644 index 000000000000..62198ac5ffd6 --- /dev/null +++ b/dev-libs/libdnsres/libdnsres-0.1a-r2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnsres/libdnsres-0.1a-r2.ebuild,v 1.1 2012/11/29 05:09:54 pinkbyte Exp $ + +EAPI=4 + +AUTOTOOLS_AUTORECONF=1 +inherit autotools-utils + +DESCRIPTION="A non-blocking DNS resolver library" +HOMEPAGE="http://www.monkey.org/~provos/libdnsres/" +SRC_URI="http://www.monkey.org/~provos/${P}.tar.gz" + +LICENSE="BSD-4" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="dev-libs/libevent" +RDEPEND="${DEPEND}" + +DOCS=( README ) +PATCHES=( "${FILESDIR}/${P}-autotools.patch" ) |