diff options
Diffstat (limited to 'net-libs/adns')
-rw-r--r-- | net-libs/adns/ChangeLog | 48 | ||||
-rw-r--r-- | net-libs/adns/Manifest | 6 | ||||
-rw-r--r-- | net-libs/adns/adns-1.1.ebuild | 34 |
3 files changed, 68 insertions, 20 deletions
diff --git a/net-libs/adns/ChangeLog b/net-libs/adns/ChangeLog index 7b8e439cb4b6..aecdb3091876 100644 --- a/net-libs/adns/ChangeLog +++ b/net-libs/adns/ChangeLog @@ -1,11 +1,53 @@ # ChangeLog for net-libs/adns -# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-libs/adns/ChangeLog,v 1.1 2002/02/01 21:53:34 gbevin Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/adns/ChangeLog,v 1.1.1.1 2005/11/30 10:02:52 chriswhite Exp $ + 22 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> adns-1.1.ebuild: + Stable on ppc. + + 22 Apr 2005; Jeremy Huddleston <eradicator@gentoo.org> adns-1.1.ebuild: + Multilib fixes. + + 29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : + Change encoding to UTF-8 for GLEP 31 compliance + + 02 Oct 2004; Bryan Østergaard <kloeri@gentoo.org> +files/adns-gcc34.patch, + adns-1.0.ebuild: + Add gcc-3.4 patch from bug 66034. + + 20 Jul 2004; Tom Gall <tgall@gentoo.org> adns-1.1.ebuild: + stable on ppc64, bug #57164 + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> adns-1.1.ebuild: + virtual/glibc -> virtual/libc + + 28 Apr 2004; Mike Frysinger <vapier@gentoo.org> : + Add gcc-3.4 patch #49239 by Robert Moss. + + 12 Apr 2004; Chris Aniszczyk <zx@gentoo.org> adns-1.0.ebuild, + adns-1.1.ebuild: + Marking stable on hppa, some minor fixes + + 29 Mar 2004; Aron Griffis <agriffis@gentoo.org> adns-1.1.ebuild: + stable on alpha and ia64 + +*adns-1.1 (22 Nov 2003) + + 22 Nov 2003; Seemant Kulleen <seemant@gentoo.org> adns-1.1.ebuild: + version bump, thanks to: Stephane LOEUILLET <bug-gentoo@leroutier.net> in bug + #33864 + + 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords + *adns-1.0 (1 Feb 2002) + 12 Dec 2002; Nick Hadaway <raker@gentoo.org> adns-1.0.ebuild : + Added a fix for a missing symlink as reported on bug #7999 + + 13 Aug 2002; Pieter Van den Abeele <pvdabeel@gentoo.org> : + Added ppc keyword + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : - Added initial ChangeLog which should be updated whenever the package is updated in any way. This changelog is targetted to users. This means that the comments should well explained and written in clean English. The details about diff --git a/net-libs/adns/Manifest b/net-libs/adns/Manifest index e69de29bb2d1..5624eec343b2 100644 --- a/net-libs/adns/Manifest +++ b/net-libs/adns/Manifest @@ -0,0 +1,6 @@ +MD5 dffd46174e78b327c834fc3e4b1cf848 metadata.xml 160 +MD5 4ccd6d3063acc98127092004194a588e ChangeLog 2064 +MD5 9b2a6020cf4d7f36fd36742747971208 adns-1.1.ebuild 874 +MD5 76b3ed702ddc4890c7035d83a27aa42b files/adns-gcc34.patch 433 +MD5 02d0728348754d60e1859fdb915fe6bf files/digest-adns-1.1 60 +MD5 583cad2ed3b8db07cc660368048e3fdf files/1.1-gcc34.patch 472 diff --git a/net-libs/adns/adns-1.1.ebuild b/net-libs/adns/adns-1.1.ebuild index 3247f2a2b5e8..1f9f73f648e3 100644 --- a/net-libs/adns/adns-1.1.ebuild +++ b/net-libs/adns/adns-1.1.ebuild @@ -1,32 +1,32 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/adns/adns-1.1.ebuild,v 1.1 2003/11/22 08:48:58 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/adns/adns-1.1.ebuild,v 1.1.1.1 2005/11/30 10:02:52 chriswhite Exp $ + +inherit eutils multilib -S=${WORKDIR}/${P} 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" - -SLOT="0" LICENSE="LGPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~arm ~ia64 ~amd64" - -DEPEND="virtual/glibc" - -src_compile() { +SLOT="0" +KEYWORDS="x86 ppc sparc alpha hppa ~mips ia64 amd64 ppc64" +IUSE="" - econf || die - emake || die +DEPEND="virtual/libc" +RDEPEND="" +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${PV}-gcc34.patch } src_install () { - dodir /usr/{include,bin,lib} - make prefix=${D}/usr install || die - dodoc README GPL-vs-LGPL COPYING TODO + dodir /usr/{include,bin,$(get_libdir)} + make prefix=${D}/usr lib_dir=${D}/usr/$(get_libdir) install || die + dodoc README TODO dohtml *.html - cd ${D}/usr/lib - dosym libadns.so.1 /usr/lib/libadns.so + dosym libadns.so.1 /usr/$(get_libdir)/libadns.so } |