Version bump. Dropped old version.
authorTiziano Müller <dev-zero@gentoo.org>
Fri, 29 Dec 2006 23:03:45 +0000 (23:03 +0000)
committerTiziano Müller <dev-zero@gentoo.org>
Fri, 29 Dec 2006 23:03:45 +0000 (23:03 +0000)
Package-Manager: portage-2.1.2_rc4-r1

net-libs/adns/ChangeLog
net-libs/adns/adns-1.4.ebuild [new file with mode: 0644]
net-libs/adns/files/digest-adns-1.4 [new file with mode: 0644]

index fa31ceaacaaff07ccda1d0d28afbee20ecb33b0d..c1292dbfd5a052be989c51ded5fe540f53c0fd19 100644 (file)
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/adns
 # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/adns/ChangeLog,v 1.21 2006/12/10 01:29:52 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/adns/ChangeLog,v 1.22 2006/12/29 23:03:45 dev-zero Exp $
+
+*adns-1.4 (29 Dec 2006)
+
+  29 Dec 2006; Tiziano Müller <dev-zero@gentoo.org> -adns-1.3.ebuild,
+  +adns-1.4.ebuild:
+  Version bump. Dropped old version.
 
   10 Dec 2006; Timothy Redaelli <drizzt@gentoo.org> adns-1.3.ebuild:
   Redigested
diff --git a/net-libs/adns/adns-1.4.ebuild b/net-libs/adns/adns-1.4.ebuild
new file mode 100644 (file)
index 0000000..63196df
--- /dev/null
@@ -0,0 +1,29 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/adns/adns-1.4.ebuild,v 1.1 2006/12/29 23:03:45 dev-zero Exp $
+
+inherit eutils multilib toolchain-funcs
+
+DESCRIPTION="Advanced, easy to use, asynchronous-capable DNS client library and utilities"
+HOMEPAGE="http://www.chiark.greenend.org.uk/~ian/adns/"
+SRC_URI="ftp://ftp.chiark.greenend.org.uk/users/ian/adns/${P}.tar.gz"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+src_compile() {
+       CC=$(tc-getCC) econf || die "econf failed"
+       emake AR=$(tc-getAR) RANLIB=$(tc-getRANLIB) || die "emake failed"
+}
+
+src_install () {
+       dodir /usr/{include,bin,$(get_libdir)}
+       emake prefix="${D}"/usr libdir="${D}"/usr/$(get_libdir) install || die "emake install failed"
+       dodoc README TODO changelog
+       dohtml *.html
+}
diff --git a/net-libs/adns/files/digest-adns-1.4 b/net-libs/adns/files/digest-adns-1.4
new file mode 100644 (file)
index 0000000..f88f04d
--- /dev/null
@@ -0,0 +1,3 @@
+MD5 88bc7bbf3f62a8d4fb186b8f72ead853 adns-1.4.tar.gz 252668
+RMD160 ccff2111bfa3eb99e28d355d48e9e17333f34394 adns-1.4.tar.gz 252668
+SHA256 717b92a39117a5d8b04ea7c652c630659c6eecb35211129a8cee95e6524ca9fe adns-1.4.tar.gz 252668