summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaman <perfinion@gentoo.org>2015-01-29 09:52:19 +0000
committerJason Zaman <perfinion@gentoo.org>2015-01-29 09:52:19 +0000
commitc82f7d1b3ca8d40dec066021d1a89b85db228c75 (patch)
tree1c269995b36aea339f363304632b25cb55209959 /sec-policy/selinux-tmpreaper
parentModule for interacting with the Jenkins CI server, ebuilds written by maintai... (diff)
downloadgentoo-2-c82f7d1b3ca8d40dec066021d1a89b85db228c75.tar.gz
gentoo-2-c82f7d1b3ca8d40dec066021d1a89b85db228c75.tar.bz2
gentoo-2-c82f7d1b3ca8d40dec066021d1a89b85db228c75.zip
Release of 2.20141203-r3, stable 2.20141203-r2
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x7EF137EC935B0EAF)
Diffstat (limited to 'sec-policy/selinux-tmpreaper')
-rw-r--r--sec-policy/selinux-tmpreaper/ChangeLog11
-rw-r--r--sec-policy/selinux-tmpreaper/selinux-tmpreaper-2.20141203-r2.ebuild6
-rw-r--r--sec-policy/selinux-tmpreaper/selinux-tmpreaper-2.20141203-r3.ebuild17
3 files changed, 29 insertions, 5 deletions
diff --git a/sec-policy/selinux-tmpreaper/ChangeLog b/sec-policy/selinux-tmpreaper/ChangeLog
index 9ea22f03d325..76a82fcdc11e 100644
--- a/sec-policy/selinux-tmpreaper/ChangeLog
+++ b/sec-policy/selinux-tmpreaper/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for sec-policy/selinux-tmpreaper
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-tmpreaper/ChangeLog,v 1.53 2014/12/21 14:20:32 swift Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-tmpreaper/ChangeLog,v 1.54 2015/01/29 09:52:11 perfinion Exp $
+
+*selinux-tmpreaper-2.20141203-r3 (29 Jan 2015)
+
+ 29 Jan 2015; Jason Zaman <perfinion@gentoo.org>
+ +selinux-tmpreaper-2.20141203-r3.ebuild,
+ selinux-tmpreaper-2.20141203-r2.ebuild:
+ Release of 2.20141203-r3, stable 2.20141203-r2
21 Dec 2014; Sven Vermeulen <swift@gentoo.org>
-selinux-tmpreaper-2.20140311-r1.ebuild,
diff --git a/sec-policy/selinux-tmpreaper/selinux-tmpreaper-2.20141203-r2.ebuild b/sec-policy/selinux-tmpreaper/selinux-tmpreaper-2.20141203-r2.ebuild
index f8c48b5b0006..e71bd490225c 100644
--- a/sec-policy/selinux-tmpreaper/selinux-tmpreaper-2.20141203-r2.ebuild
+++ b/sec-policy/selinux-tmpreaper/selinux-tmpreaper-2.20141203-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-tmpreaper/selinux-tmpreaper-2.20141203-r2.ebuild,v 1.1 2014/12/21 13:56:04 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-tmpreaper/selinux-tmpreaper-2.20141203-r2.ebuild,v 1.2 2015/01/29 09:52:11 perfinion Exp $
EAPI="5"
IUSE=""
@@ -13,5 +13,5 @@ DESCRIPTION="SELinux policy for tmpreaper"
if [[ $PV == 9999* ]] ; then
KEYWORDS=""
else
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="amd64 x86"
fi
diff --git a/sec-policy/selinux-tmpreaper/selinux-tmpreaper-2.20141203-r3.ebuild b/sec-policy/selinux-tmpreaper/selinux-tmpreaper-2.20141203-r3.ebuild
new file mode 100644
index 000000000000..6e456dc82960
--- /dev/null
+++ b/sec-policy/selinux-tmpreaper/selinux-tmpreaper-2.20141203-r3.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-tmpreaper/selinux-tmpreaper-2.20141203-r3.ebuild,v 1.1 2015/01/29 09:52:11 perfinion Exp $
+EAPI="5"
+
+IUSE=""
+MODS="tmpreaper"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for tmpreaper"
+
+if [[ $PV == 9999* ]] ; then
+ KEYWORDS=""
+else
+ KEYWORDS="~amd64 ~x86"
+fi