From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/anacron/
Date: Mon, 7 Oct 2019 13:53:29 +0000 (UTC) [thread overview]
Message-ID: <1570456399.3574cad54051181e18c1eb96308be688f65e8b16.mgorny@gentoo> (raw)
commit: 3574cad54051181e18c1eb96308be688f65e8b16
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 7 13:14:46 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct 7 13:53:19 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3574cad5
sys-process/anacron: Drop old (EAPI=0)
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sys-process/anacron/anacron-2.3-r2.ebuild | 63 -------------------------------
1 file changed, 63 deletions(-)
diff --git a/sys-process/anacron/anacron-2.3-r2.ebuild b/sys-process/anacron/anacron-2.3-r2.ebuild
deleted file mode 100644
index 0cd447e477a..00000000000
--- a/sys-process/anacron/anacron-2.3-r2.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-DESCRIPTION="a periodic command scheduler"
-HOMEPAGE="http://anacron.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc x86"
-IUSE=""
-
-DEPEND=">=sys-apps/sed-4
- sys-process/cronbase"
-RDEPEND="virtual/mta
- virtual/cron"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-compile-fix-from-debian.patch
- sed -i "s:^CFLAGS =:CFLAGS = $CFLAGS:" Makefile
-}
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- #this does not work if the directory exists already
- diropts -m0750 -o root -g cron
- keepdir /var/spool/anacron
-
- doman anacrontab.5 anacron.8
-
- newinitd "${FILESDIR}"/anacron.rc6 anacron
-
- dodoc ChangeLog README TODO
-
- insinto /usr/sbin
- insopts -o root -g root -m 0750 ; doins anacron
-
- insinto /etc
- doins "${FILESDIR}"/anacrontab
-}
-
-pkg_postinst() {
- einfo "Schedule the command \"anacron -s\" as a daily cron-job (preferably"
- einfo "at some early morning hour). This will make sure that jobs are run"
- einfo "when the systems is left running for a night."
- einfo ""
- einfo "Update /etc/anacrontab to include what you want anacron to run."
-
- echo
- einfo "You may wish to read the Gentoo Linux Cron Guide, which can be"
- einfo "found online at:"
- einfo " https://wiki.gentoo.org/wiki/Cron"
- echo
-}
next reply other threads:[~2019-10-07 13:53 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-07 13:53 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-08 13:51 [gentoo-commits] repo/gentoo:master commit in: sys-process/anacron/ Arthur Zamarin
2024-03-08 13:48 Arthur Zamarin
2024-03-08 12:15 Arthur Zamarin
2024-03-08 12:11 Arthur Zamarin
2024-02-01 13:38 Joonas Niilola
2024-02-01 13:38 Joonas Niilola
2021-07-21 2:22 Yixun Lan
2019-10-07 9:47 Agostino Sarubbo
2019-10-07 8:42 Agostino Sarubbo
2019-09-11 16:21 Michał Górny
2017-09-02 14:18 Michael Palimaka
2016-12-12 8:43 Lars Wendler
2016-12-11 23:59 Patrice Clement
2015-08-10 8:00 Mike Frysinger
2015-08-10 8:00 Mike Frysinger
2015-08-10 8:00 Mike Frysinger
2015-08-10 8:00 Mike Frysinger
2015-08-10 8:00 Mike Frysinger
2015-08-10 8:00 Mike Frysinger
2015-08-10 8:00 Mike Frysinger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1570456399.3574cad54051181e18c1eb96308be688f65e8b16.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox