* [gentoo-commits] repo/gentoo:master commit in: app-admin/newsyslog/
@ 2017-04-03 22:04 Patrice Clement
0 siblings, 0 replies; 12+ messages in thread
From: Patrice Clement @ 2017-04-03 22:04 UTC (permalink / raw
To: gentoo-commits
commit: 8a91e3d56901b0b2fe6deabd17e1a69acd508779
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 3 22:04:22 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Apr 3 22:04:36 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a91e3d5
app-admin/newsyslog: EAPI 6 bump.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-admin/newsyslog/newsyslog-1.1-r1.ebuild | 44 +++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
diff --git a/app-admin/newsyslog/newsyslog-1.1-r1.ebuild b/app-admin/newsyslog/newsyslog-1.1-r1.ebuild
new file mode 100644
index 00000000000..5f5290e27ad
--- /dev/null
+++ b/app-admin/newsyslog/newsyslog-1.1-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+#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"
+
+DEPEND="sys-apps/groff"
+
+RDEPEND="
+ virtual/cron
+ app-arch/gzip"
+
+PATCHES=( "${FILESDIR}"/newsyslog-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
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/newsyslog/
@ 2017-04-28 21:53 Patrice Clement
0 siblings, 0 replies; 12+ messages in thread
From: Patrice Clement @ 2017-04-28 21:53 UTC (permalink / raw
To: gentoo-commits
commit: 0ed1bee66809e8f2c5769deb57a257e23f12f9fe
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 27 21:57:54 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 21:53:04 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ed1bee6
app-admin/newsyslog: stable for amd64 and the remaining arches using the ALLARCHES policy.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-admin/newsyslog/newsyslog-1.1-r1.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/app-admin/newsyslog/newsyslog-1.1-r1.ebuild b/app-admin/newsyslog/newsyslog-1.1-r1.ebuild
index 5f5290e27ad..fcfc293004c 100644
--- a/app-admin/newsyslog/newsyslog-1.1-r1.ebuild
+++ b/app-admin/newsyslog/newsyslog-1.1-r1.ebuild
@@ -3,15 +3,13 @@
EAPI=6
-#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"
+KEYWORDS="alpha ~amd64 hppa ~mips ppc ppc64 ~sparc x86"
DEPEND="sys-apps/groff"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/newsyslog/
@ 2017-04-28 21:53 Patrice Clement
0 siblings, 0 replies; 12+ messages in thread
From: Patrice Clement @ 2017-04-28 21:53 UTC (permalink / raw
To: gentoo-commits
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
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/newsyslog/
@ 2017-11-19 23:19 Patrice Clement
0 siblings, 0 replies; 12+ messages in thread
From: Patrice Clement @ 2017-11-19 23:19 UTC (permalink / raw
To: gentoo-commits
commit: 3c880fd0d3288c0be24be1d4c1b9066b96724c73
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 19 17:41:38 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Nov 19 23:19:00 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c880fd0
app-admin/newsyslog: take over maintainership.
Package-Manager: Portage-2.3.13, Repoman-2.3.3
app-admin/newsyslog/metadata.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/app-admin/newsyslog/metadata.xml b/app-admin/newsyslog/metadata.xml
index 6f49eba8f49..58c1077b82e 100644
--- a/app-admin/newsyslog/metadata.xml
+++ b/app-admin/newsyslog/metadata.xml
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>monsieurp@gentoo.org</email>
+ <name>Patrice Clement</name>
+ </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/newsyslog/
@ 2017-11-19 23:19 Patrice Clement
0 siblings, 0 replies; 12+ messages in thread
From: Patrice Clement @ 2017-11-19 23:19 UTC (permalink / raw
To: gentoo-commits
commit: 8eefbc861569edfa74ecfe1ba8f77d7bd725e2d0
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 19 17:40:56 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Nov 19 23:18:58 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eefbc86
app-admin/newsyslog: stable for amd64.
Package-Manager: Portage-2.3.13, Repoman-2.3.3
app-admin/newsyslog/newsyslog-1.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/newsyslog/newsyslog-1.1-r1.ebuild b/app-admin/newsyslog/newsyslog-1.1-r1.ebuild
index fcfc293004c..bdda7ece5f8 100644
--- a/app-admin/newsyslog/newsyslog-1.1-r1.ebuild
+++ b/app-admin/newsyslog/newsyslog-1.1-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="ftp://ftp.weird.com/pub/local/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="alpha ~amd64 hppa ~mips ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 hppa ~mips ppc ppc64 ~sparc x86"
DEPEND="sys-apps/groff"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/newsyslog/
@ 2020-12-22 10:02 Patrice Clement
0 siblings, 0 replies; 12+ messages in thread
From: Patrice Clement @ 2020-12-22 10:02 UTC (permalink / raw
To: gentoo-commits
commit: 4d971e4899ea4c7a49c373822cbf3e3244d7741a
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 22 09:30:06 2020 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Dec 22 10:01:47 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d971e48
app-admin/newsyslog: EAPI 7 bump.
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
app-admin/newsyslog/newsyslog-1.1.0.81-r1.ebuild | 44 ++++++++++++++++++++++++
1 file changed, 44 insertions(+)
diff --git a/app-admin/newsyslog/newsyslog-1.1.0.81-r1.ebuild b/app-admin/newsyslog/newsyslog-1.1.0.81-r1.ebuild
new file mode 100644
index 00000000000..9b51143e778
--- /dev/null
+++ b/app-admin/newsyslog/newsyslog-1.1.0.81-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 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"
+
+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"
+
+ if has_version 'app-admin/syslog-ng'; then
+ myconf="--with-syslogd_pid=/var/run/syslog-ng.pid"
+ fi
+
+ econf \
+ --with-gzip \
+ --with-newsyslog_conf=/etc/newsyslog.conf \
+ ${myconf}
+}
+
+src_install() {
+ emake \
+ DESTDIR="${D}" \
+ catmandir="${T}"/dont-install \
+ install
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/newsyslog/
@ 2021-01-24 19:24 David Seifert
0 siblings, 0 replies; 12+ messages in thread
From: David Seifert @ 2021-01-24 19:24 UTC (permalink / raw
To: gentoo-commits
commit: 9882c3b5fdb788be70635d3114db24c96e754f8b
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sun Jan 24 19:23:51 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan 24 19:23:51 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9882c3b5
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/newsyslog-1.1.0.81.ebuild | 42 ---------------------------
1 file changed, 42 deletions(-)
diff --git a/app-admin/newsyslog/newsyslog-1.1.0.81.ebuild b/app-admin/newsyslog/newsyslog-1.1.0.81.ebuild
deleted file mode 100644
index a52dcc25d1f..00000000000
--- a/app-admin/newsyslog/newsyslog-1.1.0.81.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# 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="http://download.openpkg.org/components/cache/${PN}/${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
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/newsyslog/
@ 2021-02-01 15:07 Agostino Sarubbo
0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo @ 2021-02-01 15:07 UTC (permalink / raw
To: gentoo-commits
commit: 72ca4a4b06c2e82d540dc17733aa0e25b27be395
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 1 15:06:25 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Feb 1 15:06:25 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72ca4a4b
app-admin/newsyslog: amd64 stable wrt bug #766920
Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-admin/newsyslog/newsyslog-1.1.0.81-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/newsyslog/newsyslog-1.1.0.81-r1.ebuild b/app-admin/newsyslog/newsyslog-1.1.0.81-r1.ebuild
index 3fb7cf3ec3a..6b63b61cb7a 100644
--- a/app-admin/newsyslog/newsyslog-1.1.0.81-r1.ebuild
+++ b/app-admin/newsyslog/newsyslog-1.1.0.81-r1.ebuild
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="~alpha amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
BDEPEND="sys-apps/groff"
RDEPEND="
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/newsyslog/
@ 2021-02-11 7:45 Sergei Trofimovich
0 siblings, 0 replies; 12+ messages in thread
From: Sergei Trofimovich @ 2021-02-11 7:45 UTC (permalink / raw
To: gentoo-commits
commit: 7df479e369090d2beffa189fc03bdbbcc07c0f02
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 07:43:49 2021 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Feb 11 07:45:00 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7df479e3
app-admin/newsyslog: stable 1.1.0.81-r1 for ppc64
stable wrt bug #766920
Package-Manager: Portage-3.0.14, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
app-admin/newsyslog/newsyslog-1.1.0.81-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/newsyslog/newsyslog-1.1.0.81-r1.ebuild b/app-admin/newsyslog/newsyslog-1.1.0.81-r1.ebuild
index 6b63b61cb7a..1ff6c82d253 100644
--- a/app-admin/newsyslog/newsyslog-1.1.0.81-r1.ebuild
+++ b/app-admin/newsyslog/newsyslog-1.1.0.81-r1.ebuild
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="~alpha amd64 ~hppa ~mips ~ppc ppc64 ~sparc ~x86"
BDEPEND="sys-apps/groff"
RDEPEND="
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/newsyslog/
@ 2021-02-18 20:11 Sergei Trofimovich
0 siblings, 0 replies; 12+ messages in thread
From: Sergei Trofimovich @ 2021-02-18 20:11 UTC (permalink / raw
To: gentoo-commits
commit: 38d9dfd934acc1adb036c0922285536cf740ed34
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 18 20:00:56 2021 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Feb 18 20:00:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38d9dfd9
app-admin/newsyslog: stable 1.1.0.81-r1 for ppc
stable wrt bug #766920
Package-Manager: Portage-3.0.14, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
app-admin/newsyslog/newsyslog-1.1.0.81-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/newsyslog/newsyslog-1.1.0.81-r1.ebuild b/app-admin/newsyslog/newsyslog-1.1.0.81-r1.ebuild
index 1ff6c82d253..736778e58f5 100644
--- a/app-admin/newsyslog/newsyslog-1.1.0.81-r1.ebuild
+++ b/app-admin/newsyslog/newsyslog-1.1.0.81-r1.ebuild
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="~alpha amd64 ~hppa ~mips ppc ppc64 ~sparc ~x86"
BDEPEND="sys-apps/groff"
RDEPEND="
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/newsyslog/
@ 2021-02-19 19:32 Thomas Deutschmann
0 siblings, 0 replies; 12+ messages in thread
From: Thomas Deutschmann @ 2021-02-19 19:32 UTC (permalink / raw
To: gentoo-commits
commit: e5343e10e829096a1eee86d052efe5a623e169e3
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 19 19:31:36 2021 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Feb 19 19:32:25 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5343e10
app-admin/newsyslog: x86 stable (bug #766920)
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
app-admin/newsyslog/newsyslog-1.1.0.81-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/newsyslog/newsyslog-1.1.0.81-r1.ebuild b/app-admin/newsyslog/newsyslog-1.1.0.81-r1.ebuild
index 736778e58f5..cf05de58e7b 100644
--- a/app-admin/newsyslog/newsyslog-1.1.0.81-r1.ebuild
+++ b/app-admin/newsyslog/newsyslog-1.1.0.81-r1.ebuild
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="~alpha amd64 ~hppa ~mips ppc ppc64 ~sparc x86"
BDEPEND="sys-apps/groff"
RDEPEND="
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/newsyslog/
@ 2023-12-31 13:19 Ulrich Müller
0 siblings, 0 replies; 12+ messages in thread
From: Ulrich Müller @ 2023-12-31 13:19 UTC (permalink / raw
To: gentoo-commits
commit: 300427bf678219ce6f25a981609521ff185ff44b
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 31 13:17:41 2023 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 31 13:18:53 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=300427bf
app-admin/newsyslog: Don't install cruft in ${T}
Closes: https://bugs.gentoo.org/840951
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-admin/newsyslog/newsyslog-1.1.0.81-r1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 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
index cf05de58e7b6..e4c307946c09 100644
--- a/app-admin/newsyslog/newsyslog-1.1.0.81-r1.ebuild
+++ b/app-admin/newsyslog/newsyslog-1.1.0.81-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -36,10 +36,10 @@ src_configure() {
}
src_install() {
+ # The "install" target would install cached man pages #840951
emake \
DESTDIR="${D}" \
- catmandir="${T}"/dont-install \
- install
+ install-exec install-man
einstalldocs
dodoc newsyslog.conf ToDo
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2023-12-31 13:19 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-19 23:19 [gentoo-commits] repo/gentoo:master commit in: app-admin/newsyslog/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2023-12-31 13:19 Ulrich Müller
2021-02-19 19:32 Thomas Deutschmann
2021-02-18 20:11 Sergei Trofimovich
2021-02-11 7:45 Sergei Trofimovich
2021-02-01 15:07 Agostino Sarubbo
2021-01-24 19:24 David Seifert
2020-12-22 10:02 Patrice Clement
2017-11-19 23:19 Patrice Clement
2017-04-28 21:53 Patrice Clement
2017-04-28 21:53 Patrice Clement
2017-04-03 22:04 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox