diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
| commit | f716a9fe6455d39eef01e718aae68dae61c19704 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /sys-apps/help2man | |
| parent | 3f9cf298e89cd5037b982abba06091224ee76daf (diff) | |
| download | baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip | |
Adding metadata
Diffstat (limited to 'sys-apps/help2man')
| -rw-r--r-- | sys-apps/help2man/Manifest | 1 | ||||
| -rw-r--r-- | sys-apps/help2man/files/help2man-1.46.1-linguas.patch | 67 | ||||
| -rw-r--r-- | sys-apps/help2man/help2man-1.49.3.ebuild | 45 | ||||
| -rw-r--r-- | sys-apps/help2man/metadata.xml | 8 |
4 files changed, 0 insertions, 121 deletions
diff --git a/sys-apps/help2man/Manifest b/sys-apps/help2man/Manifest deleted file mode 100644 index 6a83922c1ec3..000000000000 --- a/sys-apps/help2man/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST help2man-1.49.3.tar.xz 228472 BLAKE2B a5ed9ea3ff78b5287fa5bc02302da6a3657fee8fefd4fc43289e209bbe128d58da633c38aa4039c93a761c4842d3549a73cc14e77ee2859ed256613a8fba6e23 SHA512 5f19fad1e38b0572b63ed8bfd146b717fc22dff3a26641e8b5c8431df13da9574679d9a3407da62790db8a29286694ea1bfd751cba168f475302ad31cce845cf diff --git a/sys-apps/help2man/files/help2man-1.46.1-linguas.patch b/sys-apps/help2man/files/help2man-1.46.1-linguas.patch deleted file mode 100644 index b4631bfa7cd7..000000000000 --- a/sys-apps/help2man/files/help2man-1.46.1-linguas.patch +++ /dev/null @@ -1,67 +0,0 @@ -respect user LINGUAS - ---- help2man-1.46.1/Makefile.in -+++ help2man-1.46.1/Makefile.in -@@ -27,8 +27,15 @@ - export VPATH = .:$(srcdir) - - DESTDIR = --LINGUAS = $(basename $(notdir $(wildcard $(srcdir)/po/*.po))) --LINGUAS_TEXI = $(basename $(notdir $(wildcard $(srcdir)/po-texi/*.po))) -+ALL_LINGUAS = $(basename $(notdir $(wildcard $(srcdir)/po/*.po))) -+ALL_LINGUAS_TEXI = $(basename $(notdir $(wildcard $(srcdir)/po-texi/*.po))) -+ifeq ($(LINGUAS),) -+INSTALL_LINGUAS = $(ALL_LINGUAS) -+INSTALL_LINGUAS_TEXI = $(ALL_LINGUAS_TEXI) -+else -+INSTALL_LINGUAS = $(filter $(LINGUAS),$(ALL_LINGUAS)) -+INSTALL_LINGUAS_TEXI = $(filter $(LINGUAS),$(ALL_LINGUAS_TEXI)) -+endif - - CC = @CC@ - PERL = @PERL@ -@@ -80,7 +87,7 @@ - - install_l10n: install_dirs msg_l10n man_l10n info_l10n - set -e; \ -- for lang in $(LINGUAS); \ -+ for lang in $(INSTALL_LINGUAS); \ - do \ - $(MKINSTALLDIRS) $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES; \ - $(INSTALL_DATA) $$($(FIND_VPATH) po/$$lang.gmo) \ -@@ -89,7 +96,7 @@ - $(INSTALL_DATA) $$($(FIND_VPATH) $(target).$$lang.1) \ - $(DESTDIR)$(mandir)/$$lang/man1/$(target).1; \ - done; \ -- for lang in $(LINGUAS_TEXI); \ -+ for lang in $(INSTALL_LINGUAS_TEXI); \ - do \ - $(INSTALL_DATA) $$($(FIND_VPATH) $(target)-$$lang.info) \ - $(DESTDIR)$(infodir)/$(target)-$$lang.info; \ -@@ -151,7 +158,7 @@ - $(MAKE) $(target) $(target).h2m - ./$(target) --include=$(target).h2m --output=$@ ./$(target) - --msg_l10n: $(addprefix po/,$(addsuffix .gmo,$(LINGUAS))) -+msg_l10n: $(addprefix po/,$(addsuffix .gmo,$(ALL_LINGUAS))) - po/%.gmo: $(srcdir)/po/%.po - test -d po || mkdir po - $(MSGFMT) -o $@ $? -@@ -161,7 +168,7 @@ - $(MKINSTALLDIRS) localetmp/$$lang/LC_MESSAGES && \ - $(INSTALL_DATA) po/$$lang.gmo localetmp/$$lang/LC_MESSAGES/$(target).mo - --man_l10n: $(addprefix $(target).,$(addsuffix .1,$(LINGUAS))) -+man_l10n: $(addprefix $(target).,$(addsuffix .1,$(ALL_LINGUAS))) - $(target).%.1: $(srcdir)/$(target).PL $(srcdir)/$(target).h2m.PL \ - $(srcdir)/po/%.po - lang=$(patsubst $(target).%.1,%,$@); \ -@@ -184,7 +191,7 @@ - $(target).info: $(srcdir)/$(target).texi - $(MAKEINFO) $? -o $@ - --info_l10n: $(addprefix $(target)-,$(addsuffix .info,$(LINGUAS_TEXI))) -+info_l10n: $(addprefix $(target)-,$(addsuffix .info,$(ALL_LINGUAS_TEXI))) - $(target)-%.info: $(target)-%.texi - $(MAKEINFO) $? -o $@.tmp - $(FIXUP_TEXI_TRANS) -o $@ $@.tmp diff --git a/sys-apps/help2man/help2man-1.49.3.ebuild b/sys-apps/help2man/help2man-1.49.3.ebuild deleted file mode 100644 index 3fe72340e18b..000000000000 --- a/sys-apps/help2man/help2man-1.49.3.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="GNU utility to convert program --help output to a man page" -HOMEPAGE="https://www.gnu.org/software/help2man/ https://salsa.debian.org/bod/help2man" -SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" - -# nls/FSFAP for bindtextdomain.c -LICENSE="GPL-3+ nls? ( FSFAP )" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" -IUSE="nls" - -RDEPEND="dev-lang/perl - nls? ( dev-perl/Locale-gettext )" -DEPEND="${RDEPEND}" - -# bug #385753 -DOCS=( debian/changelog NEWS README THANKS ) - -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, bug #555018 - local myeconfargs=( - ac_cv_path_MSGFMT=$(type -P false) - $(use_enable nls) - ) - - econf "${myeconfargs[@]}" -} diff --git a/sys-apps/help2man/metadata.xml b/sys-apps/help2man/metadata.xml deleted file mode 100644 index 73dda144f9ac..000000000000 --- a/sys-apps/help2man/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>base-system@gentoo.org</email> - <name>Gentoo Base System</name> -</maintainer> -</pkgmetadata> |
