* [gentoo-commits] gentoo-x86 commit in sys-libs/libnih: libnih-1.0.3-r2.ebuild ChangeLog
@ 2015-03-05 21:18 Mike Frysinger (vapier)
0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2015-03-05 21:18 UTC (permalink / raw
To: gentoo-commits
vapier 15/03/05 21:18:32
Modified: ChangeLog
Added: libnih-1.0.3-r2.ebuild
Log:
Build with LFS for 32bit systems.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path
1.6 sys-libs/libnih/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libnih/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libnih/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libnih/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libnih/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 30 Oct 2014 18:45:56 -0000 1.5
+++ ChangeLog 5 Mar 2015 21:18:32 -0000 1.6
@@ -1,6 +1,11 @@
# ChangeLog for sys-libs/libnih
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libnih/ChangeLog,v 1.5 2014/10/30 18:45:56 vapier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libnih/ChangeLog,v 1.6 2015/03/05 21:18:32 vapier Exp $
+
+*libnih-1.0.3-r2 (05 Mar 2015)
+
+ 05 Mar 2015; Mike Frysinger <vapier@gentoo.org> +libnih-1.0.3-r2.ebuild:
+ Build with LFS for 32bit systems.
*libnih-1.0.3-r1 (30 Oct 2014)
1.1 sys-libs/libnih/libnih-1.0.3-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libnih/libnih-1.0.3-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libnih/libnih-1.0.3-r2.ebuild?rev=1.1&content-type=text/plain
Index: libnih-1.0.3-r2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/libnih/libnih-1.0.3-r2.ebuild,v 1.1 2015/03/05 21:18:32 vapier Exp $
EAPI="4"
inherit versionator eutils autotools toolchain-funcs multilib flag-o-matic
DESCRIPTION="Light-weight 'standard library' of C functions"
HOMEPAGE="https://launchpad.net/libnih"
SRC_URI="http://launchpad.net/${PN}/$(get_version_component_range 1-2)/${PV}/+download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="+dbus nls static-libs test +threads"
RDEPEND="dbus? ( dev-libs/expat >=sys-apps/dbus-1.2.16 )"
DEPEND="${RDEPEND}
sys-devel/gettext
virtual/pkgconfig
test? ( dev-util/valgrind )"
src_prepare() {
epatch "${FILESDIR}"/${PN}-1.0.3-optional-dbus.patch
epatch "${FILESDIR}"/${PN}-1.0.3-pkg-config.patch
eautoreconf
}
src_configure() {
append-lfs-flags
econf \
$(use_with dbus) \
$(use_enable nls) \
$(use_enable static-libs static) \
$(use_enable threads) \
$(use_enable threads threading)
}
src_install() {
default
# we need to be in / because upstart needs libnih
gen_usr_ldscript -a nih $(use dbus && echo nih-dbus)
use static-libs || rm "${ED}"/usr/$(get_libdir)/*.la
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-03-05 21:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-05 21:18 [gentoo-commits] gentoo-x86 commit in sys-libs/libnih: libnih-1.0.3-r2.ebuild ChangeLog Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox