public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/help2man/
Date: Sat, 23 Sep 2017 21:41:54 +0000 (UTC)	[thread overview]
Message-ID: <1506202908.dc73c97cadc6945070ca99763963d61ca64f52b8.polynomial-c@gentoo> (raw)

commit:     dc73c97cadc6945070ca99763963d61ca64f52b8
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 23 21:38:00 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sat Sep 23 21:41:48 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc73c97c

sys-apps/help2man: Bump to version 1.47.5

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 sys-apps/help2man/Manifest               |  1 +
 sys-apps/help2man/help2man-1.47.5.ebuild | 39 ++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/sys-apps/help2man/Manifest b/sys-apps/help2man/Manifest
index 5bd6896dc95..e11877f325e 100644
--- a/sys-apps/help2man/Manifest
+++ b/sys-apps/help2man/Manifest
@@ -1,3 +1,4 @@
 DIST help2man-1.46.6.tar.xz 171044 SHA256 615ff5ac38369ddb3707c5fd71672ab122639fd9cf6870de172e0127ed632caf SHA512 55bea01b80baf318e4350ee505bf67da9a7e76b7a5cbd861d0fd6e3afe47b82d1de8f1079d0df2f4ea8ec176d6ca95d5c847d8b1c118cf96ab59b06567c1204c WHIRLPOOL 91d4702d69457090ca58074c05763a085e5bd9da162253a14e86c618a619482e44d7d974c7b0fd0139927d5a67b48bc7160f50990bb622984b122d1bb6c7052c
 DIST help2man-1.47.3.tar.xz 184832 SHA256 c232af6475ef65bee02770862a362f4c4c2e6c9967d39e987eb94cadcfc13856 SHA512 c6c41e6492f7a84a3c8c45473f4fa797d243a10b56bbba6029aec5b84a7b5f5054fb55211f5057a5cade7f7d666f5445c528eb6d519b862fe01d0adc64257501 WHIRLPOOL a9141ab75d4d598a7e2ea9b1ca305c5e23288013b6cd214740e5f1d9d3cc73eed607f392609c8c71101a7bd07295f8e78ef4d60db873e9fc002ada47ba017c02
 DIST help2man-1.47.4.tar.xz 189456 SHA256 d4ecf697d13f14dd1a78c5995f06459bff706fd1ce593d1c02d81667c0207753 SHA512 3320890c4068086bff7a858653fb67ac80363f26772fb0bb702233052e2bcbe647e7b20b1a2246b1a0e026ba2aa8679e6baafe302d78c747da04e29c59b9bafd WHIRLPOOL 6e7bf1f1dcf3552bd97c3975e6bd2dd404f5e3bcc62f00c04225e3085f0705882a16fe54ce45e0558ef6e592f54183b89794abd7135eb4b683408108189ee0a6
+DIST help2man-1.47.5.tar.xz 186044 SHA256 7ca60b2519fdbe97f463fe2df66a6188d18b514bfd44127d985f0234ee2461b1 SHA512 c94f94bbdfb9e288edff2b3181e0f2e858d309aa4fe77cae141571a06b9b5bc2a5c5a4d25ffc1f9108222d56c9040989d63770f5d804323a52d3978059d1eca7 WHIRLPOOL d31885c3a8f5602e0d38a3676e17ee76139a0ab26fc1da61a57609eacad465ae973c8bf8930c22fe7922f2f07882721a0a8d52592d918c81b450f9c6265f7be5

diff --git a/sys-apps/help2man/help2man-1.47.5.ebuild b/sys-apps/help2man/help2man-1.47.5.ebuild
new file mode 100644
index 00000000000..8a0794c2c58
--- /dev/null
+++ b/sys-apps/help2man/help2man-1.47.5.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="GNU utility to convert program --help output to a man page"
+HOMEPAGE="https://www.gnu.org/software/help2man/"
+SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="nls"
+
+RDEPEND="dev-lang/perl
+	nls? ( dev-perl/Locale-gettext )"
+DEPEND=${RDEPEND}
+
+DOCS=( debian/changelog NEWS README THANKS ) #385753
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-1.46.1-linguas.patch
+)
+
+src_prepare() {
+	if [[ ${CHOST} == *-darwin* ]] ; then
+		sed -i \
+			-e 's/-shared/-bundle/' \
+			Makefile.in || die
+	fi
+	default
+}
+
+src_configure() {
+	# Disable gettext requirement as the release includes the gmo files #555018
+	econf \
+		ac_cv_path_MSGFMT=$(type -P false) \
+		$(use_enable nls)
+}


             reply	other threads:[~2017-09-23 21:41 UTC|newest]

