Gentoo Archives: gentoo-commits

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/libsepol: libsepol-2.4_rc5.ebuild ChangeLog libsepol-2.4_rc4.ebuild
Date: Wed, 29 Oct 2014 17:32:30
Message-Id: 20141029173226.AC47B903C@oystercatcher.gentoo.org
1 swift 14/10/29 17:32:26
2
3 Modified: ChangeLog
4 Added: libsepol-2.4_rc5.ebuild
5 Removed: libsepol-2.4_rc4.ebuild
6 Log:
7 Bump to 2.4_rc5
8
9 (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
10
11 Revision Changes Path
12 1.70 sys-libs/libsepol/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/ChangeLog?rev=1.70&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/ChangeLog?rev=1.70&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/ChangeLog?r1=1.69&r2=1.70
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v
21 retrieving revision 1.69
22 retrieving revision 1.70
23 diff -u -r1.69 -r1.70
24 --- ChangeLog 7 Oct 2014 18:59:36 -0000 1.69
25 +++ ChangeLog 29 Oct 2014 17:32:26 -0000 1.70
26 @@ -1,6 +1,12 @@
27 # ChangeLog for sys-libs/libsepol
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.69 2014/10/07 18:59:36 swift Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.70 2014/10/29 17:32:26 swift Exp $
31 +
32 +*libsepol-2.4_rc5 (29 Oct 2014)
33 +
34 + 29 Oct 2014; Sven Vermeulen <swift@g.o> +libsepol-2.4_rc5.ebuild,
35 + -libsepol-2.4_rc4.ebuild:
36 + Bump to 2.4_rc5
37
38 *libsepol-2.4_rc4 (07 Oct 2014)
39
40
41
42
43 1.1 sys-libs/libsepol/libsepol-2.4_rc5.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/libsepol-2.4_rc5.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/libsepol-2.4_rc5.ebuild?rev=1.1&content-type=text/plain
47
48 Index: libsepol-2.4_rc5.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/libsepol-2.4_rc5.ebuild,v 1.1 2014/10/29 17:32:26 swift Exp $
53
54 EAPI="4"
55
56 inherit multilib toolchain-funcs eutils multilib-minimal
57
58 MY_P="${P//_/-}"
59
60 DESCRIPTION="SELinux binary policy representation library"
61 HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki"
62 SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20140826/${MY_P}.tar.gz"
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE=""
68
69 DEPEND=""
70 RDEPEND=""
71
72 S="${WORKDIR}/${MY_P}"
73
74 # tests are not meant to be run outside of the
75 # full SELinux userland repo
76 RESTRICT="test"
77
78 src_prepare() {
79 epatch_user
80 multilib_copy_sources
81 }
82
83 multilib_src_compile() {
84 tc-export RANLIB;
85 LIBDIR="\$(PREFIX)/$(get_libdir)" SHLIBDIR="\$(DESTDIR)/$(get_libdir)" \
86 emake AR="$(tc-getAR)" CC="$(tc-getCC)"
87 }
88
89 multilib_src_install() {
90 LIBDIR="\$(PREFIX)/$(get_libdir)" SHLIBDIR="\$(DESTDIR)/$(get_libdir)" \
91 emake DESTDIR="${D}" install
92 }