ChangeLog

# ChangeLog for net-libs/libasyncns
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libasyncns/ChangeLog,v 1.10 2008/01/26 21:30:03 dertobi123 Exp $

26 Jan 2008; Tobias Scherbaum
libasyncns-0.3.ebuild:
ppc stable, bug #207214

26 Jan 2008; Jeroen Roovers libasyncns-0.3.ebuild:
Stable for HPPA (bug #207214).

25 Jan 2008; Markus Rothe libasyncns-0.3.ebuild:
Stable on ppc64; bug #207214

25 Jan 2008; Raúl Porcel libasyncns-0.3.ebuild:
alpha/ia64/sparc stable

25 Jan 2008; Christian Faulhammer
libasyncns-0.3.ebuild:
stable x86, security bug 207214

24 Jan 2008; Steve Dibb libasyncns-0.3.ebuild:
amd64 stable

08 Jan 2008; Jeroen Roovers libasyncns-0.3.ebuild:
Marked ~hppa (bug #200076).

06 Jan 2008; Markus Rothe libasyncns-0.3.ebuild:
Added ~ppc64; bug #200076

31 Dec 2007; Raúl Porcel libasyncns-0.3.ebuild:
Add ~alpha/~ia64/~sparc/~x86 wrt #200076

29 Dec 2007; Diego Pettenò +metadata.xml:
Initial import of Lennart's libasyncns library, optionally used by PulseAudio.

Manifest

DIST libasyncns-0.3.tar.gz 356020 RMD160 57064948a7eb9d81b96320dacf384fd8def43293 SHA1 e8100382a14c57af69633f3bd1b4b4a52fc90bb1 SHA256 7dbfdd50b516ca05c734ddc2a2f7025800de71989647d905a290e1ac03c7ab72
EBUILD libasyncns-0.3.ebuild 1239 RMD160 42ece52da1ff198c8a1f5ed651868a4d91e657c4 SHA1 a72a5b864f384efa95ec1fe462c82eb316c3338f SHA256 bd269a7567985cddb95716588c6f514f9575d5d0462371f4c92378024c0362c0
MISC ChangeLog 1300 RMD160 0af479836e2373f84010aa705f4e9c384061deb2 SHA1 2dc02d81aaeda084a74eefd1f2558bdf992ad28e SHA256 6f57829873b3c7f43623bfb7a68756c9f20349dd99fbb095bf34efce39d385c8
MISC metadata.xml 225 RMD160 d973b4a3a0e8ed0a3bc126ecb9dea3ce3371371f SHA1 5872fd680b46d3aef07c0239f38a4362649f0de9 SHA256 0bc12d2711e9d0335e5a6b4561909de251122ba63cb2039e1f60e5cdcb52ad5b

libasyncns-0.3.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libasyncns/libasyncns-0.3.ebuild,v 1.10 2008/01/26 21:30:03 dertobi123 Exp $

inherit libtool autotools

DESCRIPTION="C library for executing name service queries asynchronously."
HOMEPAGE="http://0pointer.de/lennart/projects/libasyncns/"
SRC_URI="http://0pointer.de/lennart/projects/libasyncns/${P}.tar.gz"

SLOT="0"

LICENSE="GPL-2"
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"

IUSE="doc debug"

RDEPEND=""
DEPEND="doc? ( app-doc/doxygen )"

src_unpack() {
unpack ${A}

cd "${S}"

sed -i -e 's:noinst:check:' "${S}/${PN}/Makefile.am" \
|| die "unable to fix the Makefile"

eautoreconf
elibtoolize
}

src_compile() {
# libasyncns uses assert()
use debug || append-flags -DNDEBUG

econf \
--disable-dependency-tracking \
--disable-lynx \
|| die "econf failed"
emake || die "emake failed"

if use doc; then
doxygen doxygen/doxygen.conf || die "doxygen failed"
fi
}

src_install() {
emake DESTDIR="${D}" install || die "emake install failed"

dodoc doc/README
dohtml doc/README.html doc/styles.css

if use doc; then
docinto apidocs
dohtml html/*
fi
}

metadata.xml




no-herd

flameeyes@gentoo.org