commit:     05fa5dc8cf715fd1509a0687b154d2aa9f91be03
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 30 18:59:23 2020 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Mar 30 18:59:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05fa5dc8

sys-apps/less: Removed old

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 sys-apps/less/Manifest        |  3 ---
 sys-apps/less/less-530.ebuild | 42 -----------------------------------------
 sys-apps/less/less-531.ebuild | 44 -------------------------------------------
 sys-apps/less/less-554.ebuild | 44 -------------------------------------------
 4 files changed, 133 deletions(-)

diff --git a/sys-apps/less/Manifest b/sys-apps/less/Manifest
index 9506c22a98c..c9bcb04ec5d 100644
--- a/sys-apps/less/Manifest
+++ b/sys-apps/less/Manifest
@@ -1,6 +1,3 @@
-DIST less-530.tar.gz 339723 BLAKE2B 
9321548b06330c0b1b5b5a36147f5b9348619ff15d907808744b89581edeb4d8c2118ba455d024a23850902cac4d2c34d1e7b9897e02769584315c0e67ef667e
 SHA512 
8d83a18b5648c4fe85921a563aa2c40bcf495aeb611098c83cd167b1e2f706649846cdf457c8506ae2683ab362ad970a0b261747349673020894bccdb9acbc10
-DIST less-531.tar.gz 340466 BLAKE2B 
6ac75b623fce478114d18cff429659499fedf4ef1a7bb067465ace91c28a7968efb224a4994a1e376a8cf40b110492f10ecda634628029107b38187044a0cd1e
 SHA512 
180b665f194d7cc40d4bbb37bd64b10be463c0705e81795bef84b20dbba1c61825bb3e3da8bcd79f9176bb3af7b1f4e4c3dfe0829a5a2195a11f5b42294daca1
 DIST less-551.tar.gz 347007 BLAKE2B 
033a043340f888616c8342703597b9232ae1c8e62775d3ee0187599c3d9d9824fdbc7543ca90cdc535b2077a8bcbefe322887ad29289620191d8cf6ff86ddd04
 SHA512 
ef5296b9ebd72f83c05cad8a0f7a5eec2290e9b358ee725e09e8541bd95f94c0e14ea22aa04b287a0654079338eaeae813f2235b8e9f819fbbc9040dd65a9585
-DIST less-554.tar.gz 334708 BLAKE2B 
3d7bd6376eb21060f16f52848b3ba96cdec4d5229c390ef24871eac91e4f35634e159e58c8c6db06072b5e943456deff49a25e99264e9283643966daef687bf8
 SHA512 
c37c645d1fa59d64414ebcded1b7faccd339a4d67654b14ec5862b2fe795dbd052ba9b65aaafd06f83a5c276d11e9cef5be4fb49329d14955bf2533dfcffd540
 DIST less-556.tar.gz 335019 BLAKE2B 
7e0152c96751451626b3ff614b40f3c4d4e8ecd4b01e4a47ae443c3e7d83a1fc3fae8c21946626eda596631b0c6ca965113272fbea40389f20109e3125fa93e3
 SHA512 
a7235fae97414c7acb287b334dd071232d682e01627eb9a25f6a7ea72c58914f141657e067944f9672aa9f614012848e134e8d02dfb34892d20384f5e596bd21
 DIST less-557.tar.gz 335142 BLAKE2B 
1c8645d70b1eb6d6d7f88c62ae77cce64e39262b32608cc4a27c0c8a79a2f84506ae41f76bd8eceeac8d294192f8d9006b7ab503482b2a4cdd6a2837ab187851
 SHA512 
5d82942d90c098fe81bf070e77c5d388eef83eaf4f4c48bc1ea6c0f718b04d09cc1071448e0f4cdf443872842d8ace9339036e77ee8a0baf6f4d02e91e87848b

