summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-misc/sphinx: filter LTO, no SASam James2024-03-051-0/+3
| | | | | | | | | The codebase is very old and it's no longer being maintained upstream. Do as we did in 1069c86e5578828a2640f2cc3510fe11c0ba804b. Bug: https://bugs.gentoo.org/880923 Closes: https://bugs.gentoo.org/854738 Signed-off-by: Sam James <sam@gentoo.org>
* app-misc/sphinx: USE https for HOMEPAGE and SRC_URIHans de Graaff2024-02-091-3/+3
| | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* */*: remove sparc64-solaris keywordFabian Groffen2023-05-251-1/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* */*: remove sparc-solaris keywordFabian Groffen2023-05-251-1/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* app-misc/sphinx: lock C/C++ to older versions of the standardHans de Graaff2022-11-141-2/+6
| | | | | | | | | This code is no longer maintained and has compatibility issues with newer C and C++ standards. Lock to older standards to avoid compilation issues. Closes: https://bugs.gentoo.org/880923 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* app-misc/sphinx: add github upstream metadataSam James2022-07-281-0/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-misc/sphinx: fix UnusedLocalUseSam James2022-03-261-1/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-misc/sphinx: drop 2.2.11-r4David Seifert2022-03-201-112/+0
| | | | | | * required for automake-1.15 cleanup Signed-off-by: David Seifert <soap@gentoo.org>
* app-misc/sphinx: x86 stable wrt bug #811597Agostino Sarubbo2021-09-221-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-misc/sphinx: amd64 stable wrt bug #811597Agostino Sarubbo2021-09-211-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-misc/sphinx: subscribe to snowball-stemmer subslotSam James2021-08-272-7/+7
| | | | | | | We need to be rebuilt when snowball-stemmer changes ABI. Bug: https://bugs.gentoo.org/719402 Signed-off-by: Sam James <sam@gentoo.org>
* app-misc/sphinx: cleanupHans de Graaff2021-08-271-94/+0
| | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* app-misc/sphinx: amd64 stable wrt bug #783645Agostino Sarubbo2021-08-191-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-misc/sphinx: Stabilize 2.2.11-r2 x86, #783645Sam James2021-08-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-misc/sphinx: cleanupHans de Graaff2021-08-151-111/+0
| | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* app-misc/sphinx: modernize and fix issuesHans de Graaff2021-08-152-0/+121
| | | | | | | | | | Drop re2 support since sphinx requires an obsolete version of re2. Closes: https://bugs.gentoo.org/771069 Use EAPI 8 and support automake 1.16, thanks for Andrey Volkov. Bug: https://bugs.gentoo.org/649120 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* app-misc/sphinx: eutils->epatchSam James2021-04-183-3/+3
| | | | | Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* app-misc/sphinx: drop x86-macosFabian Groffen2021-01-063-6/+6
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* app-misc/sphinx: cleanupHans de Graaff2020-04-052-94/+0
| | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* app-misc/sphinx: Drop alpha keywordsMatt Turner2020-03-151-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: [QA] Remove redundant `|| die` guardsDavid Seifert2019-12-114-16/+16
| | | | | | | | | | | | * Since all ebuilds in the tree are EAPI>=4, `|| die` on builtin commands is redundant and dead code. Closes: https://github.com/gentoo/gentoo/pull/13940 Reviewed-by: Ulrich Müller <ulm@gentoo.org> Reviewed-by: Michał Górny <mgorny@gentoo.org> Reviewed-by: Andreas K. Hüttel <dilfridge@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-111-1/+2
| | | | | | | | | | | | | | | | | | 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-misc/sphinx: keyworded 2.2.11-r2 for hppa, bug #563932Rolf Eike Beer2019-01-241-1/+1
| | | | | | | Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-misc/sphinx: link against libre2 shared libraryHans de Graaff2019-01-211-0/+112
| | | | | | | | | | Explicitly provide the shared object to link against, since the build system defaults to a static library and can't use normal linker commands. Fixes: https://bugs.gentoo.org/674308 Signed-off-by: Hans de Graaff <graaff@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* app-misc/sphinx: Add ~s390 keyword wrt bug #563932Mikle Kolyada2019-01-051-1/+1
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* app-misc/sphinx: keyworded 2.2.11-r1 for sparc, bug #563932Sergei Trofimovich2019-01-011-2/+2
| | | | | | Package-Manager: Portage-2.3.53, Repoman-2.3.12 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-misc/sphinx: keyworded 2.2.11-r1 for ppc, bug #563932Sergei Trofimovich2018-12-261-1/+1
| | | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-misc/sphinx: keyworded 2.2.11-r1 for ppc64, bug #563932Sergei Trofimovich2018-12-261-1/+1
| | | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-misc/sphinx: keyworded 2.2.11-r1 for ia64, bug #563932Sergei Trofimovich2018-12-261-2/+2
| | | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-misc/sphinx: keyworded 2.2.11 for ia64, bug #563932Sergei Trofimovich2018-12-261-2/+2
| | | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-misc/sphinx: add mariadb USE flagHans de Graaff2018-07-272-0/+112
| | | | | | | | Update mysql dependency to use mysql-connector-c and add USE flag for mariadb to use mariadb-connector-c. These options are mutually exclusive. Package-Manager: Portage-2.3.40, Repoman-2.3.9
* app-misc/sphinx: cleanupHans de Graaff2018-07-272-105/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* app-misc/sphinx: account for automake incompatibilityHans de Graaff2018-07-203-3/+12
| | | | | | | The build system is not compatible with automake 1.16. Closes: https://bugs.gentoo.org/649120 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* app-misc/sphinx: [QA] Fix dependency.missingslotDavid Seifert2017-12-102-4/+4
| | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6
* app-misc/*: Update Manifest hashesMichał Górny2017-12-091-4/+4
|
* app-misc/sphinx: cleanupHans de Graaff2017-10-222-71/+0
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* Drop remaining $Id$ and $Header$ from files.Ulrich Müller2017-02-281-1/+0
| | | | Bug: 611234
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-284-4/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* app-misc/sphinx: x86 stable (bug #591276)Thomas Deutschmann2016-12-211-2/+2
| | | | Package-Manager: Portage-2.3.2, Repoman-2.3.1
* app-misc/sphinx: amd64 stable wrt bug #591276Agostino Sarubbo2016-09-241-1/+1
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-misc/sphinx: cleanupHans de Graaff2016-09-052-93/+0
| | | | Package-Manager: portage-2.2.28
* app-misc/sphinx: remove unused patchMichael Mair-Keimberger (asterix)2016-08-115-135/+0
| | | | Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* app-misc/sphinx: add 2.2.11Hans de Graaff2016-07-312-0/+93
| | | | Package-Manager: portage-2.2.28
* app-misc/sphinx: cleanupHans de Graaff2016-07-312-91/+0
| | | | Package-Manager: portage-2.2.28
* app-misc/sphinx: use #!/sbin/openrc-run instead of #!/sbin/runscriptAustin English2016-05-181-1/+1
|
* app-misc/sphinx: add back Prefix keywords now USE=re2 is masked, bug #563932Fabian Groffen2016-04-061-1/+1
| | | | Package-Manager: portage-2.2.27
* app-misc/sphinx: enable id64 by defaultHans de Graaff2016-01-251-1/+1
| | | | | | This matches upstream and avoids deprecation messages about using 32bit ids. Package-Manager: portage-2.2.26
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Unify quoting in metadata.xml files for machine processingMichał Górny2016-01-241-3/+3
| | | | | | | Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes.