swift       14/05/09 20:28:26

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

Revision  Changes    Path
1.64                 sys-libs/libsepol/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog   28 Apr 2014 19:38:15 -0000      1.63
+++ ChangeLog   9 May 2014 20:28:26 -0000       1.64
@@ -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.63 
2014/04/28 19:38:15 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.64 
2014/05/09 20:28:26 swift Exp $
+
+*libsepol-2.3 (09 May 2014)
+
+  09 May 2014; Sven Vermeulen <[email protected]> +libsepol-2.3.ebuild:
+  Bump for 2.3 release
 
 *libsepol-2.3_rc1 (28 Apr 2014)
 



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

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

Index: libsepol-2.3.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.3.ebuild,v 1.1 
2014/05/09 20:28:26 swift Exp $

EAPI="4"

inherit multilib toolchain-funcs eutils multilib-minimal

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

DESCRIPTION="SELinux binary policy representation library"
HOMEPAGE="http://userspace.selinuxproject.org";
SRC_URI="http://userspace.selinuxproject.org/releases/20140506/${MY_P}.tar.gz";
#       http://dev.gentoo.org/~swift/patches/${PN}/patchbundle-${P}-r1.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_MULTI_MSG="Applying libsepol patches ... " \
#       EPATCH_SUFFIX="patch" \
#       EPATCH_SOURCE="${WORKDIR}/gentoo-patches" \
#       EPATCH_FORCE="yes" \
#       epatch

        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