summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: 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/duali: update HOMEPAGEMichael Palimaka2017-06-121-2/+2
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* app-text/duali: x86 stable, bug #593214Pacho Ramos2016-10-181-1/+1
| | | | Package-Manager: portage-2.3.1
* app-text/duali: amd64 stable wrt bug #593214Agostino Sarubbo2016-09-261-1/+1
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-text/duali-0.2.0-r1: add alpha keywordTobias Klausmann2016-09-221-1/+1
| | | | Gentoo-Bug: 593214
* app-text/duali, app-dicts/duali-data: new revisions with EAPI=6.Michael Orlitzky2016-08-251-0/+41
These two packages needed simultaneous revisions to fix dictionary database compilation. The app-text/duali package provides a script (dict2db) that builds dictionary databases, and a module that uses them. Both use the "anydbm" python module, and should not care about the dbm backend, but the implementation details do -- they try to guess a filename, and each dbm backend outputs a different file name. In the new revision of duali, we require python[gdbm] to ensure that we get at least one of the file names that we expect. The new duali-data requires the new duali so that the databases get the correct name, and everything is happy. Minimal changes were needed for the duali-data ebuild, but the duali ebuild needed to be updated to use python-single-r1 and was rewritten. Gentoo-Bug: 380857 Package-Manager: portage-2.2.28