summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2016-04-07 21:29:16 +0200
committerMartin Väth <martin@mvath.de>2016-04-07 21:29:16 +0200
commit6899d2993f12c931751898ae3f3f8a1b43892a96 (patch)
tree3dd0c1919485267142c8112a2cdd6ced04377f88
parentRemove unused local USE flag (diff)
downloadmv-6899d2993f12c931751898ae3f3f8a1b43892a96.tar.gz
mv-6899d2993f12c931751898ae3f3f8a1b43892a96.tar.bz2
mv-6899d2993f12c931751898ae3f3f8a1b43892a96.zip
sys-apps/less: Remove README.Gentoo
-rw-r--r--sys-apps/less/files/README.Gentoo22
-rw-r--r--sys-apps/less/less-483-r1.ebuild2
2 files changed, 0 insertions, 24 deletions
diff --git a/sys-apps/less/files/README.Gentoo b/sys-apps/less/files/README.Gentoo
deleted file mode 100644
index dca83280..00000000
--- a/sys-apps/less/files/README.Gentoo
+++ /dev/null
@@ -1,22 +0,0 @@
-This version of less comes with some Gentoo enhancements:
- - default lesspipe.sh script to "view" files
- - colorization support
-
-To see what file types are supported, just read the /usr/bin/lesspipe.sh
-script (it's just a plain text bash script).
-
-Colorization support is disabled by default. To enable it, export the
-LESSCOLOR variable to "yes":
- $ export LESSCOLOR=yes
-
-We also provide a colorization script, 'code2color', that is used by
-default. If you wish to use another script, simply export the LESSCOLORIZER
-variable to name of the script:
- $ export LESSCOLORIZER=some-other-script
-
-If you want to use the code2color script and the default color schemes are
-not acceptable, you can develop your own schemes and save them in one of
-the following places:
- /etc/code2color
- ~/.code2color
- CODE2COLOR_CONFIG env var
diff --git a/sys-apps/less/less-483-r1.ebuild b/sys-apps/less/less-483-r1.ebuild
index 11b232c2..9acfded7 100644
--- a/sys-apps/less/less-483-r1.ebuild
+++ b/sys-apps/less/less-483-r1.ebuild
@@ -77,8 +77,6 @@ src_install() {
>70less || die
doenvd 70less
- dodoc "${FILESDIR}"/README.Gentoo
-
if use less-select
then newdoc "${SELECTDIR}"/README README.less-select
dobin "${SELECTDIR}/bin/"*