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/texinfo/
Date: Sun, 17 Feb 2019 12:53:31
Message-Id: 1550407984.b8bf1db8752b73613597989eaeb3b55a6530b40a.polynomial-c@gentoo
1 commit: b8bf1db8752b73613597989eaeb3b55a6530b40a
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 17 12:53:04 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 17 12:53:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8bf1db8
7
8 sys-apps/texinfo: Removed old.
9
10 Package-Manager: Portage-2.3.60, Repoman-2.3.12
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 sys-apps/texinfo/Manifest | 2 --
14 sys-apps/texinfo/texinfo-6.1.ebuild | 40 -----------------------------------
15 sys-apps/texinfo/texinfo-6.4.ebuild | 40 -----------------------------------
16 sys-apps/texinfo/texinfo-6.5.ebuild | 42 -------------------------------------
17 4 files changed, 124 deletions(-)
18
19 diff --git a/sys-apps/texinfo/Manifest b/sys-apps/texinfo/Manifest
20 index cb108ee5e26..02d330863d3 100644
21 --- a/sys-apps/texinfo/Manifest
22 +++ b/sys-apps/texinfo/Manifest
23 @@ -1,5 +1,3 @@
24 -DIST texinfo-6.1.tar.xz 4520376 BLAKE2B 3b96ed431288815df4261fcd0266f2be01d27f82904f20169ab5c9dbecc26dbe817a36a41817868b3f44f1bea45b53e3da5703399cd8ae2ad098f5b1cb0b49d9 SHA512 ae47295f3bcfb728c3be59421cf830ecfa5fc7856a086e45da2bac89600d883aa4406a6ef62d7ee5dc2bab83a3efa1cec861a3b4b14b85bbecb53ebf3ebf7235
25 DIST texinfo-6.3.tar.xz 4468048 BLAKE2B ef255225e1f66dc5e6646761d78dcf3e7ba9c79aa2654dbb527ef10db54b8417af9e1a58a270683956624049c2fb624b29bc2f22763c79bab9858cdcf5e2edce SHA512 ef6c5878d9db497d7963bd9138418b30c39a5605c215bf2f4e8f1f083d93c3c99f8c459aa675f7da3b78da6189cb6bbf3cf19a2ee1d52e569de2f6ce82762bf4
26 -DIST texinfo-6.4.tar.xz 4497624 BLAKE2B 7081131868f748036c39812674fa8b962144fe6b96445ff72b5a88537a9a044c45cab33bfaf0d3169c0bfb6ce60832c908e49a04ef04d7631ba345002b552f92 SHA512 628e7fb64c4cb6d4ec879d5593e3660dbbbf41915c7aec68b6af209a1c496bee8a3879a69e4e047c3bee0cb476540ffd6ebdef5ec7b712edd191a82ce9ac4006
27 DIST texinfo-6.5.tar.xz 4503048 BLAKE2B 9e194115a252500fe6048614a96c6992b6fbf9f3557265d8bdda143e10f781769ca5e97ded2d330da7c0ae1581bfdebbf2dbde736689412980b098ea935d9580 SHA512 06831b4c74a1ba7a9cff937069e40ab26db1204aa8761d63254651ffacf6b0cb95d7078ba1cc59d95427239ab7e4f4aedf582967854281bfea3850b1ed5b1fdc
28 DIST texinfo-6.6.tar.xz 4946900 BLAKE2B bd33297549d5285d7a4a65041b6025c489c6b436e9591eaf5187ef34f6e869bf7a2a82a00ebe11adc1c4b2904119e9e3f25d2496b5507f91f4b9ba548ba98604 SHA512 96e0764d0808152d3662e65c3287fb0f86ed918912cdc036380637dbadaacd6a489b516543c07b08105686575e8d495a945f73e23ff0909d5a0f12026e4131e0
29
30 diff --git a/sys-apps/texinfo/texinfo-6.1.ebuild b/sys-apps/texinfo/texinfo-6.1.ebuild
31 deleted file mode 100644
32 index eb694ae0d9c..00000000000
33 --- a/sys-apps/texinfo/texinfo-6.1.ebuild
34 +++ /dev/null
35 @@ -1,40 +0,0 @@
36 -# Copyright 1999-2018 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -# Note: if your package uses the texi2dvi utility, it must depend on the
40 -# virtual/texi2dvi package to pull in all the right deps. The tool is not
41 -# usable out-of-the-box because it requires the large tex packages.
42 -
43 -EAPI="5"
44 -
45 -inherit flag-o-matic
46 -
47 -DESCRIPTION="The GNU info program and utilities"
48 -HOMEPAGE="https://www.gnu.org/software/texinfo/"
49 -SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
50 -
51 -LICENSE="GPL-3"
52 -SLOT="0"
53 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
54 -IUSE="nls static"
55 -
56 -RDEPEND="
57 - !=app-text/tetex-2*
58 - >=sys-libs/ncurses-5.2-r2:0=
59 - dev-lang/perl:=
60 - dev-perl/libintl-perl
61 - dev-perl/Unicode-EastAsianWidth
62 - dev-perl/Text-Unidecode
63 - nls? ( virtual/libintl )"
64 -DEPEND="${RDEPEND}
65 - app-arch/xz-utils
66 - nls? ( >=sys-devel/gettext-0.19.6 )"
67 -
68 -src_configure() {
69 - use static && append-ldflags -static
70 - econf \
71 - --with-external-libintl-perl \
72 - --with-external-Unicode-EastAsianWidth \
73 - --with-external-Text-Unidecode \
74 - $(use_enable nls)
75 -}
76
77 diff --git a/sys-apps/texinfo/texinfo-6.4.ebuild b/sys-apps/texinfo/texinfo-6.4.ebuild
78 deleted file mode 100644
79 index f710186e798..00000000000
80 --- a/sys-apps/texinfo/texinfo-6.4.ebuild
81 +++ /dev/null
82 @@ -1,40 +0,0 @@
83 -# Copyright 1999-2018 Gentoo Foundation
84 -# Distributed under the terms of the GNU General Public License v2
85 -
86 -# Note: if your package uses the texi2dvi utility, it must depend on the
87 -# virtual/texi2dvi package to pull in all the right deps. The tool is not
88 -# usable out-of-the-box because it requires the large tex packages.
89 -
90 -EAPI="5"
91 -
92 -inherit flag-o-matic
93 -
94 -DESCRIPTION="The GNU info program and utilities"
95 -HOMEPAGE="https://www.gnu.org/software/texinfo/"
96 -SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
97 -
98 -LICENSE="GPL-3"
99 -SLOT="0"
100 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
101 -IUSE="nls static"
102 -
103 -RDEPEND="
104 - !=app-text/tetex-2*
105 - >=sys-libs/ncurses-5.2-r2:0=
106 - dev-lang/perl:=
107 - dev-perl/libintl-perl
108 - dev-perl/Unicode-EastAsianWidth
109 - dev-perl/Text-Unidecode
110 - nls? ( virtual/libintl )"
111 -DEPEND="${RDEPEND}
112 - app-arch/xz-utils
113 - nls? ( >=sys-devel/gettext-0.19.6 )"
114 -
115 -src_configure() {
116 - use static && append-ldflags -static
117 - econf \
118 - --with-external-libintl-perl \
119 - --with-external-Unicode-EastAsianWidth \
120 - --with-external-Text-Unidecode \
121 - $(use_enable nls)
122 -}
123
124 diff --git a/sys-apps/texinfo/texinfo-6.5.ebuild b/sys-apps/texinfo/texinfo-6.5.ebuild
125 deleted file mode 100644
126 index e7a4ae26692..00000000000
127 --- a/sys-apps/texinfo/texinfo-6.5.ebuild
128 +++ /dev/null
129 @@ -1,42 +0,0 @@
130 -# Copyright 1999-2018 Gentoo Foundation
131 -# Distributed under the terms of the GNU General Public License v2
132 -
133 -# Note: if your package uses the texi2dvi utility, it must depend on the
134 -# virtual/texi2dvi package to pull in all the right deps. The tool is not
135 -# usable out-of-the-box because it requires the large tex packages.
136 -
137 -EAPI=6
138 -
139 -inherit flag-o-matic
140 -
141 -DESCRIPTION="The GNU info program and utilities"
142 -HOMEPAGE="https://www.gnu.org/software/texinfo/"
143 -SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
144 -
145 -LICENSE="GPL-3"
146 -SLOT="0"
147 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
148 -IUSE="nls static"
149 -
150 -RDEPEND="
151 - !=app-text/tetex-2*
152 - >=sys-libs/ncurses-5.2-r2:0=
153 - dev-lang/perl:=
154 - dev-perl/libintl-perl
155 - dev-perl/Unicode-EastAsianWidth
156 - dev-perl/Text-Unidecode
157 - nls? ( virtual/libintl )"
158 -DEPEND="${RDEPEND}
159 - app-arch/xz-utils
160 - nls? ( >=sys-devel/gettext-0.19.6 )"
161 -
162 -src_configure() {
163 - use static && append-ldflags -static
164 - local myeconfargs=(
165 - --with-external-libintl-perl
166 - --with-external-Unicode-EastAsianWidth
167 - --with-external-Text-Unidecode
168 - $(use_enable nls)
169 - )
170 - econf "${myeconfargs[@]}"
171 -}