diff options
author | Sven Vermeulen <swift@gentoo.org> | 2014-08-08 18:50:07 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2014-08-08 18:50:07 +0000 |
commit | a7bec6184a89b808392a96fd7af4f3249dc14bb1 (patch) | |
tree | 4b35c810e8acd5f42711074feb8e10c6ef32a7b5 /sec-policy/selinux-fetchmail | |
parent | Linux patch 3.14.16 (diff) | |
download | gentoo-2-a7bec6184a89b808392a96fd7af4f3249dc14bb1.tar.gz gentoo-2-a7bec6184a89b808392a96fd7af4f3249dc14bb1.tar.bz2 gentoo-2-a7bec6184a89b808392a96fd7af4f3249dc14bb1.zip |
Make 9999 ebuilds EAPI=5 and transform to make master for version bumps
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Diffstat (limited to 'sec-policy/selinux-fetchmail')
-rw-r--r-- | sec-policy/selinux-fetchmail/ChangeLog | 5 | ||||
-rw-r--r-- | sec-policy/selinux-fetchmail/selinux-fetchmail-9999.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/sec-policy/selinux-fetchmail/ChangeLog b/sec-policy/selinux-fetchmail/ChangeLog index 8e35e57ddc94..619b36ff68fb 100644 --- a/sec-policy/selinux-fetchmail/ChangeLog +++ b/sec-policy/selinux-fetchmail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sec-policy/selinux-fetchmail # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-fetchmail/ChangeLog,v 1.41 2014/08/05 09:23:48 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-fetchmail/ChangeLog,v 1.42 2014/08/08 18:49:41 swift Exp $ + + 08 Aug 2014; Sven Vermeulen <swift@gentoo.org> selinux-fetchmail-9999.ebuild: + Make 9999 ebuilds EAPI=5 and transform to make master for version bumps 05 Aug 2014; Sven Vermeulen <swift@gentoo.org> -selinux-fetchmail-2.20130424-r1.ebuild, diff --git a/sec-policy/selinux-fetchmail/selinux-fetchmail-9999.ebuild b/sec-policy/selinux-fetchmail/selinux-fetchmail-9999.ebuild index fa9c99fcaca9..01a2ff76845b 100644 --- a/sec-policy/selinux-fetchmail/selinux-fetchmail-9999.ebuild +++ b/sec-policy/selinux-fetchmail/selinux-fetchmail-9999.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-fetchmail/selinux-fetchmail-9999.ebuild,v 1.1 2012/10/13 16:30:45 swift Exp $ -EAPI="4" +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-fetchmail/selinux-fetchmail-9999.ebuild,v 1.2 2014/08/08 18:49:41 swift Exp $ +EAPI="5" IUSE="" MODS="fetchmail" -BASEPOL="9999" inherit selinux-policy-2 |