Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/aspell/
Date: Fri, 02 Feb 2018 23:36:47
Message-Id: 1517614591.7937a9f46c835b85f07222d0cd30f49176efb2b5.kensington@gentoo
1 commit: 7937a9f46c835b85f07222d0cd30f49176efb2b5
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 2 23:36:11 2018 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 2 23:36:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7937a9f4
7
8 app-text/aspell: remove 0.60.6.1-r3/r4
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 app-text/aspell/Manifest | 1 -
13 app-text/aspell/aspell-0.60.6.1-r3.ebuild | 97 -------------------------------
14 app-text/aspell/aspell-0.60.6.1-r4.ebuild | 87 ---------------------------
15 3 files changed, 185 deletions(-)
16
17 diff --git a/app-text/aspell/Manifest b/app-text/aspell/Manifest
18 index 5cde01a3e35..7ba272c2052 100644
19 --- a/app-text/aspell/Manifest
20 +++ b/app-text/aspell/Manifest
21 @@ -1,2 +1 @@
22 -DIST aspell-0.60.6.1.tar.gz 1878163 BLAKE2B c5427be61945fce106df1e76f745f5dd9d754ac71b8ecb4c8dff89ef2de44f2a0042ffde31e1db9ea6a255f3c6bd4148702181c2e718bd8ebdffdc09d2ef8333 SHA512 f310c7590be98406589b5c26ca36a2ecfe4733f0b40fd6c176b96b7955ef2b5cd0ec9a3d770cf132146ae7a896042b4b698945112995ee1ae66adcfa5542247f
23 DIST aspell-0.60.7-rc1.tar.gz 2034916 BLAKE2B 7518660b0bb7f75aa3b659519a97132675b39dac7e8806d5450d43f40d62683e4c4a41a8c18cd08b6ab9ca53911caeb87e0898eb04ad9d2f98185e2bb6033d5c SHA512 e13240d78b8afd74d8a8cfd5fc7fe2081de85b33621e86543cdf942ed601d36c4e0cbf38a54be083e951127fa9435677cec2997387cb0e7b51a5597386e7e8d1
24
25 diff --git a/app-text/aspell/aspell-0.60.6.1-r3.ebuild b/app-text/aspell/aspell-0.60.6.1-r3.ebuild
26 deleted file mode 100644
27 index bd7082628c1..00000000000
28 --- a/app-text/aspell/aspell-0.60.6.1-r3.ebuild
29 +++ /dev/null
30 @@ -1,97 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -inherit autotools eutils flag-o-matic libtool toolchain-funcs
37 -
38 -DESCRIPTION="A spell checker replacement for ispell"
39 -HOMEPAGE="http://aspell.net/"
40 -SRC_URI="mirror://gnu/aspell/${P}.tar.gz"
41 -
42 -LICENSE="LGPL-2"
43 -SLOT="0"
44 -KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
45 -IUSE="nls"
46 -
47 -PDEPEND="app-dicts/aspell-en"
48 -LANGS="af be bg br ca cs cy da de de-1901 el en eo es et fi fo fr ga gl he hr
49 -hu hy is it la lt nl no pl pt pt-BR ro ru sk sl sr sv uk vi"
50 -for lang in ${LANGS}; do
51 - IUSE+=" l10n_${lang}"
52 - case ${lang} in
53 - de-1901) dict="de-alt" ;;
54 - pt-BR) dict="pt-br" ;;
55 - *) dict="${lang}" ;;
56 - esac
57 - PDEPEND+=" l10n_${lang}? ( app-dicts/aspell-${dict} )"
58 -done
59 -unset dict lang LANGS
60 -
61 -COMMON_DEPEND="
62 - >=sys-libs/ncurses-5.2:0=
63 - nls? ( virtual/libintl )
64 -"
65 -DEPEND="${COMMON_DEPEND}
66 - virtual/pkgconfig
67 - nls? ( sys-devel/gettext )
68 -"
69 -
70 -# English dictionary 0.5 is incompatible with aspell-0.6
71 -RDEPEND="${COMMON_DEPEND}
72 - !=app-dicts/aspell-en-0.5*
73 -"
74 -
75 -src_prepare() {
76 - # fix for bug #467602
77 - if has_version ">=sys-devel/automake-1.13" ; then
78 - sed -i -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' \
79 - "${S}"/configure.ac || die
80 - fi
81 -
82 - epatch \
83 - "${FILESDIR}/${PN}-0.60.5-nls.patch" \
84 - "${FILESDIR}/${PN}-0.60.5-solaris.patch" \
85 - "${FILESDIR}/${PN}-0.60.6-darwin-bundles.patch" \
86 - "${FILESDIR}/${PN}-0.60.6.1-clang.patch"
87 -
88 - rm m4/lt* m4/libtool.m4
89 - eautoreconf
90 - elibtoolize --reverse-deps
91 -
92 - # Parallel install of libtool libraries doesn't always work.
93 - # https://lists.gnu.org/archive/html/libtool/2011-03/msg00003.html
94 - # This has to be after automake has run so that we don't clobber
95 - # the default target that automake creates for us.
96 - echo 'install-filterLTLIBRARIES: install-libLTLIBRARIES' >> Makefile.in || die
97 -
98 -}
99 -
100 -src_configure() {
101 - if has_version "sys-libs/ncurses[unicode]" ; then
102 - CURSES_LIB="$($(tc-getPKG_CONFIG) --libs ncursesw)"
103 - else
104 - CURSES_LIB="$($(tc-getPKG_CONFIG) --libs ncurses)"
105 - fi
106 -
107 - CURSES_LIB="${CURSES_LIB}" econf \
108 - $(use_enable nls) \
109 - --disable-static \
110 - --sysconfdir="${EPREFIX}"/etc/aspell \
111 - --enable-docdir="${EPREFIX}"/usr/share/doc/${PF}
112 -}
113 -
114 -src_install() {
115 - default
116 -
117 - dodoc README* TODO
118 - dohtml -r manual/aspell{,-dev}.html
119 - docinto examples
120 - dodoc "${S}"/examples/*.c
121 -
122 - # install ispell/aspell compatibility scripts
123 - newbin scripts/ispell ispell-aspell
124 - newbin scripts/spell spell-aspell
125 -
126 - prune_libtool_files --modules
127 -}
128
129 diff --git a/app-text/aspell/aspell-0.60.6.1-r4.ebuild b/app-text/aspell/aspell-0.60.6.1-r4.ebuild
130 deleted file mode 100644
131 index 47423f0e0b0..00000000000
132 --- a/app-text/aspell/aspell-0.60.6.1-r4.ebuild
133 +++ /dev/null
134 @@ -1,87 +0,0 @@
135 -# Copyright 1999-2018 Gentoo Foundation
136 -# Distributed under the terms of the GNU General Public License v2
137 -
138 -EAPI=6
139 -
140 -inherit autotools flag-o-matic libtool toolchain-funcs
141 -
142 -DESCRIPTION="A spell checker replacement for ispell"
143 -HOMEPAGE="http://aspell.net/"
144 -SRC_URI="mirror://gnu/aspell/${P}.tar.gz"
145 -
146 -LICENSE="LGPL-2"
147 -SLOT="0"
148 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
149 -IUSE="nls unicode"
150 -
151 -PDEPEND="app-dicts/aspell-en"
152 -LANGS="af be bg br ca cs cy da de de-1901 el en eo es et fi fo fr ga gl he hr
153 -hu hy is it la lt nl no pl pt pt-BR ro ru sk sl sr sv uk vi"
154 -for lang in ${LANGS}; do
155 - IUSE+=" l10n_${lang}"
156 - case ${lang} in
157 - de-1901) dict="de-alt" ;;
158 - pt-BR) dict="pt-br" ;;
159 - *) dict="${lang}" ;;
160 - esac
161 - PDEPEND+=" l10n_${lang}? ( app-dicts/aspell-${dict} )"
162 -done
163 -unset dict lang LANGS
164 -
165 -# English dictionary 0.5 is incompatible with aspell-0.6
166 -RDEPEND="
167 - sys-libs/ncurses:0=[unicode?]
168 - nls? ( virtual/libintl )
169 - !=app-dicts/aspell-en-0.5*
170 -"
171 -DEPEND="${RDEPEND}
172 - virtual/pkgconfig
173 - nls? ( sys-devel/gettext )
174 -"
175 -
176 -HTML_DOCS=( manual/aspell{,-dev}.html )
177 -PATCHES=(
178 - "${FILESDIR}/${PN}-0.60.5-nls.patch"
179 - "${FILESDIR}/${PN}-0.60.5-solaris.patch"
180 - "${FILESDIR}/${PN}-0.60.6-darwin-bundles.patch"
181 - "${FILESDIR}/${PN}-0.60.6.1-clang.patch"
182 - # includes fix for bug #467602
183 - "${FILESDIR}/${PN}-0.60.6.1-unicode.patch"
184 -)
185 -
186 -src_prepare() {
187 - default
188 -
189 - rm m4/lt* m4/libtool.m4 || die
190 - eautoreconf
191 - elibtoolize --reverse-deps
192 -
193 - # Parallel install of libtool libraries doesn't always work.
194 - # https://lists.gnu.org/archive/html/libtool/2011-03/msg00003.html
195 - # This has to be after automake has run so that we don't clobber
196 - # the default target that automake creates for us.
197 - echo 'install-filterLTLIBRARIES: install-libLTLIBRARIES' >> Makefile.in || die
198 -}
199 -
200 -src_configure() {
201 - econf \
202 - $(use_enable nls) \
203 - $(use_enable unicode) \
204 - --disable-static \
205 - --sysconfdir="${EPREFIX}"/etc/aspell
206 -}
207 -
208 -src_install() {
209 - default
210 -
211 - docinto examples
212 - dodoc "${S}"/examples/*.c
213 -
214 - # install ispell/aspell compatibility scripts
215 - newbin scripts/ispell ispell-aspell
216 - newbin scripts/spell spell-aspell
217 -
218 - # we explicitly pass '--disable-static' to econf,
219 - # hence we can delete .la files unconditionally
220 - find "${D}" -name '*.la' -delete || die
221 -}