Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/help2man/
Date: Tue, 13 Aug 2019 08:40:36
Message-Id: 1565685489.38d903e1bb95c605afe5437cd7ae5529d0593535.polynomial-c@gentoo
1 commit: 38d903e1bb95c605afe5437cd7ae5529d0593535
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 13 08:38:09 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 13 08:38:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38d903e1
7
8 sys-apps/help2man: Removed old.
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 sys-apps/help2man/Manifest | 2 --
14 sys-apps/help2man/help2man-1.47.8.ebuild | 39 --------------------------------
15 sys-apps/help2man/help2man-1.47.9.ebuild | 39 --------------------------------
16 3 files changed, 80 deletions(-)
17
18 diff --git a/sys-apps/help2man/Manifest b/sys-apps/help2man/Manifest
19 index 68a3070dde4..a7efb223e0c 100644
20 --- a/sys-apps/help2man/Manifest
21 +++ b/sys-apps/help2man/Manifest
22 @@ -1,5 +1,3 @@
23 DIST help2man-1.47.10.tar.xz 202176 BLAKE2B 57c19072b1fb696b8ae1fc269d4c44672e692b45f1afe91871621dbed008298154d94813711b8ab89a9ad2e9fffa5ba1e738a613e5e50681b0abea4bfcc92677 SHA512 071383f38fb5264137200439a460e70298fc23d88069a96f150bf50a4e2a08d1d5d29555053b0ea36c809eec8484c4432b55d7d0bddd68f33b07b1abb97556ff
24 DIST help2man-1.47.11.tar.xz 202312 BLAKE2B 6baba7fb28f2b28aba8a05eb5df0a8596918767cf43d730052e0bae9293a4a27f207136c22cad246ca7220fb639fabce3bb135edf4e84f866f1ea9b0af26f41d SHA512 786a6bd4336c591cfeb0b4f2dc1429f6545e36514e7b238453c91368b8f531c46db2be025f02dc52e6dd8b971d6edbb4ff1a8e1b519f9253a3957ad7157790be
25 DIST help2man-1.47.6.tar.xz 192980 BLAKE2B ddf2b899e4479a45505aefaf3dabfceb1595128da35c000b81be79046aabceff58e1d605b2797880c5c652947d0fe59673eaf087de911152e79768c571037a73 SHA512 d24849b93de58b20f518c071687e7bfa653a96600382f36c4cf7fc1047656458f75f093b911b786b18b6931b2453cb60868ecbe07cc7d2984e5981a874b34942
26 -DIST help2man-1.47.8.tar.xz 200264 BLAKE2B 2650909986649a471cfa13db96fda34e864312aab96ffa2692c2d38cbb9b36149d90a398b3ea9568992b9da01ab7aeeab8022ee74edebf2e7c83cac48c951e7c SHA512 05e420560b143042418db2e992beaef45cc5a568cdbf640c7b285ba2dc322290d14e0df978ff4c412a99f4346e38f6fb9796ebda695ddc002a3d0e74e85725d6
27 -DIST help2man-1.47.9.tar.xz 202012 BLAKE2B 08d0a906e61978b12fd00b9d807b8cdb6b2436165223aff539957f217786442bc31fb5d437833d6dae3bd6a4b83e1df28d7bd434d0c753f38fea96b8cf751b76 SHA512 91cddd5ebc8eb2a89bc27fab4298ee18c18fa73363378be8c220258bf415634a0147b8502970c5fea48ddaccddda63753cbd215bf6894798452c2b4b89c4309a
28
29 diff --git a/sys-apps/help2man/help2man-1.47.8.ebuild b/sys-apps/help2man/help2man-1.47.8.ebuild
30 deleted file mode 100644
31 index 14f69370908..00000000000
32 --- a/sys-apps/help2man/help2man-1.47.8.ebuild
33 +++ /dev/null
34 @@ -1,39 +0,0 @@
35 -# Copyright 1999-2019 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -
40 -DESCRIPTION="GNU utility to convert program --help output to a man page"
41 -HOMEPAGE="https://www.gnu.org/software/help2man/"
42 -SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
43 -
44 -LICENSE="GPL-3"
45 -SLOT="0"
46 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
47 -IUSE="nls"
48 -
49 -RDEPEND="dev-lang/perl
50 - nls? ( dev-perl/Locale-gettext )"
51 -DEPEND=${RDEPEND}
52 -
53 -DOCS=( debian/changelog NEWS README THANKS ) #385753
54 -
55 -PATCHES=(
56 - "${FILESDIR}"/${PN}-1.46.1-linguas.patch
57 -)
58 -
59 -src_prepare() {
60 - if [[ ${CHOST} == *-darwin* ]] ; then
61 - sed -i \
62 - -e 's/-shared/-bundle/' \
63 - Makefile.in || die
64 - fi
65 - default
66 -}
67 -
68 -src_configure() {
69 - # Disable gettext requirement as the release includes the gmo files #555018
70 - econf \
71 - ac_cv_path_MSGFMT=$(type -P false) \
72 - $(use_enable nls)
73 -}
74
75 diff --git a/sys-apps/help2man/help2man-1.47.9.ebuild b/sys-apps/help2man/help2man-1.47.9.ebuild
76 deleted file mode 100644
77 index 14f69370908..00000000000
78 --- a/sys-apps/help2man/help2man-1.47.9.ebuild
79 +++ /dev/null
80 @@ -1,39 +0,0 @@
81 -# Copyright 1999-2019 Gentoo Authors
82 -# Distributed under the terms of the GNU General Public License v2
83 -
84 -EAPI=6
85 -
86 -DESCRIPTION="GNU utility to convert program --help output to a man page"
87 -HOMEPAGE="https://www.gnu.org/software/help2man/"
88 -SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
89 -
90 -LICENSE="GPL-3"
91 -SLOT="0"
92 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
93 -IUSE="nls"
94 -
95 -RDEPEND="dev-lang/perl
96 - nls? ( dev-perl/Locale-gettext )"
97 -DEPEND=${RDEPEND}
98 -
99 -DOCS=( debian/changelog NEWS README THANKS ) #385753
100 -
101 -PATCHES=(
102 - "${FILESDIR}"/${PN}-1.46.1-linguas.patch
103 -)
104 -
105 -src_prepare() {
106 - if [[ ${CHOST} == *-darwin* ]] ; then
107 - sed -i \
108 - -e 's/-shared/-bundle/' \
109 - Makefile.in || die
110 - fi
111 - default
112 -}
113 -
114 -src_configure() {
115 - # Disable gettext requirement as the release includes the gmo files #555018
116 - econf \
117 - ac_cv_path_MSGFMT=$(type -P false) \
118 - $(use_enable nls)
119 -}