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: Mon, 30 Mar 2020 18:59:41
Message-Id: 1585594763.05fa5dc8cf715fd1509a0687b154d2aa9f91be03.polynomial-c@gentoo
1 commit: 05fa5dc8cf715fd1509a0687b154d2aa9f91be03
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 30 18:59:23 2020 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 30 18:59:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05fa5dc8
7
8 sys-apps/less: Removed old
9
10 Package-Manager: Portage-2.3.96, Repoman-2.3.22
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 sys-apps/less/Manifest | 3 ---
14 sys-apps/less/less-530.ebuild | 42 -----------------------------------------
15 sys-apps/less/less-531.ebuild | 44 -------------------------------------------
16 sys-apps/less/less-554.ebuild | 44 -------------------------------------------
17 4 files changed, 133 deletions(-)
18
19 diff --git a/sys-apps/less/Manifest b/sys-apps/less/Manifest
20 index 9506c22a98c..c9bcb04ec5d 100644
21 --- a/sys-apps/less/Manifest
22 +++ b/sys-apps/less/Manifest
23 @@ -1,6 +1,3 @@
24 -DIST less-530.tar.gz 339723 BLAKE2B 9321548b06330c0b1b5b5a36147f5b9348619ff15d907808744b89581edeb4d8c2118ba455d024a23850902cac4d2c34d1e7b9897e02769584315c0e67ef667e SHA512 8d83a18b5648c4fe85921a563aa2c40bcf495aeb611098c83cd167b1e2f706649846cdf457c8506ae2683ab362ad970a0b261747349673020894bccdb9acbc10
25 -DIST less-531.tar.gz 340466 BLAKE2B 6ac75b623fce478114d18cff429659499fedf4ef1a7bb067465ace91c28a7968efb224a4994a1e376a8cf40b110492f10ecda634628029107b38187044a0cd1e SHA512 180b665f194d7cc40d4bbb37bd64b10be463c0705e81795bef84b20dbba1c61825bb3e3da8bcd79f9176bb3af7b1f4e4c3dfe0829a5a2195a11f5b42294daca1
26 DIST less-551.tar.gz 347007 BLAKE2B 033a043340f888616c8342703597b9232ae1c8e62775d3ee0187599c3d9d9824fdbc7543ca90cdc535b2077a8bcbefe322887ad29289620191d8cf6ff86ddd04 SHA512 ef5296b9ebd72f83c05cad8a0f7a5eec2290e9b358ee725e09e8541bd95f94c0e14ea22aa04b287a0654079338eaeae813f2235b8e9f819fbbc9040dd65a9585
27 -DIST less-554.tar.gz 334708 BLAKE2B 3d7bd6376eb21060f16f52848b3ba96cdec4d5229c390ef24871eac91e4f35634e159e58c8c6db06072b5e943456deff49a25e99264e9283643966daef687bf8 SHA512 c37c645d1fa59d64414ebcded1b7faccd339a4d67654b14ec5862b2fe795dbd052ba9b65aaafd06f83a5c276d11e9cef5be4fb49329d14955bf2533dfcffd540
28 DIST less-556.tar.gz 335019 BLAKE2B 7e0152c96751451626b3ff614b40f3c4d4e8ecd4b01e4a47ae443c3e7d83a1fc3fae8c21946626eda596631b0c6ca965113272fbea40389f20109e3125fa93e3 SHA512 a7235fae97414c7acb287b334dd071232d682e01627eb9a25f6a7ea72c58914f141657e067944f9672aa9f614012848e134e8d02dfb34892d20384f5e596bd21
29 DIST less-557.tar.gz 335142 BLAKE2B 1c8645d70b1eb6d6d7f88c62ae77cce64e39262b32608cc4a27c0c8a79a2f84506ae41f76bd8eceeac8d294192f8d9006b7ab503482b2a4cdd6a2837ab187851 SHA512 5d82942d90c098fe81bf070e77c5d388eef83eaf4f4c48bc1ea6c0f718b04d09cc1071448e0f4cdf443872842d8ace9339036e77ee8a0baf6f4d02e91e87848b
30
31 diff --git a/sys-apps/less/less-530.ebuild b/sys-apps/less/less-530.ebuild
32 deleted file mode 100644
33 index c0ab0962a90..00000000000
34 --- a/sys-apps/less/less-530.ebuild
35 +++ /dev/null
36 @@ -1,42 +0,0 @@
37 -# Copyright 1999-2020 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=6
41 -
42 -DESCRIPTION="Excellent text file viewer"
43 -HOMEPAGE="http://www.greenwoodsoftware.com/less/"
44 -SRC_URI="http://www.greenwoodsoftware.com/less/${P}.tar.gz"
45 -
46 -LICENSE="|| ( GPL-3 BSD-2 )"
47 -SLOT="0"
48 -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"
49 -IUSE="pcre unicode"
50 -
51 -DEPEND=">=app-misc/editor-wrapper-3
52 - >=sys-libs/ncurses-5.2:0=
53 - pcre? ( dev-libs/libpcre )"
54 -RDEPEND="${DEPEND}"
55 -
56 -src_configure() {
57 - export ac_cv_lib_ncursesw_initscr=$(usex unicode)
58 - export ac_cv_lib_ncurses_initscr=$(usex !unicode)
59 - econf \
60 - --with-regex=$(usex pcre pcre posix) \
61 - --with-editor="${EPREFIX}"/usr/libexec/editor
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-531.ebuild b/sys-apps/less/less-531.ebuild
81 deleted file mode 100644
82 index 6f1f5eca46b..00000000000
83 --- a/sys-apps/less/less-531.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=6
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 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/libpcre )"
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 pcre 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 -}
130
131 diff --git a/sys-apps/less/less-554.ebuild b/sys-apps/less/less-554.ebuild
132 deleted file mode 100644
133 index 375e2585ca5..00000000000
134 --- a/sys-apps/less/less-554.ebuild
135 +++ /dev/null
136 @@ -1,44 +0,0 @@
137 -# Copyright 1999-2020 Gentoo Authors
138 -# Distributed under the terms of the GNU General Public License v2
139 -
140 -EAPI=7
141 -
142 -DESCRIPTION="Excellent text file viewer"
143 -HOMEPAGE="http://www.greenwoodsoftware.com/less/"
144 -SRC_URI="http://www.greenwoodsoftware.com/less/${P}.tar.gz"
145 -
146 -LICENSE="|| ( GPL-3 BSD-2 )"
147 -SLOT="0"
148 -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"
149 -IUSE="pcre unicode"
150 -
151 -DEPEND=">=app-misc/editor-wrapper-3
152 - >=sys-libs/ncurses-5.2:0=
153 - pcre? ( dev-libs/libpcre2 )"
154 -RDEPEND="${DEPEND}"
155 -
156 -src_configure() {
157 - export ac_cv_lib_ncursesw_initscr=$(usex unicode)
158 - export ac_cv_lib_ncurses_initscr=$(usex !unicode)
159 - local myeconfargs=(
160 - --with-regex=$(usex pcre pcre2 posix)
161 - --with-editor="${EPREFIX}"/usr/libexec/editor
162 - )
163 - econf "${myeconfargs[@]}"
164 -}
165 -
166 -src_install() {
167 - default
168 -
169 - newbin "${FILESDIR}"/lesspipe.sh lesspipe
170 - newenvd "${FILESDIR}"/less.envd 70less
171 -}
172 -
173 -pkg_preinst() {
174 - if has_version "<${CATEGORY}/${PN}-483-r1" ; then
175 - elog "The lesspipe.sh symlink has been dropped. If you are still setting"
176 - elog "LESSOPEN to that, you will need to update it to '|lesspipe %s'."
177 - elog "Colorization support has been dropped. If you want that, check out"
178 - elog "the new app-text/lesspipe package."
179 - fi
180 -}