summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-php/spdx-licenses: x86 stable wrt bug #754018Agostino Sarubbo2021-05-101-1/+1
| | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-php/spdx-licenses: amd64 stable wrt bug #754018Agostino Sarubbo2021-05-061-2/+2
| | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-php/spdx-licenses: drop 1.2.0, 1.4.0, 1.5.0, 1.5.3Joonas Niilola2021-03-205-101/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: [QA] Remove redundant <longdescription/>sMichał Górny2020-09-141-3/+0
| | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/17540 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-php/spdx-licenses: bump to v1.5.4Thomas Deutschmann2020-09-142-0/+26
| | | | | Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-php/spdx-licenses: bump to v1.5.3Thomas Deutschmann2020-03-192-0/+26
| | | | | Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-php/spdx-licenses: bump to 1.5.0Tomas Mozes2018-12-232-0/+26
| | | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-php/spdx-licenses: fix spdx-{exceptions,licenses}.json install locationThomas Deutschmann2018-09-201-1/+4
| | | | | | | | | | spdx-{exceptions,licenses}.json files must be installed into Composer/res or `composer validate` will throw the following error: > [ErrorException] > file_get_contents(/usr/share/php/Composer/res/spdx-licenses.json): failed to open stream: No such file or directory Package-Manager: Portage-2.3.49, Repoman-2.3.10
* dev-php/spdx-licenses: bump to 1.4.0Tomas Mozes2018-09-202-0/+23
| | | | | Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Package-Manager: Portage-2.3.49, Repoman-2.3.10
* dev-php/spdx-licenses: remove "unused" spdx-licenses-1.0.0.ebuild.Michael Orlitzky2018-01-223-49/+0
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-php/spdx-licenses: version bump to 1.2.0.Guillaume Seren2018-01-222-0/+23
| | | | | Bug: https://bugs.gentoo.org/644774 Closes: https://github.com/gentoo/gentoo/pull/6930
* dev-php/*: Update Manifest hashesMichał Górny2017-12-091-1/+1
|
* dev-php/spdx-licenses: fix inconsistent use of whitespace in metadata.xml.Michael Orlitzky2017-11-141-1/+1
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* 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/spdx-licenses: add the PHP project as a co-maintainer.Michael Orlitzky2016-12-181-0/+3
| | | | Package-Manager: portage-2.3.0
* dev-php/spdx-licenses: use a slightly shorter DESCRIPTION.Michael Orlitzky2016-12-181-1/+1
| | | | Package-Manager: portage-2.3.0
* dev-php/spdx-licenses: add upstream/remote-id tag to metadata.xml.Michael Orlitzky2016-12-181-0/+3
| | | | Package-Manager: portage-2.3.0
* dev-php/spdx-licenses: Add 1.0.0 versionGuillaume Seren2016-12-185-0/+73
This is needed for composer-1.2.2, bug 439206. Signed-off-by: Michael Orlitzky <mjo@gentoo.org>