summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-libs/protobuf-c: Bump to version 1.3.3Lars Wendler2020-07-062-0/+44
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* Remove MULTILIB_USEDEP from all virtual/pkgconfig dependenciesMike Gilbert2020-06-131-1/+1
| | | | | Bug: https://bugs.gentoo.org/723112 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* dev-libs/protobuf-c: compile-fix ensure new enough dev-libs/protobufRobin H. Johnson2020-05-191-2/+2
| | | | | | | | | | | | | If the system has an old dev-libs/protobuf-2* installed, then it will not be upgraded before protobuf-c tries to compile, which leads to error: ``` t/issue330/issue330.protot/issue330/issue330.proto:1:10: Unrecognized syntax identifier "proto3". This parser only recognizes "proto2". ``` Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-libs/protobuf-c: remove unused patchMichael Mair-Keimberger2020-05-061-13/+0
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: Drop stable ia64 keywordsMatt Turner2020-04-031-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/protobuf-c: Drop 1.3.1Andreas Sturmlechner2020-03-212-48/+0
| | | | | Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-libs/protobuf-c: arm64 stable (bug #707514)Mart Raudsepp2020-03-211-1/+1
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* dev-libs/protobuf-c: s390 stable wrt bug #707514Agostino Sarubbo2020-02-131-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@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-libs/protobuf-c: stable 1.3.2 for hppa, bug #707514Sergei Trofimovich2020-02-061-1/+1
| | | | | | Package-Manager: Portage-2.3.87, Repoman-2.3.20 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-libs/protobuf-c: ia64 stable wrt bug #707514Agostino Sarubbo2020-02-031-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/protobuf-c: arm stable wrt bug #707514Agostino Sarubbo2020-02-031-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/protobuf-c: ppc64 stable wrt bug #707514Agostino Sarubbo2020-02-031-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/protobuf-c: ppc stable wrt bug #707514Agostino Sarubbo2020-02-031-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/protobuf-c: x86 stable wrt bug #707514Agostino Sarubbo2020-02-031-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/protobuf-c: amd64 stable wrt bug #707514Agostino Sarubbo2020-02-031-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/protobuf-c: stable 1.3.2 for sparc, bug #707514Rolf Eike Beer2020-01-311-2/+2
| | | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@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-112-0/+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-libs/protobuf-c: Bump to version 1.3.2Lars Wendler2019-08-192-0/+43
| | | | | Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* dev-libs/protobuf-c: [QA] remanifestMikle Kolyada2019-05-051-1/+0
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* dev-libs/protobuf-c: Delete old version (1.3.0-r1).Arfrever Frehtes Taifersar Arahesis2019-05-053-280/+0
| | | | | Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* dev-libs/protobuf-c: Set BDEPEND correctly.Arfrever Frehtes Taifersar Arahesis2019-05-051-2/+3
| | | | | Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* dev-libs/protobuf-c: Fix building with >=dev-libs/protobuf-3.7.Arfrever Frehtes Taifersar Arahesis2019-05-052-0/+17
| | | | | | Fixes: https://bugs.gentoo.org/684028 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* dev-libs/protobuf-c: stable 1.3.1 for ppc64Sergei Trofimovich2019-02-121-1/+1
| | | | | | Package-Manager: Portage-2.3.60, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-libs/protobuf-c: s390 stable wrt bug #677218Mikle Kolyada2019-02-121-1/+1
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* dev-libs/protobuf-c: arm stable wrt bug #677218Mikle Kolyada2019-02-121-1/+1
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* dev-libs/protobuf-c: amd64 stable wrt bug #677218Mikle Kolyada2019-02-121-1/+1
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* dev-libs/protobuf-c: stable 1.3.1 for ppc, bug #677218Sergei Trofimovich2019-02-111-1/+1
| | | | | | Package-Manager: Portage-2.3.59, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-libs/protobuf-c: stable 1.3.1 for hppa, bug #677218Sergei Trofimovich2019-02-091-1/+1
| | | | | | Package-Manager: Portage-2.3.59, Repoman-2.3.12 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-libs/protobuf-c: x86 stable (bug #677218)Thomas Deutschmann2019-02-091-1/+1
| | | | | Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-libs/protobuf-c: stable 1.3.1 for ia64, bug #677218Sergei Trofimovich2019-02-081-1/+1
| | | | | | Package-Manager: Portage-2.3.59, Repoman-2.3.12 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-libs/protobuf-c-1.3.1-r0: alpha stableTobias Klausmann2019-02-071-1/+1
| | | | | Bug: http://bugs.gentoo.org/677218 Signed-off-by: Tobias Klausmann <klausman@gentoo.org>
* dev-libs/protobuf-c: arm64 stable (bug #677218)Mart Raudsepp2019-02-061-1/+1
| | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* dev-libs/protobuf-c: stable 1.3.1 for sparc, bug #677218Rolf Eike Beer2019-02-041-1/+1
| | | | | | | Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-libs/protobuf-c: Bump to version 1.3.1Lars Wendler2019-01-032-0/+42
| | | | | Package-Manager: Portage-2.3.53, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* dev-libs/protobuf-c: Install static library only with USE="static-libs". ↵Arfrever Frehtes Taifersar Arahesis2018-07-061-4/+4
| | | | Minor cleanup.
* dev-libs/protobuf-c: Fix building with >=dev-libs/protobuf-3.6.0.Arfrever Frehtes Taifersar Arahesis2018-07-062-1/+206
|
* dev-libs/protobuf-c: mark s390 stableMikle Kolyada2018-06-091-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-libs/protobuf-c: Delete old versions (<1.3.0-r1).Arfrever Frehtes Taifersar Arahesis2018-04-267-197/+0
|
* dev-libs/protobuf-c-1.3.0-r1: arm64 stable (bug #632526)Mart Raudsepp2018-04-151-2/+2
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* dev-libs/protobuf-c-1.3.0-r1: hppa stable, bug 632526Matt Turner2018-03-201-1/+1
|
* dev-libs/*: Update Manifest hashesMichał Górny2017-12-091-4/+4
|
* dev-libs/protobuf-c: arm stable, bug #632526Markus Meier2017-10-231-1/+1
| | | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3 RepoMan-Options: --include-arches="arm"
* dev-libs/protobuf-c-1.3.0-r1: alpha stableTobias Klausmann2017-10-221-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/632526
* dev-libs/protobuf-c: stable 1.3.0-r1 for sparc, bug #632526 (thanks to Rolf ↵Sergei Trofimovich2017-10-131-1/+1
| | | | | | | Eike Beer) Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="sparc"
* dev-libs/protobuf-c: stable 1.3.0-r1 for ppc64, bug #632526Sergei Trofimovich2017-10-031-1/+1
| | | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc64"
* dev-libs/protobuf-c: Stable on amd64Manuel Rüger2017-10-021-1/+1
| | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3
* dev-libs/protobuf-c: stable 1.3.0-r1 for ppc, bug #632526Sergei Trofimovich2017-10-021-1/+1
| | | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc"
* dev-libs/protobuf-c: stable 1.3.0-r1 for ia64, bug #632526Sergei Trofimovich2017-10-021-1/+1
| | | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="ia64"