swift 14/09/21 10:21:23 Modified: libsepol-2.3.ebuild ChangeLog Added: libsepol-2.4_rc2.ebuild Log: Noved to github; also add in masked 2.4 series (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Revision Changes Path 1.3 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.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/libsepol-2.3.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/libsepol-2.3.ebuild?r1=1.2&r2=1.3 Index: libsepol-2.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/libsepol/libsepol-2.3.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libsepol-2.3.ebuild 30 Jul 2014 11:02:13 -0000 1.2 +++ libsepol-2.3.ebuild 21 Sep 2014 10:21:23 -0000 1.3 @@ -1,6 +1,6 @@ # 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.2 2014/07/30 11:02:13 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/libsepol-2.3.ebuild,v 1.3 2014/09/21 10:21:23 swift Exp $ EAPI="4" @@ -10,8 +10,7 @@ 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" +SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20140506/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" 1.68 sys-libs/libsepol/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/ChangeLog?rev=1.68&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/ChangeLog?rev=1.68&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/ChangeLog?r1=1.67&r2=1.68 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- ChangeLog 5 Aug 2014 09:41:56 -0000 1.67 +++ ChangeLog 21 Sep 2014 10:21:23 -0000 1.68 @@ -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.67 2014/08/05 09:41:56 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.68 2014/09/21 10:21:23 swift Exp $ + +*libsepol-2.4_rc2 (21 Sep 2014) + + 21 Sep 2014; Sven Vermeulen <[email protected]> +libsepol-2.4_rc2.ebuild, + libsepol-2.3.ebuild: + Noved to github; also add in masked 2.4 series 05 Aug 2014; Sven Vermeulen <[email protected]> -libsepol-2.1.9-r3.ebuild: Remove old ebuilds 1.1 sys-libs/libsepol/libsepol-2.4_rc2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/libsepol-2.4_rc2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/libsepol-2.4_rc2.ebuild?rev=1.1&content-type=text/plain Index: libsepol-2.4_rc2.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_rc2.ebuild,v 1.1 2014/09/21 10:21:23 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 }
