perfinion 15/02/04 17:46:44 Modified: ChangeLog Added: libsepol-2.4.ebuild Log: Version bump (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x7EF137EC935B0EAF)
Revision Changes Path 1.73 sys-libs/libsepol/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/ChangeLog?rev=1.73&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/ChangeLog?rev=1.73&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/ChangeLog?r1=1.72&r2=1.73 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v retrieving revision 1.72 retrieving revision 1.73 diff -u -r1.72 -r1.73 --- ChangeLog 6 Dec 2014 23:19:21 -0000 1.72 +++ ChangeLog 4 Feb 2015 17:46:44 -0000 1.73 @@ -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.72 2014/12/06 23:19:21 perfinion Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.73 2015/02/04 17:46:44 perfinion Exp $ + +*libsepol-2.4 (04 Feb 2015) + + 04 Feb 2015; Jason Zaman <[email protected]> +libsepol-2.4.ebuild: + Version bump *libsepol-2.4_rc7 (06 Dec 2014) 1.1 sys-libs/libsepol/libsepol-2.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/libsepol-2.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/libsepol-2.4.ebuild?rev=1.1&content-type=text/plain Index: libsepol-2.4.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-2.4.ebuild,v 1.1 2015/02/04 17:46:44 perfinion Exp $ EAPI="5" 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/20150202/${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 }
