diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2013-05-08 04:18:41 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2013-05-08 04:18:41 +0000 |
commit | 1f21663909d4504fbda762087318897129dcec36 (patch) | |
tree | f381ecee0c96287cdc004f96973912ed1b2f3608 /app-admin/tmpwatch | |
parent | clean up (diff) | |
download | gentoo-2-1f21663909d4504fbda762087318897129dcec36.tar.gz gentoo-2-1f21663909d4504fbda762087318897129dcec36.tar.bz2 gentoo-2-1f21663909d4504fbda762087318897129dcec36.zip |
clean up
(Portage version: 2.1.11.62/cvs/Linux i686, signed Manifest commit with key 2B859DE3)
Diffstat (limited to 'app-admin/tmpwatch')
-rw-r--r-- | app-admin/tmpwatch/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/tmpwatch/tmpwatch-2.10.3.ebuild | 24 |
2 files changed, 4 insertions, 25 deletions
diff --git a/app-admin/tmpwatch/ChangeLog b/app-admin/tmpwatch/ChangeLog index e23d8749150c..72cb59329e35 100644 --- a/app-admin/tmpwatch/ChangeLog +++ b/app-admin/tmpwatch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/tmpwatch # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpwatch/ChangeLog,v 1.110 2013/05/07 17:49:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpwatch/ChangeLog,v 1.111 2013/05/08 04:18:41 fauli Exp $ + + 08 May 2013; Christian Faulhammer <fauli@gentoo.org> -tmpwatch-2.10.3.ebuild: + clean up 07 May 2013; Agostino Sarubbo <ago@gentoo.org> tmpwatch-2.11.ebuild: Stable for ppc64, wrt bug #467516 diff --git a/app-admin/tmpwatch/tmpwatch-2.10.3.ebuild b/app-admin/tmpwatch/tmpwatch-2.10.3.ebuild deleted file mode 100644 index 60302a375113..000000000000 --- a/app-admin/tmpwatch/tmpwatch-2.10.3.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# 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.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/" -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="selinux" - -RDEPEND="selinux? ( sec-policy/selinux-tmpreaper )" -DEPEND="${RDEPEND}" - -src_install() { - dosbin tmpwatch || die - doman tmpwatch.8 || die - dodoc ChangeLog NEWS README AUTHORS || die - - exeinto /etc/cron.daily - newexe "${FILESDIR}/${PN}.cron" "${PN}" || die -} |