ultrabug    14/12/11 14:35:45

  Modified:             ChangeLog
  Added:                libcman-3.2.0.ebuild
  Log:
  version bump wrt #498730
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B658FA13)

Revision  Changes    Path
1.3                  sys-cluster/libcman/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/libcman/ChangeLog?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/libcman/ChangeLog?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/libcman/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/libcman/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   18 Oct 2011 20:53:42 -0000      1.2
+++ ChangeLog   11 Dec 2014 14:35:45 -0000      1.3
@@ -1,6 +1,11 @@
 # ChangeLog for sys-cluster/libcman
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libcman/ChangeLog,v 1.2 
2011/10/18 20:53:42 jer Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libcman/ChangeLog,v 1.3 
2014/12/11 14:35:45 ultrabug Exp $
+
+*libcman-3.2.0 (11 Dec 2014)
+
+  11 Dec 2014; Ultrabug <[email protected]> +libcman-3.2.0.ebuild:
+  version bump wrt #498730
 
   18 Oct 2011; Jeroen Roovers <[email protected]> libcman-3.1.5.ebuild:
   Marked ~hppa (bug #386951).



1.1                  sys-cluster/libcman/libcman-3.2.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/libcman/libcman-3.2.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/libcman/libcman-3.2.0.ebuild?rev=1.1&content-type=text/plain

Index: libcman-3.2.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libcman/libcman-3.2.0.ebuild,v 
1.1 2014/12/11 14:35:45 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 Manager 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"

DEPEND=">=sys-kernel/linux-headers-2.6.24"
RDEPEND="!sys-cluster/cman-lib"

S="${WORKDIR}/${MY_P}/cman/lib"

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" \
                --cmanlibdir=/usr/$(get_libdir) \
                --cmanincdir=/usr/include \
                || die "configure failed"
}

src_install() {
        default
        use static-libs || rm -f "${D}"/usr/lib*/*.a
}




Reply via email to