public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/newsyslog/files/, app-admin/newsyslog/
Date: Sat, 20 Feb 2021 19:32:05 +0000 (UTC)	[thread overview]
Message-ID: <1613849456.8558ad5f8f8a11a381a1406eb0b53b3ed1c5661d.soap@gentoo> (raw)

commit:     8558ad5f8f8a11a381a1406eb0b53b3ed1c5661d
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sat Feb 20 19:30:56 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 20 19:30:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8558ad5f

app-admin/newsyslog: Remove old

Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-admin/newsyslog/Manifest                       |  1 -
 app-admin/newsyslog/files/newsyslog-1.1-html.patch | 20 -----------
 app-admin/newsyslog/newsyslog-1.1-r1.ebuild        | 42 ----------------------
 3 files changed, 63 deletions(-)

diff --git a/app-admin/newsyslog/Manifest b/app-admin/newsyslog/Manifest
index a26fcc47c55..74338d4fc15 100644
--- a/app-admin/newsyslog/Manifest
+++ b/app-admin/newsyslog/Manifest
@@ -1,2 +1 @@
 DIST newsyslog-1.1.0.81.tar.gz 174411 BLAKE2B d7916396ecf7dda9928891c3bd1020be45354c9623e53d9a52170567c811b3cad3e82efec8145f51a68ed851c46a6c3fb6e8bf944bedf935f2a6589e4b45d3e1 SHA512 de7ae2f71fb5a2a3fad0eaaa793da1ff2b36bc5757a30c70e8f740da8ea2647aea0422c13c1cc1a5e082e41938cbb590c8bb0ecf46d5d584466069f319db47c2
-DIST newsyslog-1.1.tar.gz 156371 BLAKE2B f9ac2de3059e377e61963af70591ca19bc335ffc96d1aa94770fec96cad7b8200d10edc6ac4ab115b697eb0527a998dd457ea1c0d5a1b529d5cbf5285d5ec138 SHA512 b321ae47ecacf6905858bedfaa5ca8c4230f7b6e5a715f8481331940c0ae53795769524a62d1670b4df27f9e263b407be83527a64ccd54b3ba75d55d3c5149b1

diff --git a/app-admin/newsyslog/files/newsyslog-1.1-html.patch b/app-admin/newsyslog/files/newsyslog-1.1-html.patch
deleted file mode 100644
index 265858e74e4..00000000000
--- a/app-admin/newsyslog/files/newsyslog-1.1-html.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/Makefile.in	Tue May 21 14:08:11 2002
-+++ b/Makefile.in	Sun Aug 18 22:06:23 2002
-@@ -591,7 +591,7 @@
- 
- .8.8.html:
- 	@rm -f $@
--	($(TBL) $< | $(NROFF) -mdoc2html > $@) || (rm -f $@; exit 1)
-+	($(TBL) $< | $(NROFF) -mhtml > $@) || (rm -f $@; exit 1)
- 
- .5.5.ps:
- 	@rm -f $@
-@@ -599,7 +599,7 @@
- 
- .5.5.html:
- 	@rm -f $@
--	($(TBL) $< | $(NROFF) -mdoc2html > $@) || (rm -f $@; exit 1)
-+	($(TBL) $< | $(NROFF) -mhtml > $@) || (rm -f $@; exit 1)
- 
- .cat5.cat5-dist:
- 	@rm -f $@

diff --git a/app-admin/newsyslog/newsyslog-1.1-r1.ebuild b/app-admin/newsyslog/newsyslog-1.1-r1.ebuild
deleted file mode 100644
index 4ab9af43163..00000000000
--- a/app-admin/newsyslog/newsyslog-1.1-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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"
-
-DEPEND="sys-apps/groff"
-
-RDEPEND="
-	virtual/cron
-	app-arch/gzip"
-
-PATCHES=( "${FILESDIR}/${P}-html.patch" )
-
-DOCS=( newsyslog.conf AUTHORS ChangeLog INSTALL NEWS ToDo )
-
-src_configure() {
-	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}
-}
-
-src_install() {
-	emake \
-		DESTDIR="${D}" \
-		catmandir="${T}"/dont-install \
-		install
-	einstalldocs
-}


             reply	other threads:[~2021-02-20 19:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-20 19:32 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-06-24 14:51 [gentoo-commits] repo/gentoo:master commit in: app-admin/newsyslog/files/, app-admin/newsyslog/ Patrice Clement
2017-11-19 23:19 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1613849456.8558ad5f8f8a11a381a1406eb0b53b3ed1c5661d.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox