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.16.ebuild
@ 2008-10-03  3:31 Chris PeBenito (pebenito)
  0 siblings, 0 replies; only message in thread
From: Chris PeBenito (pebenito) @ 2008-10-03  3:31 UTC (permalink / raw
  To: gentoo-commits

pebenito    08/10/03 03:31:57

  Modified:             ChangeLog
  Added:                checkpolicy-2.0.16.ebuild
  Log:
  Initial commit of checkpolicy 2.0.
  (Portage version: 2.2_rc11/cvs/Linux 2.6.24-gentoo-r3 x86_64)

Revision  Changes    Path
1.50                 sys-apps/checkpolicy/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	10 Sep 2008 18:06:49 -0000	1.49
+++ ChangeLog	3 Oct 2008 03:31:56 -0000	1.50
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/checkpolicy
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/ChangeLog,v 1.49 2008/09/10 18:06:49 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/ChangeLog,v 1.50 2008/10/03 03:31:56 pebenito Exp $
+
+*checkpolicy-2.0.16 (03 Oct 2008)
+
+  03 Oct 2008; Chris PeBenito <pebenito@gentoo.org>
+  +checkpolicy-2.0.16.ebuild:
+  Initial commit of checkpolicy 2.0.
 
   10 Sep 2008; Chris PeBenito <pebenito@gentoo.org>
   checkpolicy-1.34.4.ebuild:



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

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

Index: checkpolicy-2.0.16.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.0.16.ebuild,v 1.1 2008/10/03 03:31:56 pebenito Exp $

IUSE="debug"

inherit eutils

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="~alpha ~amd64 ~mips ~ppc ~sparc ~x86"

DEPEND="=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,dispol}
	fi
}

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






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-03  3:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-03  3:31 [gentoo-commits] gentoo-x86 commit in sys-apps/checkpolicy: ChangeLog checkpolicy-2.0.16.ebuild Chris PeBenito (pebenito)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox