From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PmApf-0000zQ-93 for garchives@archives.gentoo.org; Sun, 06 Feb 2011 20:03:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 045521C00D; Sun, 6 Feb 2011 20:03:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B71F91C00B for ; Sun, 6 Feb 2011 20:03:26 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2FEEA1B4017 for ; Sun, 6 Feb 2011 20:03:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 847338006A for ; Sun, 6 Feb 2011 20:03:25 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: Subject: [gentoo-commits] proj/hardened-dev:master commit in: dev-python/sepolgen/ X-VCS-Repository: proj/hardened-dev X-VCS-Files: dev-python/sepolgen/ChangeLog dev-python/sepolgen/metadata.xml dev-python/sepolgen/sepolgen-1.0.23.ebuild X-VCS-Directories: dev-python/sepolgen/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: ceaa1499d4f1640b9ec757f1c2998acccb1a02bc Date: Sun, 6 Feb 2011 20:03:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 2d55b84df1adf5c2856d173dd09306ec commit: ceaa1499d4f1640b9ec757f1c2998acccb1a02bc Author: Anthony G. Basile opensource dyc edu= > AuthorDate: Sun Feb 6 20:03:01 2011 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sun Feb 6 20:03:01 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/hardened-dev.= git;a=3Dcommit;h=3Dceaa1499 dev-python/sepolgen moved to portage. --- dev-python/sepolgen/ChangeLog | 9 ----- dev-python/sepolgen/metadata.xml | 10 ----- dev-python/sepolgen/sepolgen-1.0.23.ebuild | 54 ----------------------= ------ 3 files changed, 0 insertions(+), 73 deletions(-) diff --git a/dev-python/sepolgen/ChangeLog b/dev-python/sepolgen/ChangeLo= g deleted file mode 100644 index 928e696..0000000 --- a/dev-python/sepolgen/ChangeLog +++ /dev/null @@ -1,9 +0,0 @@ -# ChangeLog for dev-python/sepolgen -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - -*sepolgen-1.0.23 (03 Jan 2011) - - 03 Jan 2011; +sepolgen-1.0.23.ebuild, +metadata.xml= : - Update to SELinux userspace 20100525 - diff --git a/dev-python/sepolgen/metadata.xml b/dev-python/sepolgen/metad= ata.xml deleted file mode 100644 index bdc97df..0000000 --- a/dev-python/sepolgen/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - -hardened - -The sepolgen application helps users to create additional policies for a= pplications -that Gentoo does not provide a SELinux policy module for.=20 - - - diff --git a/dev-python/sepolgen/sepolgen-1.0.23.ebuild b/dev-python/sepo= lgen/sepolgen-1.0.23.ebuild deleted file mode 100644 index 7b8c6d7..0000000 --- a/dev-python/sepolgen/sepolgen-1.0.23.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sepolgen/sepolgen-1.0.17-r= 1.ebuild,v 1.2 2010/04/04 18:53:45 arfrever Exp $ - -inherit python - -IUSE=3D"" - -DESCRIPTION=3D"SELinux policy generation library" -HOMEPAGE=3D"http://userspace.selinuxproject.org" -SRC_URI=3D"http://userspace.selinuxproject.org/releases/20101221/devel/$= {P}.tar.gz" -LICENSE=3D"GPL-2" -SLOT=3D"0" -KEYWORDS=3D"~amd64 ~x86" - -DEPEND=3D"" -RDEPEND=3D">=3Ddev-lang/python-2.5 - >=3Dsys-libs/libselinux-2.0" - -src_unpack() { - unpack ${A} - - # fix up default paths to not be RH specific - sed -i -e 's:/usr/share/selinux/devel:/usr/share/selinux/strict:' \ - "${S}/src/sepolgen/defaults.py" || die - sed -i -e 's:/usr/share/selinux/devel:/usr/share/selinux/strict/include= :' \ - "${S}/src/sepolgen/module.py" || die -} - -src_compile() { - return -} - -src_test() { - if has_version sec-policy/selinux-base-policy; then - make test - else - ewarn "Sepolgen requires sec-policy/selinux-base-policy to run tests." - fi -} - -src_install() { - python_need_rebuild - make DESTDIR=3D"${D}" PYTHONLIBDIR=3D"$(python_get_sitedir)" \ - install || die "install failed" -} - -pkg_postinst() { - python_mod_optimize $(python_get_sitedir) -} - -pkg_postrm() { - python_mod_cleanup $(python_get_sitedir) -}