From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/logcheck/
Date: Sat, 26 May 2018 11:06:49 +0000 (UTC) [thread overview]
Message-ID: <1527332804.fde91a885e23f555ce706c9e742ab3b04d513724.johu@gentoo> (raw)
commit: fde91a885e23f555ce706c9e742ab3b04d513724
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 11:06:30 2018 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat May 26 11:06:44 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fde91a88
app-admin/logcheck: Remove 1.3.15-r2
Uses deprecated EAPI 4 and overshadowed by 1.3.18-r1.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
app-admin/logcheck/Manifest | 1 -
app-admin/logcheck/logcheck-1.3.15-r2.ebuild | 51 ----------------------------
2 files changed, 52 deletions(-)
diff --git a/app-admin/logcheck/Manifest b/app-admin/logcheck/Manifest
index 1cad282969c..e8956e92dee 100644
--- a/app-admin/logcheck/Manifest
+++ b/app-admin/logcheck/Manifest
@@ -1,2 +1 @@
-DIST logcheck_1.3.15.tar.gz 162397 BLAKE2B 111e16f482c8610ffc39c518b3fd523abaa9720e7873bcadba58d85bd13bd7a8a9d93881e64f5d8cc5cb30c8254f2216fe97d1b77fe1cf77d5e14859ec701621 SHA512 45c9e779fc1d1f417aea3f02e70eff4dbc7cd0b45e04f7efc458a4552866686cbb095d0b5ebaf32a57d423a3753b4573277a464f5539789350b087569e025abf
DIST logcheck_1.3.18.tar.xz 131252 BLAKE2B 024259d965c02d5f27a82f1df1e947d48e4b1bad705882243c4b743a1c061012f2437ecab1a97265f5a330fdec2f813a36c078dca282f54fdfaab03833340320 SHA512 3ab75969f732efa123d9df2c8b44557e4a7eddef8332a8357463930714148a13130c763c22e562bd60e106abf5e18cf39b3572e0c048727a117fbc67430b7e3f
diff --git a/app-admin/logcheck/logcheck-1.3.15-r2.ebuild b/app-admin/logcheck/logcheck-1.3.15-r2.ebuild
deleted file mode 100644
index 956fbe89097..00000000000
--- a/app-admin/logcheck/logcheck-1.3.15-r2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit user
-
-DESCRIPTION="Mails anomalies in the system logfiles to the administrator"
-HOMEPAGE="http://packages.debian.org/sid/logcheck"
-SRC_URI="mirror://debian/pool/main/l/${PN}/${PN}_${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="!app-admin/logsentry
- app-misc/lockfile-progs
- dev-lang/perl
- dev-perl/mime-construct
- virtual/mailx
- ${DEPEND}"
-
-pkg_setup() {
- enewgroup logcheck
- enewuser logcheck -1 -1 -1 logcheck
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-
- # Do not install /var/lock, bug #449968 . Use rmdir to make sure
- # the directories removed are empty.
- rmdir "${D}/var/lock/logcheck" || die
- rmdir "${D}/var/lock" || die
-
- keepdir /var/lib/logcheck
- dodoc AUTHORS CHANGES CREDITS TODO docs/README.*
- doman docs/logtail.8 docs/logtail2.8
-
- exeinto /etc/cron.hourly
- doexe "${FILESDIR}/${PN}.cron"
-}
-
-pkg_postinst() {
- chown -R logcheck:logcheck /etc/logcheck /var/lib/logcheck || die
-
- elog "Please read the guide at https://wiki.gentoo.org/wiki/Logcheck"
- elog "for installation instructions."
-}
next reply other threads:[~2018-05-26 11:06 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-26 11:06 Johannes Huber [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-10 12:07 [gentoo-commits] repo/gentoo:master commit in: app-admin/logcheck/ Florian Schmaus
2024-02-06 19:59 Sam James
2023-10-02 6:31 Florian Schmaus
2023-09-14 18:23 Arthur Zamarin
2023-07-28 6:58 Florian Schmaus
2021-07-15 18:29 Conrad Kostecki
2021-05-28 12:05 Agostino Sarubbo
2021-05-28 12:02 Agostino Sarubbo
2021-04-11 19:24 Conrad Kostecki
2018-05-25 23:58 Thomas Deutschmann
2018-05-24 14:31 Agostino Sarubbo
2018-05-20 22:58 Matt Turner
2018-04-14 18:58 Pacho Ramos
2018-04-14 18:58 Pacho Ramos
2018-04-14 18:58 Pacho Ramos
2017-05-02 14:16 Manuel Rüger
2017-05-02 14:13 Manuel Rüger
2017-05-02 10:27 Paweł Hajdan
2016-12-17 22:43 Patrice Clement
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=1527332804.fde91a885e23f555ce706c9e742ab3b04d513724.johu@gentoo \
--to=johu@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