summaryrefslogtreecommitdiff
path: root/app-admin/tmpwatch/tmpwatch-2.11-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-08-21 23:14:26 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-08-21 23:14:26 +0100
commit7c59acba5699c9c58090a7a738669669a7307023 (patch)
treed51d27d020895a6b7a3298d9d1b9846c1fcb59a0 /app-admin/tmpwatch/tmpwatch-2.11-r2.ebuild
parente2db47eaae00ec33f8971db44b68645c5d3b9590 (diff)
gentoo resync : 21.08.2021
Diffstat (limited to 'app-admin/tmpwatch/tmpwatch-2.11-r2.ebuild')
-rw-r--r--app-admin/tmpwatch/tmpwatch-2.11-r2.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/app-admin/tmpwatch/tmpwatch-2.11-r2.ebuild b/app-admin/tmpwatch/tmpwatch-2.11-r2.ebuild
deleted file mode 100644
index cdc308efa9f9..000000000000
--- a/app-admin/tmpwatch/tmpwatch-2.11-r2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Files which haven't been accessed are removed from specified directories"
-HOMEPAGE="https://pagure.io/tmpwatch"
-SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
-IUSE="selinux"
-
-# psmisc for fuser
-DEPEND="
- !kernel_Darwin? ( sys-process/psmisc )
-"
-RDEPEND="
- ${DEPEND}
- selinux? ( sec-policy/selinux-tmpreaper )
-"
-
-PATCHES=(
- "${FILESDIR}/${P}-boottime.patch"
-)
-
-src_compile() {
- emake AR="$(tc-getAR)"
-}
-
-src_install() {
- default
-
- dosbin tmpwatch
- doman tmpwatch.8
-
- exeinto /etc/cron.daily
- newexe "${FILESDIR}/${PN}.cron" "${PN}"
-}