summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-portage/gentoolkit: [QA] add missing tmpfiles_process callSam James2021-08-171-4/+2
| | | | | | | | Revbump for the missing tmpfiles.eclass inherit which adds a virtual/tmpfiles RDEPEND. Closes: https://bugs.gentoo.org/808655 Signed-off-by: Sam James <sam@gentoo.org>
* app-portage/gentoolkit: enable py3.10Louis Sautier2021-08-071-1/+1
| | | | Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* app-portage/gentoolkit: Consolidate live and non-live versionsMatt Turner2021-03-011-6/+9
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-portage/gentoolkit: Remove messages about gentoolkit-devMatt Turner2021-03-011-14/+0
| | | | | | | The last version of gentoolkit prior to the merge was removed two years ago. gentoolkit-dev was gone before that. Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-311-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-portage/gentoolkit: fix default repo for Prefix, #632223Fabian Groffen2021-01-071-1/+8
| | | | | | Closes: https://bugs.gentoo.org/632223 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* app-portage/gentoolkit: remove reference to treecleaned install-maskLouis Sautier2020-11-131-1/+0
| | | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Louis Sautier <sbraz@gentoo.org> Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-portage/gentoolkit: add py3.9Georgy Yakovlev2020-10-071-1/+1
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-portage/gentoolkit: Enable testsMichał Górny2020-04-241-5/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-portage/gentoolkit: Remove py2Michał Górny2020-02-261-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-portage/gentoolkit: Update PYTHON_COMPAT in 9999Michał Górny2020-01-261-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-051-2/+2
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-portage/gentoolkit: Set DISTUTILS_USE_SETUPTOOLSMichał Górny2019-12-161-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-portage/gentoolkit: [QA] Remove unnecessary slash stripDavid Seifert2019-08-291-2/+2
| | | | | Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: David Seifert <soap@gentoo.org>
* app-portage/gentoolkit: Prune dep on portage-mgornyMichał Górny2019-05-181-5/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-portage/gentoolkit: bump to 0.4.3Virgil Dupras2019-03-311-16/+18
| | | | | Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* app-portage/gentoolkit: Support sys-apps/portage-mgornyMichał Górny2018-03-211-1/+5
|
* app-portage/gentoolkit: Switch git to https://Michał Górny2018-01-301-1/+1
|
* app-portage/gentoolkit: Bump EAPI and PYTHON_COMPAT on live ebuildMichał Górny2018-01-301-3/+3
|
* app-portage/gentoolkit: Block gentoolkit-dev completelyBrian Dolbec2017-03-221-2/+2
| | | | | | ekeyword, ebump, imlate are part of gentoolkit now. Package-Manager: Portage-2.3.5, Repoman-2.3.2_p30
* 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-portage/gentoolkit: update postinst guide url, #534470Wim Muskee2016-12-181-2/+2
|
* global: Drop dead implementations from PYTHON_COMPATMichał Górny2016-11-011-1/+1
|
* app-portage/gentoolkit: drop old coreutils/realpath/grep depsMike Frysinger2016-08-101-3/+1
| | | | | The realpath dep migrated years ago into coreutils, so we can drop this old dep as it's part of the @system.
* app-portage/gentoolkit: Create /var/cache/revdep-rebuild in pkg_postinstMike Gilbert2016-03-121-6/+5
| | | | | | | | | | | | | | | | This resolves a QA warning. QA Notice: This ebuild installs into paths that should be created at runtime. To fix, simply do not install into these directories. Instead, your package should create dirs on the fly at runtime as needed via init scripts/etc... var/cache var/cache/revdep-rebuild var/cache/revdep-rebuild/.keep_app-portage_gentoolkit-0 We already install a tmpfiles entry to recreate the directory on boot. Package-Manager: portage-2.2.28_p57
* app-portage/gentoolkit: Version bump, add python-3.5Brian Dolbec2015-12-161-1/+1
| | | | | | | Add python3_5 compat to 0.3.1 and 9999 versions. First release with the python revdep-rebuild as the primary app. Package-Manager: portage-2.2.26
* app-portage/gentoolkit: Depend on threading support in pythonJustin Lecher2015-11-111-1/+1
| | | | | Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* app-portage/gentoolkit: Use the master branch in the live ebuildMike Gilbert2015-10-151-1/+0
| | | | Package-Manager: portage-2.2.23_p4
* 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/+77
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