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>
* */*: Drop stable alpha keywordsMatt Turner2020-01-251-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@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-perl/XML-Simple: Remove oldAndreas K. Hüttel2019-10-113-50/+0
| | | | | | Closes: https://bugs.gentoo.org/625538 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* dev-perl: Remove *-fbsd KEYWORDSMichał Górny2019-10-113-3/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-perl/XML-Simple: Add ~sh keyword wrt bug #665088Mikle Kolyada2019-01-171-2/+2
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* dev-perl/XML-Simple: added Prefix keywords, bug #665088Fabian Groffen2018-10-271-2/+2
| | | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* dev-perl/XML-Simple: stable 2.250.0 for ia64, bug #657208Sergei Trofimovich2018-09-151-1/+1
| | | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10 RepoMan-Options: --include-arches="ia64"
* 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-perl/XML-Simple-2.250.0: alpha stable, bug 657208Matt Turner2018-08-191-1/+1
|
* dev-perl/XML-Simple: stable 2.250.0 for hppa, bug #657208Sergei Trofimovich2018-07-241-1/+1
| | | | | | Bug: https://bugs.gentoo.org/657208 Package-Manager: Portage-2.3.43, Repoman-2.3.10 RepoMan-Options: --include-arches="hppa"
* dev-perl/XML-Simple: arm stable, bug #657208Markus Meier2018-07-101-1/+1
| | | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="arm"
* dev-perl/XML-Simple: s390 stable wrt bug #657208Mikle Kolyada2018-07-011-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-perl/XML-Simple: stable 2.250.0 for ppc64, bug #657208Sergei Trofimovich2018-06-241-1/+1
| | | | | | Bug: https://bugs.gentoo.org/657208 Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc64"
* dev-perl/XML-Simple: stable 2.250.0 for ppc, bug #657208Sergei Trofimovich2018-06-241-1/+1
| | | | | | Bug: https://bugs.gentoo.org/657208 Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc"
* dev-perl/XML-Simple: amd64 stable wrt bug #657208Aaron Bauman2018-06-091-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-perl/XML-Simple: stable 2.250.0 for sparcRolf Eike Beer2018-06-071-1/+1
| | | | | | Bug: https://bugs.gentoo.org/657208 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* dev-perl/XML-Simple: x86 stable (bug #657208)Thomas Deutschmann2018-06-071-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-perl/XML-Simple-2.250.0: arm64 stable (bug #657208)Mart Raudsepp2018-06-031-1/+1
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* dev-perl/XML-Simple: Bump to version 2.250.0Kent Fredric2018-03-283-0/+73
| | | | | | | | | | | | | | | - Fix tests failing with XML::LibXML::SAX ( #625538 ) - Purge author tests Upstream: - Improve circular reference detection - Don't initialise PREFERRED_PARSER to undef during load - Disable entity expansion when using XML::Parser - Call to XML::Parser constructor now in isolated method for subclass overriding Bug: https://bugs.gentoo.org/625538 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-perl/XML-Simple-2.220.0: arm64 stable (bug #623194)Mart Raudsepp2018-03-221-2/+2
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="arm64"
* dev-perl/XML-Simple-2.220.0: hppa stable, bug 623194Matt Turner2018-03-201-1/+1
|
* dev-perl/*: Update Manifest hashesMichał Górny2017-12-091-2/+2
|
* dev-perl/XML-Simple-2.220.0: added ~mips, bug 608236Matt Turner2017-11-081-1/+1
|
* dev-perl/XML-Simple-2.220.0-r0: alpha stableTobias Klausmann2017-07-161-1/+1
| | | | Gentoo-Bug: 623194
* dev-perl/XML-Simple: arm stable, bug #623194Markus Meier2017-07-131-1/+1
| | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="arm"
* dev-perl/XML-Simple: add Prefix keywords, bug #608236Fabian Groffen2017-07-101-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* dev-perl/XML-Simple: ppc64 stable wrt bug #623194Agostino Sarubbo2017-07-071-1/+1
| | | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/XML-Simple: ppc stable wrt bug #623194Agostino Sarubbo2017-07-071-1/+1
| | | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/XML-Simple: sparc stable wrt bug #623194Agostino Sarubbo2017-07-071-1/+1
| | | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/XML-Simple: x86 stable wrt bug #623194Agostino Sarubbo2017-07-041-1/+1
| | | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/XML-Simple: amd64 stable wrt bug #623194Agostino Sarubbo2017-07-041-1/+1
| | | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/XML-Simple: ia64 stable, bug #623194Sergei Trofimovich2017-07-011-1/+1
| | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2 RepoMan-Options: --include-arches="ia64"
* dev-perl/XML-Simple: Mark ~hppa (bug #608236).Jeroen Roovers2017-04-161-1/+1
| | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --ignore-arches
* dev-perl/XML-Simple-2.220.0: added ~ia64, bug 608236Matt Turner2017-03-151-1/+1
|
* dev-perl/XML-Simple: added ~ppc, bug 608236Matt Turner2017-03-101-1/+1
|
* dev-perl/XML-Simple: added ~sparc, bug 608236Matt Turner2017-03-101-1/+1
|
* dev-perl/XML-Simple: added ~ppc64, bug 608236Matt Turner2017-03-101-1/+1
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-perl/XML-Simple: add ~arm, bug #608236Markus Meier2017-02-271-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="arm"
* dev-perl/XML-Simple: add ~arm64, bug #608236Markus Meier2017-02-231-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="arm64"
* dev-perl/XML-SAX-Expat,dev-perl/XML-Simple: Revert premature keywording re ↵Kent Fredric2017-02-051-1/+1
| | | | | | | | | | | | | bug #595562 This reverts parts of commits 85ee1e46f2d69e35c65c8f33136cadd6ae36664c and importantly, fb1100b612cf75cac1c7a59d895980947273207d, where I accidentally added all the staged keyword changes to XML-SAX-Expat without realising, leading to having no arch testers actually test these arches. I regret this mistake and many apologies for time wasted :( Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-perl/XML-Simple: Restore KEYWORDS (bug #595562).Jeroen Roovers2017-02-041-2/+2
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-perl/XML-Simple: dropped ~x86-interixFabian Groffen2017-01-291-2/+2
| | | | Package-Manager: portage-2.3.3
* dev-perl/XML-Simple: add ~amd64-fbsd, ~x86-fbsd KEYWORDSYuta Satoh2016-11-061-1/+1
| | | | https://bugs.gentoo.org/show_bug.cgi?id=595562
* dev-perl/XML-Simple-2.220.0-r0: keyworded for ~alphaTobias Klausmann2016-10-041-1/+1
| | | | Gentoo-Bug: 595562
* dev-perl/XML-Simple: Version bumpAndreas K. Hüttel2016-09-292-0/+27
| | | | Package-Manager: portage-2.3.0
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|