diff options
author | Sven Vermeulen <swift@gentoo.org> | 2012-11-27 19:06:27 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2012-11-27 19:06:27 +0000 |
commit | 41c0e4b49fd5ddb7125396545816892635f4e77e (patch) | |
tree | 42118c51e9ba62321397a5f36de837c9adeab2fd /app-admin/tmpwatch | |
parent | Drop apache herd as discussed in http://www.gossamer-threads.com/lists/gentoo... (diff) | |
download | gentoo-2-41c0e4b49fd5ddb7125396545816892635f4e77e.tar.gz gentoo-2-41c0e4b49fd5ddb7125396545816892635f4e77e.tar.bz2 gentoo-2-41c0e4b49fd5ddb7125396545816892635f4e77e.zip |
Adding optional dependency on SELinux tmpreaper module
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xCDBA2FDB)
Diffstat (limited to 'app-admin/tmpwatch')
-rw-r--r-- | app-admin/tmpwatch/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/tmpwatch/tmpwatch-2.10.1.ebuild | 9 | ||||
-rw-r--r-- | app-admin/tmpwatch/tmpwatch-2.10.3.ebuild | 9 | ||||
-rw-r--r-- | app-admin/tmpwatch/tmpwatch-2.11.ebuild | 7 |
4 files changed, 22 insertions, 9 deletions
diff --git a/app-admin/tmpwatch/ChangeLog b/app-admin/tmpwatch/ChangeLog index 2ae707982602..56a3baec4b8a 100644 --- a/app-admin/tmpwatch/ChangeLog +++ b/app-admin/tmpwatch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/tmpwatch # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpwatch/ChangeLog,v 1.102 2012/07/17 19:29:46 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpwatch/ChangeLog,v 1.103 2012/11/27 19:06:27 swift Exp $ + + 23 Nov 2012; <swift@gentoo.org> tmpwatch-2.10.1.ebuild, + tmpwatch-2.10.3.ebuild, tmpwatch-2.11.ebuild: + Adding dependency towards selinux policy module tmpreaper *tmpwatch-2.11 (17 Jul 2012) diff --git a/app-admin/tmpwatch/tmpwatch-2.10.1.ebuild b/app-admin/tmpwatch/tmpwatch-2.10.1.ebuild index 000e454fcd9c..2f5dd5e83ee0 100644 --- a/app-admin/tmpwatch/tmpwatch-2.10.1.ebuild +++ b/app-admin/tmpwatch/tmpwatch-2.10.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpwatch/tmpwatch-2.10.1.ebuild,v 1.6 2010/11/06 20:40:29 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpwatch/tmpwatch-2.10.1.ebuild,v 1.7 2012/11/27 19:06:27 swift Exp $ DESCRIPTION="Files which haven't been accessed in a given period of time are removed from specified directories" HOMEPAGE="https://fedorahosted.org/tmpwatch/" @@ -9,7 +9,10 @@ SRC_URI="https://fedorahosted.org/releases/t/m/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" -IUSE="" +IUSE="selinux" + +RDEPEND="selinux? ( sec-policy/selinux-tmpreaper )" +DEPEND="${RDEPEND}" src_install() { dosbin tmpwatch || die diff --git a/app-admin/tmpwatch/tmpwatch-2.10.3.ebuild b/app-admin/tmpwatch/tmpwatch-2.10.3.ebuild index dbdd6c38e9b1..60302a375113 100644 --- a/app-admin/tmpwatch/tmpwatch-2.10.3.ebuild +++ b/app-admin/tmpwatch/tmpwatch-2.10.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpwatch/tmpwatch-2.10.3.ebuild,v 1.1 2011/08/16 11:47:32 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpwatch/tmpwatch-2.10.3.ebuild,v 1.2 2012/11/27 19:06:27 swift Exp $ DESCRIPTION="Files which haven't been accessed in a given period of time are removed from specified directories" HOMEPAGE="https://fedorahosted.org/tmpwatch/" @@ -9,7 +9,10 @@ SRC_URI="https://fedorahosted.org/releases/t/m/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" +IUSE="selinux" + +RDEPEND="selinux? ( sec-policy/selinux-tmpreaper )" +DEPEND="${RDEPEND}" src_install() { dosbin tmpwatch || die diff --git a/app-admin/tmpwatch/tmpwatch-2.11.ebuild b/app-admin/tmpwatch/tmpwatch-2.11.ebuild index 43f25f5bd6c8..9c163aefc815 100644 --- a/app-admin/tmpwatch/tmpwatch-2.11.ebuild +++ b/app-admin/tmpwatch/tmpwatch-2.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpwatch/tmpwatch-2.11.ebuild,v 1.1 2012/07/17 19:29:46 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpwatch/tmpwatch-2.11.ebuild,v 1.2 2012/11/27 19:06:27 swift Exp $ DESCRIPTION="Files which haven't been accessed in a given period of time are removed from specified directories" HOMEPAGE="https://fedorahosted.org/tmpwatch/" @@ -9,7 +9,10 @@ SRC_URI="https://fedorahosted.org/releases/t/m/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" +IUSE="selinux" + +RDEPEND="selinux? ( sec-policy/selinux-tmpreaper )" +DEPEND="${RDEPEND}" src_install() { dosbin tmpwatch || die |