Commit Graph

29 Commits

Author SHA1 Message Date
Michał Górny
064af661d0 */*: [QA] Fix trivial cases of MissingTestRestrict
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>
2019-12-11 00:22:38 +01:00
Mikle Kolyada
eda8264fb0 dev-cpp/gflags: arm stable wrt bug #700774
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
2019-11-27 16:15:58 +03:00
Agostino Sarubbo
318a29f17c dev-cpp/gflags: ppc64 stable wrt bug #700774
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2019-11-23 17:48:59 +01:00
Agostino Sarubbo
46d93c0065 dev-cpp/gflags: ppc stable wrt bug #700774
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2019-11-23 16:46:02 +01:00
Agostino Sarubbo
bb764025fb dev-cpp/gflags: x86 stable wrt bug #700774
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2019-11-23 13:43:31 +01:00
Aaron Bauman
87b0886d10 dev-cpp/gflags: arm64 stable (bug #700774)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.79, Repoman-2.3.18
2019-11-22 21:33:31 -05:00
Agostino Sarubbo
59c0c173b1 dev-cpp/gflags: amd64 stable wrt bug #700774
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2019-11-22 11:23:46 +01:00
David Michael
932dc78d1c dev-cpp/gflags: EAPI=7
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>
2019-07-06 08:11:23 +02:00
Aaron Bauman
7cc65119ef dev-cpp/gflags: arm64 stable
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
2019-05-15 23:54:49 -04:00
Andreas Sturmlechner
6e5e220321 dev-cpp/gflags: Drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
2018-06-11 22:19:10 +02:00
Mikle Kolyada
6d3e8dd90b dev-cpp/gflags: amd64/arm/x86 stable wrt bug #643168
Package-Manager: Portage-2.3.13, Repoman-2.3.3
2018-01-05 00:05:34 +03:00
Mike Frysinger
1694e521ae dev-cpp/gflags: version bump to 2.2.1 #643176 2018-01-04 04:08:30 -05:00
Michał Górny
58db322869 dev-cpp/*: Update Manifest hashes 2017-12-09 13:40:06 +01:00
Sergei Trofimovich
7f49382f53 dev-cpp/gflags: stable 2.2.0 for ppc, bug #636226
Package-Manager: Portage-2.3.14, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"
2017-11-18 10:07:07 +00:00
Sergei Trofimovich
fadc90bcd7 dev-cpp/gflags: stable 2.2.0 for ppc64, bug #636226
Package-Manager: Portage-2.3.14, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"
2017-11-18 10:00:27 +00:00
Michał Górny
aee23fa694 dev-cpp/gflags: Bump to 2.2.0
Closes: https://github.com/gentoo/gentoo/pull/5010
2017-07-09 23:41:27 +02:00
Michał Górny
77365155ee dev-cpp/gflags: Enable tests 2017-07-09 23:41:27 +02:00
Michał Górny
2c7b0376d5 dev-cpp/gflags: Set subslot to SONAME 2017-07-09 23:41:26 +02:00
Michał Górny
7fd2897e87 dev-cpp/gflags: Fix installing stray package registry files 2017-07-09 23:41:25 +02:00
Michał Górny
3e6b565246 dev-cpp/gflags: Bump to EAPI=6 2017-07-09 23:41:22 +02:00
Michał Górny
e844c7cf0d dev-cpp/gflags: Update doc install
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.
2017-07-09 23:41:20 +02:00
Michał Górny
e9bcebf105 dev-cpp/gflags: Update URIs 2017-07-09 23:41:19 +02:00
Robin H. Johnson
61b861acd7 Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2017-02-28 11:50:50 -08:00
Michał Górny
8849b098c0 Set appropriate maintainer types in metadata.xml (GLEP 67) 2016-01-24 23:58:38 +01:00
Tobias Klausmann
17d3bd6121 dev-cpp/gflags: Fixing HOMEPAGE move due to code.google.com shutdown
Package-Manager: portage-2.2.20.1
2015-09-01 20:55:33 +02:00
Mike Gilbert
1bfb585cc6 Revert DOCTYPE SYSTEM https changes in metadata.xml
repoman does not yet accept the https version.
This partially reverts eaaface92e.

Bug: https://bugs.gentoo.org/552720
2015-08-24 16:30:34 -04:00
Justin Lecher
769c75f84a Enable https for all google URIs
Signed-off-by: Justin Lecher <jlec@gentoo.org>
2015-08-24 13:35:41 +02:00
Justin Lecher
eaaface92e Use https by default
Convert all URLs for sites supporting encrypted connections from http to https

Signed-off-by: Justin Lecher <jlec@gentoo.org>
2015-08-24 12:49:19 +02:00
Robin H. Johnson
56bd759df1 proj/gentoo: Initial commit
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
2015-08-08 17:38:18 -07:00