Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop $Id$ per council decision in bug #611234. | Robin H. Johnson | 2017-02-28 | 3 | -3/+0 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | dev-libs/libintl: dropped ~hppa-hpux ~ia64-hpux ~ia64-linux ~x64-freebsd ↵ | Fabian Groffen | 2017-01-29 | 3 | -6/+6 |
| | | | | | | ~x86-freebsd ~x86-interix Package-Manager: portage-2.3.3 | ||||
* | dev-libs/libintl: mark 0.19.7 arm64/ia64/m68k/s390/sh/sparc stable #584616 | Mike Frysinger | 2016-06-15 | 1 | -1/+1 |
| | |||||
* | dev-libs/libintl: Bump to version 0.19.8.1 | Lars Wendler | 2016-06-12 | 2 | -1/+1 |
| | | | | | | | Removed old. Package-Manager: portage-2.2.28 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> | ||||
* | dev-libs/libintl: Stable for PPC64 (bug #584616). | Jeroen Roovers | 2016-06-11 | 1 | -1/+1 |
| | | | | | Package-Manager: portage-2.3.0_rc1 RepoMan-Options: --ignore-arches | ||||
* | dev-libs/libintl: Stable for HPPA (bug #584616). | Jeroen Roovers | 2016-06-11 | 1 | -1/+1 |
| | | | | | Package-Manager: portage-2.3.0_rc1 RepoMan-Options: --ignore-arches | ||||
* | dev-libs/libintl: Bump to version 0.19.8 | Lars Wendler | 2016-06-10 | 2 | -0/+78 |
| | | | | | Package-Manager: portage-2.2.28 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> | ||||
* | dev-libs/libintl: stable on arm. bug #584616 | Anthony G. Basile | 2016-06-04 | 1 | -1/+1 |
| | | | | Package-Manager: portage-2.2.28 | ||||
* | dev-libs/libintl-0.19.7-r0: add alpha keyword | Tobias Klausmann | 2016-06-01 | 1 | -1/+1 |
| | | | | | | Gentoo-Bug: 584616 Package-Manager: portage-2.3.0_rc1 | ||||
* | dev-libs/libintl: block against musl which provides its own libintl | Anthony G. Basile | 2016-05-31 | 2 | -1/+3 |
| | | | | Package-Manager: portage-2.2.28 | ||||
* | dev-libs/libintl: stable on amd64, ppc, x86. bug #584616 | Anthony G. Basile | 2016-05-31 | 1 | -2/+2 |
| | | | | Package-Manager: portage-2.2.28 | ||||
* | dev-libs/libintl: version bump to 0.19.7 | Mike Frysinger | 2016-01-28 | 2 | -0/+77 |
| | |||||
* | Set appropriate maintainer types in metadata.xml (GLEP 67) | Michał Górny | 2016-01-24 | 1 | -1/+1 |
| | |||||
* | Replace all herds with appropriate projects (GLEP 67) | Michał Górny | 2016-01-24 | 1 | -1/+4 |
| | | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded. | ||||
* | dev-libs/libintl: add Prefix keywords | Fabian Groffen | 2016-01-05 | 1 | -1/+1 |
| | | | | Package-Manager: portage-2.2.20-prefix | ||||
* | dev-libs/libintl: fix build in bionic systems | Mike Frysinger | 2015-10-12 | 2 | -0/+37 |
| | |||||
* | dev-libs/libintl: drop USE=nls flag | Mike Frysinger | 2015-10-12 | 1 | -3/+7 |
| | | | | | | | | | The related commit in gettext (030b323567f9546c35d9cf1182f36b2b54e08) was wrong -- the internal configure logic skips the libintl flag when nls support is disabled. It doesn't matter there now as libintl has been dropped, but it still matters here as w/out the flag, no library is built. So drop the flag, hardcode the option, and add a comment to keep from screwing it up in the future. | ||||
* | dev-libs/libiconv: split out from gettext | Mike Frysinger | 2015-10-12 | 3 | -0/+73 |
The gettext ebuild is big and fat and full of tools/deps that are independent of libintl. Since slimming that down with USE flags gets ugly fast (it provides multiple libs in addition to tools), just create a dedicated libintl package. |