summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-misc/golly: drop slyfox@ from maintainers down to m-nSergei Trofimovich2021-08-041-4/+1
| | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-misc/bb: drop slyfox@ from maintainers down to m-nSergei Trofimovich2021-08-041-4/+1
| | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-misc/ttyload: fix sigabrt on hardened kernelsHans de Graaff2021-08-032-0/+58
| | | | | | | | Add Debian patch to fix a sigabrt on hardened kernels. Closes: https://bugs.gentoo.org/732162 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* app-misc/uptimed: remove USE=static-libsDavid Seifert2021-08-033-9/+2
| | | | | | * Nothing in ::gentoo depends on it Signed-off-by: David Seifert <soap@gentoo.org>
* app-misc/remind: Drop 03.01.15, EAPI5--Andreas Sturmlechner2021-08-032-44/+0
| | | | | | Closes: https://bugs.gentoo.org/784200 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-misc/broot: bump to 1.6.3Karl-Johan Karlsson2021-08-022-0/+247
| | | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Karl-Johan Karlsson <creideiki@lysator.liu.se> Closes: https://github.com/gentoo/gentoo/pull/21859 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-misc/pax-utils: Stabilize 1.3.2 arm64, #802555Sam James2021-08-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-misc/tmuxp: Stabilize 1.7.2-r1 x86, #793311Sam James2021-08-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-misc/broot: add sys-libs/zlib depJoonas Niilola2021-08-011-0/+3
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-misc/broot: bump to 1.6.2Karl-Johan Karlsson2021-08-012-0/+269
| | | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Karl-Johan Karlsson <creideiki@lysator.liu.se> Closes: https://github.com/gentoo/gentoo/pull/21845 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-misc/abook: fix DEPEND, simplify ebuildSam James2021-07-311-8/+7
| | | | | | | | | | - Fix DEPEND to include RDEPEND - Note that gettext is used as a header too, so DEPEND as well - Simplify src_compile / use flag-o-matic - Drop src_install Thanks-to: David Seifert <soap@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
* app-misc/uptimed: Bump to version 0.4.4Lars Wendler2021-07-312-0/+60
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-misc/elasticsearch: bump to 7.13.4Tomáš Mózes2021-07-312-0/+83
| | | | | | Bug: https://bugs.gentoo.org/803251 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-misc/elasticsearch: bump to 6.8.17Tomáš Mózes2021-07-312-0/+90
| | | | | Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-misc/abook: update EAPI 6 -> 7Sam James2021-07-311-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-misc/abook: fix linking order for ncursesSam James2021-07-311-5/+29
| | | | | Closes: https://bugs.gentoo.org/803155 Signed-off-by: Sam James <sam@gentoo.org>
* app-misc/khard: modernise Python ebuildSam James2021-07-312-18/+2
| | | | | | distutils_enable_tests handles IUSE/RESTRICT for us. Signed-off-by: Sam James <sam@gentoo.org>
* app-misc/khard: [QA] unconditionally install completion filesSam James2021-07-312-28/+23
| | | | | | | | | QA policy [0] says that we don't conditionalise installation of small files. It's a wasteful rebuild and inconsistent across packages for when users desire completions to be available. [0] https://projects.gentoo.org/qa/policy-guide/installed-files.html#pg0301 Signed-off-by: Sam James <sam@gentoo.org>
* app-misc/khal: [QA] unconditionally install completion filesSam James2021-07-312-21/+15
| | | | | | | | | QA policy [0] says that we don't conditionalise installation of small files. It's a wasteful rebuild and inconsistent across packages for when users desire completions to be available. [0] https://projects.gentoo.org/qa/policy-guide/installed-files.html#pg0301 Signed-off-by: Sam James <sam@gentoo.org>
* app-misc/tmux-xpanes: [QA] unconditionally install completion filesSam James2021-07-312-19/+9
| | | | | | | | | QA policy [0] says that we don't conditionalise installation of small files. It's a wasteful rebuild and inconsistent across packages for when users desire completions to be available. [0] https://projects.gentoo.org/qa/policy-guide/installed-files.html#pg0301 Signed-off-by: Sam James <sam@gentoo.org>
* app-misc/screen: [QA] call tmpfiles_process in pkg_postinstSam James2021-07-312-26/+4
| | | | | | | | This is needed to actually apply the tmpfiles configuration we've installed in the ebuild. See tmpfiles.eclass documentation. Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
* app-misc/fhem: [QA] call tmpfiles_process in pkg_postinstSam James2021-07-311-0/+4
| | | | | | | | This is needed to actually apply the tmpfiles configuration we've installed in the ebuild. See tmpfiles.eclass documentation. Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
* app-misc/elasticsearch: [QA] call tmpfiles_process in pkg_postinstSam James2021-07-312-0/+4
| | | | | | | | This is needed to actually apply the tmpfiles configuration we've installed in the ebuild. See tmpfiles.eclass documentation. Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
* app-misc/elasticsearch: consistent tmpfiles_process argumentsDavid Seifert2021-07-313-3/+3
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* app-misc/rpick: Drop 0.8.2Randy Barlow2021-07-302-173/+0
| | | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Randy Barlow <randy@electronsweatshop.com> Closes: https://github.com/gentoo/gentoo/pull/21803 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-misc/rpick: Update to 0.8.5Randy Barlow2021-07-302-0/+166
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Randy Barlow <randy@electronsweatshop.com> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-misc/livecd-tools: stabilize 2.10 for arm64Georgy Yakovlev2021-07-281-1/+1
| | | | Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-misc/livecd-tools: add 2.10Georgy Yakovlev2021-07-282-0/+46
| | | | Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-misc/gramps: add 5.1.4Marek Szuba2021-07-282-0/+113
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-misc/datefudge: keyword 1.24 for ~riscvMarek Szuba2021-07-281-1/+1
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-misc/tracker-miners: Restore mistakenly removed versionMatt Turner2021-07-281-6/+3
| | | | | | | | In commit f2c2d25e828 ("app-misc/tracker-miners: Drop old versions") I dropped the wrong version of tracker:0. Closes: https://bugs.gentoo.org/804675 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-misc/broot: update HOMEPAGEJoonas Niilola2021-07-281-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-misc/broot: new packageKarl-Johan Karlsson2021-07-283-0/+449
| | | | | | | | | | | | Broot is a terminal directory browser. Imported from GURU. Closes: https://bugs.gentoo.org/705174 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Karl-Johan Karlsson <creideiki@lysator.liu.se> Closes: https://github.com/gentoo/gentoo/pull/21773 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-misc/rpick: Stabilize 0.8.4 ppc64, #803146Sam James2021-07-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-misc/pax-utils: Stabilize 1.3.2 ppc64, #802555Sam James2021-07-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-misc/pax-utils: Stabilize 1.3.2 ppc, #802555Sam James2021-07-261-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-misc/tracker: Drop old versionsMatt Turner2021-07-262-111/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-misc/tracker-miners: Drop old versionsMatt Turner2021-07-263-330/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-misc/gnote: Drop old versionsMatt Turner2021-07-262-73/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-misc/rq: treecleanSam James2021-07-263-303/+0
| | | | | Bug: https://bugs.gentoo.org/786279 Signed-off-by: Sam James <sam@gentoo.org>
* app-misc/goobook: Patch to use pyxdg rather than xdgMichał Górny2021-07-252-3/+112
| | | | | Closes: https://bugs.gentoo.org/804076 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-misc/livecd-tools: sync live ebuild keywordsGeorgy Yakovlev2021-07-241-2/+2
| | | | Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-misc/livecd-tools: keyword 2.9 for arm64Georgy Yakovlev2021-07-241-1/+1
| | | | Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-misc/pax-utils: bump up to 1.3.3 (glibc-2.34 compatible)Sergei Trofimovich2021-07-222-0/+76
| | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-misc/uptimed: stabilize 0.4.2 for arm64Sam James2021-07-221-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-misc/uptimed: keyword 0.4.3 for ~riscvGeorgy Yakovlev2021-07-211-2/+2
| | | | Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-misc/rpick: Stabilize 0.8.4 x86, #803146Sam James2021-07-221-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-misc/rpick: Stabilize 0.8.4 amd64, #803146Sam James2021-07-221-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-misc/ranger: keyword 1.9.3 for ~riscvAlex Fan2021-07-211-1/+1
| | | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Alex Fan <alexfanqi@yahoo.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* app-misc/rdfind: New package, import from ::guruRonny (tastytea) Gutbrod2021-07-193-0/+47
| | | | | | | | | Find duplicate files based on their content Closes: https://bugs.gentoo.org/637384 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de> Closes: https://github.com/gentoo/gentoo/pull/21675 Signed-off-by: Joonas Niilola <juippis@gentoo.org>