commit:     23507311ace3c6ca9b405eb80655b837781499ef
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 27 21:58:20 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 21:53:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23507311

app-admin/newsyslog: clean up old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-admin/newsyslog/newsyslog-1.1.ebuild | 45 --------------------------------
 1 file changed, 45 deletions(-)

diff --git a/app-admin/newsyslog/newsyslog-1.1.ebuild 
b/app-admin/newsyslog/newsyslog-1.1.ebuild
deleted file mode 100644
index 6a4bcfef9de..00000000000
--- a/app-admin/newsyslog/newsyslog-1.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils
-
-DESCRIPTION="a highly configurable program for managing and archiving log 
files"
-HOMEPAGE="http://www.weird.com/~woods/projects/newsyslog.html";
-SRC_URI="ftp://ftp.weird.com/pub/local/${P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha ~amd64 hppa ~mips ppc ppc64 ~sparc x86"
-IUSE=""
-
-DEPEND="sys-apps/groff"
-RDEPEND="virtual/cron
-       app-arch/gzip"
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-       epatch "${FILESDIR}"/newsyslog-html.patch
-}
-
-src_compile() {
-       local myconf="--with-syslogd_pid=/var/run/syslog.pid"
-
-       has_version 'app-admin/syslog-ng' \
-           && myconf="--with-syslogd_pid=/var/run/syslog-ng.pid"
-
-       econf \
-           --with-gzip \
-           --with-newsyslog_conf=/etc/newsyslog.conf \
-           ${myconf} || die "econf failed"
-
-       emake || die
-}
-
-src_install() {
-       emake \
-               DESTDIR="${D}" \
-               catmandir="${T}"/dont-install \
-               install || die "install failed"
-       dodoc newsyslog.conf AUTHORS ChangeLog INSTALL NEWS README.* ToDo
-}

Reply via email to