* [gentoo-commits] gentoo-x86 commit in sys-cluster/libfence: ChangeLog libfence-3.2.0.ebuild
@ 2013-03-20 14:27 Alexys Jacob (ultrabug)
0 siblings, 0 replies; only message in thread
From: Alexys Jacob (ultrabug) @ 2013-03-20 14:27 UTC (permalink / raw
To: gentoo-commits
ultrabug 13/03/20 14:27:06
Modified: ChangeLog
Added: libfence-3.2.0.ebuild
Log:
version bump
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key B658FA13)
Revision Changes Path
1.3 sys-cluster/libfence/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/libfence/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/libfence/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/libfence/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/libfence/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 18 Oct 2011 20:52:47 -0000 1.2
+++ ChangeLog 20 Mar 2013 14:27:06 -0000 1.3
@@ -1,6 +1,11 @@
# ChangeLog for sys-cluster/libfence
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libfence/ChangeLog,v 1.2 2011/10/18 20:52:47 jer Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libfence/ChangeLog,v 1.3 2013/03/20 14:27:06 ultrabug Exp $
+
+*libfence-3.2.0 (20 Mar 2013)
+
+ 20 Mar 2013; Ultrabug <ultrabug@gentoo.org> +libfence-3.2.0.ebuild:
+ version bump
18 Oct 2011; Jeroen Roovers <jer@gentoo.org> libfence-3.1.5.ebuild:
Marked ~hppa (bug #386951).
1.1 sys-cluster/libfence/libfence-3.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/libfence/libfence-3.2.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/libfence/libfence-3.2.0.ebuild?rev=1.1&content-type=text/plain
Index: libfence-3.2.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libfence/libfence-3.2.0.ebuild,v 1.1 2013/03/20 14:27:06 ultrabug Exp $
EAPI=4
inherit linux-info multilib toolchain-funcs versionator
CLUSTER_RELEASE="${PV}"
MY_P="cluster-${CLUSTER_RELEASE}"
MAJ_PV="$(get_major_version)"
MIN_PV="$(get_version_component_range 2-3)"
DESCRIPTION="Cluster Fencing Library"
HOMEPAGE="https://fedorahosted.org/cluster/wiki/HomePage"
SRC_URI="https://fedorahosted.org/releases/c/l/cluster/${MY_P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~x86"
IUSE="static-libs"
RDEPEND="~sys-cluster/libccs-${PV}"
DEPEND="${RDEPEND}
>=sys-kernel/linux-headers-2.6.24"
S="${WORKDIR}/${MY_P}/fence"
src_configure() {
cd "${WORKDIR}/${MY_P}"
./configure \
--cc=$(tc-getCC) \
--cflags="-Wall" \
--libdir=/usr/$(get_libdir) \
--disable_kernel_check \
--kernel_src=${KERNEL_DIR} \
--somajor="$MAJ_PV" \
--sominor="$MIN_PV" \
--fencelibdir=/usr/$(get_libdir) \
--fenceincdir=/usr/include \
--fencedlibdir=/usr/$(get_libdir) \
--fencedincdir=/usr/include \
--ccslibdir=/usr/$(get_libdir) \
--ccsincdir=/usr/include \
|| die "configure problem"
}
src_compile() {
for i in libfence libfenced; do
emake -C ${i}
done
}
src_install() {
for i in libfence libfenced; do
emake DESTDIR="${D}" -C ${i} install
done
use static-libs || rm -f "${D}"/usr/lib*/*.a
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-03-20 14:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-20 14:27 [gentoo-commits] gentoo-x86 commit in sys-cluster/libfence: ChangeLog libfence-3.2.0.ebuild Alexys Jacob (ultrabug)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox