From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 80968138334 for ; Fri, 11 Jan 2019 20:15:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DA8BE0903; Fri, 11 Jan 2019 20:15:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 40937E0903 for ; Fri, 11 Jan 2019 20:15:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 36101335CF2 for ; Fri, 11 Jan 2019 20:15:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D02444E7 for ; Fri, 11 Jan 2019 20:15:14 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1547237702.2ada091dcd4e3edb13a6a9ec81515e5eccfef419.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/tmpreaper/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/tmpreaper/Manifest app-admin/tmpreaper/tmpreaper-1.6.14.ebuild X-VCS-Directories: app-admin/tmpreaper/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 2ada091dcd4e3edb13a6a9ec81515e5eccfef419 X-VCS-Branch: master Date: Fri, 11 Jan 2019 20:15:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b0ae5c28-44b4-4c89-9289-a12c43c9b05a X-Archives-Hash: f359f4ddcf8232057cb469db10aef002 commit: 2ada091dcd4e3edb13a6a9ec81515e5eccfef419 Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Jan 11 20:09:50 2019 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Jan 11 20:15:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ada091d app-admin/tmpreaper: bump to 1.6.14 Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev gentoo.org> app-admin/tmpreaper/Manifest | 1 + app-admin/tmpreaper/tmpreaper-1.6.14.ebuild | 43 +++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/app-admin/tmpreaper/Manifest b/app-admin/tmpreaper/Manifest index 91537968322..45916a7b68a 100644 --- a/app-admin/tmpreaper/Manifest +++ b/app-admin/tmpreaper/Manifest @@ -1 +1,2 @@ DIST tmpreaper_1.6.13+nmu1.tar.gz 141080 BLAKE2B ad2895e0444e3c1a1ceabf71c34b560a817e7cc274482bde63a07499fac799ef127f5b64c953d43cd11a279819972b63b7e21a683f6250a77eeadc299a491a78 SHA512 c868d421a7757a47b81c8932743981ded2b415c83377f8781fdfd4dfda48c701991da17fa262dfa0680b2a315d6b46ee4c9035ba4c06f5a0c1bc32efa717f19f +DIST tmpreaper_1.6.14.tar.gz 158981 BLAKE2B 1c9ec124c6e57c0aab5d555594950dda37f06a6404a0d111da05be7a48bf6141e09e942c090d3f79ccf855f958a7b32f0d64c73da68b412da74465e39bdb72ae SHA512 e78fab0cd2cc8c851e2806be70c102697bff86230e181bfad1c76b15fe5455fb431bc0dd16bebf77a2e9bb64b5f5a1474d24254ff780d4d72d343ea0e6e30ccb diff --git a/app-admin/tmpreaper/tmpreaper-1.6.14.ebuild b/app-admin/tmpreaper/tmpreaper-1.6.14.ebuild new file mode 100644 index 00000000000..7f8b09f6dac --- /dev/null +++ b/app-admin/tmpreaper/tmpreaper-1.6.14.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="A utility for removing files based on when they were last accessed" +HOMEPAGE="https://packages.debian.org/sid/tmpreaper" +SRC_URI="mirror://debian/pool/main/t/${PN}/${PN}_${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +IUSE="" + +DEPEND="sys-apps/util-linux + sys-fs/e2fsprogs" + +RDEPEND="" + +# fix protect patch from debian bug 636459 +PATCHES=( + "${FILESDIR}"/${PN}-1.6.13-fix-protect.patch + "${FILESDIR}"/${PN}-1.6.13-gentoo.patch +) + +src_install() { + emake DESTDIR="${D}" install + insinto /etc + doins debian/tmpreaper.conf + + exeinto /etc/cron.daily + newexe debian/cron.daily tmpreaper + doman debian/tmpreaper.conf.5 + dodoc README ChangeLog debian/README* +} + +pkg_postinst() { + elog "This package installs a cron script under /etc/cron.daily" + elog "You can configure it using /etc/tmpreaper.conf" + elog "Consult tmpreaper.conf man page for more information" + elog "Read /usr/share/doc/${P}/README.security and" + elog "remove SHOWWARNING from /etc/tmpreaper.conf afterwards" +}