summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2012-05-13 11:50:51 +0000
committerSven Vermeulen <swift@gentoo.org>2012-05-13 11:50:51 +0000
commit5fa6b4b94ffe5ff881cf907745228ba382828c70 (patch)
tree69b90c612dc7b6df86e456a19cdb76e4e8ee6f83 /sec-policy/selinux-entropyd
parentStable for amd64, wrt bug #415585 (diff)
downloadgentoo-2-5fa6b4b94ffe5ff881cf907745228ba382828c70.tar.gz
gentoo-2-5fa6b4b94ffe5ff881cf907745228ba382828c70.tar.bz2
gentoo-2-5fa6b4b94ffe5ff881cf907745228ba382828c70.zip
Cleanup older policies
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'sec-policy/selinux-entropyd')
-rw-r--r--sec-policy/selinux-entropyd/ChangeLog5
-rw-r--r--sec-policy/selinux-entropyd/selinux-entropyd-2.20110726.ebuild32
2 files changed, 4 insertions, 33 deletions
diff --git a/sec-policy/selinux-entropyd/ChangeLog b/sec-policy/selinux-entropyd/ChangeLog
index 7134339abc41..da94cb12006f 100644
--- a/sec-policy/selinux-entropyd/ChangeLog
+++ b/sec-policy/selinux-entropyd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sec-policy/selinux-entropyd
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-entropyd/ChangeLog,v 1.4 2012/04/29 10:11:40 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-entropyd/ChangeLog,v 1.5 2012/05/13 11:50:45 swift Exp $
+
+ 13 May 2012; <swift@gentoo.org> -selinux-entropyd-2.20110726.ebuild:
+ Removing deprecated ebuilds (cleanup)
29 Apr 2012; <swift@gentoo.org> selinux-entropyd-2.20120215.ebuild:
Stabilizing revision 7
diff --git a/sec-policy/selinux-entropyd/selinux-entropyd-2.20110726.ebuild b/sec-policy/selinux-entropyd/selinux-entropyd-2.20110726.ebuild
deleted file mode 100644
index 479dd24a3dff..000000000000
--- a/sec-policy/selinux-entropyd/selinux-entropyd-2.20110726.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-entropyd/selinux-entropyd-2.20110726.ebuild,v 1.3 2012/03/31 12:29:18 swift Exp $
-EAPI="4"
-
-IUSE=""
-MODS="entropyd"
-
-inherit selinux-policy-2
-
-DESCRIPTION="SELinux policy for various entropy daemons (audio-entropyd, haveged, ...)"
-
-KEYWORDS="amd64 x86"
-RDEPEND=">=sys-apps/policycoreutils-1.30.30
- >=sec-policy/selinux-base-policy-${PV}"
-
-pkg_postinst() {
- einfo "The SELinux entropyd module is the replacement of audioentropyd and"
- einfo "is made more generic for all-purpose entropy daemons, including"
- einfo "audioentropyd and haveged."
- einfo
- einfo "If you are upgrading from an audioentropyd module, the installation"
- einfo "of the new policy module might fail due to collisions. You will need"
- einfo "to remove the current audioentropyd module first:"
- einfo " # semodule -r audioentropy"
- einfo
- einfo "Then, you can install the new policy:"
- einfo " # semodule -i /usr/share/selinux/<type>/entropyd.pp"
- echo
- einfo "Portage will automatically try to load the entropyd module now."
- selinux-policy-2_pkg_postinst
-}