Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/less/
Date: Wed, 20 May 2020 19:14:07
Message-Id: 1590002035.94ae2a2329edef562bfea6135d13c392b1735c01.polynomial-c@gentoo
1 commit: 94ae2a2329edef562bfea6135d13c392b1735c01
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 20 18:42:55 2020 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed May 20 19:13:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94ae2a23
7
8 sys-apps/less: Removed old
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 sys-apps/less/Manifest | 2 --
14 sys-apps/less/less-557.ebuild | 44 -------------------------------------------
15 sys-apps/less/less-560.ebuild | 44 -------------------------------------------
16 3 files changed, 90 deletions(-)
17
18 diff --git a/sys-apps/less/Manifest b/sys-apps/less/Manifest
19 index 11191153126..08c6a9f0c80 100644
20 --- a/sys-apps/less/Manifest
21 +++ b/sys-apps/less/Manifest
22 @@ -1,5 +1,3 @@
23 DIST less-551.tar.gz 347007 BLAKE2B 033a043340f888616c8342703597b9232ae1c8e62775d3ee0187599c3d9d9824fdbc7543ca90cdc535b2077a8bcbefe322887ad29289620191d8cf6ff86ddd04 SHA512 ef5296b9ebd72f83c05cad8a0f7a5eec2290e9b358ee725e09e8541bd95f94c0e14ea22aa04b287a0654079338eaeae813f2235b8e9f819fbbc9040dd65a9585
24 -DIST less-557.tar.gz 335142 BLAKE2B 1c8645d70b1eb6d6d7f88c62ae77cce64e39262b32608cc4a27c0c8a79a2f84506ae41f76bd8eceeac8d294192f8d9006b7ab503482b2a4cdd6a2837ab187851 SHA512 5d82942d90c098fe81bf070e77c5d388eef83eaf4f4c48bc1ea6c0f718b04d09cc1071448e0f4cdf443872842d8ace9339036e77ee8a0baf6f4d02e91e87848b
25 -DIST less-560.tar.gz 335124 BLAKE2B e65ad2f0e99b633b8be59027b1b97cf3613ae4d2d1dfa2ca9ebbee71bdbe07fcee127f2554122789726def8a5137cf76a850a4767f005b168be714fe11f0da9d SHA512 8dd39e7bdf8274548e70d27ba1ac863c5957646c8fdd708fd87bffb204149252e4bbd8839969b507ba34f2d2d712bd0689d4fd5fb944bec1e40885bbcf06f40d
26 DIST less-561.tar.gz 335311 BLAKE2B a319b835d8151a5cd69a6b9ea75455231bd822bf2312cbaa5214f8508ba2bbba2d80e3d383adb771e6c5ffa21f86e0e5c2aa999a828b340d3b3ddbd3adb9fe59 SHA512 b06cd8013a7774ae3492ba1c80b94f6aab8c07d4694bb3f474187a9aef369eab81c1e3e5d33bcdca305be155a9c8292e65d062354111c6de8cecd174d5a8a667
27 DIST less-562.tar.gz 335444 BLAKE2B 4830673d17594aea7424ee88b82bc2e073275a77ed39c067c032a0b79b0d15f8c0d97f98381a57192e985054cd04b3a824ef6c3e6ef796885a9677681a4cb109 SHA512 c9a0f43da0fcdb515e5d4f56a666fa7c8b12d52fd5a1cd4f6cc5f79133376400b0ef24a206c0cf5fd3558fba9a8055f219038bad8c3dadf0504ea96c419c4573
28
29 diff --git a/sys-apps/less/less-557.ebuild b/sys-apps/less/less-557.ebuild
30 deleted file mode 100644
31 index 375e2585ca5..00000000000
32 --- a/sys-apps/less/less-557.ebuild
33 +++ /dev/null
34 @@ -1,44 +0,0 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -
40 -DESCRIPTION="Excellent text file viewer"
41 -HOMEPAGE="http://www.greenwoodsoftware.com/less/"
42 -SRC_URI="http://www.greenwoodsoftware.com/less/${P}.tar.gz"
43 -
44 -LICENSE="|| ( GPL-3 BSD-2 )"
45 -SLOT="0"
46 -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"
47 -IUSE="pcre unicode"
48 -
49 -DEPEND=">=app-misc/editor-wrapper-3
50 - >=sys-libs/ncurses-5.2:0=
51 - pcre? ( dev-libs/libpcre2 )"
52 -RDEPEND="${DEPEND}"
53 -
54 -src_configure() {
55 - export ac_cv_lib_ncursesw_initscr=$(usex unicode)
56 - export ac_cv_lib_ncurses_initscr=$(usex !unicode)
57 - local myeconfargs=(
58 - --with-regex=$(usex pcre pcre2 posix)
59 - --with-editor="${EPREFIX}"/usr/libexec/editor
60 - )
61 - econf "${myeconfargs[@]}"
62 -}
63 -
64 -src_install() {
65 - default
66 -
67 - newbin "${FILESDIR}"/lesspipe.sh lesspipe
68 - newenvd "${FILESDIR}"/less.envd 70less
69 -}
70 -
71 -pkg_preinst() {
72 - if has_version "<${CATEGORY}/${PN}-483-r1" ; then
73 - elog "The lesspipe.sh symlink has been dropped. If you are still setting"
74 - elog "LESSOPEN to that, you will need to update it to '|lesspipe %s'."
75 - elog "Colorization support has been dropped. If you want that, check out"
76 - elog "the new app-text/lesspipe package."
77 - fi
78 -}
79
80 diff --git a/sys-apps/less/less-560.ebuild b/sys-apps/less/less-560.ebuild
81 deleted file mode 100644
82 index 375e2585ca5..00000000000
83 --- a/sys-apps/less/less-560.ebuild
84 +++ /dev/null
85 @@ -1,44 +0,0 @@
86 -# Copyright 1999-2020 Gentoo Authors
87 -# Distributed under the terms of the GNU General Public License v2
88 -
89 -EAPI=7
90 -
91 -DESCRIPTION="Excellent text file viewer"
92 -HOMEPAGE="http://www.greenwoodsoftware.com/less/"
93 -SRC_URI="http://www.greenwoodsoftware.com/less/${P}.tar.gz"
94 -
95 -LICENSE="|| ( GPL-3 BSD-2 )"
96 -SLOT="0"
97 -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"
98 -IUSE="pcre unicode"
99 -
100 -DEPEND=">=app-misc/editor-wrapper-3
101 - >=sys-libs/ncurses-5.2:0=
102 - pcre? ( dev-libs/libpcre2 )"
103 -RDEPEND="${DEPEND}"
104 -
105 -src_configure() {
106 - export ac_cv_lib_ncursesw_initscr=$(usex unicode)
107 - export ac_cv_lib_ncurses_initscr=$(usex !unicode)
108 - local myeconfargs=(
109 - --with-regex=$(usex pcre pcre2 posix)
110 - --with-editor="${EPREFIX}"/usr/libexec/editor
111 - )
112 - econf "${myeconfargs[@]}"
113 -}
114 -
115 -src_install() {
116 - default
117 -
118 - newbin "${FILESDIR}"/lesspipe.sh lesspipe
119 - newenvd "${FILESDIR}"/less.envd 70less
120 -}
121 -
122 -pkg_preinst() {
123 - if has_version "<${CATEGORY}/${PN}-483-r1" ; then
124 - elog "The lesspipe.sh symlink has been dropped. If you are still setting"
125 - elog "LESSOPEN to that, you will need to update it to '|lesspipe %s'."
126 - elog "Colorization support has been dropped. If you want that, check out"
127 - elog "the new app-text/lesspipe package."
128 - fi
129 -}