* [gentoo-commits] gentoo-x86 commit in sys-libs/libsepol: ChangeLog libsepol-2.1.0.ebuild
@ 2011-08-03 9:27 Anthony G. Basile (blueness)
0 siblings, 0 replies; 3+ messages in thread
From: Anthony G. Basile (blueness) @ 2011-08-03 9:27 UTC (permalink / raw
To: gentoo-commits
blueness 11/08/03 09:27:33
Modified: ChangeLog
Added: libsepol-2.1.0.ebuild
Log:
Bump to 20110727 SELinux userspace release
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Revision Changes Path
1.42 sys-libs/libsepol/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/ChangeLog?r1=1.41&r2=1.42
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog 15 Jul 2011 21:03:08 -0000 1.41
+++ ChangeLog 3 Aug 2011 09:27:32 -0000 1.42
@@ -1,6 +1,11 @@
# ChangeLog for sys-libs/libsepol
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.41 2011/07/15 21:03:08 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.42 2011/08/03 09:27:32 blueness Exp $
+
+*libsepol-2.1.0 (03 Aug 2011)
+
+ 03 Aug 2011; Anthony G. Basile <blueness@gentoo.org> +libsepol-2.1.0.ebuild:
+ Bump to 20110727 SELinux userspace release
*libsepol-2.0.42 (15 Jul 2011)
1.1 sys-libs/libsepol/libsepol-2.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/libsepol-2.1.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/libsepol-2.1.0.ebuild?rev=1.1&content-type=text/plain
Index: libsepol-2.1.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/libsepol-2.1.0.ebuild,v 1.1 2011/08/03 09:27:32 blueness Exp $
EAPI="2"
inherit multilib toolchain-funcs
DESCRIPTION="SELinux binary policy representation library"
HOMEPAGE="http://userspace.selinuxproject.org"
SRC_URI="http://userspace.selinuxproject.org/releases/20110727/devel/${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."
}
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.0.ebuild
@ 2011-10-23 12:39 Sven Vermeulen (swift)
0 siblings, 0 replies; 3+ messages in thread
From: Sven Vermeulen (swift) @ 2011-10-23 12:39 UTC (permalink / raw
To: gentoo-commits
swift 11/10/23 12:39:55
Modified: ChangeLog libsepol-2.1.0.ebuild
Log:
Stabilization (tracker #384231)
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Revision Changes Path
1.44 sys-libs/libsepol/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/ChangeLog?r1=1.43&r2=1.44
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog 12 Aug 2011 18:37:42 -0000 1.43
+++ ChangeLog 23 Oct 2011 12:39:55 -0000 1.44
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/libsepol
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.43 2011/08/12 18:37:42 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.44 2011/10/23 12:39:55 swift Exp $
+
+ 23 Oct 2011; <swift@gentoo.org> libsepol-2.1.0.ebuild:
+ Stabilization (tracker #384231)
12 Aug 2011; Anthony G. Basile <blueness@gentoo.org> -libsepol-2.0.32.ebuild,
-files/libsepol-2.0.32-expand_rule.diff, -libsepol-2.0.37.ebuild:
1.2 sys-libs/libsepol/libsepol-2.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/libsepol-2.1.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/libsepol-2.1.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/libsepol-2.1.0.ebuild?r1=1.1&r2=1.2
Index: libsepol-2.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libsepol/libsepol-2.1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libsepol-2.1.0.ebuild 3 Aug 2011 09:27:32 -0000 1.1
+++ libsepol-2.1.0.ebuild 23 Oct 2011 12:39:55 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/libsepol-2.1.0.ebuild,v 1.1 2011/08/03 09:27:32 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/libsepol-2.1.0.ebuild,v 1.2 2011/10/23 12:39:55 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
* [gentoo-commits] gentoo-x86 commit in sys-libs/libsepol: ChangeLog libsepol-2.1.0.ebuild
@ 2012-05-13 12:48 Sven Vermeulen (swift)
0 siblings, 0 replies; 3+ messages in thread
From: Sven Vermeulen (swift) @ 2012-05-13 12:48 UTC (permalink / raw
To: gentoo-commits
swift 12/05/13 12:48:21
Modified: ChangeLog
Removed: libsepol-2.1.0.ebuild
Log:
Removing obsoleted ebuild
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Revision Changes Path
1.48 sys-libs/libsepol/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/ChangeLog?r1=1.47&r2=1.48
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog 29 Apr 2012 10:07:40 -0000 1.47
+++ ChangeLog 13 May 2012 12:48:20 -0000 1.48
@@ -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.47 2012/04/29 10:07:40 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.48 2012/05/13 12:48:20 swift Exp $
+
+ 13 May 2012; <swift@gentoo.org> -libsepol-2.1.0.ebuild:
+ Removing obsoleted ebuild
29 Apr 2012; <swift@gentoo.org> libsepol-2.1.4-r1.ebuild:
Stabilization
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-05-13 12:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-23 12:39 [gentoo-commits] gentoo-x86 commit in sys-libs/libsepol: ChangeLog libsepol-2.1.0.ebuild Sven Vermeulen (swift)
-- strict thread matches above, loose matches on Subject: below --
2012-05-13 12:48 Sven Vermeulen (swift)
2011-08-03 9:27 Anthony G. Basile (blueness)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox