diff options
author | Sam James <sam@gentoo.org> | 2021-08-20 03:25:34 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-20 03:25:34 +0100 |
commit | 08df76446cf4f5092b6aa2f77c76cdabdf4baaba (patch) | |
tree | 54260a1e764a4809a3a98cd3e1ccfc3750dd7d32 /app-admin/tmpwatch/tmpwatch-2.11-r3.ebuild | |
parent | net-print/gutenprint: restore eautoreconf for CFLAGS patch (diff) | |
download | gentoo-08df76446cf4f5092b6aa2f77c76cdabdf4baaba.tar.gz gentoo-08df76446cf4f5092b6aa2f77c76cdabdf4baaba.tar.bz2 gentoo-08df76446cf4f5092b6aa2f77c76cdabdf4baaba.zip |
Revert "app-admin/tmpwatch: address bug 524698 (bashism)"
This reverts commit ce830c8d6fc7869fd559d36c71cf3b8af3b4fd80.
Forgot to set git author when massaging git to apply the patch.
Bug: https://bugs.gentoo.org/524698
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-admin/tmpwatch/tmpwatch-2.11-r3.ebuild')
-rw-r--r-- | app-admin/tmpwatch/tmpwatch-2.11-r3.ebuild | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/app-admin/tmpwatch/tmpwatch-2.11-r3.ebuild b/app-admin/tmpwatch/tmpwatch-2.11-r3.ebuild deleted file mode 100644 index cdc308efa9f9..000000000000 --- a/app-admin/tmpwatch/tmpwatch-2.11-r3.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}" -} |