Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/lesspipe/
Date: Wed, 02 Mar 2022 02:19:44
Message-Id: 1646187540.5cb046f1c47a5d4c571aad8626502618ecbf7172.sam@gentoo
1 commit: 5cb046f1c47a5d4c571aad8626502618ecbf7172
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 1 23:40:53 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 2 02:19:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cb046f1
7
8 app-text/lesspipe: drop 2.01, 2.02
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-text/lesspipe/Manifest | 2 --
13 app-text/lesspipe/lesspipe-2.01.ebuild | 42 ----------------------------------
14 app-text/lesspipe/lesspipe-2.02.ebuild | 42 ----------------------------------
15 3 files changed, 86 deletions(-)
16
17 diff --git a/app-text/lesspipe/Manifest b/app-text/lesspipe/Manifest
18 index af487e36949d..ab31d874e0f5 100644
19 --- a/app-text/lesspipe/Manifest
20 +++ b/app-text/lesspipe/Manifest
21 @@ -1,4 +1,2 @@
22 DIST lesspipe-1.91.tar.gz 121965 BLAKE2B 93c169b2b1a81db7e7b569718a43152a8f2b9ea95258047a00ae4940509817a3eb861fdadb6bafc5861c49e805ce910348a57f634bdae57317811ac6fbfc6945 SHA512 d080ceaae019d8885a53c8abb26f4a159b78578f68c2b9a024960aa69509651e3b6638e78bd6e2e57c23d81123d9a3cab167736f253ba4276a3889890d594bd3
23 -DIST lesspipe-2.01.tar.gz 171601 BLAKE2B 25c65ff0ac97382101fc25f23c52d1d1269d28a30ac472214992fda654946337dfbcd9d9d84e01bbe76902bcdf9c6eb4fdce481b40d2d74632a81d0da4214fa8 SHA512 e050075a43419f735d46314b006ceb16a2255b01a65b192d255a1256178fdca8286473292ef5248c15c8bda305da28275cdedd923c03bc6c601336bb857f2437
24 -DIST lesspipe-2.02.tar.gz 166136 BLAKE2B 337dfbb3e15fb1acd6727fc1d99e8c72895c861babf1c3cd755e77ee31dd94e354c6eb66cd8935b0c7bb6c604b543fd9b269266f1b4abf603585cbb10d46b2de SHA512 7e61199f6b70ae0662d6e75cd15ce1adbb98e6b845f73282e3981bbc58b6ddee6cf2307317e9ebbef285bad57413e18c0f6116cf73491750017667f1af6a0cc6
25 DIST lesspipe-2.03.tar.gz 166602 BLAKE2B a90324726f0401417c0f452f489463ac2ef2a710b790ef41c306803dc5c981637530abe034048c0739c1cd698b7901fcdcc074350d1d2a87f848ad5c4f9807ac SHA512 d83b4532f7f1cb58c48e274b34ad1f16c3392b120fbca1d66ff45997e1a28ca8804574e19522745f56344944fa8219ea0457dcb9579bd9b9fe7a8df8a82113f6
26
27 diff --git a/app-text/lesspipe/lesspipe-2.01.ebuild b/app-text/lesspipe/lesspipe-2.01.ebuild
28 deleted file mode 100644
29 index ece7aa8140b7..000000000000
30 --- a/app-text/lesspipe/lesspipe-2.01.ebuild
31 +++ /dev/null
32 @@ -1,42 +0,0 @@
33 -# Copyright 1999-2022 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -DESCRIPTION="A preprocessor for less"
39 -HOMEPAGE="https://github.com/wofr06/lesspipe"
40 -SRC_URI="https://github.com/wofr06/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="GPL-2"
43 -SLOT="0"
44 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
45 -
46 -# Please check again on bumps!
47 -# bug #734896
48 -RESTRICT="test"
49 -
50 -BDEPEND="dev-lang/perl"
51 -RDEPEND="${DEPEND}"
52 -
53 -src_configure() {
54 - # Not an autoconf script.
55 - ./configure --fixed || die
56 -}
57 -
58 -src_compile() {
59 - # Nothing to build (avoids the "all" target)
60 - :
61 -}
62 -
63 -src_install() {
64 - emake PREFIX="${EPREFIX}/usr" DESTDIR="${D}" install
65 - einstalldocs
66 -}
67 -
68 -pkg_preinst() {
69 - if [[ -z ${REPLACING_VERSIONS} ]] ; then
70 - elog "This package installs 'lesspipe.sh' which is distinct from 'lesspipe'."
71 - elog "The latter is the Gentoo-specific version. Make sure to update your"
72 - elog "LESSOPEN environment variable if you wish to use this copy."
73 - fi
74 -}
75
76 diff --git a/app-text/lesspipe/lesspipe-2.02.ebuild b/app-text/lesspipe/lesspipe-2.02.ebuild
77 deleted file mode 100644
78 index ece7aa8140b7..000000000000
79 --- a/app-text/lesspipe/lesspipe-2.02.ebuild
80 +++ /dev/null
81 @@ -1,42 +0,0 @@
82 -# Copyright 1999-2022 Gentoo Authors
83 -# Distributed under the terms of the GNU General Public License v2
84 -
85 -EAPI=7
86 -
87 -DESCRIPTION="A preprocessor for less"
88 -HOMEPAGE="https://github.com/wofr06/lesspipe"
89 -SRC_URI="https://github.com/wofr06/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
90 -
91 -LICENSE="GPL-2"
92 -SLOT="0"
93 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
94 -
95 -# Please check again on bumps!
96 -# bug #734896
97 -RESTRICT="test"
98 -
99 -BDEPEND="dev-lang/perl"
100 -RDEPEND="${DEPEND}"
101 -
102 -src_configure() {
103 - # Not an autoconf script.
104 - ./configure --fixed || die
105 -}
106 -
107 -src_compile() {
108 - # Nothing to build (avoids the "all" target)
109 - :
110 -}
111 -
112 -src_install() {
113 - emake PREFIX="${EPREFIX}/usr" DESTDIR="${D}" install
114 - einstalldocs
115 -}
116 -
117 -pkg_preinst() {
118 - if [[ -z ${REPLACING_VERSIONS} ]] ; then
119 - elog "This package installs 'lesspipe.sh' which is distinct from 'lesspipe'."
120 - elog "The latter is the Gentoo-specific version. Make sure to update your"
121 - elog "LESSOPEN environment variable if you wish to use this copy."
122 - fi
123 -}