summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-text/scdoc: drop 1.11.2-r1Arthur Zamarin2024-03-082-46/+0
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-text/scdoc: Stabilize 1.11.3 amd64, #926487Arthur Zamarin2024-03-081-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-text/scdoc: Stabilize 1.11.3 arm64, #926487Arthur Zamarin2024-03-081-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-text/scdoc: Stabilize 1.11.3 x86, #926487Arthur Zamarin2024-03-081-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-text/scdoc: Stabilize 1.11.3 ppc64, #926487Arthur Zamarin2024-03-081-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-text/scdoc: Stabilize 1.11.3 arm, #926487Arthur Zamarin2024-03-081-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-text/scdoc: add 1.11.3Arthur Zamarin2024-02-182-0/+46
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-text/scdoc: fix install on PrefixLeonardo Hernández Hernández2023-09-242-5/+5
| | | | | | Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me> Closes: https://github.com/gentoo/gentoo/pull/33040 Signed-off-by: Sam James <sam@gentoo.org>
* app-text/scdoc: Keyword 1.11.2-r1 mips, #900635Matoro Mahri2023-03-191-2/+2
| | | | | Signed-off-by: Matoro Mahri <matoro@users.noreply.github.com> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-text/scdoc: Keyword 1.11.2-r1 alpha, #873322Matoro Mahri2022-09-281-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro@users.noreply.github.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-text/scdoc: Keyword 1.11.2-r1 sparc, #873322Arthur Zamarin2022-09-281-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-text/scdoc: Keyword 1.11.2-r1 ia64, #873322Arthur Zamarin2022-09-281-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-text/scdoc: keyword 1.11.2-r1 for ~ppcArthur Zamarin2022-08-162-2/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-text/scdoc: drop 1.11.0, 1.11.1Arthur Zamarin2022-08-163-90/+0
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-text/scdoc: Stabilize 1.11.2-r1 x86, #865159Sam James2022-08-161-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/scdoc: arm stable wrt bug #865159Agostino Sarubbo2022-08-151-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-text/scdoc: amd64 stable wrt bug #865159Agostino Sarubbo2022-08-151-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-text/scdoc: Stabilize 1.11.2-r1 ppc64, #865159Arthur Zamarin2022-08-141-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-text/scdoc: Stabilize 1.11.2-r1 arm64, #865159Arthur Zamarin2022-08-141-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-text/scdoc: add sourcehut upstream metadataArthur Zamarin2022-08-141-0/+3
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-text/scdoc: add myself as a maintainerArthur Zamarin2022-08-141-1/+4
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* */*: reassign bman's packagesJoonas Niilola2022-08-141-4/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-text/scdoc: forward ~loongWANG Xuerui2022-05-171-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* app-text/scdoc: keyword 1.11.2-r1 for ~loongWANG Xuerui2022-05-171-1/+1
| | | | | | Tests passed on real hardware. Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* app-text/scdoc: sync live, drop 1.11.2Sam James2022-05-032-47/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/scdoc: fix incorrect prefix in pc fileAlfred Wingate2022-05-031-0/+45
| | | | | | | | | | | | | | | | | * Removal of PREFIX in make all breaks sed'ing @prefix@ leading to default value of /usr/local to be used leading to breakage in packages that depend on the value being correct to find the scdoc binary. Closes: https://bugs.gentoo.org/842282 Closes: https://bugs.gentoo.org/842285 Closes: https://bugs.gentoo.org/842288 Closes: https://bugs.gentoo.org/842399 Closes: https://bugs.gentoo.org/842465 Closes: https://bugs.gentoo.org/842402 Closes: https://bugs.gentoo.org/842279 Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/25301 Signed-off-by: Sam James <sam@gentoo.org>
* app-text/scdoc: add 1.11.2Sam James2022-05-033-6/+53
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/scdoc: remove github upstream metadataSam James2022-05-031-3/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/scdoc: Stabilize 1.11.1 ppc64, #835699Arthur Zamarin2022-04-301-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-text/scdoc: Stabilize 1.11.1 x86, #835699Arthur Zamarin2022-04-301-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-text/scdoc: Stabilize 1.11.1 arm, #835699Arthur Zamarin2022-04-301-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-text/scdoc: Stabilize 1.11.1 arm64, #835699Arthur Zamarin2022-04-301-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-text/scdoc: Stabilize 1.11.1 amd64, #835699Arthur Zamarin2022-04-301-2/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* */*: reassign aisha's packagesJoonas Niilola2021-11-211-4/+0
| | | | | Bug: https://bugs.gentoo.org/719632 Signed-off-by: Joonas Niilola <juippis@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/scdoc: keyword 1.11.1 for ~riscvAlex Fan2021-07-211-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Alex Fan <alexfanqi@yahoo.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* app-text/scdoc: fix 9999 installAisha Tammy2021-03-171-2/+2
| | | | | | | | | Closes: https://bugs.gentoo.org/768891 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/19346 Signed-off-by: Sam James <sam@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-text/scdoc: Keyword 1.11.1 arm, #761403Sam James2021-01-251-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/scdoc: cleanup oldSam James2020-12-154-135/+0
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* app-text/scdoc: version bump to 1.11.1Aisha Tammy2020-12-152-0/+45
| | | | | | | Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/18535 Signed-off-by: Sam James <sam@gentoo.org>
* app-text/scdoc: fix CC callsAisha Tammy2020-10-274-4/+4
| | | | | | | | | Closes: https://bugs.gentoo.org/718592 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/18032 Signed-off-by: Sam James <sam@gentoo.org>
* app-text/scdoc: 1.11.0 stable amd64 arm64 and x86Matthew Thode2020-07-251-1/+1
| | | | | Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* app-text/scdoc: version bump to 1.11.0Aisha Tammy2020-06-282-0/+45
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/16271 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* app-text/scdoc: drop p-m and add myself as co-maintAaron Bauman2020-06-111-3/+3
| | | | Signed-off-by: Aaron Bauman <bman@gentoo.org>
* app-text/scdoc: version bump + new proxy maintAisha Tammy2020-06-114-2/+54
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/16121 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* app-text/scdoc: cleanupMatthew Thode2020-02-145-170/+0
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* app-text/scdoc: stablize 1.10.0 for amd64 arm64 and x86Matthew Thode2020-02-141-2/+2
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* app-text/scdoc: bump to 1.10.0Georgy Yakovlev2019-11-212-0/+45
| | | | | Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* */*: reassign packages of Mykyta HolubakhaMichał Górny2019-09-171-9/+2
| | | | | | | The maintainer is being retired for inactivity. Closes: https://bugs.gentoo.org/632986 Signed-off-by: Michał Górny <mgorny@gentoo.org>