swift       14/10/07 18:59:36

  Modified:             ChangeLog
  Added:                libsepol-2.4_rc4.ebuild
  Log:
  Bump to 2.4-rc4
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x2EDD52403B68AF47)

Revision  Changes    Path
1.69                 sys-libs/libsepol/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/ChangeLog?rev=1.69&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/ChangeLog?rev=1.69&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/ChangeLog?r1=1.68&r2=1.69

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog   21 Sep 2014 10:21:23 -0000      1.68
+++ ChangeLog   7 Oct 2014 18:59:36 -0000       1.69
@@ -1,6 +1,11 @@
 # ChangeLog for sys-libs/libsepol
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.68 
2014/09/21 10:21:23 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.69 
2014/10/07 18:59:36 swift Exp $
+
+*libsepol-2.4_rc4 (07 Oct 2014)
+
+  07 Oct 2014; Sven Vermeulen <sw...@gentoo.org> +libsepol-2.4_rc4.ebuild:
+  Bump to 2.4-rc4
 
 *libsepol-2.4_rc2 (21 Sep 2014)
 



1.1                  sys-libs/libsepol/libsepol-2.4_rc4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/libsepol-2.4_rc4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/libsepol-2.4_rc4.ebuild?rev=1.1&content-type=text/plain

Index: libsepol-2.4_rc4.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/libsepol-2.4_rc4.ebuild,v 
1.1 2014/10/07 18:59:36 swift Exp $

EAPI="4"

inherit multilib toolchain-funcs eutils multilib-minimal

MY_P="${P//_/-}"

DESCRIPTION="SELinux binary policy representation library"
HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki";
SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20140826/${MY_P}.tar.gz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND=""

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

# tests are not meant to be run outside of the
# full SELinux userland repo
RESTRICT="test"

src_prepare() {
        epatch_user
        multilib_copy_sources
}

multilib_src_compile() {
        tc-export RANLIB;
        LIBDIR="\$(PREFIX)/$(get_libdir)" SHLIBDIR="\$(DESTDIR)/$(get_libdir)" \
                emake AR="$(tc-getAR)" CC="$(tc-getCC)"
}

multilib_src_install() {
        LIBDIR="\$(PREFIX)/$(get_libdir)" SHLIBDIR="\$(DESTDIR)/$(get_libdir)" \
                emake DESTDIR="${D}" install
}




Reply via email to