summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Normalize metadata.xml filesMichał Górny2021-03-161-1/+1
| | | | | | | | | | | Normalize quoting, replace '>' with entities, replace unnecessary entities, remove trailing empty lines. Done via: find -name metadata.xml -exec xml ed -P -L -d //none {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-111-1/+2
| | | | | | | | | | | | | | | | | | 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-erlang/protobuffs: Drop oldMichał Górny2019-09-112-40/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-erlang: Remove aidecoe from maintainersAmadeusz Piotr Żołnowski2019-07-131-4/+1
| | | | Signed-off-by: Amadeusz Piotr Żołnowski <aidecoe@gentoo.org>
* dev-erlang/*: Update Manifest hashesMichał Górny2017-12-091-2/+2
|
* 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-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-erlang/protobuffs: ppc stable wrt bug #603800Agostino Sarubbo2017-01-011-2/+2
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-erlang/protobuffs: x86 stable wrt bug #603800Agostino Sarubbo2016-12-291-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-erlang/protobuffs: amd64 stable wrt bug #603800Agostino Sarubbo2016-12-291-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-erlang/protobuffs: Bump version to 0.9.0Amadeusz Żołnowski2016-08-292-0/+41
| | | | Package-Manager: portage-2.3.0
* dev-erlang/protobuffs: stabilize 0.8.2 on ppc, bug #587908Anthony G. Basile2016-08-201-1/+1
| | | | Package-Manager: portage-2.2.28
* dev-erlang/protobuffs: stabilize 0.8.2 on amd64/x86, bug #587908Matthias Maier2016-08-191-1/+1
| | | | Package-Manager: portage-2.2.28
* dev-erlang: Add ~ia64 and ~sparc keywords backAmadeusz Żołnowski2016-07-031-1/+1
| | | | | | These packages have been debundled from ejabberd which used to have ~ia64 ~sparc keywords. These had to be removed temporarily until dev-util/rebar has these keywords.
* dev-erlang/protobuffs: Add new packageAmadeusz Żołnowski2016-06-073-0/+49
It is debundled from net-im/ejabberd-16.04 and therefore inherits keywords from ejabberd: ~amd64, ~arm, ~ppc and ~x86. ~ia64 and ~sparc are not inherited because other dependency is missing these keywords and there's no chance it can get them any time soon. Package-Manager: portage-2.3.0_rc1