summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-text/dictd: sys-devel/flex -> app-alternatives/lexSam James2024-01-083-6/+6
| | | | | | | | | | All of these will be using app-alternatives/lex anyway as they're not unsetting YACC or LEX, so make the dep reflect reality. (Included both YACC and LEX out of conservatism.) Signed-off-by: Sam James <sam@gentoo.org>
* app-text/dictd: Stabilize 1.13.0-r8 amd64, #915395Joonas Niilola2023-10-101-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-text/dictd: Stabilize 1.13.0-r8 x86, #915395Arthur Zamarin2023-10-091-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-text/dictd: Stabilize 1.13.0-r8 ppc, #915395Arthur Zamarin2023-10-091-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-text/dictd: Stabilize 1.13.0-r8 ppc64, #915395Sam James2023-10-091-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/dictd: Stabilize 1.13.0-r8 sparc, #915395Sam James2023-10-091-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/dictd: add libmaa subslot depSam James2023-10-093-4/+4
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/dictd: add github upstream metadataSam James2023-10-091-0/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/dictd: add 1.13.1Sam James2023-10-093-0/+196
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/dictd: add missing selinux policy depSam James2023-06-281-1/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/dictd: fix EAPI 8 portSam James2023-06-241-0/+1
| | | | | | | Thanks to ionen for reporting. Fixes: f45e8d10b4724c111fdb61446be1b4595dff99ab Signed-off-by: Sam James <sam@gentoo.org>
* app-text/dictd: fix stack smashing from silly typedefSam James2023-06-242-0/+148
| | | | | Closes: https://bugs.gentoo.org/908998 Signed-off-by: Sam James <sam@gentoo.org>
* */*: remove sparc-solaris keywordFabian Groffen2023-05-251-1/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* app-text/dictd: drop 1.13.0-r3Sam James2022-12-211-124/+0
| | | | | Bug: https://bugs.gentoo.org/886681 Signed-off-by: Sam James <sam@gentoo.org>
* app-text/dictd: Stabilize 1.13.0-r5 amd64, #886681Arthur Zamarin2022-12-181-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-text/dictd: Stabilize 1.13.0-r5 ppc, #886681Arthur Zamarin2022-12-181-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-text/dictd: Stabilize 1.13.0-r5 sparc, #886681Sam James2022-12-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/dictd: Stabilize 1.13.0-r5 ppc64, #886681Sam James2022-12-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/dictd: Stabilize 1.13.0-r5 x86, #886681Sam James2022-12-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* Move {virtual -> app-alternatives}/yaccSam James2022-12-022-3/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/dictd: Update patch + fix QA warningsorbea2022-06-184-10/+108
| | | | | | | | | | | | | | | | | | | | | | Makes trivial changes to the libtool patch for correctness and silences the follow QA warnings that were exposed with autoreconf. * QA Notice: Package triggers severe warnings which indicate that it * may exhibit random runtime failures. * y.tab.c:1054:16: warning: implicit declaration of function ‘yylex’ [-Wimplicit-function-declaration] * y.tab.c:1240:7: warning: implicit declaration of function ‘yyerror’; did you mean ‘YYerror’? [-Wimplicit-function-declaration] * y.tab.c:1430:16: warning: implicit declaration of function ‘yylex’ [-Wimplicit-function-declaration] * y.tab.c:2212:7: warning: implicit declaration of function ‘yyerror’; did you mean ‘YYerror’? [-Wimplicit-function-declaration] * QA Notice: command not found: * * ./config.status: line 784: 1.13.0=dummy.13.0: command not found Bug: https://bugs.gentoo.org/852884 Fixes: https://github.com/gentoo/gentoo/pull/25948 Signed-off-by: orbea <orbea@riseup.net> Closes: https://github.com/gentoo/gentoo/pull/25962 Signed-off-by: Sam James <sam@gentoo.org>
* app-text/dictd: force -j1Sam James2022-06-181-5/+9
| | | | | Closes: https://bugs.gentoo.org/743292 Signed-off-by: Sam James <sam@gentoo.org>
* app-text/dictd: Fix the build with rlibtoolorbea2022-06-182-0/+179
| | | | | | | | | | | The configure.in lacks LT_INIT which generates libtool and allows the build to work with rlibtool which depends on this file to determine if it should build shared or static libraries. Closes: https://bugs.gentoo.org/818535 Signed-off-by: orbea <orbea@riseup.net> Closes: https://github.com/gentoo/gentoo/pull/25948 Signed-off-by: Sam James <sam@gentoo.org>
* app-text/dictd: keyword 1.13.0-r3 for ~riscvAlex Fan2021-09-291-1/+1
| | | | | Signed-off-by: Alex Fan <alexfanqi@yahoo.com> Signed-off-by: Yixun Lan <dlan@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/dictd: add sys-devel/flex as BDEPENDJoonas Niilola2021-09-071-0/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-text/dictd: slap a warning for systemd usersJoonas Niilola2021-06-161-0/+8
| | | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/21262
* app-text/dictd: revbump to fix dict dirJoonas Niilola2021-06-163-2/+2
| | | | | Bug: https://bugs.gentoo.org/790383 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-text/dictd: Don't install non-free RFC fileUlrich Müller2021-05-121-3/+3
| | | | | | | | Specify license more precisely. Closes: https://bugs.gentoo.org/782043 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-text/dictd: 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>
* app-text/dictd: drop old EAPIAaron Bauman2020-11-262-107/+0
| | | | Signed-off-by: Aaron Bauman <bman@gentoo.org>
* app-text/dictd: Stabilize 1.13.0-r1 ppc64, #742548Sam James2020-11-041-1/+1
| | | | | Thanks-to: ernsteiswuerfel <erhard_f@mailbox.org> Signed-off-by: Sam James <sam@gentoo.org>
* app-text/dictd: Stabilize 1.13.0-r1 ppc, #742548Sam James2020-11-041-1/+1
| | | | | Thanks-to: ernsteiswuerfel <erhard_f@mailbox.org> Signed-off-by: Sam James <sam@gentoo.org>
* app-text/dictd: [QA] Port to GLEP 81David Seifert2020-10-032-12/+7
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: David Seifert <soap@gentoo.org>
* app-text/dictd: x86 stable wrt bug #742548Agostino Sarubbo2020-09-181-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-text/dictd: amd64 stable wrt bug #742548Agostino Sarubbo2020-09-181-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-text/dictd: stable 1.13.0 for sparc, bug #742548Rolf Eike Beer2020-09-161-1/+1
| | | | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-text/dictd: Fix MissingTestRestrictSam James2020-09-142-8/+10
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
* app-text/dictd: Fix (upstream) typoJeroen Roovers2020-08-051-1/+1
| | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
* app-text/dictd: Block ~sys-apps/gawk-4.2.1 for testsJeroen Roovers2020-08-052-2/+4
| | | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Closes: https://bugs.gentoo.org/678018 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
* app-text/dictd: Version 1.13.0Jeroen Roovers2020-08-052-0/+117
| | | | | | | | | | | - EAPI=7, readme.gentoo-r1 - Make sed die - Use --libexecdir[sic!] for plugins directory - Install all examples - Remove static libraries/libtool files Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
* app-text/dictd: Clean up patchJeroen Roovers2020-08-051-3/+2
| | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
* */*: Drop stable ia64 keywordsMatt Turner2020-04-031-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@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-text/*: Update Manifest hashesMichał Górny2017-12-091-1/+1
|
* app-text/dictd: keyword ~arm64Alexis Ballier2017-06-181-2/+2
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* 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-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sourceforge: switch to https:// URIsMike Frysinger2016-07-271-1/+1
|