diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-02-02 17:40:56 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-02-02 17:40:56 +0100 |
commit | 5dae97f17125cf62646557cf2a361855e22912fa (patch) | |
tree | 824f1e2a82444db88d16e96a99083cba90d9f0c5 /app-admin/newsyslog/newsyslog-1.1.0.81-r1.ebuild | |
parent | dev-python/pytest-asyncio: Remove old (diff) | |
download | gentoo-5dae97f17125cf62646557cf2a361855e22912fa.tar.gz gentoo-5dae97f17125cf62646557cf2a361855e22912fa.tar.bz2 gentoo-5dae97f17125cf62646557cf2a361855e22912fa.zip |
app-admin/newsyslog: Remove last-rited pkg
Closes: https://bugs.gentoo.org/874087
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-admin/newsyslog/newsyslog-1.1.0.81-r1.ebuild')
-rw-r--r-- | app-admin/newsyslog/newsyslog-1.1.0.81-r1.ebuild | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/app-admin/newsyslog/newsyslog-1.1.0.81-r1.ebuild b/app-admin/newsyslog/newsyslog-1.1.0.81-r1.ebuild deleted file mode 100644 index e4c307946c09..000000000000 --- a/app-admin/newsyslog/newsyslog-1.1.0.81-r1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="a highly configurable program for managing and archiving log files" -HOMEPAGE="http://www.weird.com/~woods/projects/newsyslog.html" -SRC_URI="http://download.openpkg.org/components/cache/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~mips ppc ppc64 ~sparc x86" - -BDEPEND="sys-apps/groff" -RDEPEND=" - virtual/cron - app-arch/gzip" - -PATCHES=( - "${FILESDIR}"/${P}-html.patch - "${FILESDIR}"/${P}-fno-common.patch -) - -src_configure() { - local myconf=( - --with-gzip - --with-newsyslog_conf="${EPREFIX}"/etc/newsyslog.conf - ) - if has_version 'app-admin/syslog-ng'; then - myconf+=( --with-syslogd_pid="${EPREFIX}"/var/run/syslog-ng.pid ) - else - myconf+=( --with-syslogd_pid="${EPREFIX}"/var/run/syslog.pid ) - fi - - econf "${myconf[@]}" -} - -src_install() { - # The "install" target would install cached man pages #840951 - emake \ - DESTDIR="${D}" \ - install-exec install-man - - einstalldocs - dodoc newsyslog.conf ToDo -} |