summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-apps/portage: require gemato with WKD supportZac Medico2018-08-191-2/+2
| | | | Package-Manager: Portage-2.3.47, Repoman-2.3.10
* sys-apps/portage: remove split repoman messageZac Medico2018-08-051-9/+0
| | | | | | This message is more than 2 years old now. Package-Manager: Portage-2.3.44, Repoman-2.3.10
* sys-apps/portage: pym -> lib in 9999Zac Medico2018-07-191-3/+3
| | | | | Reported-py: Thomas Deutschmann <whissi@gentoo.org> Package-Manager: Portage-2.3.43, Repoman-2.3.10
* sys-apps/portage: Enable py3.7Craig Andrews2018-07-171-1/+1
| | | | | Closes: https://github.com/gentoo/gentoo/pull/9263 Package-Manager: Portage-2.3.43, Repoman-2.3.10
* sys-apps/portage: gemato[${PYTHON_USEDEP}] (bug 656610)Zac Medico2018-05-271-1/+1
| | | | | Closes: https://bugs.gentoo.org/656610 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sys-apps/portage: -9999 switched to app-crypt/openpgp-keys*Michał Górny2018-05-111-1/+1
|
* sys-apps/portage: remove duplicate rsync-verify deps in 9999Zac Medico2018-02-071-5/+0
| | | | | Fixes: c5bd4ddefd1b ("sys-apps/portage: disable rsync-verify for stage1 build") Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sys-apps/portage: Require app-crypt/gnupg with IPv6 fixMichał Górny2018-02-071-1/+1
| | | | | | | | Depend on >=app-crypt/gnupg-2.2.4-r2 to avoid failing verification on systems that are missing an IPv6 stack. More importantly, this ensures that we will not stabilize Portage before that version of GnuPG. Bug: https://bugs.gentoo.org/646194
* sys-apps/portage: disable rsync-verify for stage1 buildZac Medico2018-02-071-1/+6
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sys-apps/portage: Enable additional QA features for USE=gentoo-devMichał Górny2018-02-051-0/+4
| | | | | | | | Enable additional FEATURES for developers that are not ready for deployment on our users but are useful for preventing developers from committing common mistakes. Closes: https://github.com/gentoo/gentoo/pull/7034
* sys-apps/portage: git portage requires gemato-11+Michał Górny2018-02-051-1/+1
|
* sys-apps/portage: add gentoo-dev USEZac Medico2018-02-031-1/+8
| | | | | | | | | | | | | The gentoo-dev USE flag will be use to enable stricter default settings that are intended for use by ebuild developers. This flag is not recommended for non-developers, since it might enable settings that are not ready for general use. This flag makes emerge default to --dynamic-deps=n. https://bugs.gentoo.org/645550 https://bugs.gentoo.org/646458 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sys-apps/portage: apply EPREFIX to repos.conf pubring.gpg pathZac Medico2018-01-311-0/+1
| | | | | Closes: https://bugs.gentoo.org/646250 Package-Manager: Portage-2.3.21, Repoman-2.3.6
* sys-apps/portage: Require USE=ssl on app-crypt/gnupgMichał Górny2018-01-301-1/+1
| | | | | | Since the the keys provided by app-crypt/gentoo-keys specify hkps:// keyservers, GnuPG needs to be built with SSL/TLS support to be able to update the keys. Reported by thunderrd on #gentoo-python.
* sys-apps/portage: Add rsync-verify? dep on app-crypt/gnupgMichał Górny2018-01-301-0/+1
| | | | Closes: https://bugs.gentoo.org/646134
* sys-apps/portage: Revert "require gemato[gpg] (bug 646134)"Michał Górny2018-01-301-1/+1
| | | | | This is the wrong solution. app-portage/gemato has a big fat warning that you are not supposed to depend on its USE flags.
* sys-apps/portage: require gemato[gpg] (bug 646134)Zac Medico2018-01-301-1/+1
| | | | | | Reported-by: Daniel Kenzelmann <gentoo@k8n.de> Closes: https://bugs.gentoo.org/646134 Package-Manager: Portage-2.3.21, Repoman-2.3.6
* sys-apps/portage: Add USE=rsync-verify to control gemato verificationMichał Górny2018-01-251-1/+12
|
* sys-apps/portage: Remove linguas_* from IUSE.Ulrich Müller2018-01-051-1/+1
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-apps/portage: use systemd eclass for tmpfiles supportZac Medico2018-01-041-3/+2
| | | | | Closes: https://bugs.gentoo.org/643386 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-apps/portage: eliminate virtual/tmpfiles dependencyZac Medico2018-01-041-3/+4
| | | | | Closes: https://bugs.gentoo.org/643386 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-apps/portage: exclude /var/tmp/ccache from tmpfiles cleanupMike Gilbert2018-01-011-1/+3
| | | | | | | | By default, systemd-tmpfiles removes files older than 30 days from /var/tmp. The default portage config sets CCACHE_DIR=/var/tmp/ccache. Bug: https://bugs.gentoo.org/490676#c14 Package-Manager: Portage-2.3.19_p3, Repoman-2.3.6_p37
* sys-apps/portage: fix -r1 htmldir (bug 638046)Zac Medico2017-11-191-2/+8
| | | | | Closes: https://bugs.gentoo.org/638046 Package-Manager: Portage-2.3.14, Repoman-2.3.6
* sys-apps/portage: Add dep on pyblake2, for new manifest-hashesMichał Górny2017-11-131-0/+2
|
* sys-apps/portage: Use https for git repoMichał Górny2017-09-021-1/+1
|
* sys-apps/portage: only prefix-guest use gentoo_prefix repositoryBenda Xu2017-08-241-4/+7
| | | | | | | | | prefix-standalone use the default gentoo main repository. This fixes the warnings in prefix-standalone like !!! Section 'gentoo_prefix' in repos.conf has name different \ from repository name 'gentoo' set inside repository Package-Manager: Portage-2.3.3, Repoman-2.3.1
* sys-apps/portage: Drop py3.3 from PYTHON_COMPATMichał Górny2017-08-161-1/+1
|
* sys-apps/portage: Bump the live ebuild to EAPI=6Michał Górny2017-08-161-2/+2
| | | | | | | | Bump the live ebuild to EAPI=6 in order to make use of eapply_user which is capable of applying -p1 user patches that add new files correctly, unlike epatch_user. Closes: https://github.com/gentoo/gentoo/pull/5445
* sys-apps/portage: enable native-extensions by default in 9999 ebuildZac Medico2017-03-111-1/+1
| | | | | | | Reported-by: Coacher <itumaykin+gentoo@gmail.com> X-Gentoo-bug: 612278 X-Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=612278 Package-Manager: Portage-2.3.4, Repoman-2.3.2
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sys-apps/portage: PYTHON_COMPAT: add python3_6Zac Medico2017-02-121-2/+2
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* sys-apps/portage: add native-extensions USE flag (bug 571444)Zac Medico2017-02-011-1/+6
| | | | | | | | | | The native-extensions USE flag will enable building of the libc bindings. This is not enabled by default because it does not support cross compilation. X-Gentoo-bug: 571444 X-Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=571444 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* sys-apps/portage: Add threads(+) to PYTHON_REQUIRED_USE in 9999 tooBrian Dolbec2016-10-131-1/+1
| | | | | | See previous commit for 2.3.2 Package-Manager: portage-2.3.2
* sys-apps/portage: add sandbox dep for elibc_muslZac Medico2016-07-091-0/+1
| | | | Package-Manager: portage-2.3.0
* sys-apps/portage: use an existing host for Prefix rsyncFabian Groffen2016-05-281-1/+1
| | | | Package-Manager: portage-2.2.28
* sys-apps/portage: Version bump, new split portage/repoman releasesBrian Dolbec2016-05-151-22/+5
| | | | | | Update 9999 with updated einfo about teh split releases. Package-Manager: portage-2.3.0_rc1
* sys-apps/portage: Make use of the new python_gen_impl_dep functionMichał Górny2015-12-311-2/+1
|
* sys-apps/portage: Force py2 for doc-build with USE=epydocMichał Górny2015-12-091-0/+4
|
* sys-apps/portage: Add py3.5 compatibility to 2.2.23 and 9999.Brian Dolbec2015-10-101-1/+1
| | | | | | | Clean out older versions. Keep 2.2.8-r2 for python-2.6/3.2 upgrade compatibility. Package-Manager: portage-2.2.23
* 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-081-0/+243
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