diff options
author | Jason Zaman <perfinion@gentoo.org> | 2014-12-07 11:49:53 +0000 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2014-12-07 11:49:53 +0000 |
commit | 57b94b79fbf2e2747f32af82dbb6a130d8080540 (patch) | |
tree | d876e87a5b7175422281f7daa4515c49e7177617 /sec-policy/selinux-dropbox | |
parent | Version bump. (diff) | |
download | gentoo-2-57b94b79fbf2e2747f32af82dbb6a130d8080540.tar.gz gentoo-2-57b94b79fbf2e2747f32af82dbb6a130d8080540.tar.bz2 gentoo-2-57b94b79fbf2e2747f32af82dbb6a130d8080540.zip |
Release of 2.20141203-r1
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x7EF137EC935B0EAF)
Diffstat (limited to 'sec-policy/selinux-dropbox')
-rw-r--r-- | sec-policy/selinux-dropbox/ChangeLog | 8 | ||||
-rw-r--r-- | sec-policy/selinux-dropbox/selinux-dropbox-2.20141203-r1.ebuild | 25 |
2 files changed, 32 insertions, 1 deletions
diff --git a/sec-policy/selinux-dropbox/ChangeLog b/sec-policy/selinux-dropbox/ChangeLog index ba707684c7b3..9e0d7774afce 100644 --- a/sec-policy/selinux-dropbox/ChangeLog +++ b/sec-policy/selinux-dropbox/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-dropbox # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-dropbox/ChangeLog,v 1.11 2014/11/27 09:58:53 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-dropbox/ChangeLog,v 1.12 2014/12/07 11:49:45 perfinion Exp $ + +*selinux-dropbox-2.20141203-r1 (07 Dec 2014) + + 07 Dec 2014; Jason Zaman <perfinion@gentoo.org> + +selinux-dropbox-2.20141203-r1.ebuild: + Release of 2.20141203-r1 27 Nov 2014; Sven Vermeulen <swift@gentoo.org> selinux-dropbox-9999.ebuild: Do not pull in DEPEND in RDEPEND unnecessary diff --git a/sec-policy/selinux-dropbox/selinux-dropbox-2.20141203-r1.ebuild b/sec-policy/selinux-dropbox/selinux-dropbox-2.20141203-r1.ebuild new file mode 100644 index 000000000000..b42caede0425 --- /dev/null +++ b/sec-policy/selinux-dropbox/selinux-dropbox-2.20141203-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-dropbox/selinux-dropbox-2.20141203-r1.ebuild,v 1.1 2014/12/07 11:49:45 perfinion Exp $ +EAPI="5" + +IUSE="" +MODS="dropbox" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for dropbox" + +if [[ $PV == 9999* ]] ; then + KEYWORDS="" +else + KEYWORDS="~amd64 ~x86" +fi +DEPEND="${DEPEND} + sec-policy/selinux-xserver + sec-policy/selinux-dbus +" +RDEPEND="${RDEPEND} + sec-policy/selinux-xserver + sec-policy/selinux-dbus +" |