summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: 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>
* */*: remove x86-solaris keywordFabian Groffen2023-05-241-1/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* app-text/teckit: keyword 2.5.10 for ~loongWANG Xuerui2022-05-171-2/+2
| | | | | | Tests passed on real hardware. Signed-off-by: WANG Xuerui <xen0n@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-text/teckit: keyword 2.5.10 for ~riscvMarek Szuba2021-07-131-2/+2
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-text/teckit: drop s390 to ~s390 (unstable)Sam James2021-04-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: Normalize metadata.xml filesMichał Górny2021-03-161-1/+1
| | | | | | | | | | | Normalize quoting, replace '>' with entities, replace unnecessary entities, remove trailing empty lines. Done via: find -name metadata.xml -exec xml ed -P -L -d //none {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-text/teckit: Drop 2.5.6Andreas Sturmlechner2021-02-243-59/+0
| | | | | | Closes: https://bugs.gentoo.org/757573 Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-text/teckit: stable 2.5.10 for hppa, bug #757573Rolf Eike Beer2021-02-231-1/+1
| | | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-text/teckit: Stabilize 2.5.10 ppc, #757573Sam James2021-02-151-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/teckit: Stabilize 2.5.10 arm, #757573Sam James2021-02-151-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/teckit: Stabilize 2.5.10 arm64, #757573Sam James2021-02-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/teckit: Stabilize 2.5.10 amd64, #757573Sam James2021-02-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/teckit: Stabilize 2.5.10 x86, #757573Sam James2021-02-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/teckit: Stabilize 2.5.10 s390, #757573Sam James2021-02-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/teckit: Stabilize 2.5.10 sparc, #757573Sam James2021-02-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/teckit: Stabilize 2.5.10 ppc64, #757573Sam James2021-02-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/teckit: fix double prefixSam James2021-01-171-6/+6
| | | | | | Closes: https://bugs.gentoo.org/765508 Package-Manager: Portage-3.0.12.0.2-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* app-text/teckit: fix src_prepareSam James2021-01-121-6/+5
| | | | | | Closes: https://bugs.gentoo.org/765106 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* app-text/teckit: bump to 2.5.10Sam James2021-01-122-0/+46
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* app-text/teckit: drop x86-macosFabian Groffen2021-01-061-2/+2
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* */*: Drop stable ia64 keywordsMatt Turner2020-04-031-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: Discontinue Gentoo SuperH portMikle Kolyada2020-03-261-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* */*: Bump copyright on files touched this yearMichał Górny2020-02-111-1/+1
| | | | | | | Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Drop stable alpha keywordsMatt Turner2020-01-251-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: [QA] Remove redundant `|| die` guardsDavid Seifert2019-12-111-1/+1
| | | | | | | | | | | | * 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>
* app-text: Remove *-fbsd KEYWORDSMichał Górny2019-10-111-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-text/teckit: mark s390 stableMikle Kolyada2018-06-281-2/+2
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* app-text/teckit: drop unused patches wrt bug #432144Aaron Bauman2018-03-242-27/+0
|
* app-text/texlive-core: drop vulnerable versions wrt bug #432144Aaron Bauman2018-03-243-87/+0
| | | | Closes: https://github.com/gentoo/gentoo/pull/7576
* app-text/*: Update Manifest hashesMichał Górny2017-12-091-3/+3
|
* app-text/teckit: sparc stable wrt bug #621308Agostino Sarubbo2017-07-071-1/+1
| | | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-text/teckit: ia64 stable, bug #621308Sergei Trofimovich2017-06-171-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* Globally add missing remote ID references to metadata.xmlJustin Lecher2017-04-291-5/+8
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* app-text/teckit: arm64 stable.Michael Weber2017-03-291-1/+1
| | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --include-arches="arm arm64 ppc ppc64"
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-283-3/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* app-text/teckit: arm stable (bug 432144)Michael Weber2017-02-201-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="ppc64"
* app-text/teckit: ppc64 stable (bug 432144)Michael Weber2017-02-171-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="ppc64"
* app-text/teckit: Stable for HPPA (bug #432144).Jeroen Roovers2017-01-311-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches
* app-text/teckit: ppc stable wrt bug #432144Agostino Sarubbo2017-01-221-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-text/teckit-2.5.6-r0: stable on alphaTobias Klausmann2017-01-221-1/+1
| | | | Gentoo-Bug: 432144
* app-text/teckit: x86 stable wrt bug #432144Agostino Sarubbo2017-01-211-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-text/teckit: amd64 stable wrt bug #432144Agostino Sarubbo2017-01-211-2/+2
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-text/teckit: add static-libs useflagAlexis Ballier2016-12-291-1/+5
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-text/teckit: remove .la files, bug #593778Alexis Ballier2016-12-291-0/+1
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-text/teckit: bump to 2.5.6Alexis Ballier2016-09-272-0/+39
| | | | Package-Manager: portage-2.3.1
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720