summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: [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: Remove *-fbsd KEYWORDSMichał Górny2019-10-111-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@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/markdown: fix HOMEPAGE(s).Michael Mair-Keimberger2018-04-281-3/+2
| | | | Closes: https://github.com/gentoo/gentoo/pull/8167
* update pypi HOMEPAGE to avoid redirectionMichael Mair-Keimberger2018-04-261-1/+1
| | | | Closes: https://github.com/gentoo/gentoo/pull/8080
* Replace pypi.python.org with pypi.org in HOMEPAGEMike Gilbert2018-04-191-1/+1
| | | | Bug: https://bugs.gentoo.org/653540
* dev-python/markdown: arm stable, bug #639114Markus Meier2018-03-211-1/+1
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="arm"
* dev-python/markdown: stable 2.6.8 for hppa, bug #649322Sergei Trofimovich2018-03-181-1/+1
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="hppa"
* dev-python/markdown-2.6.8: added ~mipsMatt Turner2018-03-111-1/+1
|
* dev-python/markdown: arm64 stableMart Raudsepp2018-03-051-1/+1
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-python/markdown: keyworded 2.6.8 for hppa, bug #649322Rolf Eike Beer2018-03-041-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="hppa"
* dev-python/markdown: Tested on ~amd64-fbsdMichał Górny2018-02-241-2/+2
|
* dev-python/markdown: stable 2.6.8 for ppc, bug #639114Sergei Trofimovich2017-12-281-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc"
* dev-python/markdown: stable 2.6.8 for ppc64, bug #639114Sergei Trofimovich2017-12-281-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc64"
* dev-python/markdown: stable 2.6.8 for ia64, bug #639114Sergei Trofimovich2017-12-271-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64"
* dev-python/markdown: stable 2.6.8 for sparc, bug #639114 (thanks to Rolf ↵Sergei Trofimovich2017-12-061-1/+1
| | | | | | | Eike Beer) Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* dev-python/markdown: 2.6.8 stable on amd64, bug 639114Mike Gilbert2017-12-021-1/+1
| | | | Package-Manager: Portage-2.3.15, Repoman-2.3.6_p7
* dev-python/markdown-2.6.8-r0: alpha stableTobias Klausmann2017-11-301-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/639114
* dev-python/markdown: x86 stable (bug #639114)Thomas Deutschmann2017-11-301-1/+1
| | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6
* dev-python/markdown: Version bump to 2.6.8David Seifert2017-04-291-0/+53
* EAPI 6 * Add py3.6 support * Only build docs when USE="doc" * Remove superfluous .txt files from generated documentation Package-Manager: Portage-2.3.5, Repoman-2.3.2