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: Wed,  3 Mar 2021 11:02:45 +0000 (UTC)	[thread overview]
Message-ID: <1614768771.1c4059c172dddac94cec8b6403994184dfe2a63e.polynomial-c@gentoo> (raw)

commit:     1c4059c172dddac94cec8b6403994184dfe2a63e
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  3 10:40:46 2021 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Mar  3 10:52:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c4059c1

sys-apps/help2man: Removed old

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 sys-apps/help2man/Manifest                |  1 -
 sys-apps/help2man/help2man-1.47.16.ebuild | 41 -------------------------------
 2 files changed, 42 deletions(-)

diff --git a/sys-apps/help2man/Manifest b/sys-apps/help2man/Manifest
index ceb41854ccd..79054124097 100644
--- a/sys-apps/help2man/Manifest
+++ b/sys-apps/help2man/Manifest
@@ -1,4 +1,3 @@
-DIST help2man-1.47.16.tar.xz 203036 BLAKE2B 8e06c2c2e90adfc2ab8345908516b15ae50b02a7a9554d5d9beee4373b71c131aeaa0c148b9a988c531bbfe2149c25069af56a79101a4248b6c1adfeb734a132 SHA512 b427e60a9e3d2e805caf1ae84c337b09c7ca6f92b7ff14771f946c4a1bf7adf177df99b9c1c223ad76df99756005ababf5b548ff8e08d4746702ff7f8150b544
 DIST help2man-1.47.17.tar.xz 211476 BLAKE2B 67b1ccd4b6b66510a2fff424663bc2051e49e93c37c7e2a2b4631f3781d3773a97fd1773f96ca5ca2ba644bcd79ae35338931eff857ce199a847cc312d778b0e SHA512 185cd04aa6db6d8a4c898b61ad6a0aded7775659c7f02244b45927310eb3f8cd932fe9dd725ccac3e793aa22c656338b5d16f291f3a0420ed121681d4a4bac25
 DIST help2man-1.48.1.tar.xz 210500 BLAKE2B 9993e1f0c1102025f80fb64fa1afe31efe982ef54c9d5ff88bed9038bcfe1f4d5624737e0953abeb252df78cf92a645bbbd8f3b44939d70a2b50494c22110991 SHA512 506e7a0e6571facc570df57b875d6d6b911b281b38af1831d3a058a6de658c3656e3a5be970fa3d89c053ab6eafd4853527512b48524ceeff6da60f946f1ecef
 DIST help2man-1.48.2.tar.xz 210304 BLAKE2B ea13932ae4d181be6f08720f402e4fdedfd0b88eb9c2f3b6201a2c0893846ea5fb777423f010551c375758deb81f564128b4ebdef04f6a54eb6ba50e1311c351 SHA512 ddd3bde5b9b0e84e21cc03dec713469562b02aac7f4b465fbf18844fc9534e8975ec41f44474fcf1b06816eb9b4e0578eb974a6c9712b6f099d7be813f6d7528

diff --git a/sys-apps/help2man/help2man-1.47.16.ebuild b/sys-apps/help2man/help2man-1.47.16.ebuild
deleted file mode 100644
index 8832b330c3d..00000000000
--- a/sys-apps/help2man/help2man-1.47.16.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-03-03 11:02 UTC|newest]

Thread overview: 127+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-03 11:02 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-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=1614768771.1c4059c172dddac94cec8b6403994184dfe2a63e.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