summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-games/mygui: drop 3.2.2Sam James2022-03-021-144/+0
| | | | | | | | Closes: https://bugs.gentoo.org/823994 Closes: https://bugs.gentoo.org/665804 Closes: https://bugs.gentoo.org/625362 Closes: https://bugs.gentoo.org/828736 Signed-off-by: Sam James <sam@gentoo.org>
* dev-games/mygui: destabilize 3.2.2 for ~amd64, ~x86Sam James2022-03-021-2/+2
| | | | | | | | No stable revdeps, games@ prefers to avoid stable packages unless truly needed anyway, and the package is in a bad state. Bug: https://bugs.gentoo.org/828736 Signed-off-by: Sam James <sam@gentoo.org>
* dev-games/mygui: Keyword 3.2.2 arm64, #806776Sam James2021-12-081-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-games/mygui: fix BadDefaultUseFlagsSam James2021-06-031-2/+2
| | | | | | | | | | | -foo in IUSE is discouraged. It is equivalent (in every meaningful case) to 'foo' but confuses parsing tools like e.g. packages.gentoo.org. Dropping '-' from these flags has no impact on the actual default behaviour. See: https://devmanual.gentoo.org/general-concepts/use-flags/index.html#iuse-defaults Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
* dev-games/mygui: fix build on c++17 compiler (gcc-11)Sergei Trofimovich2020-10-111-1/+2
| | | | | | | Reported-by: lekto@o2.pl Closes: https://bugs.gentoo.org/732778 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@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-games/mygui: Migrate from LINGUAS to L10N.Ulrich Müller2018-01-061-3/+3
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-games/mygui: [QA] Run cmake-utils_src_prepareDavid Seifert2017-12-251-12/+12
| | | | | Closes: https://bugs.gentoo.org/639436 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+143
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