public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/logcheck/
Date: Sat, 14 Apr 2018 18:58:28 +0000 (UTC)	[thread overview]
Message-ID: <1523732304.4427b99fe35e5d17a41e4a50d9a43a59832258ac.pacho@gentoo> (raw)

commit:     4427b99fe35e5d17a41e4a50d9a43a59832258ac
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 14 18:58:08 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Apr 14 18:58:24 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4427b99f

app-admin/logcheck: Drop old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-admin/logcheck/Manifest               |  1 -
 app-admin/logcheck/logcheck-1.3.17.ebuild | 51 -------------------------------
 app-admin/logcheck/logcheck-1.3.18.ebuild | 51 -------------------------------
 3 files changed, 103 deletions(-)

diff --git a/app-admin/logcheck/Manifest b/app-admin/logcheck/Manifest
index 5463037270f..1cad282969c 100644
--- a/app-admin/logcheck/Manifest
+++ b/app-admin/logcheck/Manifest
@@ -1,3 +1,2 @@
 DIST logcheck_1.3.15.tar.gz 162397 BLAKE2B 111e16f482c8610ffc39c518b3fd523abaa9720e7873bcadba58d85bd13bd7a8a9d93881e64f5d8cc5cb30c8254f2216fe97d1b77fe1cf77d5e14859ec701621 SHA512 45c9e779fc1d1f417aea3f02e70eff4dbc7cd0b45e04f7efc458a4552866686cbb095d0b5ebaf32a57d423a3753b4573277a464f5539789350b087569e025abf
-DIST logcheck_1.3.17.tar.xz 130956 BLAKE2B 16fc80f983a17d55e4b5fdcefcc95657e99bb3f5229655b768ab6116a874bf0f080c368bae235802370534df27908d22f52168b9cf1123fce05f9b4d5a484015 SHA512 e4a30b6ccd7a9f0f51354b1a6e577f6a3837e3db078f61b3d3ceaf630a1f1eeae03324e6ec58307f8f723dbd017e1543c15f7dc34e50c0eeb9ee0b160b2c879d
 DIST logcheck_1.3.18.tar.xz 131252 BLAKE2B 024259d965c02d5f27a82f1df1e947d48e4b1bad705882243c4b743a1c061012f2437ecab1a97265f5a330fdec2f813a36c078dca282f54fdfaab03833340320 SHA512 3ab75969f732efa123d9df2c8b44557e4a7eddef8332a8357463930714148a13130c763c22e562bd60e106abf5e18cf39b3572e0c048727a117fbc67430b7e3f

diff --git a/app-admin/logcheck/logcheck-1.3.17.ebuild b/app-admin/logcheck/logcheck-1.3.17.ebuild
deleted file mode 100644
index 412128f5097..00000000000
--- a/app-admin/logcheck/logcheck-1.3.17.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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.xz"
-
-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."
-}

diff --git a/app-admin/logcheck/logcheck-1.3.18.ebuild b/app-admin/logcheck/logcheck-1.3.18.ebuild
deleted file mode 100644
index 05809634d69..00000000000
--- a/app-admin/logcheck/logcheck-1.3.18.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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.xz"
-
-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."
-}


             reply	other threads:[~2018-04-14 18:58 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-14 18:58 Pacho Ramos [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-26 11:06 Johannes Huber
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
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=1523732304.4427b99fe35e5d17a41e4a50d9a43a59832258ac.pacho@gentoo \
    --to=pacho@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