commit: e7472255a761c0ef2512b5e0b48e3e7f038d529b Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Dec 15 13:21:25 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Dec 15 13:37:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7472255
sys-process/dcron: Drop old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> sys-process/dcron/dcron-4.5-r1.ebuild | 47 ----------------------------------- 1 file changed, 47 deletions(-) diff --git a/sys-process/dcron/dcron-4.5-r1.ebuild b/sys-process/dcron/dcron-4.5-r1.ebuild deleted file mode 100644 index aeeb15bf702..00000000000 --- a/sys-process/dcron/dcron-4.5-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit cron toolchain-funcs eutils systemd - -DESCRIPTION="A cute little cron from Matt Dillon" -HOMEPAGE="http://www.jimpryor.net/linux/dcron.html http://apollo.backplane.com/FreeSrc/" -SRC_URI="http://www.jimpryor.net/linux/releases/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" -IUSE="" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-4.5-pidfile.patch - epatch "${FILESDIR}"/${PN}-4.5-ldflags.patch - tc-export CC - cat <<-EOF > config - PREFIX = /usr - CRONTAB_GROUP = cron - EOF -} - -src_install() { - emake install DESTDIR="${D}" - dodoc CHANGELOG README "${FILESDIR}"/crontab - - docrondir - docron crond -m0700 -o root -g wheel - docrontab - - insinto /etc - doins "${FILESDIR}"/crontab - insinto /etc/cron.d - doins extra/prune-cronstamps - dodoc extra/run-cron extra/root.crontab - - newinitd "${FILESDIR}"/dcron.init dcron - newconfd "${FILESDIR}"/dcron.confd dcron - systemd_dounit "${FILESDIR}"/dcron.service - - insinto /etc/logrotate.d - newins extra/crond.logrotate dcron -}
