commit:     18c7d70615d1dd938d356cb226ba1b3c781eb55c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 17 17:02:10 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 17 17:06:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18c7d706

sys-apps/less: drop 581.2, 589

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/less/Manifest          |  2 --
 sys-apps/less/less-581.2.ebuild | 44 -----------------------------------------
 sys-apps/less/less-589.ebuild   | 44 -----------------------------------------
 3 files changed, 90 deletions(-)

diff --git a/sys-apps/less/Manifest b/sys-apps/less/Manifest
index 32c93d319805..51f622824e85 100644
--- a/sys-apps/less/Manifest
+++ b/sys-apps/less/Manifest
@@ -1,3 +1 @@
-DIST less-581.2.tar.gz 349230 BLAKE2B 
3f9d3c94f3d9eae5ecd033c5f16a575bd3a179ca335b0318e097a916c6713379cafbe6c57459e86866e890a432fb02be9102726b35c46d9bdd07ca1b35f83058
 SHA512 
b1189396c798d7cb8655175f31b1af6163dcf8e8d7a72531161cc8396e72e0cf5858ce7b39173be603f9f16eda498f2805cf42c2b92ec6970fd9d2b603fb7b92
-DIST less-589.tar.gz 352390 BLAKE2B 
d91eaf0e4a3c14bb8a1c1b820965922c9e795cc8c6489c04dad79d14bc634db1e8e20aae9578ca5375d4d1f1fb861a510527ee9433437457d653453eabf5dce9
 SHA512 
c2a610c894e98853e73d83cf2c7e94ff75a868280b2ab7fa01676c35d35fdbba808f3630fa4954eca40f0823e654df4c287885499bb24f4d0b7b4558fb91977e
 DIST less-590.tar.gz 352574 BLAKE2B 
0f640f1b6b4d4925c4904ee77460e8becd2dae168fe5c1483bf6a9cfabe9eb0abdc4d4811507ba88a2b4cff6c238158bd8b4463b63d3d7863b44ce8538d32adb
 SHA512 
426fa5840fd43c17bd5a452ad35ad24f2d6684623c6914403fd0059af62266bf2138e6828c7d73a1cef26a736c0d2b8ed4ab180eea8297281dae79a4228eb903

diff --git a/sys-apps/less/less-581.2.ebuild b/sys-apps/less/less-581.2.ebuild
deleted file mode 100644
index 10671e00e64e..000000000000
--- a/sys-apps/less/less-581.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~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-r1.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-589.ebuild b/sys-apps/less/less-589.ebuild
deleted file mode 100644
index c91345dc9f3b..000000000000
--- a/sys-apps/less/less-589.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~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-r1.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