swift       15/06/09 15:34:29

  Modified:             ChangeLog
  Added:                libsepol-9999.ebuild
  Log:
  Adding libsepol-9999 to better support upstream integrations
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x2EDD52403B68AF47)

Revision  Changes    Path
1.76                 sys-libs/libsepol/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog   10 May 2015 09:01:24 -0000      1.75
+++ ChangeLog   9 Jun 2015 15:34:29 -0000       1.76
@@ -1,6 +1,11 @@
 # ChangeLog for sys-libs/libsepol
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.75 
2015/05/10 09:01:24 perfinion Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.76 
2015/06/09 15:34:29 swift Exp $
+
+*libsepol-9999 (09 Jun 2015)
+
+  09 Jun 2015; Sven Vermeulen <[email protected]> +libsepol-9999.ebuild:
+  Adding libsepol-9999 to better support upstream integrations
 
   10 May 2015; Jason Zaman <[email protected]> libsepol-2.4.ebuild:
   stabilize selinux 2.4 userland



1.1                  sys-libs/libsepol/libsepol-9999.ebuild

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

Index: libsepol-9999.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/libsepol-9999.ebuild,v 1.1 
2015/06/09 15:34:29 swift Exp $

EAPI="5"

inherit multilib toolchain-funcs eutils multilib-minimal

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

DESCRIPTION="SELinux binary policy representation library"
HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki";

if [[ ${PV} == 9999 ]]; then
        inherit git-r3
        EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git";
        S="${WORKDIR}/${MY_P}/${PN}"
else
        
SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/${MY_RELEASEDATE}/${MY_P}.tar.gz";
        KEYWORDS="~amd64 ~x86"
        S="${WORKDIR}/${MY_P}"
fi

LICENSE="GPL-2"
SLOT="0"
IUSE=""

DEPEND=""
RDEPEND=""

# 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