summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-devel/gettext: fix build w/ USE=-nlsSam James2024-12-061-0/+163
| | | | | Closes: https://bugs.gentoo.org/945817 Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/gettext: add 0.23Sam James2024-12-031-0/+44
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* Revert "sys-devel/gettext: drop 0.21.1, 0.22.4"Andreas K. Hüttel2024-11-192-0/+52
| | | | | | This reverts commit 7a602cea9c2a68e6f0307b40b81cd65fb775a4ff. Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sys-devel/gettext: drop 0.21.1, 0.22.4Andreas K. Hüttel2024-11-192-52/+0
| | | | | Closes: https://bugs.gentoo.org/918599 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* Revert "sys-devel/gettext: drop 0.21.1"Andreas K. Hüttel2024-11-033-0/+89
| | | | | | | | Still needed by dev-python/polib ... This reverts commit 98608c8e15d4a70012b2b2fe51edf4679f5bc08c. Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sys-devel/gettext: drop 0.21.1Andreas K. Hüttel2024-11-023-89/+0
| | | | | Bug: https://bugs.gentoo.org/893728 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* Revert "sys-devel/gettext: drop 0.21.1"Sam James2024-02-204-0/+189
| | | | | | | | This reverts commit 5c86dc85ae6cb3f657a992067b652c287910fe53. dev-python/polib needs older gettext... Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/gettext: drop 0.21.1Sam James2024-02-204-189/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/gettext-0.22-r1: take more future-proof route against libintlFabian Groffen2023-06-251-34/+0
| | | | | | | | | | | | Patching configure only is brittle (what if one autoreconfs) and the whole of it is wired to insist on building libintl (upstreams says in order to test) so, instead of trying to avoid building libintl (yes, it's a shame we have to waste cycles on it) just remove the library after install. This should be cleaner given we have no patch to maintain (that can get outdated) and just makes the implementation a one-liner. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* sys-devel/gettext-0.22-r1: fix non-Linux targetsFabian Groffen2023-06-241-0/+34
| | | | | Closes: https://bugs.gentoo.org/909041 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* sys-devel/gettext: unkeyword 0.21.1Sam James2022-10-121-0/+35
| | | | | | | | | While the version is fine, maintainer mode seems to insist on being invoked, despite a variety of things I've tried. Unkeyword for now until can poke at it more. Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/gettext: add 0.21.1Sam James2022-10-111-0/+65
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/gettext: fix musl symbolAlfred Persson Forsberg2022-09-011-0/+37
| | | | | | | | | | | | | | | | This patch forces OMIT_SETLOCALE_LOCK to 0 so that gl_get_setlocale_null_lock gets defined. Deliberately gone for a conditional patch for now as we want to get this sorted properly but it involves discussion with upstream first on the best way forward. See: https://savannah.gnu.org/bugs/index.php?62659 Closes: https://bugs.gentoo.org/830590 Signed-off-by: Alfred Persson Forsberg <cat@catcream.org> Closes: https://github.com/gentoo/gentoo/pull/27062 Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/gettext: fix CVE-2020-12825Thomas Deutschmann2021-05-311-0/+335
| | | | | | Bug: https://bugs.gentoo.org/769998 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* sys-devel/gettext: Removed oldLars Wendler2020-10-291-22/+0
| | | | | | Closes: https://bugs.gentoo.org/717478 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* Revert "sys-devel/gettext: Removed old"Lars Wendler2020-10-291-0/+22
| | | | | | | This reverts commit 2820aee152f31d8627ab8c1dc42d38240ad108b5. Because of wrong bug reference Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-devel/gettext: Removed oldLars Wendler2020-10-291-22/+0
| | | | | | Closes: https://bugs.gentoo.org/751631 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-devel/gettext: Removed oldLars Wendler2020-02-101-87/+0
| | | | | Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-devel/gettext: Bump to version 0.21_rc1Lars Wendler2020-01-171-0/+22
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-devel/gettext: Fixed parallel install issueLars Wendler2019-05-102-0/+59
| | | | | | | Thanks-to: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Closes: https://bugs.gentoo.org/685530 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-devel/gettext: Fix compilation with format-securityThomas Deutschmann2017-12-031-0/+87
| | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6
* sys-devel/gettext: make sure libintl building is disabled #564168Mike Frysinger2016-06-151-0/+30
|
* sys-devel/gettext: Removed old.Lars Wendler2015-12-281-18/+0
| | | | | Package-Manager: portage-2.2.26 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-devel/gettext: hack gettextize configure output #556024Mike Frysinger2015-08-261-0/+18
Until upstream sorts out a fix for us, hack the output in a terrible way so packages stop failing. This seems to be less terrible than just masking the new version.