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: sys-apps/help2man/
Date: Sat, 15 May 2021 00:07:29 +0000 (UTC)	[thread overview]
Message-ID: <1621037224.efd955050051dbe16c35cb087fbbb1e6335f9cf7.soap@gentoo> (raw)

commit:     efd955050051dbe16c35cb087fbbb1e6335f9cf7
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat May 15 00:07:04 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat May 15 00:07:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efd95505

sys-apps/help2man: drop 1.47.17, 1.48.2

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sys-apps/help2man/Manifest                |  2 --
 sys-apps/help2man/help2man-1.47.17.ebuild | 41 -------------------------------
 sys-apps/help2man/help2man-1.48.2.ebuild  | 41 -------------------------------
 3 files changed, 84 deletions(-)

diff --git a/sys-apps/help2man/Manifest b/sys-apps/help2man/Manifest
index e41b1ef072e..9bfb4fc3567 100644
--- a/sys-apps/help2man/Manifest
+++ b/sys-apps/help2man/Manifest
@@ -1,3 +1 @@
-DIST help2man-1.47.17.tar.xz 211476 BLAKE2B 67b1ccd4b6b66510a2fff424663bc2051e49e93c37c7e2a2b4631f3781d3773a97fd1773f96ca5ca2ba644bcd79ae35338931eff857ce199a847cc312d778b0e SHA512 185cd04aa6db6d8a4c898b61ad6a0aded7775659c7f02244b45927310eb3f8cd932fe9dd725ccac3e793aa22c656338b5d16f291f3a0420ed121681d4a4bac25
-DIST help2man-1.48.2.tar.xz 210304 BLAKE2B ea13932ae4d181be6f08720f402e4fdedfd0b88eb9c2f3b6201a2c0893846ea5fb777423f010551c375758deb81f564128b4ebdef04f6a54eb6ba50e1311c351 SHA512 ddd3bde5b9b0e84e21cc03dec713469562b02aac7f4b465fbf18844fc9534e8975ec41f44474fcf1b06816eb9b4e0578eb974a6c9712b6f099d7be813f6d7528
 DIST help2man-1.48.3.tar.xz 211504 BLAKE2B 407cc87b1238242c202d37c0c4cd394e0efba95759b86a88026aef7c05d6a097d1946614547ebfab45f7fe0c1ddd057724234629246d32e94862c3d633b78c31 SHA512 e000e7380604c0986b14cb64b852d55eff48595884bddd389e876056dde6ce72b37aa16d92230e6f8f6e128003b819954bae4aa90933a58b51d3665d3c0ba356

diff --git a/sys-apps/help2man/help2man-1.47.17.ebuild b/sys-apps/help2man/help2man-1.47.17.ebuild
deleted file mode 100644
index 31a7f04f2fc..00000000000
--- a/sys-apps/help2man/help2man-1.47.17.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~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
-	local myeconfargs=(
-		ac_cv_path_MSGFMT=$(type -P false)
-		$(use_enable nls)
-	)
-	econf "${myeconfargs[@]}"
-}

diff --git a/sys-apps/help2man/help2man-1.48.2.ebuild b/sys-apps/help2man/help2man-1.48.2.ebuild
deleted file mode 100644
index 2f5c10989e9..00000000000
--- a/sys-apps/help2man/help2man-1.48.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~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
-	local myeconfargs=(
-		ac_cv_path_MSGFMT=$(type -P false)
-		$(use_enable nls)
-	)
-	econf "${myeconfargs[@]}"
-}


             reply	other threads:[~2021-05-15  0:07 UTC|newest]

Thread overview: 127+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-15  0:07 David Seifert [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-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
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=1621037224.efd955050051dbe16c35cb087fbbb1e6335f9cf7.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