summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-libs/libxslt: keyword ~riscvAndreas K. Hüttel2019-05-041-2/+2
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* dev-libs/libxslt: sh/m68k stable wrt bug #637310Mikle Kolyada2018-09-161-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* Drop arm-linux keyword from tree.Benda Xu2018-08-311-1/+1
| | | | | | | | "arm-linux" is considered deprecated, unmaintained and easily replaced by "arm". Closes: https://bugs.gentoo.org/664598 Reference: https://archives.gentoo.org/gentoo-dev/message/63bafa051cccd1eb3d2ade16823671fa
* dev-libs/libxslt-1.1.32: alpha stable, bug 637310Matt Turner2018-05-081-1/+1
|
* dev-libs/libxslt: stable 1.1.32 for hppa, bug #637310Sergei Trofimovich2018-05-081-1/+1
| | | | | | Bug: https://bugs.gentoo.org/637310 Package-Manager: Portage-2.3.36, Repoman-2.3.9 RepoMan-Options: --include-arches="hppa"
* dev-libs/libxslt: s390 stable wrt bug #637310Mikle Kolyada2018-05-011-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-libs/libxslt: arm stable wrt bug #637310Mikle Kolyada2018-04-281-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-libs/libxslt: stable 1.1.32 for ia64, bug #637310Sergei Trofimovich2018-04-261-1/+1
| | | | | | Bug: https://bugs.gentoo.org/637310 Package-Manager: Portage-2.3.28, Repoman-2.3.9 RepoMan-Options: --include-arches="ia64"
* dev-libs/libxslt-1.1.32: ppc64 stable, bug 637310Matt Turner2018-04-251-1/+1
|
* dev-libs/libxslt-1.1.32: ppc stable, bug 637310Matt Turner2018-04-251-1/+1
|
* dev-libs/libxslt: x86 stable (bug #637310)Thomas Deutschmann2018-04-251-1/+1
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* dev-libs/libxslt-1.1.32: arm64 stable (bug #637310)Mart Raudsepp2018-04-251-1/+1
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* dev-libs/libxslt: stable 1.1.32 for sparcRolf Eike Beer2018-04-251-1/+1
| | | | | | Bug: https://bugs.gentoo.org/637310 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* dev-libs/libxslt: amd64 stable wrt bug #637310Mikle Kolyada2018-04-241-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-libs/libxslt: bump to 1.1.32Mart Raudsepp2018-04-211-0/+123
Drop the m4 patch that adds CXXFLAGS with unknown reasons of existing; it shouldn't be necessary as no AC_LANG([C++]) or such is used in configure.ac, so lets try without. simplify-python and python static modules disabling patches are kept for now, just having to adjust for the upstream rename of configure.in to configure.ac xslt-config breakage was fixed upstream in a different way, thus should not need that patch anymore, either. xlocale.h glibc removal was handled differently as well, via AC_CHECK_HEADERS([locale.h xlocale.h]) AC_CHECK_FUNCS([strxfrm_l]) with HAVE_LOCALE_H and HAVE_XLOCALE_H in the installed xsltlocale.h, about which I'm not sure how consumers are supposed to handle it when directly or indirectly including xsltlocale.h (presumably doing their own AC_CHECK_HEADERS call?), but that similar before as well via ifdef XSLT_LOCALE_XLOCALE in 1.1.30. "rm -r .. || die" instead of "rm -rf .." while here and fix unnecessary removal of non-existing non-python examples. There actually is a C example, but not installed (due to requiring ICU), so we'd have to doins it instead with USE=examples, but meh. Due to no -f, python examples have to be removed only if use python. Closes: https://bugs.gentoo.org/632214 Bug: https://bugs.gentoo.org/637310 Package-Manager: Portage-2.3.28, Repoman-2.3.9