public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/groff/
Date: Mon,  3 Dec 2018 00:08:11 +0000 (UTC)	[thread overview]
Message-ID: <1543795682.ba6771a19744ebd7a4139c4d54bc7c49ec5b8b4d.whissi@gentoo> (raw)

commit:     ba6771a19744ebd7a4139c4d54bc7c49ec5b8b4d
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  3 00:04:42 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Dec  3 00:08:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba6771a1

sys-apps/groff: bump to v1.22.4 RC4

Package is now honoring docdir.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 sys-apps/groff/Manifest                                          | 2 +-
 .../groff/{groff-1.22.4_rc3.ebuild => groff-1.22.4_rc4.ebuild}   | 9 +++++++--
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/sys-apps/groff/Manifest b/sys-apps/groff/Manifest
index 47b0d1aaf28..31311757165 100644
--- a/sys-apps/groff/Manifest
+++ b/sys-apps/groff/Manifest
@@ -1,4 +1,4 @@
 DIST groff-1.22.1-japanese.patch.bz2 52968 BLAKE2B 8064ff973c9507536c4e6edb6146c33c6c3a994598f0bb925bd23307a5ed407af9fe744990735d640ea69def4a6aed69ee87b7abbacca401c0059cf63e6eb147 SHA512 883d15dd2f1420a067d35737c45431f33f05bbe3c7e7edab0e119416117b5d096972d71452eae94bfd3df23aa7d6595fc6e65208bd4fba86815162bdf9af8bef
 DIST groff-1.22.2.tar.gz 4019913 BLAKE2B 904a2a6064cc70cf088224d6f608389eb56842142802636b94fef30f5e20b5c62db03087878d0e04e22c65754e0fd253aa7cfd23c1354057862f70e17db43366 SHA512 ea34db53f075b6816827b07ac3d6a19ed50529c939044337eb3124575ac3b41363e1d81bbd5bf552a7a10f6b1dd233d6e7acaf646e18cfe94464c59dc20ffe80
 DIST groff-1.22.3.tar.gz 4188772 BLAKE2B 28c380d33719f4eb0c91a9761e76beb9a2f1f6fb632c731bb6b26f76fee1857e7340d62a2239b360e049351e2e291c420db18a4f6bf8f50221bf249457872693 SHA512 c526ab203d13a9c9d110bcd3149fe50d1cd0d309437e9e2731a7ce90d890507ebc0a2331899ecf4dba2938daa756b6094cf76fd347a0ded59797c70ccfd0c95c
-DIST groff-1.22.4.rc3.tar.gz 4119916 BLAKE2B b7748213fdd85136624c46a6d0f442ba3f5937e8612edd036b8bd0dd2d501030e2be86907bb607a1267f5216c26a9004527904dae48a52a0226232f1146a001e SHA512 a67fdcffddc660bac22a77063c6efde36b01ddb3b905c4cef9a959dd1b4194899e23d2c536b3f4b15f24d3d1d043245921043e442d775139f62a49f7a6bb3e3f
+DIST groff-1.22.4.rc4.tar.gz 4134495 BLAKE2B 7cf15e0eb13b00cd16ba127d2b0196ffca0ef2f0ec3b32290af466afee5211f32eea14fcb6fd875378d4f8c57dd851be3e3ad9dac2d6a583f8c3dc3c647905f0 SHA512 ff5822c36f7701783e132e3fddd06dcfe68200d7e2e8c131016793282e459ced4529710c1f25d4155b84fc2cb09aa51ffa25664f5390f4b6064a9f41ffd5c30d

