summaryrefslogtreecommitdiff
path: root/app-admin/tenshi
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-22 07:31:18 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-22 07:31:18 +0100
commit908778078736bd36f7a60a2d576d415cb8e000fa (patch)
treec6a4796c48b608c14dc7e9674cdbd38f905e3c15 /app-admin/tenshi
parent185fa19bbf68a4d4dca534d2b46729207a177f16 (diff)
gentoo resync : 22.05.2021
Diffstat (limited to 'app-admin/tenshi')
-rw-r--r--app-admin/tenshi/Manifest3
-rw-r--r--app-admin/tenshi/tenshi-0.17-r1.ebuild2
-rw-r--r--app-admin/tenshi/tenshi-0.17.ebuild47
3 files changed, 2 insertions, 50 deletions
diff --git a/app-admin/tenshi/Manifest b/app-admin/tenshi/Manifest
index ae99c44402f2..9b4f5d7858c9 100644
--- a/app-admin/tenshi/Manifest
+++ b/app-admin/tenshi/Manifest
@@ -1,4 +1,3 @@
DIST tenshi-0.17.tar.gz 24597 BLAKE2B 846128e65b1a2d2a3bc5edecc9356069f44d9c13757771ec7fc5c31063d8aeb9403d447dbb088d2aa7d05d3b086ac6c569cd24a05c336225540b3baa10e79bb7 SHA512 2ca93ceaab0843c321fa69d8ba1c7b31eaf809cac4348c98327ddd9ab72df4d5ff00d6b4edeb19a9f02e154161988e0c2284248fd0e84d2b42dd82fdbaac1a78
-EBUILD tenshi-0.17-r1.ebuild 1057 BLAKE2B 39ffe39519bba697a6aa01bf2d332e2eae1298544c988f10477a84175c0df3e2e41c8de37c173832ff65b0c4b673db19b7dad6ee22eb0b1ca331e9d263e4f455 SHA512 23320285b9907b9bcd9b955d0cc1d5ca4ff33943a922be68531462ff4169b28c33a5f81e31eb1bfd6be7825b009cbf9f87ce7c9a62f01efc341a74b2fb2ebb67
-EBUILD tenshi-0.17.ebuild 1234 BLAKE2B ab5758e25d205694a426227b1f48af53365c2e311ffb024dec529f9ba62c9c5cbade36cbaa618234b96e209fa447040a41e1476628123a7c2d9f93ac80a1fa23 SHA512 1e71cddc001b8ba53497a5d69c262e9435f90dc392cd31e3c121795f3b74b77ecd6da909c77d8a50ede7c7beb57ecd4a50558802bce510576dda5c0371b40f97
+EBUILD tenshi-0.17-r1.ebuild 1054 BLAKE2B c2fc4ebf814f70d39d6f2fa9d1b3bb07f56d1596824b7ff013acd61e693c31b9e8c154ff222076497f6bc5bbfe2977e62e56a4637f8b1e07ba3fd8fbb81e3eb5 SHA512 01fbff9b24ebd94ad5be1c43cd782a35474e69a6e4099a05ebeabc841d65f4ca4b0c239114a93c0f24fc59787a6f11890bdeaf49900d449c68cb20315d7b1542
MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84
diff --git a/app-admin/tenshi/tenshi-0.17-r1.ebuild b/app-admin/tenshi/tenshi-0.17-r1.ebuild
index 83d69e58809d..c510936bca7a 100644
--- a/app-admin/tenshi/tenshi-0.17-r1.ebuild
+++ b/app-admin/tenshi/tenshi-0.17-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/inversepath/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
LICENSE="ISC"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc x86"
RDEPEND="
acct-group/tenshi
diff --git a/app-admin/tenshi/tenshi-0.17.ebuild b/app-admin/tenshi/tenshi-0.17.ebuild
deleted file mode 100644
index 8ef916bfe1ee..000000000000
--- a/app-admin/tenshi/tenshi-0.17.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit user
-
-DESCRIPTION="Log parsing and notification program"
-HOMEPAGE="https://inversepath.com/tenshi.html https://github.com/inversepath/tenshi"
-SRC_URI="https://github.com/inversepath/${PN}/archive/${PV}.tar.gz
- -> ${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND="dev-lang/perl
- dev-perl/IO-BufferedSelect
- sys-apps/coreutils"
-
-pkg_setup() {
- enewgroup tenshi
- enewuser tenshi -1 -1 /var/lib/tenshi tenshi
-}
-
-src_prepare() {
- default
- # Fix for bug #241254
- sed -i 's:^docdir =.*:docdir = /usr/share/doc/${PF}:' \
- Makefile || die "docdir substitution failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- doman tenshi.8
- newinitd tenshi.openrc-init tenshi
-
- # We don't need to install LICENSE files.
- rm "${D}/usr/share/doc/${PF}/LICENSE" || die 'failed to remove LICENSE'
-}
-
-pkg_postinst() {
- ewarn "The sample config installed to ${ROOT}etc/tenshi/tenshi.conf"
- ewarn "monitors /var/log/messages which, by default, can not be read"
- ewarn "by the tenshi user. Make sure that the tenshi user has read"
- ewarn "permission on all the files that you want tenshi to monitor."
-}