summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-cdr/cdrtools: quote $(tc-*) callsDavid Seifert2022-03-203-6/+6
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* app-cdr/cdrtools: Stabilize 3.02_alpha09-r3 hppa, #832457Sam James2022-02-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-cdr/cdrtools: remove freebsd-libcDavid Seifert2022-01-023-10/+4
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* app-cdr/cdrtools: remove uclibcDavid Seifert2022-01-014-89/+3
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* app-cdr/cdrtools: Revision bump.Daniel Pielmeier2021-11-061-0/+295
| | | | | | Closes: https://bugs.gentoo.org/787239 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Daniel Pielmeier <billie@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-cdr/cdrtools: keyword 3.02_alpha09-r3 for ~riscvMarek Szuba2021-09-031-1/+2
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-cdr/cdrtools: fix build err on ARCH=riscvYixun Lan2021-09-031-0/+3
| | | | | | | Closes: https://bugs.gentoo.org/811375 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Yixun Lan <dlan@gentoo.org> Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-cdr/cdrtools: Remove old.Daniel Pielmeier2021-08-191-280/+0
| | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Daniel Pielmeier <billie@gentoo.org>
* app-cdr/cdrtools: keyword for -riscvMarek Szuba2021-07-283-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Uses a byzantine "build system" (i.e. a massive pile of makefiles) which we already have to patch extensively to play nicely with Gentoo conventions, and which has made it a major pain in the neck for me when I tried to figure out why it takes a different path on rv64 than on amd64 (and presumably other already-supported arches). Anyway, what happens here is: - while trying to compile align_test, make calls 'makedepend' rather than 'gcc -M' to generate dependencies. This doesn't work correctly in our case for clean installs (makedepend cannot find include/schily), resulting in a .d file containing nothing but a 'do not delete' comment - the scripts attempt extract of the name of the compiler which is to be used to build align_test from the .d file, and with the file being empty end up using an empty string instead; - align_test is not compiled -> align.h is not generated -> everything falls over. Nb. this is unlikely to be fixed upstream because standalone cdrtools have been deprecated in favour of schily-tools since at least 2018 - see Bug #672060. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-cdr/cdrtools: Stabilize 3.02_alpha09-r3 sparc, #723346Sam James2021-04-221-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-cdr/cdrtools: drop no-op epatchSam James2021-04-212-4/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-cdr/cdrtools: Stabilize 3.02_alpha09-r3 ppc64, #723346Sam James2021-04-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-cdr/cdrtools: Stabilize 3.02_alpha09-r3 ppc, #723346Sam James2021-04-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-cdr/cdrtools: Stabilize 3.02_alpha09-r3 arm64, #723346Sam James2021-04-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-cdr/cdrtools: Stabilize 3.02_alpha09-r3 amd64, #723346Sam James2021-04-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-cdr/cdrtools: Stabilize 3.02_alpha09-r3 x86, #723346Sam James2021-04-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-cdr/cdrtools: drop s390 to ~s390 (unstable)Sam James2021-04-052-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-cdr/cdrtools: 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>
* */*: Drop most stable hppa keywordsMatt Turner2020-12-312-2/+2
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-cdr/cdrtools: Revision bump to cdrtools-3.02_alpha09-r3.Daniel Pielmeier2020-12-071-0/+282
| | | | | | | | Disable linking to libasound in cdda2wav. Closes: https://bugs.gentoo.org/758305 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Daniel Pielmeier <billie@gentoo.org>
* */*: [QA] Remove redundant <longdescription/>sMichał Górny2020-09-141-1/+0
| | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/17540 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-cdr/cdrtools: cdrtools-3.02_alpha09-r2 move makedepend to BDEPENDDaniel Pielmeier2020-07-241-1/+1
| | | | | | | This fixes bug #733096. Thanks to David Michael for the report. Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Daniel Pielmeier <billie@gentoo.org>
* app-cdr/cdrtools: arm64 stable (bug #723346)Sam James (sam_c)2020-06-081-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* app-cdr/cdrtools: stable 3.02_alpha09-r2 for hppa, bug #723346Rolf Eike Beer2020-05-181-1/+1
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-cdr/cdrtools: x86 stable wrt bug #723346Agostino Sarubbo2020-05-181-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-cdr/cdrtools: amd64 stable wrt bug #723346Agostino Sarubbo2020-05-181-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-cdr/cdrtools: sparc stable wrt bug #723346Agostino Sarubbo2020-05-181-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-cdr/cdrtools: s390 stable wrt bug #723346Agostino Sarubbo2020-05-181-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-cdr/cdrtools: stable 3.02_alpha09-r2 for ppc64, bug #723346Sergei Trofimovich2020-05-171-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-cdr/cdrtools: stable 3.02_alpha09-r2 for ppc, bug #723346Sergei Trofimovich2020-05-171-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@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-262-3/+3
| | | | | | 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>
* app-cdr: Remove *-fbsd KEYWORDSMichał Górny2019-10-112-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-cdr/cdrtools: Use eapply for cdrtools-3.02_alpha09-r2.Daniel Pielmeier2019-04-071-2/+2
| | | | | Signed-off-by: Daniel Pielmeier <billie@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* app-cdr/cdrtools: Remve old 3.02_alpha07-r1, 3.02_alpha09-r1.Daniel Pielmeier2019-01-203-553/+0
| | | | | Signed-off-by: Daniel Pielmeier <billie@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* app-cdr/cdrtools: Add support for the SELinux policy package.Daniel Pielmeier2018-10-141-0/+280
| | | | | | | Thanks to Scall and Luis Ressel for the report. Signed-off-by: Daniel Pielmeier <billie@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* app-cdr/cdrtools: Revision bump to 3.02_alpha09-r1. Switch to EAPI 7.Daniel Pielmeier2018-10-071-0/+279
| | | | | Signed-off-by: Daniel Pielmeier <billie@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* app-cdr/cdrtools: stable 3.02_alpha09 for hppa, bug #653608Sergei Trofimovich2018-09-021-1/+1
| | | | | Package-Manager: Portage-2.3.48, Repoman-2.3.10 RepoMan-Options: --include-arches="hppa"
* app-cdr/cdrtools: mark s390 stableMikle Kolyada2018-08-182-2/+2
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* app-cdr/cdrtools: stable 3.02_alpha09 for ppc, bug #653608ernsteiswuerfel2018-06-241-1/+1
| | | | | Bug: https://bugs.gentoo.org/653608 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* app-cdr/cdrtools: stable 3.02_alpha09 for ppc64, bug #653608Sergei Trofimovich2018-05-201-1/+1
| | | | | | Bug: https://bugs.gentoo.org/653608 Package-Manager: Portage-2.3.38, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc64"
* app-cdr/cdrtools-3.02_alpha09-r0: alpha stableTobias Klausmann2018-05-141-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/653608
* app-cdr/cdrtools: arm stable, bug #653608Markus Meier2018-05-131-1/+1
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="arm"
* app-cdr/cdrtools: x86 stable (bug #653608)Thomas Deutschmann2018-04-251-1/+1
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* app-cdr/cdrtools: stable 3.02_alpha09 for sparcRolf Eike Beer2018-04-241-1/+1
| | | | | | Bug: https://bugs.gentoo.org/653608 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* app-cdr/cdrtools: stable 3.02_alpha09 for ia64, bug #653608Sergei Trofimovich2018-04-211-1/+1
| | | | | | Bug: https://bugs.gentoo.org/653608 Package-Manager: Portage-2.3.28, Repoman-2.3.9 RepoMan-Options: --include-arches="ia64"
* app-cdr/cdrtools-3.02_alpha09: arm64 stable (bug #653608)Mart Raudsepp2018-04-201-1/+1
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9