summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/libvirt-python: Use BROOT for verify-sig key pathMichał Górny2021-07-311-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/libvirt-python: Sync live ebuild.Jonathan Davies2021-06-091-1/+1
| | | | | Signed-off-by: Jonathan Davies <jpds@protonmail.com> Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* dev-python/libvirt-python: Sync live ebuild.Jonathan Davies2021-05-161-2/+5
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/20774/ Signed-off-by: Jonathan Davies <jpds@protonmail.com> Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* dev-python/libvirt-python: move pkgconfig to BDEPENDSam James2021-01-171-5/+7
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/libvirt-python: sync live ebuildSam James2021-01-171-11/+10
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/libvirt-python-9999: Update PYTHON_COMPATMichal Privoznik2020-12-071-1/+1
| | | | | | | | | | | All other dev-python/libvirt-python ebuilds support through python3.7 to python3.9 except for the live ebuild. This doesn't make much sense - the live ebuild does support those python versions too. Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Closes: https://github.com/gentoo/gentoo/pull/18537 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-python/libvirt-python: update python compatMatthias Maier2020-05-121-1/+1
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* Reflect move of libvirt repositoriesMichal Privoznik2020-04-261-1/+1
| | | | | | | | | | | | Libvirt and related projects moved from self hosting to gitlab.com hosting. The old repos were made a read only mirror of their gitlab images. Reflect this change in the live ebuilds. https://www.redhat.com/archives/libvir-list/2020-April/msg00329.html Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Closes: https://github.com/gentoo/gentoo/pull/15478 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-python/libvirt-python-9999: Drop support for python2Michal Privoznik2020-01-141-1/+1
| | | | | | | Upstream has dropped support for python 2 in b22e4f2. Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Signed-off-by: Doug Goldstein <cardoe@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>
* dev-python/libvirt-python: sync live ebuild keywordsGeorgy Yakovlev2019-12-281-1/+1
| | | | | | Bug: https://bugs.gentoo.org/689634 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev <gyakovlev@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>
* dev-python/libvirt-python: update live ebuildMatthias Maier2019-07-091-1/+1
| | | | | Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-171-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/libvirt-python: add python3_7Jonathan Callen2018-12-021-2/+2
| | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Jonathan Callen <jcallen@gentoo.org>
* dev-python/libvirt-python: use https:// instead of git://Matthias Maier2018-06-281-1/+1
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* dev-python/libvirt-python: add python3_6 to live ebuildMatthias Maier2018-04-141-2/+2
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* dev-python/libvirt-python: keyword ~arm64Alexis Ballier2017-07-071-1/+1
| | | | Package-Manager: Portage-2.3.6, 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>
* dev-python/libvirt-python: add py3.5, examples, EAPI=6Louis Sautier2017-01-191-4/+12
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* dev-python/libvirt-python: update metadata, use https for all URLsLouis Sautier2017-01-191-2/+2
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* dev-python/libvirt-python: Ebuild maintenance, remove superfluous variableMatthias Maier2017-01-181-3/+1
| | | | | | Thanks to Louis Sautier for pointing this out. Package-Manager: Portage-2.3.0, Repoman-2.3.1
* global: Drop dead implementations from PYTHON_COMPATMichał Górny2016-11-011-1/+1
|
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+41
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