summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Drop stable ia64 keywordsMatt Turner2020-04-031-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: Discontinue Gentoo SuperH portMikle Kolyada2020-03-261-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* */*: Bump copyright on files touched this yearMichał Górny2020-02-111-1/+1
| | | | | | | Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-php/PEAR-Exception: [QA] Fix VariableInHomepageDavid Seifert2020-02-081-1/+1
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-111-0/+1
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-php/*: Drop to ~alphaMatt Turner2019-10-131-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-php/PEAR-Exception: use HTTPSMichael Mair-Keimberger2019-03-201-2/+2
| | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Aaron Bauman <bman@gentoo.org>
* dev-php/PEAR-Exception: add keywords ~s390 and ~sh (for new PEAR-PEAR).Michael Orlitzky2018-01-261-1/+1
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-php/PEAR-Exception: stabilize everywhere per ALLARCHES policy.Michael Orlitzky2018-01-261-1/+1
| | | | | Bug: https://bugs.gentoo.org/645146 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-php/PEAR-Exception: stable 1.0.0 for ia64, bug #645146Sergei Trofimovich2018-01-221-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64"
* dev-php/PEAR-Exception: stable 1.0.0 for sparc, bug #645146Rolf Eike Beer2018-01-211-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* dev-php/PEAR-Exception: keyworded 1.0.0 for sparc, bug #613380Rolf Eike Beer2018-01-011-2/+2
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="sparc"
* dev-php/*: Update Manifest hashesMichał Górny2017-12-091-1/+1
|
* dev-php/PEAR-Exception: add ~alpha and ~x86 keywords.Michael Orlitzky2017-11-051-1/+1
| | | | | | | | This is pure PHP code, what could possibly go wrong? We need this for half of the packages in dev-php, and it's been 8 months, so... bam. Bug: https://bugs.gentoo.org/613380 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-php/PEAR-Exception: keyworded 1.0.0 for ppc, bug #613380Sergei Trofimovich2017-08-121-1/+1
| | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc"
* dev-php/PEAR-Exception: keyworded 1.0.0 for ppc64, bug #613380Sergei Trofimovich2017-08-101-1/+1
| | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc64"
* dev-php/PEAR-Exception: ia64 keyworded, bug #613380Sergei Trofimovich2017-07-011-1/+1
| | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2 RepoMan-Options: --include-arches="ia64"
* Globally add missing remote ID references to metadata.xmlJustin Lecher2017-04-291-1/+2
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* dev-php/PEAR-Exception: Mark ~hppa (bug #613380).Jeroen Roovers2017-04-151-1/+1
| | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --ignore-arches
* dev-php/PEAR-Exception: add ~arm keyword (bug 613380).Michael Weber2017-04-051-1/+1
| | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --include-arches="arm"
* dev-php/PEAR-Exception: new package supplying the PEAR/Exception class.Michael Orlitzky2017-03-203-0/+40
Right now, most of the dev-php/PEAR-* packages in the tree depend on dev-php/PEAR-PEAR. However, most of them only need to do so for one class, PEAR/Exception. This new package (a legit, separate upstream package) provides that class and nothing else. Package-Manager: Portage-2.3.3, Repoman-2.3.1