public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/checkpolicy: ChangeLog checkpolicy-2.1.11.ebuild
@ 2012-10-09 20:04 Sven Vermeulen (swift)
  0 siblings, 0 replies; 2+ messages in thread
From: Sven Vermeulen (swift) @ 2012-10-09 20:04 UTC (permalink / raw
  To: gentoo-commits

swift       12/10/09 20:04:47

  Modified:             ChangeLog
  Added:                checkpolicy-2.1.11.ebuild
  Log:
  New upstream SELinux utilities release
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.67                 sys-apps/checkpolicy/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/checkpolicy/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/checkpolicy/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/checkpolicy/ChangeLog?r1=1.66&r2=1.67

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	13 May 2012 13:05:19 -0000	1.66
+++ ChangeLog	9 Oct 2012 20:04:47 -0000	1.67
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/checkpolicy
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/ChangeLog,v 1.66 2012/05/13 13:05:19 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/ChangeLog,v 1.67 2012/10/09 20:04:47 swift Exp $
+
+*checkpolicy-2.1.11 (09 Oct 2012)
+
+  09 Oct 2012; <swift@gentoo.org> +checkpolicy-2.1.11.ebuild:
+  Introducing new upstream version
 
   13 May 2012; <swift@gentoo.org> -checkpolicy-2.1.0.ebuild:
   Removing obsoleted ebuild



1.1                  sys-apps/checkpolicy/checkpolicy-2.1.11.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.1.11.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.1.11.ebuild?rev=1.1&content-type=text/plain

Index: checkpolicy-2.1.11.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.1.11.ebuild,v 1.1 2012/10/09 20:04:47 swift Exp $

inherit toolchain-funcs

SEPOL_VER="2.1.8"
SEMNG_VER="2.1.9"

DESCRIPTION="SELinux policy compiler"
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="debug"

DEPEND=">=sys-libs/libsepol-${SEPOL_VER}
	>=sys-libs/libsemanage-${SEMNG_VER}
	sys-devel/flex
	sys-devel/bison"

RDEPEND=">=sys-libs/libsemanage-${SEMNG_VER}"

src_compile() {
	emake CC="$(tc-getCC)" YACC="bison -y" || die
}

src_install() {
	emake DESTDIR="${D}" install || die

	if use debug; then
		dobin "${S}/test/dismod"
		dobin "${S}/test/dispol"
	fi
}

pkg_postinst() {
	einfo "This checkpolicy can compile version `checkpolicy -V |cut -f 1 -d ' '` policy."
}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/checkpolicy: ChangeLog checkpolicy-2.1.11.ebuild
@ 2012-10-13 16:47 Sven Vermeulen (swift)
  0 siblings, 0 replies; 2+ messages in thread
From: Sven Vermeulen (swift) @ 2012-10-13 16:47 UTC (permalink / raw
  To: gentoo-commits

swift       12/10/13 16:47:09

  Modified:             ChangeLog checkpolicy-2.1.11.ebuild
  Log:
  Adding epatch_user support to the ebuild
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.68                 sys-apps/checkpolicy/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/checkpolicy/ChangeLog?rev=1.68&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/checkpolicy/ChangeLog?rev=1.68&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/checkpolicy/ChangeLog?r1=1.67&r2=1.68

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog	9 Oct 2012 20:04:47 -0000	1.67
+++ ChangeLog	13 Oct 2012 16:47:08 -0000	1.68
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/checkpolicy
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/ChangeLog,v 1.67 2012/10/09 20:04:47 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/ChangeLog,v 1.68 2012/10/13 16:47:08 swift Exp $
+
+  13 Oct 2012; <swift@gentoo.org> checkpolicy-2.1.11.ebuild:
+  Supporting user-provided patches using epatch_user
 
 *checkpolicy-2.1.11 (09 Oct 2012)
 



1.2                  sys-apps/checkpolicy/checkpolicy-2.1.11.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.1.11.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.1.11.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.1.11.ebuild?r1=1.1&r2=1.2

Index: checkpolicy-2.1.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.1.11.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- checkpolicy-2.1.11.ebuild	9 Oct 2012 20:04:47 -0000	1.1
+++ checkpolicy-2.1.11.ebuild	13 Oct 2012 16:47:08 -0000	1.2
@@ -1,8 +1,8 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.1.11.ebuild,v 1.1 2012/10/09 20:04:47 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.1.11.ebuild,v 1.2 2012/10/13 16:47:08 swift Exp $
 
-inherit toolchain-funcs
+inherit toolchain-funcs eutils
 
 SEPOL_VER="2.1.8"
 SEMNG_VER="2.1.9"
@@ -27,6 +27,10 @@
 	emake CC="$(tc-getCC)" YACC="bison -y" || die
 }
 
+src_prepare() {
+	epatch_user
+}
+
 src_install() {
 	emake DESTDIR="${D}" install || die
 





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-10-13 16:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-09 20:04 [gentoo-commits] gentoo-x86 commit in sys-apps/checkpolicy: ChangeLog checkpolicy-2.1.11.ebuild Sven Vermeulen (swift)
  -- strict thread matches above, loose matches on Subject: below --
2012-10-13 16:47 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