diff --git a/sys-apps/groff/groff-1.22.4_rc3.ebuild b/sys-apps/groff/groff-1.22.4_rc4.ebuild
similarity index 91%
rename from sys-apps/groff/groff-1.22.4_rc3.ebuild
rename to sys-apps/groff/groff-1.22.4_rc4.ebuild
index ad57e91b4b4..67b0f18455e 100644
--- a/sys-apps/groff/groff-1.22.4_rc3.ebuild
+++ b/sys-apps/groff/groff-1.22.4_rc4.ebuild
@@ -41,6 +41,11 @@ PATCHES=(
 src_prepare() {
 	default
 
+	# honor Gentoo's docdir
+	sed -i -e '/^docdir=/s/^/#/' \
+		Makefile.am \
+		|| die "failed to modify Makefile.am"
+
 	# Make sure we can cross-compile this puppy
 	if tc-is-cross-compiler ; then
 		sed -i \
@@ -67,8 +72,8 @@ src_prepare() {
 
 src_configure() {
 	local myeconfargs=(
-		--with-appresdir="${EPREFIX}"/usr/share/X11/app-defaults
-		--docdir="${EPREFIX}"/usr/share/doc/${PF}
+		--with-appresdir="${EPREFIX%/}"/usr/share/X11/app-defaults
+		--docdir="${EPREFIX%/}"/usr/share/doc/${PF}
 		$(use_with X x)
 	)
 	econf "${myeconfargs[@]}"


             reply	other threads:[~2018-12-03  0:08 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-03  0:08 Thomas Deutschmann [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-20 15:19 [gentoo-commits] repo/gentoo:master commit in: sys-apps/groff/ Sam James
2023-12-18  9:01 Arthur Zamarin
2023-12-16 20:56 Sam James
2023-12-16 19:16 Arthur Zamarin
2023-12-16 19:16 Arthur Zamarin
2023-12-16 11:33 Sam James
2023-12-16 11:29 Arthur Zamarin
2023-12-16 11:26 Sam James
2023-11-12 10:25 Fabian Groffen
2023-07-06  8:29 Sam James
2023-07-06  8:29 Sam James
2023-04-16  4:38 Sam James
2023-02-24 18:36 Sam James
2023-02-13 23:24 Sam James
2023-02-09  0:57 Sam James
2023-02-04 22:50 Sam James
2022-10-20  3:50 Sam James
2022-10-18  2:18 Sam James
2021-08-30  2:03 Sam James
2021-03-14 18:55 Mike Gilbert
2021-02-23 19:17 Fabian Groffen
2021-01-19 18:14 Georgy Yakovlev
2021-01-06 15:26 Fabian Groffen
2020-12-27 18:13 Fabian Groffen
2020-07-11 21:09 Sam James
2020-06-20 14:08 Thomas Deutschmann
2020-06-09 20:06 Michał Górny
2020-06-04 20:39 Mart Raudsepp
2020-05-30 19:20 Sergei Trofimovich
2020-05-30  8:45 Sergei Trofimovich
2020-05-25 12:21 Mikle Kolyada
2020-05-25  9:36 Sergei Trofimovich
2020-05-22  8:02 Sergei Trofimovich
2020-02-08 16:53 David Seifert
2019-05-04 13:18 Mikle Kolyada
2019-01-25 21:43 James Le Cuirot
2019-01-08 19:19 Thomas Deutschmann
2019-01-08 19:19 Thomas Deutschmann
2018-12-24 22:15 Lars Wendler
2018-12-23  9:47 Lars Wendler
2018-12-08 15:45 Mikle Kolyada
2018-11-28 21:22 Tobias Klausmann
2018-11-25 15:48 Mart Raudsepp
2018-11-18 16:01 Sergei Trofimovich
2018-11-18 11:36 Mikle Kolyada
2018-11-18 10:52 Sergei Trofimovich
2018-11-18 10:41 Sergei Trofimovich
2018-11-18 10:38 Sergei Trofimovich
2018-11-12  1:14 Thomas Deutschmann
2018-11-10 15:31 Sergei Trofimovich
2018-11-09 17:46 Mikle Kolyada
2018-11-09 13:35 Lars Wendler
2017-05-09 14:33 William Hubbs
2016-12-09  4:21 Mike Frysinger
2016-12-07 18:50 Mike Frysinger
2016-06-24 21:28 Ulrich Müller
2016-01-12 18:05 Mike Frysinger

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=1543795682.ba6771a19744ebd7a4139c4d54bc7c49ec5b8b4d.whissi@gentoo \
    --to=whissi@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