commit:     2fafe2b8969030d2170ebf24aa7df1e82e529956
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  5 13:16:03 2020 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sun Jan  5 13:17:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fafe2b8

app-admin/sysklogd: Bump to version 2.1

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 app-admin/sysklogd/Manifest              |  1 +
 app-admin/sysklogd/files/sysklogd.confd3 |  3 ++
 app-admin/sysklogd/files/sysklogd.rc10   | 20 +++++++++
 app-admin/sysklogd/sysklogd-2.1.ebuild   | 71 ++++++++++++++++++++++++++++++++
 4 files changed, 95 insertions(+)

diff --git a/app-admin/sysklogd/Manifest b/app-admin/sysklogd/Manifest
index 753a5c48a67..638df43817e 100644
--- a/app-admin/sysklogd/Manifest
+++ b/app-admin/sysklogd/Manifest
@@ -1,4 +1,5 @@
 DIST sysklogd-1.5.1.tar.gz 90011 BLAKE2B 
c40bd8d5769f7d3d4141d602c74ac41e05a140743d18c4923d9368da7ba193ccb89a6837173994f0b7a9c290cc23f64513040434d7ab8df81b5d09b73b0263ad
 SHA512 
a72196a1a172d25be1c4791ef6256fe71fa2ba8c1383d230e646e93f8a65c3a57c535189726325da4c792fdb2e9cb119bba43c878816a8e78e78189fd32b12b7
 DIST sysklogd-2.0.2.tar.gz 465933 BLAKE2B 
bc0181e43ca5996cfbf8a8a35d083f332e15f5c83215ec60b406cefc7817bb742d0ce094d6c0d9fe708d345db630a73ce408992d9aade18e5b69414ca4e2b2a6
 SHA512 
1e5e30162b1091c37801542ae44df3e5d1da09ead02dd74f81e1e35ebb2fea99bab372f00eca621340ca306a41629ccdfb3caa0d46db0fecf46e3030da932473
 DIST sysklogd-2.0.3.tar.gz 466919 BLAKE2B 
d9ada06dadb5a43ca7102cb24eaffa0494af2743f4714bab7d362cf480835ea9c3fc51ee171e4eb3b90380d63abe78c759bdfc5d946ec4d5bf8fce748cd916b9
 SHA512 
95ed0465e37b438d624b0a78d74c1194c57d117890492b5773c9ccefa7aa2c1f54ed510e54a29019fb2d7274200370031fe822a9316c154e64a2a01cb912d7a8
+DIST sysklogd-2.1.tar.gz 560611 BLAKE2B 
727f78a639d88fd67b5fe6106534a10f9b37717b0675772346b07691481d7d5297963d54d3e36eae7cf14431e8429eaf0da1c551970c7a916f4e6c891c7ad70c
 SHA512 
48fa0eed0013a9ff0a8bae0fe35bb82f46e012d3754da424bce0bcd339b4e016a1cbc93b134c02342f8da6e42721cdcdb3d28c3c71c571748d77a234460cb0c7
 DIST sysklogd_1.5-6.diff.gz 25677 BLAKE2B 
3cb1f596490998b6002d4656a2321a500ce9941a37737c0b9d4702bbb87d7bc9ba21b68e06d175e3c1714a701adc6b3312e18a556ebc9ef395d8968762830cb5
 SHA512 
816961a835a43057569f62fd20d9f7b5e0bfcfcb173b68947457708504db3ce47e635956c8a9564f9bd577d8f3c49dfc725d321dfd3370b2de918363c30f838e

diff --git a/app-admin/sysklogd/files/sysklogd.confd3 
b/app-admin/sysklogd/files/sysklogd.confd3
new file mode 100644
index 00000000000..d897c9e2528
--- /dev/null
+++ b/app-admin/sysklogd/files/sysklogd.confd3
@@ -0,0 +1,3 @@
+# Config file for /etc/init.d/sysklogd
+
+SYSLOGD="-m 0 -s -s -r 10M:10"

diff --git a/app-admin/sysklogd/files/sysklogd.rc10 
b/app-admin/sysklogd/files/sysklogd.rc10
new file mode 100644
index 00000000000..749f87f08be
--- /dev/null
+++ b/app-admin/sysklogd/files/sysklogd.rc10
@@ -0,0 +1,20 @@
+#!/sbin/openrc-run
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License, v2 or later
+
+extra_started_commands="reload"
+pidfile="/run/${RC_SVCNAME}.pid"
+command="/usr/sbin/syslogd"
+command_background="true"
+command_args="-F ${SYSLOGD}"
+
+depend() {
+       need clock hostname
+       provide logger
+}
+
+reload() {
+       ebegin "Reloading configuration"
+       start-stop-daemon --signal HUP --pidfile ${pidfile}
+       eend $?
+}

diff --git a/app-admin/sysklogd/sysklogd-2.1.ebuild 
b/app-admin/sysklogd/sysklogd-2.1.ebuild
new file mode 100644
index 00000000000..fba04a0bc31
--- /dev/null
+++ b/app-admin/sysklogd/sysklogd-2.1.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic systemd toolchain-funcs
+
+DESCRIPTION="Standard log daemons"
+HOMEPAGE="https://troglobit.com/sysklogd.html 
https://github.com/troglobit/sysklogd";
+SRC_URI="https://github.com/troglobit/sysklogd/releases/download/v${PV}/${P}.tar.gz";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+IUSE="logger logrotate systemd"
+RESTRICT="test"
+
+DEPEND="
+       logger? (
+               !<sys-apps/util-linux-2.34-r3
+               !>=sys-apps/util-linux-2.34-r3[logger]
+       )
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( ChangeLog.md README.md )
+
+pkg_setup() {
+       append-lfs-flags
+       tc-export CC
+}
+
+src_configure() {
+       local myeconfargs=(
+               --runstatedir="${EPREFIX}"/run
+               $(use_with logger)
+               $(use_with systemd systemd $(systemd_get_systemunitdir))
+       )
+       econf "${myeconfargs[@]}"
+}
+
+src_install() {
+       default
+
+       insinto /etc
+       doins syslog.conf
+       keepdir /etc/syslog.d
+
+       newinitd "${FILESDIR}"/sysklogd.rc10 sysklogd
+       newconfd "${FILESDIR}"/sysklogd.confd3 sysklogd
+
+       if use logrotate ; then
+               insinto /etc/logrotate.d
+               newins "${FILESDIR}"/sysklogd.logrotate sysklogd
+               sed 's@ -r 10M:10@@' -i "${ED}"/etc/conf.d/sysklogd || die
+       fi
+
+       find "${ED}" -type f \( -name "*.a" -o -name "*.la" \) -delete || die
+}
+
+pkg_postinst() {
+       if ! use logrotate && [[ -n ${REPLACING_VERSIONS} ]] && ver_test 
${REPLACING_VERSIONS} -lt 2.0 ; then
+               elog "Starting with version 2.0 syslogd has built in log 
rotation"
+               elog "functionality that does no longer require a running cron 
daemon."
+               elog "So we no longer install any log rotation cron files for 
sysklogd."
+       fi
+       if [[ -n ${REPLACING_VERSIONS} ]] && ver_test ${REPLACING_VERSIONS} -lt 
2.1 ; then
+               elog "Starting with version 2.1 sysklogd no longer provides 
klogd."
+               elog "syslogd now also logs kernel messages."
+       fi
+}

Reply via email to