public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/hardened-dev:master commit in: dev-python/sepolgen/
Date: Sun,  6 Feb 2011 20:03:25 +0000 (UTC)	[thread overview]
Message-ID: <ceaa1499d4f1640b9ec757f1c2998acccb1a02bc.blueness@gentoo> (raw)

commit:     ceaa1499d4f1640b9ec757f1c2998acccb1a02bc
Author:     Anthony G. Basile <basile <AT> opensource <DOT> dyc <DOT> edu>
AuthorDate: Sun Feb  6 20:03:01 2011 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Feb  6 20:03:01 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=ceaa1499

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/ChangeLog
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; <swift@gentoo.org> +sepolgen-1.0.23.ebuild, +metadata.xml:
-  Update to SELinux userspace 20100525
-

diff --git a/dev-python/sepolgen/metadata.xml b/dev-python/sepolgen/metadata.xml
deleted file mode 100644
index bdc97df..0000000
--- a/dev-python/sepolgen/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>hardened</herd>
-<longdescription lang="en">
-The sepolgen application helps users to create additional policies for applications
-that Gentoo does not provide a SELinux policy module for. 
-</longdescription>
-</pkgmetadata>
-

diff --git a/dev-python/sepolgen/sepolgen-1.0.23.ebuild b/dev-python/sepolgen/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-r1.ebuild,v 1.2 2010/04/04 18:53:45 arfrever Exp $
-
-inherit python
-
-IUSE=""
-
-DESCRIPTION="SELinux policy generation library"
-HOMEPAGE="http://userspace.selinuxproject.org"
-SRC_URI="http://userspace.selinuxproject.org/releases/20101221/devel/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=""
-RDEPEND=">=dev-lang/python-2.5
-	>=sys-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="${D}" PYTHONLIBDIR="$(python_get_sitedir)" \
-		 install || die "install failed"
-}
-
-pkg_postinst() {
-	python_mod_optimize $(python_get_sitedir)
-}
-
-pkg_postrm() {
-	python_mod_cleanup $(python_get_sitedir)
-}



             reply	other threads:[~2011-02-06 20:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-06 20:03 Anthony G. Basile [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-08-03  9:20 [gentoo-commits] proj/hardened-dev:master commit in: dev-python/sepolgen/ Anthony G. Basile
2012-02-25 14:16 Sven Vermeulen
2012-05-01 13:39 Sven Vermeulen
2012-05-26 14:48 Sven Vermeulen
2012-05-26 15:00 Sven Vermeulen
2012-05-26 15:14 Sven Vermeulen
2012-05-26 15:30 Sven Vermeulen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ceaa1499d4f1640b9ec757f1c2998acccb1a02bc.blueness@gentoo \
    --to=blueness@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox