Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/tmpwatch/
Date: Sun, 27 Nov 2016 18:31:21
Message-Id: 1480271406.d0d7833e635f996ebae087b199797e8cb2042ac4.pacho@gentoo
1 commit: d0d7833e635f996ebae087b199797e8cb2042ac4
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 27 18:30:06 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 27 18:30:06 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0d7833e
7
8 app-admin/tmpwatch: Drop old
9
10 Package-Manager: portage-2.3.2
11
12 app-admin/tmpwatch/tmpwatch-2.11-r1.ebuild | 37 ------------------------------
13 1 file changed, 37 deletions(-)
14
15 diff --git a/app-admin/tmpwatch/tmpwatch-2.11-r1.ebuild b/app-admin/tmpwatch/tmpwatch-2.11-r1.ebuild
16 deleted file mode 100644
17 index 5a300e4..00000000
18 --- a/app-admin/tmpwatch/tmpwatch-2.11-r1.ebuild
19 +++ /dev/null
20 @@ -1,37 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -
27 -inherit toolchain-funcs eutils
28 -
29 -DESCRIPTION="Files which haven't been accessed in a given period of time are removed from specified directories"
30 -HOMEPAGE="https://fedorahosted.org/tmpwatch/"
31 -SRC_URI="https://fedorahosted.org/releases/t/m/${PN}/${P}.tar.bz2"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
36 -IUSE="selinux"
37 -
38 -RDEPEND="selinux? ( sec-policy/selinux-tmpreaper )"
39 -DEPEND=""
40 -
41 -src_prepare() {
42 - epatch "${FILESDIR}/${P}-boottime.patch"
43 - epatch_user
44 -}
45 -
46 -src_compile() {
47 - emake AR="$(tc-getAR)"
48 -}
49 -
50 -src_install() {
51 - dosbin tmpwatch || die
52 - doman tmpwatch.8 || die
53 - dodoc ChangeLog NEWS README AUTHORS || die
54 -
55 - exeinto /etc/cron.daily
56 - newexe "${FILESDIR}/${PN}.cron" "${PN}" || die
57 -}