summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-libs/libxslt: remove oldMart Raudsepp2018-09-174-357/+0
| | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10
* dev-libs/libxslt: bump to 1.1.32Mart Raudsepp2018-04-211-0/+250
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* dev-libs/libxslt: security cleanupMart Raudsepp2018-03-022-279/+0
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/libxslt: Fix glibc-2.26 compatibility. Patch by Quentin Minster.Andreas K. Hüttel2017-10-281-0/+32
| | | | | | | | | This patch is much less intrusive than the upstream solution, so using it for now. Revision bump since the current version unconditionally includes in public headers xlocale.h ... Closes: https://bugs.gentoo.org/632214 Package-Manager: Portage-2.3.13, Repoman-2.3.4
* dev-libs/libxslt: fix xslt-config, bug #630784Gilles Dartiguelongue2017-09-131-0/+37
| | | | | Closes: https://bugs.gentoo.org/630784 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-libs/libxslt: security version bump 1.1.29-r1 → 1.1.30Gilles Dartiguelongue2017-09-051-0/+250
| | | | | | Refs: https://bugs.gentoo.org/show_bug.cgi?id=598204 Refs: https://bugs.gentoo.org/show_bug.cgi?id=612194 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-libs/libxslt: remove old.Michael Weber2017-03-296-276/+0
| | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --include-arches="arm arm64 ppc ppc64"
* dev-libs/libxslt: add patch from upstream for CygwinFabian Groffen2016-12-221-0/+29
| | | | Package-Manager: portage-2.2.28-prefix
* dev-libs/libxslt: remove unused patchMichael Mair-Keimberger (asterix)2016-11-061-12/+0
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/2226 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-libs/libxslt: update autoconf patch to avoid relying on environmentGilles Dartiguelongue2015-11-231-11/+10
| | | | | | | | Python eclass export PYTHON in environment so it enables python support even though it was not requested, see bug #566552. https://bugs.gentoo.org/show_bug.cgi?id=566552 Package-Manager: portage-2.2.25
* dev-libs/libxslt: apply several upstream patches, bug #558822Gilles Dartiguelongue2015-11-117-0/+514
| | | | | | | | | | Apply security fixes, bug #558822 as well as patches from upstream as listed in debian package. Also rework python detection with AM_PATH_PYTHON for easier multiple python support in the future. Handle examples like in libxml2. Package-Manager: portage-2.2.24
* dev-libs/libxslt: Drop oldJustin Lecher2015-09-253-92/+0
| | | | | Package-Manager: portage-2.2.21 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-086-0/+188
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed