summaryrefslogtreecommitdiff
path: root/app-admin/logsentry
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-10-01 23:44:45 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-10-01 23:44:45 +0100
commitca52870b45c298a446df20ae15d12bff5f37c480 (patch)
tree96295ab2f8990b4411cd7628ff8ded21b5e3a030 /app-admin/logsentry
parent5bd02f229a9c4ce484e49ec36dcb1f4eb5dfcdae (diff)
gentoo auto-resync : 01:10:2023 - 23:44:45
Diffstat (limited to 'app-admin/logsentry')
-rw-r--r--app-admin/logsentry/Manifest3
-rw-r--r--app-admin/logsentry/logsentry-1.1.1-r2.ebuild73
-rw-r--r--app-admin/logsentry/logsentry-1.1.1-r3.ebuild2
3 files changed, 2 insertions, 76 deletions
diff --git a/app-admin/logsentry/Manifest b/app-admin/logsentry/Manifest
index 48768300da20..b923a749fd4b 100644
--- a/app-admin/logsentry/Manifest
+++ b/app-admin/logsentry/Manifest
@@ -1,4 +1,3 @@
DIST logsentry-1.1.1.tar.gz 30267 BLAKE2B e81fb68484fb05f40d61e2d34bc6e0953e99a46b299f4384592bb4a5a1b53874ca382dfaf68f60ee232d56a9c23ec4840ddc71033fb20b88f653d2fc00384869 SHA512 4be045289259655e7b4da05dd1a07c649b2289fbc6f15dd424dc48ab980478f3ae49501f0e9e2035fddb9a40acaf2f4ab310ff8d95355196d82d41d6fc860143
-EBUILD logsentry-1.1.1-r2.ebuild 1688 BLAKE2B fed818af317300bda7b100943a0a78681545aa889efe5b6f648c2327b7e50594e44d9ce95c841c0e9dd909b68bb0c887b3de16a48e47da77e70ac109f6e125e8 SHA512 53dd2f713c984957deff570ce5a185cda052e421b143f0d6976a334b645d1b5268de11df09b5e66a275742472a57991846fc419d655f38f435b31539d6130c07
-EBUILD logsentry-1.1.1-r3.ebuild 1697 BLAKE2B 8c6c00a81b5925b64ea06e3d366df3338afa7ad16ac54b076dea312603478a54da3549de73aa63f3e2920e05e3f9327fce928ddc568be1c7a507b8441836dad6 SHA512 f884215397f5ac9472cbb22cc8a8d349eb9155c90ddbe077a354a731bb8d7e099b4cce3462424dbc375cfe14f72879112888b78393ffd1fa7a154f2b6edad9a0
+EBUILD logsentry-1.1.1-r3.ebuild 1696 BLAKE2B ef5c25907228bb9d678d9f1ce77b6523b4fedec76528ca5ce0ec0566bfc46cf66bc88f25f6dedb0775c0640a4801fac2955dedc926adae6e6f17b2ff1efa48e7 SHA512 e0a4ddb0243adced6bec7a93acecddfffea6c6a71381565a3bdca4a68d187df4ece313d394f27732ac01ccc60687f8f258b28bc6aa0b04de623a5e4af807ec1d
MISC metadata.xml 249 BLAKE2B c2d4f9860e1a735ee3640357ab6d319cfc6e0211d0b4a8bd69ed80becd0e4f181b9573746a8d625682feb4a8958f54aaa24c982ea5e719dd712090c223a23657 SHA512 ccb92e44ca5070b560c6add1dd03d91aeff56986d8f6e86a980928f69fe1417b49beb2ddf50d7ae73bafa5034fc9f09f907b78f05a59c2ecd59f71b36909ac50
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
-}
diff --git a/app-admin/logsentry/logsentry-1.1.1-r3.ebuild b/app-admin/logsentry/logsentry-1.1.1-r3.ebuild
index 1f3bfd76f1bc..8676acdc4a74 100644
--- a/app-admin/logsentry/logsentry-1.1.1-r3.ebuild
+++ b/app-admin/logsentry/logsentry-1.1.1-r3.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/logcheck-${PV}
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 arm ~mips ~ppc ~s390 sparc x86"
+KEYWORDS="amd64 arm ~mips ppc ~s390 sparc x86"
IUSE="selinux"
RDEPEND="