summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-apps/mlocate: drop 0.26-r2David Seifert2021-05-151-62/+0
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* sys-apps/mlocate: eutils--Sam James2021-04-211-2/+2
| | | | | Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
* */*: Drop most stable hppa keywordsMatt Turner2020-12-311-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@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-261-1/+1
| | | | | | 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>
* sys-apps/mlocate: arm64 stableAaron Bauman2019-04-191-1/+1
| | | | Signed-off-by: Aaron Bauman <bman@gentoo.org>
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sys-apps/mlocate: Changed HOMEPAGE from fedorahosted to pagure.Lars Wendler2017-02-231-3/+3
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* sys-apps/mlocate: Stable for all arches.Lars Wendler2016-12-121-1/+1
| | | | | | This is a minor yet important fix. Package-Manager: Portage-2.3.3, Repoman-2.3.1
* sys-apps/mlocate: Revbump - cleanup temporary files at cron.daily jobAzamat H. Hackimov2016-12-121-0/+63
During updating database mlocate creates tmp-file. If daily cron job has failed (for example, after reboot), tmp-files are left in disk. Added rm command before updatedb to delete these orphained files. Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/3096