public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/logsentry/
Date: Sun,  1 Oct 2023 18:15:03 +0000 (UTC)	[thread overview]
Message-ID: <1696184082.69feaa7d106adcc44f0378d48a18042a831f89c4.asturm@gentoo> (raw)

commit:     69feaa7d106adcc44f0378d48a18042a831f89c4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  1 18:13:16 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct  1 18:14:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69feaa7d

app-admin/logsentry: drop 1.1.1-r2

Bug: https://bugs.gentoo.org/914845
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-admin/logsentry/logsentry-1.1.1-r2.ebuild | 73 ---------------------------
 1 file changed, 73 deletions(-)

diff --git a/app-admin/logsentry/logsentry-1.1.1-r2.ebuild b/app-admin/logsentry/logsentry-1.1.1-r2.ebuild
deleted file mode 100644
index 3613336e1ebd..000000000000
--- a/app-admin/logsentry/logsentry-1.1.1-r2.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Automatically monitor system logs and mail security violations"
-# Seems that the project has been discontinued by CISCO?
-HOMEPAGE="https://sourceforge.net/projects/sentrytools/"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-S="${WORKDIR}"/logcheck-${PV}
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm ~mips ppc ~s390 sparc x86"
-IUSE="selinux"
-
-RDEPEND="
-	virtual/mailx
-	selinux? ( sec-policy/selinux-logsentry )
-"
-
-src_compile() {
-	einfo "compile and install mixed in the package makefile"
-}
-
-src_install() {
-	dodir /usr/bin /var/tmp/logcheck /etc/logcheck
-
-	cp systems/linux/logcheck.sh{,.orig} || die
-
-	sed -i \
-		-e 's:/usr/local/bin:/usr/bin:' \
-		-e 's:/usr/local/etc:/etc/logcheck:' \
-		-e 's:/etc/logcheck/tmp:/var/tmp/logcheck:' \
-		systems/linux/logcheck.sh || \
-			die "sed logcheck.sh failed"
-	sed -i \
-		-e "s:/usr/local/bin:${D}/usr/bin:" \
-		-e "s:/usr/local/etc:${D}/etc/logcheck:" \
-		-e "s:/etc/logcheck/tmp:/var/tmp/logcheck:" \
-		-e "s:\$(CC):& \$(LDFLAGS):" \
-		Makefile || die "sed Makefile failed"
-
-	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" linux
-
-	dodoc README* CHANGES CREDITS
-	dodoc systems/linux/README.*
-
-	cat << EOF > "${S}"/logsentry.cron || die
-#!/bin/sh
-#
-# Uncomment the following if you want
-# logsentry (logcheck) to run hourly
-#
-# this is part of the logsentry package
-#
-#
-
-#/bin/sh /etc/logcheck/logcheck.sh
-EOF
-
-	exeinto /etc/cron.hourly
-	doexe logsentry.cron
-}
-
-pkg_postinst() {
-	elog
-	elog "Uncomment the logcheck line in /etc/cron.hourly/logsentry.cron,"
-	elog "or add directly to root's crontab"
-	elog
-}


             reply	other threads:[~2023-10-01 18:15 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-01 18:15 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-10-01 18:10 [gentoo-commits] repo/gentoo:master commit in: app-admin/logsentry/ Arthur Zamarin
2023-09-28  8:10 Sam James
2023-09-28  5:22 Joonas Niilola
2023-09-28  5:16 Joonas Niilola
2023-09-28  0:21 Sam James
2023-09-13  3:49 Sam James
2023-06-28  7:50 Sam James
2021-11-19 11:33 Sam James
2018-05-27 12:01 Pacho Ramos
2018-04-04 22:35 Sergei Trofimovich
2018-04-02  8:33 Markus Meier
2018-02-10  0:32 Thomas Deutschmann
2018-02-08 22:13 Sergei Trofimovich
2017-08-07  7:42 Amy Liffey

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=1696184082.69feaa7d106adcc44f0378d48a18042a831f89c4.asturm@gentoo \
    --to=asturm@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