diff options
author | Jason Zaman <perfinion@gentoo.org> | 2015-01-29 09:52:19 +0000 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2015-01-29 09:52:19 +0000 |
commit | c82f7d1b3ca8d40dec066021d1a89b85db228c75 (patch) | |
tree | 1c269995b36aea339f363304632b25cb55209959 /sec-policy/selinux-dcc | |
parent | Module for interacting with the Jenkins CI server, ebuilds written by maintai... (diff) | |
download | gentoo-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-dcc')
-rw-r--r-- | sec-policy/selinux-dcc/ChangeLog | 10 | ||||
-rw-r--r-- | sec-policy/selinux-dcc/selinux-dcc-2.20141203-r2.ebuild | 6 | ||||
-rw-r--r-- | sec-policy/selinux-dcc/selinux-dcc-2.20141203-r3.ebuild | 17 |
3 files changed, 28 insertions, 5 deletions
diff --git a/sec-policy/selinux-dcc/ChangeLog b/sec-policy/selinux-dcc/ChangeLog index 12bc8fc090f0..89f1a1c6b72a 100644 --- a/sec-policy/selinux-dcc/ChangeLog +++ b/sec-policy/selinux-dcc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-dcc -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-dcc/ChangeLog,v 1.53 2014/12/21 14:20:25 swift Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-dcc/ChangeLog,v 1.54 2015/01/29 09:52:18 perfinion Exp $ + +*selinux-dcc-2.20141203-r3 (29 Jan 2015) + + 29 Jan 2015; Jason Zaman <perfinion@gentoo.org> + +selinux-dcc-2.20141203-r3.ebuild, selinux-dcc-2.20141203-r2.ebuild: + Release of 2.20141203-r3, stable 2.20141203-r2 21 Dec 2014; Sven Vermeulen <swift@gentoo.org> -selinux-dcc-2.20140311-r1.ebuild, -selinux-dcc-2.20140311-r2.ebuild, diff --git a/sec-policy/selinux-dcc/selinux-dcc-2.20141203-r2.ebuild b/sec-policy/selinux-dcc/selinux-dcc-2.20141203-r2.ebuild index eb37e2672899..dbcc3c527a84 100644 --- a/sec-policy/selinux-dcc/selinux-dcc-2.20141203-r2.ebuild +++ b/sec-policy/selinux-dcc/selinux-dcc-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-dcc/selinux-dcc-2.20141203-r2.ebuild,v 1.1 2014/12/21 13:56:05 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-dcc/selinux-dcc-2.20141203-r2.ebuild,v 1.2 2015/01/29 09:52:18 perfinion Exp $ EAPI="5" IUSE="" @@ -13,5 +13,5 @@ DESCRIPTION="SELinux policy for dcc" if [[ $PV == 9999* ]] ; then KEYWORDS="" else - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" fi diff --git a/sec-policy/selinux-dcc/selinux-dcc-2.20141203-r3.ebuild b/sec-policy/selinux-dcc/selinux-dcc-2.20141203-r3.ebuild new file mode 100644 index 000000000000..05860f1da477 --- /dev/null +++ b/sec-policy/selinux-dcc/selinux-dcc-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-dcc/selinux-dcc-2.20141203-r3.ebuild,v 1.1 2015/01/29 09:52:18 perfinion Exp $ +EAPI="5" + +IUSE="" +MODS="dcc" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for dcc" + +if [[ $PV == 9999* ]] ; then + KEYWORDS="" +else + KEYWORDS="~amd64 ~x86" +fi |