Versions
v1.13.3 :: 0 :: gentoo
- Modified
- License
- GPL-1+ GPL-2+
- Keywords
- amd64 ppc ppc64 x86 ~alpha ~amd64-linux ~arm ~arm64 ~hppa ~mips ~ppc-macos ~riscv ~sparc ~x86-linux
- USE flags
- dbi judy minimal selinux test
USE flags
General
- dbi
- Enable dev-db/libdbi (database-independent abstraction layer) support
- judy
- Build Judy-based (dev-libs/judy) plugin implementing fast "exact" and especially "lev" strategies
- minimal
- Don't build server but dict client, dictzip and dictfmt only.
- selinux
- !!internal use only!! Security Enhanced Linux support, this must be set by the selinux profile or breakage will occur
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
Dependencies
acct-group / dictd : gid for app-text/dictd
acct-user / dictd : uid for app-text/dictd
dev-db / libdbi : A database-independent abstraction layer in C
dev-libs / judy : A C library that implements a dynamic array
dev-libs / libmaa : Library with low-level data structures which are helpful for writing compilers
sec-policy / selinux-dictd : SELinux policy for dictd
sys-apps / coreutils : Standard GNU utilities (chmod, cp, dd, ls, sort, tr, head, wc, who,...)
Runtime Dependencies
acct-group / dictd : gid for app-text/dictd
acct-user / dictd : uid for app-text/dictd
dev-libs / libmaa : Library with low-level data structures which are helpful for writing compilers
sec-policy / selinux-dictd : SELinux policy for dictd
sys-apps / coreutils : Standard GNU utilities (chmod, cp, dd, ls, sort, tr, head, wc, who,...)
Depending packages
app-dicts / dictd-vera : V.E.R.A. -- Virtual Entity of Relevant Acronyms for dict
app-dicts / dictd-wn : WordNet for dict
app-dicts / freedict-deu-eng : Freedict for language translation from German to English
app-dicts / freedict-eng-fra : Freedict for language translation from English to French
app-dicts / freedict-eng-ita : Freedict for language translation from English to Italian
app-dicts / freedict-eng-swe : Freedict for language translation from English to Swedish
app-dicts / freedict-fra-eng : Freedict for language translation from French to English
app-dicts / freedict-ita-eng : Freedict for language translation from Italian to English
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Add := to virtual/zlib deps, part 1
Done via: ``` git grep -l virtual/zlib$ | xargs sed -i -e 's@virtual/zlib$@&:=@' ``` Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
app-*/*: update for virtual/zlib
Update done using: ``` git grep -l zlib app-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g git diff --name-only | xargs copybump git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead pkgcheck scan --commits -c VisibilityCheck --exit error ``` Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Petr Vaněk · gentoo
app-text/dictd: drop 1.13.1
Signed-off-by: Petr Vaněk <arkamar@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
app-text/dictd: Stabilize 1.13.3 ppc, #961643
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
*/*: destable sparc
Result of running the command: grep --include="*.ebuild" -r . -e 'KEYWORDS=.*[" ]sparc' -l | xargs ekeyword ~sparc Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
app-text/dictd: Stabilize 1.13.3 ppc64, #961643
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-text/dictd: Stabilize 1.13.3 amd64, #961643
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-text/dictd: Stabilize 1.13.3 x86, #961643
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Petr Vaněk · gentoo
app-text/dictd: drop 1.13.0-r7, 1.13.0-r8
Signed-off-by: Petr Vaněk <arkamar@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Nicolas PARLANT · gentoo
app-text/dictd: add 1.13.3
SCR_URI : httpS remove min version, really old dev-db/libdbi and dev-libs/judy are just required for building (DEPEND) remove the mention of app-dicts/dictd-dicts, treecleaned (bugs 949693 940240) add app-text/recode as optfeature patches : rebased for libtool renew for version (avoid conflict with VERSION from libtool) assume strlcpy and strlcat are declared in string.h (bug 880531) debian patches for various compiler warnings buffer overflow fixed in this release (bug 893270) bug 884319 already fixed with -j1 (1.13.0-r4) Closes: https://bugs.gentoo.org/880531 Closes: https://bugs.gentoo.org/893270 Closes: https://bugs.gentoo.org/884319 Closes: https://bugs.gentoo.org/949693 Closes: https://bugs.gentoo.org/940240 Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/42947 Closes: https://github.com/gentoo/gentoo/pull/42947 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
*/*: unkeyword ~ia64
Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
app-text/dictd: Stabilize 1.13.1 sparc, #934509
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
app-text/dictd: Stabilize 1.13.1 ppc64, #934509
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
app-text/dictd: Stabilize 1.13.1 amd64, #934509
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
app-text/dictd: Stabilize 1.13.1 ppc, #934509
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
app-text/dictd: Stabilize 1.13.1 x86, #934509
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Florian Schmaus · gentoo
app-text/dictd: add missing call to readme.gentoo_print_elog in pkg_postinst
Signed-off-by: Florian Schmaus <flow@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Lucio Sauer · gentoo
*/*: inline mirror://sourceforge
bump copyright of touched ebuilds to 2024 Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-text/dictd: sys-devel/flex -> app-alternatives/lex
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> - Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
app-text/dictd: Stabilize 1.13.0-r8 amd64, #915395
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
app-text/dictd: Stabilize 1.13.0-r8 ppc, #915395
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
app-text/dictd: Stabilize 1.13.0-r8 x86, #915395
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-text/dictd: Stabilize 1.13.0-r8 ppc64, #915395
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-text/dictd: Stabilize 1.13.0-r8 sparc, #915395
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
app-text/dictd: add libmaa subslot dep
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
app-text/dictd: add 1.13.1
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-text/dictd: add missing selinux policy dep
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-text/dictd: fix EAPI 8 port
Thanks to ionen for reporting. Fixes: f45e8d10b4724c111fdb61446be1b4595dff99ab Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-text/dictd: fix stack smashing from silly typedef
Closes: https://bugs.gentoo.org/908998 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
*/*: remove sparc-solaris keyword
Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-text/dictd: drop 1.13.0-r3
Bug: https://bugs.gentoo.org/886681 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
app-text/dictd: Stabilize 1.13.0-r5 amd64, #886681
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
app-text/dictd: Stabilize 1.13.0-r5 ppc, #886681
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-text/dictd: Stabilize 1.13.0-r5 sparc, #886681
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-text/dictd: Stabilize 1.13.0-r5 ppc64, #886681
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
app-text/dictd: Stabilize 1.13.0-r5 x86, #886681
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
Move {virtual -> app-alternatives}/yacc
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - orbea · gentoo
app-text/dictd: Update patch + fix QA warnings
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> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-text/dictd: force -j1
Closes: https://bugs.gentoo.org/743292 Signed-off-by: Sam James <sam@gentoo.org> - orbea · gentoo
app-text/dictd: Fix the build with rlibtool
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> - Repository mirror & CI · gentoo
Merge updates from master - Alex Fan · gentoo
app-text/dictd: keyword 1.13.0-r3 for ~riscv
Signed-off-by: Alex Fan <alexfanqi@yahoo.com> Signed-off-by: Yixun Lan <dlan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
app-text/dictd: add sys-devel/flex as BDEPEND
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
app-text/dictd: slap a warning for systemd users
Signed-off-by: Joonas Niilola <juippis@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/21262 - Joonas Niilola · gentoo
app-text/dictd: revbump to fix dict dir
Bug: https://bugs.gentoo.org/790383 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ulrich Müller · gentoo
app-text/dictd: Don't install non-free RFC file
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> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
app-text/dictd: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Aaron Bauman · gentoo
app-text/dictd: drop old EAPI
Signed-off-by: Aaron Bauman <bman@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-text/dictd: Stabilize 1.13.0-r1 ppc64, #742548
Thanks-to: ernsteiswuerfel <erhard_f@mailbox.org> Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
app-text/dictd: Stabilize 1.13.0-r1 ppc, #742548
Thanks-to: ernsteiswuerfel <erhard_f@mailbox.org> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
app-text/dictd: [QA] Port to GLEP 81
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
app-text/dictd: x86 stable wrt bug #742548
Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
app-text/dictd: amd64 stable wrt bug #742548
Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
app-text/dictd: stable 1.13.0 for sparc, bug #742548
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> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-text/dictd: Fix MissingTestRestrict
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jeroen Roovers · gentoo
app-text/dictd: Block ~sys-apps/gawk-4.2.1 for tests
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Closes: https://bugs.gentoo.org/678018 Signed-off-by: Jeroen Roovers <jer@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jeroen Roovers · gentoo
app-text/dictd: Version 1.13.0
- 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> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
*/*: Drop stable ia64 keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Bump copyright on files touched this year
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> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
*/*: Drop stable alpha keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Alexis Ballier · gentoo
app-text/dictd: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Mike Frysinger · gentoo
sourceforge: switch to https:// URIs - Austin English · gentoo
app-text/dictd: remove dictd-1.12.1-r1
Package-Manager: portage-2.2.26 - Austin English · gentoo
app-text/dictd: use #!/sbin/openrc-run instead of #!/sbin/runscript
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=573846 Package-Manager: portage-2.2.26 - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed