* [gentoo-commits] gentoo-x86 commit in net-libs/libasyncns: ChangeLog libasyncns-0.8-r3.ebuild
@ 2013-10-26 8:01 Alexis Ballier (aballier)
0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2013-10-26 8:01 UTC (permalink / raw
To: gentoo-commits
aballier 13/10/26 08:01:52
Modified: ChangeLog
Added: libasyncns-0.8-r3.ebuild
Log:
convert to multilib, by Reinis Danne, bug #488278
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path
1.35 net-libs/libasyncns/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libasyncns/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libasyncns/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libasyncns/ChangeLog?r1=1.34&r2=1.35
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libasyncns/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog 20 Dec 2012 17:40:53 -0000 1.34
+++ ChangeLog 26 Oct 2013 08:01:52 -0000 1.35
@@ -1,6 +1,11 @@
# ChangeLog for net-libs/libasyncns
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libasyncns/ChangeLog,v 1.34 2012/12/20 17:40:53 hasufell Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libasyncns/ChangeLog,v 1.35 2013/10/26 08:01:52 aballier Exp $
+
+*libasyncns-0.8-r3 (26 Oct 2013)
+
+ 26 Oct 2013; Alexis Ballier <aballier@gentoo.org> +libasyncns-0.8-r3.ebuild:
+ convert to multilib, by Reinis Danne, bug #488278
20 Dec 2012; Julian Ospald <hasufell@gentoo.org> libasyncns-0.8-r2.ebuild:
fix missing doc compression wrt #447936
1.1 net-libs/libasyncns/libasyncns-0.8-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libasyncns/libasyncns-0.8-r3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libasyncns/libasyncns-0.8-r3.ebuild?rev=1.1&content-type=text/plain
Index: libasyncns-0.8-r3.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libasyncns/libasyncns-0.8-r3.ebuild,v 1.1 2013/10/26 08:01:52 aballier Exp $
EAPI=5
inherit eutils flag-o-matic libtool multilib multilib-minimal
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 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="doc debug"
RDEPEND=""
DEPEND="doc? ( app-doc/doxygen )"
src_prepare() {
# fix libdir in pkgconfig file
epatch "${FILESDIR}/${P}-libdir.patch"
elibtoolize
}
multilib_src_configure() {
# libasyncns uses assert()
use debug || append-cppflags -DNDEBUG
ECONF_SOURCE=${S} \
econf \
--docdir="${EPREFIX}"/usr/share/doc/${PF} \
--htmldir="${EPREFIX}"/usr/share/doc/${PF}/html \
--disable-dependency-tracking \
--disable-lynx \
--disable-static
}
multilib_src_compile() {
emake || die "emake failed"
if multilib_is_native_abi && use doc; then
doxygen doxygen/doxygen.conf || die "doxygen failed"
fi
}
multilib_src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
if multilib_is_native_abi && use doc; then
docinto apidocs
dohtml html/*
fi
}
multilib_src_install_all() {
find "${D}" -name '*.la' -delete
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/libasyncns: ChangeLog libasyncns-0.8-r3.ebuild
@ 2013-12-31 8:43 Markus Meier (maekke)
0 siblings, 0 replies; 2+ messages in thread
From: Markus Meier (maekke) @ 2013-12-31 8:43 UTC (permalink / raw
To: gentoo-commits
maekke 13/12/31 08:43:50
Modified: ChangeLog libasyncns-0.8-r3.ebuild
Log:
arm stable, bug #495852
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Revision Changes Path
1.37 net-libs/libasyncns/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libasyncns/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libasyncns/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libasyncns/ChangeLog?r1=1.36&r2=1.37
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libasyncns/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog 25 Dec 2013 15:25:17 -0000 1.36
+++ ChangeLog 31 Dec 2013 08:43:50 -0000 1.37
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/libasyncns
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libasyncns/ChangeLog,v 1.36 2013/12/25 15:25:17 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libasyncns/ChangeLog,v 1.37 2013/12/31 08:43:50 maekke Exp $
+
+ 31 Dec 2013; Markus Meier <maekke@gentoo.org> libasyncns-0.8-r3.ebuild:
+ arm stable, bug #495852
25 Dec 2013; Jeroen Roovers <jer@gentoo.org> libasyncns-0.8-r3.ebuild:
Stable for HPPA (bug #495852).
1.3 net-libs/libasyncns/libasyncns-0.8-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libasyncns/libasyncns-0.8-r3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libasyncns/libasyncns-0.8-r3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libasyncns/libasyncns-0.8-r3.ebuild?r1=1.2&r2=1.3
Index: libasyncns-0.8-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libasyncns/libasyncns-0.8-r3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libasyncns-0.8-r3.ebuild 25 Dec 2013 15:25:17 -0000 1.2
+++ libasyncns-0.8-r3.ebuild 31 Dec 2013 08:43:50 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libasyncns/libasyncns-0.8-r3.ebuild,v 1.2 2013/12/25 15:25:17 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libasyncns/libasyncns-0.8-r3.ebuild,v 1.3 2013/12/31 08:43:50 maekke Exp $
EAPI=5
inherit eutils flag-o-matic libtool multilib multilib-minimal
@@ -12,7 +12,7 @@
SLOT="0"
LICENSE="LGPL-2.1"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="doc debug"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-12-31 8:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-26 8:01 [gentoo-commits] gentoo-x86 commit in net-libs/libasyncns: ChangeLog libasyncns-0.8-r3.ebuild Alexis Ballier (aballier)
-- strict thread matches above, loose matches on Subject: below --
2013-12-31 8:43 Markus Meier (maekke)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox