summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-admin/lnav: Add 0.11.0Randy Barlow2022-09-095-0/+161
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove the unicode USE flag lnav did not build successfully when this USE flag was disabled. Since there are not many use cases for not using unicode today, this commit fixes the issue by removing the USE flag and enabling unicode support unconditionally. * Depend on openssh[ssl] See https://github.com/tstack/lnav/issues/865. * Conditionally build ssh keys This commit patches lnav so that it only build ssh keys when tests are run. This makes openssh a conditional dependency. See https://github.com/tstack/lnav/pull/1041. * Filter LTO flags Closes: https://github.com/gentoo/gentoo/pull/27130 Closes: https://bugs.gentoo.org/777981 Closes: https://bugs.gentoo.org/835636 Closes: https://bugs.gentoo.org/854123 Signed-off-by: Randy Barlow <randy@electronsweatshop.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-admin/lnav: Drop 0.9.0-r3 0.10.0-r1 0.10.0-r2Randy Barlow2022-09-0912-1018/+0
| | | | | Signed-off-by: Randy Barlow <randy@electronsweatshop.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-admin/lnav: fix build with GCC 12Sam James2022-04-212-1/+39
| | | | | Closes: https://bugs.gentoo.org/839909 Signed-off-by: Sam James <sam@gentoo.org>
* app-admin/lnav: x86 stable wrt bug #828038Agostino Sarubbo2021-12-041-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-admin/lnav: amd64 stable wrt bug #828038Agostino Sarubbo2021-12-031-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-admin/lnav: Add 0.10.1Randy Barlow2021-10-312-0/+51
| | | | | | Signed-off-by: Randy Barlow <randy@electronsweatshop.com> Closes: https://github.com/gentoo/gentoo/pull/22766 Signed-off-by: Sam James <sam@gentoo.org>
* app-admin/lnav: Unbundle doctestRandy Barlow2021-10-022-0/+135
| | | | | | | | | | | Backport https://github.com/tstack/lnav/pull/915 so we can use the system doctest while we wait on a new lnav upstream release. Closes: https://bugs.gentoo.org/809752 Closes: https://bugs.gentoo.org/812353 Signed-off-by: Randy Barlow <randy@electronsweatshop.com> Closes: https://github.com/gentoo/gentoo/pull/22454 Signed-off-by: Sam James <sam@gentoo.org>
* app-admin/lnav: Remove oldAndreas K. Hüttel2021-09-193-86/+0
| | | | | | Bug: https://bugs.gentoo.org/786456 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org>
* app-admin/lnav: add libarchive dependencySam James2021-09-171-0/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-admin/lnav: tidy patchesSam James2021-09-176-47/+4
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-admin/lnav: 0.10.0-r1 version bumpBrian Mego2021-09-174-0/+152
| | | | | | | | Closes: https://bugs.gentoo.org/812191 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Brian Mego <brianmego@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/22250 Signed-off-by: Sam James <sam@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-admin/lnav: Add sys-libs/ncurses[unicode(+)]David Seifert2021-07-173-3/+3
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* app-admin/lnav: x86 stable wrt bug #767715Agostino Sarubbo2021-07-171-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-admin/lnav: Stabilize 0.9.0-r1 amd64, #767715Sam James2021-07-161-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-admin/lnav: Backport to build with gcc-11Randy Barlow2021-07-132-0/+564
| | | | | | | | | | | | | | | | | | This commit partially[0] backports a patch from upstream[1][2] to allow lnav to build with gcc-11. This patch was tested with gcc-10.2.0-r5 and gcc-11.1.0. [0] Only the changes to m4/ax_cxx_compile_stdcxx.m4 were necessary to address the gcc-11 fix. [1] https://github.com/tstack/lnav/issues/864 [2] https://github.com/tstack/lnav/commit/8f7b08c9c5d1b30ca2b91dbfdb13f4dfa5326f95 Closes: https://bugs.gentoo.org/786456 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Randy Barlow <randy@electronsweatshop.com> Closes: https://github.com/gentoo/gentoo/pull/20975 Signed-off-by: Sam James <sam@gentoo.org>
* app-admin/lnav: Backport to fix a segfaultRandy Barlow2021-07-132-0/+146
| | | | | | | | | | | lnav was segfaulting when the right arrow key was pressed. This commit backports a patch from the main development branch to address the crash. Closes: https://bugs.gentoo.org/792582 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Randy Barlow <randy@electronsweatshop.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-admin/lnav: Backport patches to fix testsRandy Barlow2021-07-133-0/+71
| | | | | | | | | | This commit backports two patches from upstream to fix test failures in tests/test_sql.sh. Closes: https://bugs.gentoo.org/713600 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Randy Barlow <randy@electronsweatshop.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-admin/lnav: drop unused toolchain-funcsSam James2021-04-032-4/+4
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-admin/lnav: style changesSam James2020-12-272-2/+5
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* app-admin/lnav: Adopt the packageRandy Barlow2020-12-271-1/+13
| | | | | | | | | | I saw that this package is maintainer needed, and am willing to look after it. Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Randy Barlow <randy@electronsweatshop.com> Closes: https://github.com/gentoo/gentoo/pull/18712 Signed-off-by: Sam James <sam@gentoo.org>
* app-admin/lnav: Update to 0.9.0Randy Barlow2020-12-273-0/+51
| | | | | | | | | Update lnav to 0.9.0 and fix a segmentation fault. Closes: https://bugs.gentoo.org/723242 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Randy Barlow <randy@electronsweatshop.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-admin/lnav: drop myself as a maintainerTim Harder2019-11-161-4/+1
| | | | Signed-off-by: Tim Harder <radhermit@gentoo.org>
* app-admin/lnav: remove oldTim Harder2019-09-274-112/+0
| | | | Signed-off-by: Tim Harder <radhermit@gentoo.org>
* app-admin/lnav: update HOMEPAGE to use https://Tim Harder2019-09-271-2/+2
| | | | Signed-off-by: Tim Harder <radhermit@gentoo.org>
* app-admin/lnav: version bump to 0.8.5Tim Harder2019-05-102-0/+40
| | | | Signed-off-by: Tim Harder <radhermit@gentoo.org>
* app-admin/lnav: remove oldTim Harder2018-12-273-72/+0
| | | | Signed-off-by: Tim Harder <radhermit@gentoo.org>
* app-admin/lnav: version bump to 0.8.4Tim Harder2018-12-273-0/+58
| | | | | | Closes: https://bugs.gentoo.org/664946 Signed-off-by: Tim Harder <radhermit@gentoo.org>
* app-admin/lnav: disable another failing testTim Harder2018-03-192-8/+33
| | | | Closes: https://bugs.gentoo.org/630916
* app-admin/lnav: version bump to 0.8.3Tim Harder2018-03-192-0/+47
|
* app-admin/*: Update Manifest hashesMichał Górny2017-12-091-2/+2
|
* app-admin/lnav: remove oldTim Harder2017-04-262-35/+0
|
* app-admin/lnav: version bump to 0.8.2Tim Harder2017-04-262-0/+34
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* app-admin/lnav: remove oldTim Harder2016-09-024-108/+0
|
* app-admin/lnav: version bump to 0.8.1Tim Harder2016-09-022-0/+39
|
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-086-0/+155
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