summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-text/enchant: explicitly disable applespellMart Raudsepp2020-04-261-1/+3
| | | | | | | | | | | | | | Apparently if gnustep is installed, there's a Cocoa.h header, and the autodetection in enchant decides that applespell should be built (and fail at doing so). Just explicitly disable it to fix build issues in such situations. Also explicitly disable zemberek while at it, but the default for that already is "no", not "check", so not a real change. Closes: https://bugs.gentoo.org/718634 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* app-text/enchant: remove oldMart Raudsepp2020-04-172-43/+0
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* app-text/enchant: x86 stable wrt bug #717076Agostino Sarubbo2020-04-131-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-text/enchant: amd64 stable wrt bug #717076Agostino Sarubbo2020-04-131-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-text/enchant: ppc64 stable wrt bug #717076Agostino Sarubbo2020-04-131-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-text/enchant: ppc stable wrt bug #717076Agostino Sarubbo2020-04-131-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-text/enchant: arm stable wrt bug #717076Agostino Sarubbo2020-04-131-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-text/enchant: arm64 stable (bug #717076)Mart Raudsepp2020-04-131-1/+1
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* app-text/enchant: stable 2.2.8 for sparc, bug #717076Rolf Eike Beer2020-04-121-1/+1
| | | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* */*: Drop stable ia64 keywordsMatt Turner2020-04-031-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-text/enchant: bump to 2.2.8Mart Raudsepp2020-03-292-0/+45
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* */*: Discontinue Gentoo SuperH portMikle Kolyada2020-03-262-2/+2
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* */*: Bump copyright on files touched this yearMichał Górny2020-02-111-1/+1
| | | | | | | Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-text/enchant: remove oldMart Raudsepp2020-02-081-58/+0
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* app-text/enchant: drop to ~hppaMart Raudsepp2020-02-081-2/+2
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* app-text/enchant: drop enchant-2 versions not in SLOT=2Mart Raudsepp2020-02-027-261/+0
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* app-text/enchant: bump to 2.2.7, SLOT=2, other tweaksMart Raudsepp2020-02-022-0/+43
| | | | | | | | | | | * Make parallel-installable with enchant-1.6 * Drop unnecessary static-libs support * Port to EAPI-7 * Fix LICENSE * Drop unnecessary USE=test, which is commented out and restricted Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* */*: Drop stable alpha keywordsMatt Turner2020-01-252-2/+2
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-112-1/+3
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Remove some ~amd64-fbsd ~x86-fbsd keywordsMatt Turner2019-10-211-1/+1
| | | | | | These were from a pull request that rotted for a month. Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-text/enchant: Version bump to 2.2.4Matt Turner2019-10-212-0/+46
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-text: Remove *-fbsd KEYWORDSMichał Górny2019-10-116-6/+6
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-text/enchant: sparc stable wrt bug #662484Agostino Sarubbo2019-06-051-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc"
* app-text/enchant: ppc stable wrt bug #662484Agostino Sarubbo2019-06-041-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="ppc"
* app-text/enchant: ia64 stable wrt bug #662484Agostino Sarubbo2019-06-041-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="ia64"
* app-text/enchant: ppc64 stable wrt bug #662484Agostino Sarubbo2019-06-031-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="ppc64"
* app-text/enchant-1.6.1-r1: alpha stableTobias Klausmann2019-05-061-1/+1
| | | | | Bug: http://bugs.gentoo.org/662484 Signed-off-by: Tobias Klausmann <klausman@gentoo.org>
* app-text/enchant: arm64 stableAaron Bauman2019-04-231-1/+1
| | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* app-text/enchant: arm stable wrt bug #662484Mikle Kolyada2019-03-201-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="arm"
* app-text/enchant: x86 stable (bug #662484)Thomas Deutschmann2019-03-191-1/+1
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* app-text/enchant: amd64 stable wrt bug #662484Agostino Sarubbo2019-03-161-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64"
* app-text/enchant: really disable zemberek provider to avoid crashesMart Raudsepp2019-03-121-0/+59
| | | | | | | | | | | Something trips up GSource iteration in main context with the zemberek provider. As we don't have zemberek-server anymore, just make sure it is not build wrongly due to configure bugs. Bug: https://bugs.gentoo.org/662484 Closes: https://bugs.gentoo.org/675908 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* app-text/enchant: bump to 2.2.3Dennis Lamm2019-01-282-0/+46
| | | | Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
* app-text/enchant: [QA] drop removed dependencyMikle Kolyada2018-05-015-40/+26
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* app-text/enchant: remove oldMart Raudsepp2018-03-243-79/+0
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* app-text/enchant: version bump 2.1.1 → 2.1.2Gilles Dartiguelongue2018-02-082-0/+49
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* app-text/enchant: arm stable, bug #635938Markus Meier2017-12-271-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="arm"
* app-text/enchant: x86 stable (bug #635938)Thomas Deutschmann2017-12-191-1/+1
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* app-text/enchant-1.6.1-r0: amd64 stableTobias Klausmann2017-12-161-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/635938
* app-text/*: Update Manifest hashesMichał Górny2017-12-091-3/+3
|
* app-text/enchant: stable 1.6.1 for sparc, bug #635938 (thanks to Rolf Eike Beer)Sergei Trofimovich2017-12-021-1/+1
| | | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* app-text/enchant: stable 1.6.1 for hppa, bug #635938Sergei Trofimovich2017-11-232-2/+2
| | | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="hppa"
* app-text/enchant: stable 1.6.1 for ppc64, bug #635938Sergei Trofimovich2017-11-181-1/+1
| | | | | Package-Manager: Portage-2.3.14, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc64"
* app-text/enchant: stable 1.6.1 for ppc, bug #635938Sergei Trofimovich2017-11-181-1/+1
| | | | | Package-Manager: Portage-2.3.14, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc"
* app-text/enchant-1.6.1-r0: alpha stableTobias Klausmann2017-11-061-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/635938
* app-text/enchant: stable 1.6.1 for ia64, bug #635938Sergei Trofimovich2017-11-041-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="ia64"
* app-text/enchant: Version bump (2.1.1).Arfrever Frehtes Taifersar Arahesis2017-09-112-0/+49
| | | | Soname of library was fixed to be "libenchant.so.2" so setting SLOT="0/2" (bug #629750).
* app-text/enchant: version 1.6.1 → 2.1.0, bug #570030Gilles Dartiguelongue2017-09-033-0/+80
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* app-text/enchant: version 1.6.0 → 1.6.1, bug #570030Gilles Dartiguelongue2017-09-032-0/+62
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* app-text/enchant: keyword ~arm64Alexis Ballier2017-06-161-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2