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.0.19.ebuild
@ 2009-08-02  1:17 Chris PeBenito (pebenito)
  0 siblings, 0 replies; 2+ messages in thread
From: Chris PeBenito (pebenito) @ 2009-08-02  1:17 UTC (permalink / raw
  To: gentoo-commits

pebenito    09/08/02 01:17:05

  Modified:             ChangeLog
  Added:                checkpolicy-2.0.19.ebuild
  Log:
  new upstream release.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.52                 sys-apps/checkpolicy/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/checkpolicy/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/checkpolicy/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/checkpolicy/ChangeLog?r1=1.51&r2=1.52

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	22 Jul 2009 13:21:18 -0000	1.51
+++ ChangeLog	2 Aug 2009 01:17:05 -0000	1.52
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/checkpolicy
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/ChangeLog,v 1.51 2009/07/22 13:21:18 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/ChangeLog,v 1.52 2009/08/02 01:17:05 pebenito Exp $
+
+*checkpolicy-2.0.19 (02 Aug 2009)
+
+  02 Aug 2009; Chris PeBenito <pebenito@gentoo.org>
+  +checkpolicy-2.0.19.ebuild:
+  New upstream release.
 
   22 Jul 2009; Chris PeBenito <pebenito@gentoo.org>
   -checkpolicy-1.34.4.ebuild, checkpolicy-2.0.16.ebuild:



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

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

Index: checkpolicy-2.0.19.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.0.19.ebuild,v 1.1 2009/08/02 01:17:05 pebenito Exp $

IUSE="debug"

inherit eutils

SEPOL_VER="2.0.36"
SEMNG_VER="2.0"

# BUGFIX_PATCH="${FILESDIR}/checkpolicy-1.30.4.diff"

DESCRIPTION="SELinux policy compiler"
HOMEPAGE="http://userspace.selinuxproject.org"
SRC_URI="http://userspace.selinuxproject.org/releases/current/devel/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

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

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

src_unpack() {
	unpack ${A}
	cd ${S}

	[ ! -z "${BUGFIX_PATCH}" ] && epatch "${BUGFIX_PATCH}"
}

src_compile() {
	cd ${S}
	emake YACC="bison -y" || die
}

src_install() {
	make DESTDIR="${D}" install

	if useq 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.0.19.ebuild
@ 2011-05-28  6:12 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 2+ messages in thread
From: Anthony G. Basile (blueness) @ 2011-05-28  6:12 UTC (permalink / raw
  To: gentoo-commits

blueness    11/05/28 06:12:07

  Modified:             ChangeLog checkpolicy-2.0.19.ebuild
  Log:
  Fixed minor syntax
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.57                 sys-apps/checkpolicy/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	28 May 2011 05:36:17 -0000	1.56
+++ ChangeLog	28 May 2011 06:12:07 -0000	1.57
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/checkpolicy
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/ChangeLog,v 1.56 2011/05/28 05:36:17 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/ChangeLog,v 1.57 2011/05/28 06:12:07 blueness Exp $
+
+  28 May 2011; Anthony G. Basile <blueness@gentoo.org>
+  checkpolicy-2.0.19.ebuild:
+  Fixed minor syntax
 
   28 May 2011; Anthony G. Basile <blueness@gentoo.org>
   checkpolicy-2.0.21.ebuild:



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

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

Index: checkpolicy-2.0.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.0.19.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- checkpolicy-2.0.19.ebuild	2 Aug 2009 01:17:05 -0000	1.1
+++ checkpolicy-2.0.19.ebuild	28 May 2011 06:12:07 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.0.19.ebuild,v 1.1 2009/08/02 01:17:05 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.0.19.ebuild,v 1.2 2011/05/28 06:12:07 blueness Exp $
 
 IUSE="debug"
 
@@ -27,13 +27,12 @@
 
 src_unpack() {
 	unpack ${A}
-	cd ${S}
+	cd "${S}"
 
 	[ ! -z "${BUGFIX_PATCH}" ] && epatch "${BUGFIX_PATCH}"
 }
 
 src_compile() {
-	cd ${S}
 	emake YACC="bison -y" || die
 }
 






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

end of thread, other threads:[~2011-05-28  6:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-02  1:17 [gentoo-commits] gentoo-x86 commit in sys-apps/checkpolicy: ChangeLog checkpolicy-2.0.19.ebuild Chris PeBenito (pebenito)
  -- strict thread matches above, loose matches on Subject: below --
2011-05-28  6:12 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