Thread overview: 127+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-23 21:41 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-28  4:23 [gentoo-commits] repo/gentoo:master commit in: sys-apps/help2man/ Sam James
2023-05-28  9:41 Fabian Groffen
2023-03-04 11:03 Arthur Zamarin
2023-03-04  9:05 Arthur Zamarin
2023-03-04  8:56 Arthur Zamarin
2023-03-04  6:05 Arthur Zamarin
2023-03-04  5:59 Arthur Zamarin
2023-03-04  5:53 Arthur Zamarin
2023-03-04  5:52 Arthur Zamarin
2022-12-26  8:35 Sam James
2022-12-16  1:57 Sam James
2022-11-08  6:03 Sam James
2022-08-12 14:27 Sam James
2022-06-21  9:41 David Seifert
2021-12-09 21:59 Sam James
2021-12-06  1:16 Sam James
2021-12-06  0:13 Sam James
2021-12-06  0:10 Sam James
2021-12-05 20:12 Arthur Zamarin
2021-12-05  5:19 Sam James
2021-12-05  3:31 Sam James
2021-09-04 17:35 David Seifert
2021-08-22 16:15 Lars Wendler
2021-08-08  9:32 Lars Wendler
2021-05-15  0:07 David Seifert
2021-05-14 20:34 Sergei Trofimovich
2021-05-14  9:35 Agostino Sarubbo
2021-05-13 17:53 Sam James
2021-05-13 16:24 Sam James
2021-05-13 16:24 Sam James
2021-05-13 16:18 Sam James
2021-05-13 16:15 Sam James
2021-03-31 15:03 Lars Wendler
2021-03-31 15:03 Lars Wendler
2021-03-03 11:02 Lars Wendler
2021-03-03 11:02 Lars Wendler
2021-02-14  2:10 Sam James
2021-02-08  6:07 Sam James
2021-02-07 18:19 Sergei Trofimovich
2021-02-07  1:06 Sam James
2021-02-06 15:42 Sam James
2021-02-06 15:41 Sam James
2021-02-06 15:40 Sam James
2021-02-06 15:39 Sam James
2021-02-06 15:32 Lars Wendler
2021-01-19 22:23 Lars Wendler
2021-01-06 15:26 Fabian Groffen
2020-12-27 18:13 Fabian Groffen
2020-09-18 10:30 Lars Wendler
2020-09-04 11:50 Lars Wendler
2020-09-03 23:57 Sam James
2020-09-02  6:33 Sergei Trofimovich
2020-09-01 16:17 Sam James
2020-08-29 17:57 Thomas Deutschmann
2020-08-25 17:48 Sergei Trofimovich
2020-08-23  6:48 Sam James
2020-08-22  5:43 Agostino Sarubbo
2020-08-21 18:20 Agostino Sarubbo
2020-07-08 19:46 Sam James
2020-07-05 13:44 Agostino Sarubbo
2020-07-05 13:42 Agostino Sarubbo
2020-07-05 13:41 Agostino Sarubbo
2020-07-05 13:38 Agostino Sarubbo
2020-07-05 13:36 Agostino Sarubbo
2020-07-05  8:52 Sergei Trofimovich
2020-07-05  8:47 Sergei Trofimovich
2020-07-05  8:36 Sergei Trofimovich
2020-07-03  8:07 Lars Wendler
2020-07-03  8:07 Lars Wendler
2020-04-27 15:24 Lars Wendler
2020-04-27 15:24 Lars Wendler
2020-04-26 10:01 Lars Wendler
2020-03-16  7:30 Lars Wendler
2020-03-16  7:30 Lars Wendler
2020-01-04 12:01 Lars Wendler
2019-10-15 14:21 Lars Wendler
2019-09-13 15:53 Mikle Kolyada
2019-09-13 15:53 Mikle Kolyada
2019-09-13 15:53 Mikle Kolyada
2019-08-23 12:32 Agostino Sarubbo
2019-08-23 10:00 Agostino Sarubbo
2019-08-17 20:22 Sergei Trofimovich
2019-08-15 18:51 Sergei Trofimovich
2019-08-14 18:07 Sergei Trofimovich
2019-08-14  8:53 Agostino Sarubbo
2019-08-13 14:54 Agostino Sarubbo
2019-08-13 14:17 Aaron Bauman
2019-08-13 13:50 Agostino Sarubbo
2019-08-13 10:53 Agostino Sarubbo
2019-08-13  8:40 Lars Wendler
2019-08-13  8:40 Lars Wendler
2019-05-04 18:33 Mikle Kolyada
2019-03-23 10:02 Lars Wendler
2019-03-18 20:01 Lars Wendler
2019-03-18 20:01 Lars Wendler
2018-10-13 14:21 Mikle Kolyada
2018-10-09 11:44 Mikle Kolyada
2018-10-09 11:44 Mikle Kolyada
2018-10-09  9:35 Mikle Kolyada
2018-10-06 19:46 Matt Turner
2018-10-06 19:46 Matt Turner
2018-09-30 23:03 Mart Raudsepp
2018-09-30 21:38 Sergei Trofimovich
2018-09-26  6:22 Sergei Trofimovich
2018-09-24 16:44 Mikle Kolyada
2018-09-24  9:07 Lars Wendler
2018-09-24  9:07 Lars Wendler
2018-06-04 13:06 Mike Frysinger
2018-05-08 18:43 Sergei Trofimovich
2018-05-06 13:30 Mart Raudsepp
2018-02-28 16:35 Lars Wendler
2017-10-19  5:00 Markus Meier
2017-09-26 22:25 Manuel Rüger
2017-09-24 17:23 Sergei Trofimovich
2017-09-24 16:34 Sergei Trofimovich
2017-09-24 16:23 Sergei Trofimovich
2017-09-24 12:29 Sergei Trofimovich
2017-09-23 22:06 Thomas Deutschmann
2017-09-23 21:41 Lars Wendler
2016-05-19  9:31 Lars Wendler
2016-05-19  9:31 Lars Wendler
2016-01-14 12:43 Fabian Groffen
2015-11-19  8:52 Lars Wendler
2015-11-19  8:52 Lars Wendler
2015-09-11 20:58 Lars Wendler
2015-09-11 20:58 Lars Wendler

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=1506202908.dc73c97cadc6945070ca99763963d61ca64f52b8.polynomial-c@gentoo \
    --to=polynomial-c@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