summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-php/*: Update Manifest hashesMichał Górny2017-12-091-1/+1
|
* Globally add missing remote ID references to metadata.xmlJustin Lecher2017-04-291-1/+4
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-php/twig: new version 1.31.0.Michael Orlitzky2017-01-252-1/+1
| | | | Package-Manager: portage-2.3.0
* dev-php/twig: fix build with USE=extension unset.Michael Orlitzky2017-01-061-1/+29
| | | | | | | | | | | | | | | | | | | In commit 14f2ab0, I accidentally broke building with USE="-extension". The eclass src_prepare phase was correctly skipped (a new change), but then afterwards it became possible for the eclass src_configure and src_compile to fail. Now those phases are skipped when USE="-extension", too. For consistency and for a minor performance improvement, the eclass src_unpack phase is skipped, too. A new revision was made because I'm not 100% certain that it wasn't possible to install the extension with USE="-extension" before. If it was possible, any victims would want to re-emerge twig. I have also added an unconditional RDEPEND on "dev-lang/php" that could have been omitted before; that would itself justify a new revision. Gentoo-Bug: 604874 Package-Manager: portage-2.3.0
* dev-php/twig: don't run eclass phases when USE="extension" is unset.Michael Orlitzky2017-01-061-5/+9
| | | | | | | | | | | If the user does not wish to build the C extension, there is no need to run the php-ext-source-r3 eclass phases. Doing so can lead to a build failure because those eclass phases use DEPENDencies that are only required conditionally on USE=extension. Gentoo-Bug: 604874 Package-Manager: portage-2.3.0
* dev-php/twig: remove old version 1.20.0.Michael Orlitzky2017-01-043-43/+0
| | | | Package-Manager: portage-2.3.0
* dev-php/twig: add twig-1.29.0 with support for building the C extension.Michael Orlitzky2016-12-213-1/+67
| | | | | | | | | | | | | | | | | | | | | | | | | A few versions of Twig have been released since the version we have in the tree, so the first goal of the new ebuild is simply to bring our tree to parity with upstream. But the new ebuild also adds a feature, the ability to build the C extension for Twig. In older versions of PHP, the C implementation provides improved performance over the pure-PHP implementation. The only "older version" we support is php:5.6, so the C extension is only built when the user's PHP_TARGETS contains "php5-6". The extension will only be built with USE=extension; otherwise users who did not want the extension would be required to add "php5-6" to PHP_TARGETS in order to appease our eclass. Upstream does not currently support building the extension against php:7.0 or php:7.1, but the performance improvement is not so great with those versions of PHP anyway. Gentoo-Bug: 566468 Gentoo-Bug: 566470 Suggested-by: Dennis Schridde Package-Manager: portage-2.3.0
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-2/+2
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-2/+5
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* Unify quoting in metadata.xml files for machine processingMichał Górny2016-01-241-2/+0
| | | | | | | Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes.
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* dev-php/twig: Drop vulernable versions for bug 558420Brian Evans2015-08-223-58/+0
| | | | Package-Manager: portage-2.2.20.1
* dev-php/twig: Security bump for bug 558420Brian Evans2015-08-222-0/+27
| | | | Package-Manager: portage-2.2.20.1
* proj/gentoo: Initial commitRobin H. Johnson2015-08-085-0/+85
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