summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-cpp/gflags: Use append-lfs-flagsMatt Turner2023-07-102-2/+6
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-cpp/gflags: Synchronize ebuildsMatt Turner2023-07-101-3/+3
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-cpp/gflags: Propagate keywordsMatt Turner2023-07-101-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-cpp/gflags: update EAPI 7 -> 8Andreas Sturmlechner2023-03-221-3/+3
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-cpp/gflags: drop 2.2.1-r1Andreas Sturmlechner2023-02-012-37/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-cpp/gflags: keyword 2.2.2 for ~loongWANG Xuerui2022-12-041-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* */*: Drop obsolete CMAKE_ECLASS meta varAndreas Sturmlechner2022-08-193-4/+1
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-cpp/gflags: x86 stable wrt bug #862978Agostino Sarubbo2022-08-041-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-cpp/gflags: Stabilize 2.2.2 sparc, #862978Arthur Zamarin2022-08-031-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-cpp/gflags: amd64 stable wrt bug #862978Agostino Sarubbo2022-08-031-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-cpp/gflags: Stabilize 2.2.2 ppc, #862978Arthur Zamarin2022-08-031-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-cpp/gflags: Stabilize 2.2.2 arm64, #862978Arthur Zamarin2022-08-031-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-cpp/gflags: Stabilize 2.2.2 arm, #862978Arthur Zamarin2022-08-031-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-cpp/gflags: Stabilize 2.2.2 ppc64, #862978Arthur Zamarin2022-08-031-2/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-cpp/gflags: Stabilize 2.2.1-r1 sparc, #851444Jakov Smolić2022-06-141-2/+2
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* dev-cpp/gflags: bump to version 2.2.2YiyangWu2021-08-082-0/+38
| | | | | | | | Closes: https://github.com/gentoo/gentoo/pull/20321 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Amy Liffey <amynka@gentoo.org>
* dev-cpp/gflags: add ~riscv keywordYe Cao2021-07-021-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Ye Cao <ye.c@rioslab.org> Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-cpp/gflags: Switch to cmake.eclass, use httpsAndreas Sturmlechner2021-03-062-6/+8
| | | | | | | | Follow-up to commit 932dc78d1c7fff951f55c2ca509634e9d9e304cb Closes: https://bugs.gentoo.org/770520 Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-cpp/gflags: Drop 2.2.0 and 2.2.1 (r0)Andreas Sturmlechner2020-09-303-75/+0
| | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* */*: Discontinue Gentoo SuperH portMikle Kolyada2020-03-264-8/+8
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-114-1/+5
| | | | | | | | | | | | | | | | | | 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-cpp/gflags: arm stable wrt bug #700774Mikle Kolyada2019-11-271-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* dev-cpp/gflags: ppc64 stable wrt bug #700774Agostino Sarubbo2019-11-231-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-cpp/gflags: ppc stable wrt bug #700774Agostino Sarubbo2019-11-231-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-cpp/gflags: x86 stable wrt bug #700774Agostino Sarubbo2019-11-231-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-cpp/gflags: arm64 stable (bug #700774)Aaron Bauman2019-11-221-1/+1
| | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.79, Repoman-2.3.18
* dev-cpp/gflags: amd64 stable wrt bug #700774Agostino Sarubbo2019-11-221-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-cpp/gflags: EAPI=7David Michael2019-07-062-3/+37
| | | | | | | | | This allows the cmake eclass to use BDEPEND, so the host cmake can be used without having to cross-compile it. Signed-off-by: David Michael <dm0@redhat.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-cpp/gflags: arm64 stableAaron Bauman2019-05-151-2/+2
| | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.12
* dev-cpp/gflags: Drop oldAndreas Sturmlechner2018-06-114-109/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-cpp/gflags: amd64/arm/x86 stable wrt bug #643168Mikle Kolyada2018-01-051-2/+2
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-cpp/gflags: version bump to 2.2.1 #643176Mike Frysinger2018-01-043-3/+40
|
* dev-cpp/*: Update Manifest hashesMichał Górny2017-12-091-3/+3
|
* dev-cpp/gflags: stable 2.2.0 for ppc, bug #636226Sergei Trofimovich2017-11-181-1/+1
| | | | | Package-Manager: Portage-2.3.14, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc"
* dev-cpp/gflags: stable 2.2.0 for ppc64, bug #636226Sergei Trofimovich2017-11-181-1/+1
| | | | | Package-Manager: Portage-2.3.14, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc64"
* dev-cpp/gflags: Bump to 2.2.0Michał Górny2017-07-092-0/+37
| | | | Closes: https://github.com/gentoo/gentoo/pull/5010
* dev-cpp/gflags: Enable testsMichał Górny2017-07-091-1/+2
|
* dev-cpp/gflags: Set subslot to SONAMEMichał Górny2017-07-091-1/+1
|
* dev-cpp/gflags: Fix installing stray package registry filesMichał Górny2017-07-091-0/+3
|
* dev-cpp/gflags: Bump to EAPI=6Michał Górny2017-07-091-2/+2
|
* dev-cpp/gflags: Update doc installMichał Górny2017-07-091-6/+3
| | | | | | Update the list of installed doc files to match upstream updates. Do not install AUTHORS file since it does not list anyone. Do not install HTML docs from doc/ since that file is missing from release tarballs.
* dev-cpp/gflags: Update URIsMichał Górny2017-07-092-5/+4
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-283-3/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* dev-cpp/gflags: Fixing HOMEPAGE move due to code.google.com shutdownTobias Klausmann2015-09-013-3/+3
| | | | Package-Manager: portage-2.2.20.1
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Enable https for all google URIsJustin Lecher2015-08-243-3/+3
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-086-0/+158
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed