summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-apps/less: chmod -x files/lesspipe.shMike Gilbert2019-09-191-0/+0
| | | | | | Closes: https://bugs.gentoo.org/694874 Package-Manager: Portage-2.3.75_p7, Repoman-2.3.17_p49 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* sys-apps/less: lesspipe: minor improvementsMike Frysinger2019-09-151-13/+16
| | | | | | | | | | | | | | * Add/update copyright/license headers. * Test whether LESSDEBUG is set rather than its value * Fix `stat` usage on pseudo paths (e.g. URIs) & names that start with - * Add a .json print handler via python * Process https:// URIs like http:// * Try elinks in addition to & before other CLI browsers * Tweak quoting in a few places as shellcheck highlighted * Check $# -eq 0 so we don't treat "" as missing arguments * Don't run lesspipe twice when it fails & LESSDEBUG is enabled Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* sys-apps/less: Removed old.Lars Wendler2019-06-121-51/+0
| | | | | Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-apps/less: Revbump to fix mouse issue.Lars Wendler2019-02-161-0/+51
| | | | | | Bug: https://bugs.gentoo.org/678102 Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-apps/less: remove obsolete fileMichael Mair-Keimberger2018-10-311-22/+0
| | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-apps/less: remove unused patch.Michael Mair-Keimberger2017-10-201-26/+0
|
* sys-apps/less: add flv & mkv to video listMike Frysinger2017-05-161-1/+1
|
* sys-apps/less: make image info more verbose/robustMike Frysinger2016-07-201-1/+1
|
* sys-apps/less: lesspipe: split pdf/ps handling #477860Mike Frysinger2016-04-061-1/+2
|
* sys-apps/less: lesspipe: handle all non-regular files in main codeMike Frysinger2016-04-061-6/+11
|
* sys-apps/less: lesspipe: improve help text a bitMike Frysinger2016-04-061-3/+4
|
* proj/gentoo: Initial commitRobin H. Johnson2015-08-084-0/+324
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