* [gentoo-commits] gentoo-x86 commit in sys-libs/libsepol: ChangeLog libsepol-2.1.8.ebuild
@ 2012-10-09 19:58 Sven Vermeulen (swift)
0 siblings, 0 replies; 3+ messages in thread
From: Sven Vermeulen (swift) @ 2012-10-09 19:58 UTC (permalink / raw
To: gentoo-commits
swift 12/10/09 19:58:46
Modified: ChangeLog
Added: libsepol-2.1.8.ebuild
Log:
New upstream SELinux utilities release
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.50 sys-libs/libsepol/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/ChangeLog?r1=1.49&r2=1.50
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog 3 Oct 2012 20:34:13 -0000 1.49
+++ ChangeLog 9 Oct 2012 19:58:45 -0000 1.50
@@ -1,6 +1,11 @@
# ChangeLog for sys-libs/libsepol
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.49 2012/10/03 20:34:13 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.50 2012/10/09 19:58:45 swift Exp $
+
+*libsepol-2.1.8 (09 Oct 2012)
+
+ 09 Oct 2012; <swift@gentoo.org> +libsepol-2.1.8.ebuild:
+ Introducing upstream release
03 Oct 2012; Mike Frysinger <vapier@gentoo.org> libsepol-2.1.4-r1.ebuild:
Update to EAPI=4.
1.1 sys-libs/libsepol/libsepol-2.1.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/libsepol-2.1.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/libsepol-2.1.8.ebuild?rev=1.1&content-type=text/plain
Index: libsepol-2.1.8.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/libsepol-2.1.8.ebuild,v 1.1 2012/10/09 19:58:45 swift Exp $
EAPI="2"
inherit multilib toolchain-funcs eutils
DESCRIPTION="SELinux binary policy representation library"
HOMEPAGE="http://userspace.selinuxproject.org"
SRC_URI="http://userspace.selinuxproject.org/releases/20120924/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND=""
# tests are not meant to be run outside of the
# full SELinux userland repo
RESTRICT="test"
src_prepare() {
# fix up paths for multilib
sed -i -e "/^LIBDIR/s/lib/$(get_libdir)/" src/Makefile \
|| die "Fix for multilib LIBDIR failed."
sed -i -e "/^SHLIBDIR/s/lib/$(get_libdir)/" src/Makefile \
|| die "Fix for multilib SHLIBDIR failed."
epatch "${FILESDIR}/libsepol-2.1.4-fix_role_fix_callback.patch"
}
src_compile() {
emake AR="$(tc-getAR)" CC="$(tc-getCC)" || die
}
src_install() {
emake DESTDIR="${D}" install || die
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/libsepol: ChangeLog libsepol-2.1.8.ebuild
@ 2012-10-13 16:44 Sven Vermeulen (swift)
0 siblings, 0 replies; 3+ messages in thread
From: Sven Vermeulen (swift) @ 2012-10-13 16:44 UTC (permalink / raw
To: gentoo-commits
swift 12/10/13 16:44:24
Modified: ChangeLog libsepol-2.1.8.ebuild
Log:
Adding epatch_user support to the ebuild
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.51 sys-libs/libsepol/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/ChangeLog?r1=1.50&r2=1.51
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog 9 Oct 2012 19:58:45 -0000 1.50
+++ ChangeLog 13 Oct 2012 16:44:24 -0000 1.51
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/libsepol
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.50 2012/10/09 19:58:45 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.51 2012/10/13 16:44:24 swift Exp $
+
+ 13 Oct 2012; <swift@gentoo.org> libsepol-2.1.8.ebuild:
+ Supporting user-provided patches using epatch_user
*libsepol-2.1.8 (09 Oct 2012)
1.2 sys-libs/libsepol/libsepol-2.1.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/libsepol-2.1.8.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/libsepol-2.1.8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/libsepol-2.1.8.ebuild?r1=1.1&r2=1.2
Index: libsepol-2.1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libsepol/libsepol-2.1.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libsepol-2.1.8.ebuild 9 Oct 2012 19:58:45 -0000 1.1
+++ libsepol-2.1.8.ebuild 13 Oct 2012 16:44:24 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/libsepol-2.1.8.ebuild,v 1.1 2012/10/09 19:58:45 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/libsepol-2.1.8.ebuild,v 1.2 2012/10/13 16:44:24 swift Exp $
EAPI="2"
@@ -29,6 +29,8 @@
sed -i -e "/^SHLIBDIR/s/lib/$(get_libdir)/" src/Makefile \
|| die "Fix for multilib SHLIBDIR failed."
epatch "${FILESDIR}/libsepol-2.1.4-fix_role_fix_callback.patch"
+
+ epatch_user
}
src_compile() {
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/libsepol: ChangeLog libsepol-2.1.8.ebuild
@ 2012-11-17 16:56 Sven Vermeulen (swift)
0 siblings, 0 replies; 3+ messages in thread
From: Sven Vermeulen (swift) @ 2012-11-17 16:56 UTC (permalink / raw
To: gentoo-commits
swift 12/11/17 16:56:46
Modified: ChangeLog libsepol-2.1.8.ebuild
Log:
Stabilize SELinux userspace utilities
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.52 sys-libs/libsepol/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/ChangeLog?r1=1.51&r2=1.52
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog 13 Oct 2012 16:44:24 -0000 1.51
+++ ChangeLog 17 Nov 2012 16:56:46 -0000 1.52
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/libsepol
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.51 2012/10/13 16:44:24 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.52 2012/11/17 16:56:46 swift Exp $
+
+ 17 Nov 2012; <swift@gentoo.org> libsepol-2.1.8.ebuild:
+ Stabilization
13 Oct 2012; <swift@gentoo.org> libsepol-2.1.8.ebuild:
Supporting user-provided patches using epatch_user
1.3 sys-libs/libsepol/libsepol-2.1.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/libsepol-2.1.8.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/libsepol-2.1.8.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/libsepol-2.1.8.ebuild?r1=1.2&r2=1.3
Index: libsepol-2.1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libsepol/libsepol-2.1.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libsepol-2.1.8.ebuild 13 Oct 2012 16:44:24 -0000 1.2
+++ libsepol-2.1.8.ebuild 17 Nov 2012 16:56:46 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/libsepol-2.1.8.ebuild,v 1.2 2012/10/13 16:44:24 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/libsepol-2.1.8.ebuild,v 1.3 2012/11/17 16:56:46 swift Exp $
EAPI="2"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
DEPEND=""
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-11-17 16:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-13 16:44 [gentoo-commits] gentoo-x86 commit in sys-libs/libsepol: ChangeLog libsepol-2.1.8.ebuild Sven Vermeulen (swift)
-- strict thread matches above, loose matches on Subject: below --
2012-11-17 16:56 Sven Vermeulen (swift)
2012-10-09 19:58 Sven Vermeulen (swift)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox