summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-emulation/winetricks: Sync with ::wineNick Sarnie2020-07-131-2/+5
| | | | | | Closes: https://bugs.gentoo.org/727540 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-111-0/+1
| | | | | | | | | | | | | | | | | | 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>
* app-emulation/winetricks: update 'SRC_URI'Jimi Huotari2019-03-101-2/+2
| | | | | | | | | Move 'winetricks-gentoo-2012.11.24' to another dev-space due to retirement. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Jimi Huotari <chiitoo@gentoo.org> Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* app-emulation/winetricks: bump live ebuild to EAPI="7"Jimi Huotari2019-03-101-29/+19
| | | | | | | | Also apply minor formatting adjustments. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Jimi Huotari <chiitoo@gentoo.org> Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* app-emulation/winetricks: Sync from ::wineNP-Hardass2018-01-221-7/+19
| | | | | | | | | | Move test dependencies to DEPEND Bump 20171222 Update comments Add test dependencies Acked-by: Jimi Huotari <chiitoo@gentoo.org> Package-Manager: Portage-2.3.19, Repoman-2.3.6
* app-emulation/winetricks: do not alternate wine atom anymoreMikle Kolyada2018-01-181-5/+2
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* app-emulation/winetricks: use HTTPS for GitHub and HOMEPAGEDavid Hicks2017-07-301-2/+2
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* app-emulation/winetricks: Support slotted wineNP-Hardass2017-04-101-2/+5
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* app-emulation/winetricks: Version bump to 20160329.Jimi Huotari2016-03-301-3/+5
| | | | | | | Also bump to EAPI 6 across versions, in addition to minor formatting/wording tweaks. Package-Manager: portage-2.2.28
* Use https by defaultJustin Lecher2015-08-241-2/+2
| | | | | | 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-081-0/+83
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