summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2014-08-21 19:31:16 +0000
committerSven Vermeulen <swift@gentoo.org>2014-08-21 19:31:16 +0000
commit1cc324af3acc4e2c268f97ba9dc92dd046228e09 (patch)
treebc84c839a1c853c77de954ff24d6a1ea6cf539e2 /sec-policy/selinux-squid
parentbumped EAPI to 5; committed directly to stable as no other changes present an... (diff)
downloadgentoo-2-1cc324af3acc4e2c268f97ba9dc92dd046228e09.tar.gz
gentoo-2-1cc324af3acc4e2c268f97ba9dc92dd046228e09.tar.bz2
gentoo-2-1cc324af3acc4e2c268f97ba9dc92dd046228e09.zip
Release of 2.20140311-r6
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Diffstat (limited to 'sec-policy/selinux-squid')
-rw-r--r--sec-policy/selinux-squid/ChangeLog8
-rw-r--r--sec-policy/selinux-squid/selinux-squid-2.20140311-r6.ebuild17
2 files changed, 24 insertions, 1 deletions
diff --git a/sec-policy/selinux-squid/ChangeLog b/sec-policy/selinux-squid/ChangeLog
index 33032e03579e..553d780434ed 100644
--- a/sec-policy/selinux-squid/ChangeLog
+++ b/sec-policy/selinux-squid/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sec-policy/selinux-squid
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-squid/ChangeLog,v 1.77 2014/08/09 19:34:30 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-squid/ChangeLog,v 1.78 2014/08/21 19:31:14 swift Exp $
+
+*selinux-squid-2.20140311-r6 (21 Aug 2014)
+
+ 21 Aug 2014; Sven Vermeulen <swift@gentoo.org>
+ +selinux-squid-2.20140311-r6.ebuild:
+ Release of 2.20140311-r6
*selinux-squid-2.20140311-r5 (09 Aug 2014)
diff --git a/sec-policy/selinux-squid/selinux-squid-2.20140311-r6.ebuild b/sec-policy/selinux-squid/selinux-squid-2.20140311-r6.ebuild
new file mode 100644
index 000000000000..f8d4e419734f
--- /dev/null
+++ b/sec-policy/selinux-squid/selinux-squid-2.20140311-r6.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-squid/selinux-squid-2.20140311-r6.ebuild,v 1.1 2014/08/21 19:31:14 swift Exp $
+EAPI="5"
+
+IUSE=""
+MODS="squid"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for squid"
+
+KEYWORDS="~amd64 ~x86"
+DEPEND="${DEPEND}
+ sec-policy/selinux-apache
+"
+RDEPEND="${DEPEND}"