diff --git a/sys-apps/less/less-530.ebuild b/sys-apps/less/less-530.ebuild
deleted file mode 100644
index c0ab0962a90..00000000000
--- a/sys-apps/less/less-530.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Excellent text file viewer"
-HOMEPAGE="http://www.greenwoodsoftware.com/less/";
-SRC_URI="http://www.greenwoodsoftware.com/less/${P}.tar.gz";
-
-LICENSE="|| ( GPL-3 BSD-2 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="pcre unicode"
-
-DEPEND=">=app-misc/editor-wrapper-3
-       >=sys-libs/ncurses-5.2:0=
-       pcre? ( dev-libs/libpcre )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-       export ac_cv_lib_ncursesw_initscr=$(usex unicode)
-       export ac_cv_lib_ncurses_initscr=$(usex !unicode)
-       econf \
-               --with-regex=$(usex pcre pcre posix) \
-               --with-editor="${EPREFIX}"/usr/libexec/editor
-}
-
-src_install() {
-       default
-
-       newbin "${FILESDIR}"/lesspipe.sh lesspipe
-       newenvd "${FILESDIR}"/less.envd 70less
-}
-
-pkg_preinst() {
-       if has_version "<${CATEGORY}/${PN}-483-r1" ; then
-               elog "The lesspipe.sh symlink has been dropped.  If you are 
still setting"
-               elog "LESSOPEN to that, you will need to update it to 
'|lesspipe %s'."
-               elog "Colorization support has been dropped.  If you want that, 
check out"
-               elog "the new app-text/lesspipe package."
-       fi
-}

diff --git a/sys-apps/less/less-531.ebuild b/sys-apps/less/less-531.ebuild
deleted file mode 100644
index 6f1f5eca46b..00000000000
--- a/sys-apps/less/less-531.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Excellent text file viewer"
-HOMEPAGE="http://www.greenwoodsoftware.com/less/";
-SRC_URI="http://www.greenwoodsoftware.com/less/${P}.tar.gz";
-
-LICENSE="|| ( GPL-3 BSD-2 )"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sparc x86 
~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="pcre unicode"
-
-DEPEND=">=app-misc/editor-wrapper-3
-       >=sys-libs/ncurses-5.2:0=
-       pcre? ( dev-libs/libpcre )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-       export ac_cv_lib_ncursesw_initscr=$(usex unicode)
-       export ac_cv_lib_ncurses_initscr=$(usex !unicode)
-       local myeconfargs=(
-               --with-regex=$(usex pcre pcre posix)
-               --with-editor="${EPREFIX}"/usr/libexec/editor
-       )
-       econf "${myeconfargs[@]}"
-}
-
-src_install() {
-       default
-
-       newbin "${FILESDIR}"/lesspipe.sh lesspipe
-       newenvd "${FILESDIR}"/less.envd 70less
-}
-
-pkg_preinst() {
-       if has_version "<${CATEGORY}/${PN}-483-r1" ; then
-               elog "The lesspipe.sh symlink has been dropped.  If you are 
still setting"
-               elog "LESSOPEN to that, you will need to update it to 
'|lesspipe %s'."
-               elog "Colorization support has been dropped.  If you want that, 
check out"
-               elog "the new app-text/lesspipe package."
-       fi
-}

diff --git a/sys-apps/less/less-554.ebuild b/sys-apps/less/less-554.ebuild
deleted file mode 100644
index 375e2585ca5..00000000000
--- a/sys-apps/less/less-554.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Excellent text file viewer"
-HOMEPAGE="http://www.greenwoodsoftware.com/less/";
-SRC_URI="http://www.greenwoodsoftware.com/less/${P}.tar.gz";
-
-LICENSE="|| ( GPL-3 BSD-2 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE="pcre unicode"
-
-DEPEND=">=app-misc/editor-wrapper-3
-       >=sys-libs/ncurses-5.2:0=
-       pcre? ( dev-libs/libpcre2 )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-       export ac_cv_lib_ncursesw_initscr=$(usex unicode)
-       export ac_cv_lib_ncurses_initscr=$(usex !unicode)
-       local myeconfargs=(
-               --with-regex=$(usex pcre pcre2 posix)
-               --with-editor="${EPREFIX}"/usr/libexec/editor
-       )
-       econf "${myeconfargs[@]}"
-}
-
-src_install() {
-       default
-
-       newbin "${FILESDIR}"/lesspipe.sh lesspipe
-       newenvd "${FILESDIR}"/less.envd 70less
-}
-
-pkg_preinst() {
-       if has_version "<${CATEGORY}/${PN}-483-r1" ; then
-               elog "The lesspipe.sh symlink has been dropped.  If you are 
still setting"
-               elog "LESSOPEN to that, you will need to update it to 
'|lesspipe %s'."
-               elog "Colorization support has been dropped.  If you want that, 
check out"
-               elog "the new app-text/lesspipe package."
-       fi
-}

Reply via email to