summaryrefslogtreecommitdiff
path: root/app-admin/logsentry
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-admin/logsentry
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-admin/logsentry')
-rw-r--r--app-admin/logsentry/Manifest3
-rw-r--r--app-admin/logsentry/logsentry-1.1.1-r2.ebuild69
-rw-r--r--app-admin/logsentry/metadata.xml8
3 files changed, 0 insertions, 80 deletions
diff --git a/app-admin/logsentry/Manifest b/app-admin/logsentry/Manifest
deleted file mode 100644
index 8b5990801421..000000000000
--- a/app-admin/logsentry/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST logsentry-1.1.1.tar.gz 30267 BLAKE2B e81fb68484fb05f40d61e2d34bc6e0953e99a46b299f4384592bb4a5a1b53874ca382dfaf68f60ee232d56a9c23ec4840ddc71033fb20b88f653d2fc00384869 SHA512 4be045289259655e7b4da05dd1a07c649b2289fbc6f15dd424dc48ab980478f3ae49501f0e9e2035fddb9a40acaf2f4ab310ff8d95355196d82d41d6fc860143
-EBUILD logsentry-1.1.1-r2.ebuild 1672 BLAKE2B 2fe664d750585d2c9bf6ed4917a8f75e5c9d2fba637d5b216328ed9030bc1bc35bab12a55f3b0f87eff6d4a35095a5eed3c58a8dbcd3b0d0555373cd0fe6c4d0 SHA512 037e49a772278c28745bbe72c5d8cdae5bdb3f77476bf0a55c1b26fa3f9aeb321f33be358c13dd07a0d3186860c6beb85f9678fd81d1d76ab269caeeee0cad48
-MISC metadata.xml 248 BLAKE2B 495eba242dfadfd944d3f74a526162dc04de2d8fcebcb6d5dce43c20500407485c24fe61d537f8015739463543b53ed6fbd9d07242a45782df2c2a8d68e053ab SHA512 52d286d2ecc5d8b66e2468683db28439cdcbcc96c88d8dba8a415049def3c53bc130783853aee9918c6b0dc4ae295aba44d601687d440196399903b25e92b5f9
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 f21b1a952619..000000000000
--- a/app-admin/logsentry/logsentry-1.1.1-r2.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# 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"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm ~mips ppc ~s390 ~sh sparc x86"
-IUSE=""
-
-DEPEND=">=sys-apps/sed-4"
-RDEPEND="virtual/mailx"
-
-S="${WORKDIR}"/logcheck-${PV}
-
-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"
- make CC="$(tc-getCC)" CFLAGS="${CFLAGS}" linux || die
-
- 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/metadata.xml b/app-admin/logsentry/metadata.xml
deleted file mode 100644
index 83faec9523ff..000000000000
--- a/app-admin/logsentry/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="sourceforge">sentrytools</remote-id>
- </upstream>
-</pkgmetadata>