public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/libasyncns: ChangeLog libasyncns-0.7.ebuild
@ 2008-10-28 17:57 Diego Petteno (flameeyes)
  0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2008-10-28 17:57 UTC (permalink / raw
  To: gentoo-commits

flameeyes    08/10/28 17:57:49

  Modified:             ChangeLog
  Added:                libasyncns-0.7.ebuild
  Log:
  Long overdue version bump.
  (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo-r1 x86_64)

Revision  Changes    Path
1.12                 net-libs/libasyncns/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libasyncns/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libasyncns/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libasyncns/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libasyncns/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	7 Aug 2008 09:39:00 -0000	1.11
+++ ChangeLog	28 Oct 2008 17:57:49 -0000	1.12
@@ -1,6 +1,11 @@
 # 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.11 2008/08/07 09:39:00 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libasyncns/ChangeLog,v 1.12 2008/10/28 17:57:49 flameeyes Exp $
+
+*libasyncns-0.7 (28 Oct 2008)
+
+  28 Oct 2008; Diego Pettenò <flameeyes@gentoo.org> +libasyncns-0.7.ebuild:
+  Long overdue version bump.
 
 *libasyncns-0.4 (07 Aug 2008)
 



1.1                  net-libs/libasyncns/libasyncns-0.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libasyncns/libasyncns-0.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libasyncns/libasyncns-0.7.ebuild?rev=1.1&content-type=text/plain

Index: libasyncns-0.7.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.7.ebuild,v 1.1 2008/10/28 17:57:49 flameeyes Exp $

inherit libtool flag-o-matic

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="LGPL-2.1"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"

IUSE="doc debug"

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

src_unpack() {
	unpack ${A}

	elibtoolize
}

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

	econf \
		--docdir=/usr/share/doc/${PF} \
		--htmldir=/usr/share/doc/${PF}/html \
		--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"

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






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-28 17:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-28 17:57 [gentoo-commits] gentoo-x86 commit in net-libs/libasyncns: ChangeLog libasyncns-0.7.ebuild Diego Petteno (flameeyes)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox