Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/tmpwatch/
Date: Fri, 27 Oct 2017 23:07:01
Message-Id: 1509145603.7e04336782a7462fb1f55756d8e78b050bb1fe95.monsieurp@gentoo
1 commit: 7e04336782a7462fb1f55756d8e78b050bb1fe95
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Sep 25 19:03:51 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 27 23:06:43 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e043367
7
8 app-admin/tmpwatch: clean up old.
9
10 app-admin/tmpwatch/tmpwatch-2.11.ebuild | 31 -------------------------------
11 1 file changed, 31 deletions(-)
12
13 diff --git a/app-admin/tmpwatch/tmpwatch-2.11.ebuild b/app-admin/tmpwatch/tmpwatch-2.11.ebuild
14 deleted file mode 100644
15 index d2ac49b8db9..00000000000
16 --- a/app-admin/tmpwatch/tmpwatch-2.11.ebuild
17 +++ /dev/null
18 @@ -1,31 +0,0 @@
19 -# Copyright 1999-2017 Gentoo Foundation
20 -# Distributed under the terms of the GNU General Public License v2
21 -
22 -EAPI=5
23 -
24 -inherit toolchain-funcs
25 -
26 -DESCRIPTION="Files which haven't been accessed are removed from specified directories"
27 -HOMEPAGE="https://pagure.io/tmpwatch"
28 -SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.bz2"
29 -
30 -LICENSE="GPL-2"
31 -SLOT="0"
32 -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
33 -IUSE="selinux"
34 -
35 -RDEPEND="selinux? ( sec-policy/selinux-tmpreaper )"
36 -DEPEND=""
37 -
38 -src_compile() {
39 - emake AR="$(tc-getAR)"
40 -}
41 -
42 -src_install() {
43 - dosbin tmpwatch || die
44 - doman tmpwatch.8 || die
45 - dodoc ChangeLog NEWS README AUTHORS || die
46 -
47 - exeinto /etc/cron.daily
48 - newexe "${FILESDIR}/${PN}.cron" "${PN}" || die
49 -}