swift 14/10/29 17:32:26 Modified: ChangeLog Added: libsepol-2.4_rc5.ebuild Removed: libsepol-2.4_rc4.ebuild Log: Bump to 2.4_rc5 (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Revision Changes Path 1.70 sys-libs/libsepol/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/ChangeLog?rev=1.70&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/ChangeLog?rev=1.70&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/ChangeLog?r1=1.69&r2=1.70 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v retrieving revision 1.69 retrieving revision 1.70 diff -u -r1.69 -r1.70 --- ChangeLog 7 Oct 2014 18:59:36 -0000 1.69 +++ ChangeLog 29 Oct 2014 17:32:26 -0000 1.70 @@ -1,6 +1,12 @@ # 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.69 2014/10/07 18:59:36 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.70 2014/10/29 17:32:26 swift Exp $ + +*libsepol-2.4_rc5 (29 Oct 2014) + + 29 Oct 2014; Sven Vermeulen <sw...@gentoo.org> +libsepol-2.4_rc5.ebuild, + -libsepol-2.4_rc4.ebuild: + Bump to 2.4_rc5 *libsepol-2.4_rc4 (07 Oct 2014) 1.1 sys-libs/libsepol/libsepol-2.4_rc5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/libsepol-2.4_rc5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/libsepol-2.4_rc5.ebuild?rev=1.1&content-type=text/plain Index: libsepol-2.4_rc5.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_rc5.ebuild,v 1.1 2014/10/29 17:32:26 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 }