From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/lesspipe/
Date: Fri, 14 May 2021 20:07:34 +0000 (UTC) [thread overview]
Message-ID: <1621022837.51e1ddd92f84fb4665e29c4e4730e43bd2a9b193.sam@gentoo> (raw)
commit: 51e1ddd92f84fb4665e29c4e4730e43bd2a9b193
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May 14 20:07:10 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 14 20:07:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51e1ddd9
app-text/lesspipe: drop 1.83, 1.83-r1, 1.84
Bug: https://bugs.gentoo.org/788913
Acked-by: David Seifert <soap <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-text/lesspipe/Manifest | 2 --
app-text/lesspipe/lesspipe-1.83-r1.ebuild | 40 ---------------------------
app-text/lesspipe/lesspipe-1.83.ebuild | 40 ---------------------------
app-text/lesspipe/lesspipe-1.84.ebuild | 45 -------------------------------
4 files changed, 127 deletions(-)
diff --git a/app-text/lesspipe/Manifest b/app-text/lesspipe/Manifest
index 19eee9627cf..f6fac7d4bba 100644
--- a/app-text/lesspipe/Manifest
+++ b/app-text/lesspipe/Manifest
@@ -1,3 +1 @@
-DIST lesspipe-1.83.tar.gz 115129 BLAKE2B 24d9e4a226537a44c01c316528e085c6d2d7889b2ae5166d70b85e12c5f0b34e825e039a70071d7e75947e1c63d527decb21973631e910de42c75ec3ee17436c SHA512 c6418ac2bfc2dee9d32d56b0ea4a94954b1431db54fef8b67a9cf7d961cf4a23d87b2f41b2a4560d2333029c6d4ed5c6f399cb635f857bd43f1603993b5cb55d
-DIST lesspipe-1.84.tar.gz 119657 BLAKE2B 671b504022bdba82eea03d7a83960d5ed148d851d0420f179967f46d38a88ab90c9928a462e01744134aedfe710dba741430e78743451b1b65e603e5d89ae139 SHA512 f11ef23610f722d62ddf7e084b03967ed59d21af6ac207d4456f625c93c3c58c87ec5907cf6bca00ae5550dcddfc9b7f0be5de51f9ff81044fcff1f1cde81267
DIST lesspipe-1.85.tar.gz 120568 BLAKE2B d2c00f4121dc1bbed6b82220dac038068bbff87c732385399542cb212d4664c74d018db07829f90c38e938cb8623a443888c74b0d003fff725d0ddf207d8109e SHA512 420d087b9fc9783b9404855e4656b88c10852502bd2f1931978b7dc7ff15eba1a375b217184480f9b341322c12e7336d0861ba9c2f673f2b2a7fb340a381f5b2
diff --git a/app-text/lesspipe/lesspipe-1.83-r1.ebuild b/app-text/lesspipe/lesspipe-1.83-r1.ebuild
deleted file mode 100644
index 35049dffb23..00000000000
--- a/app-text/lesspipe/lesspipe-1.83-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-DESCRIPTION="a preprocessor for less"
-HOMEPAGE="https://github.com/wofr06/lesspipe"
-SRC_URI="https://www-zeuthen.desy.de/~friebel/unix/less/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}
- !<sys-apps/less-483-r1"
-
-src_configure() {
- # Not an autoconf script.
- ./configure --fixed || die
-}
-
-src_compile() {
- # Nothing to build.
- :
-}
-
-src_install() {
- emake PREFIX="${EPREFIX}/usr" DESTDIR="${D}" install
- einstalldocs
-}
-
-pkg_preinst() {
- if [[ -z ${REPLACING_VERSIONS} ]] ; then
- elog "This package installs 'lesspipe.sh' which is distinct from 'lesspipe'."
- elog "The latter is the Gentoo-specific version. Make sure to update your"
- elog "LESSOPEN environment variable if you wish to use this copy."
- fi
-}
diff --git a/app-text/lesspipe/lesspipe-1.83.ebuild b/app-text/lesspipe/lesspipe-1.83.ebuild
deleted file mode 100644
index 6f0b97d1b10..00000000000
--- a/app-text/lesspipe/lesspipe-1.83.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-DESCRIPTION="a preprocessor for less"
-HOMEPAGE="https://github.com/wofr06/lesspipe"
-SRC_URI="https://www-zeuthen.desy.de/~friebel/unix/less/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}
- !<sys-apps/less-483-r1"
-
-src_configure() {
- # Not an autoconf script.
- ./configure --fixed || die
-}
-
-src_compile() {
- # Nothing to build.
- :
-}
-
-src_install() {
- emake PREFIX="${EPREFIX}/usr" DESTDIR="${D}" install
- dodoc ChangeLog README TODO
-}
-
-pkg_preinst() {
- if [[ -z ${REPLACING_VERSIONS} ]] ; then
- elog "This package installs 'lesspipe.sh' which is distinct from 'lesspipe'."
- elog "The latter is the Gentoo-specific version. Make sure to update your"
- elog "LESSOPEN environment variable if you wish to use this copy."
- fi
-}
diff --git a/app-text/lesspipe/lesspipe-1.84.ebuild b/app-text/lesspipe/lesspipe-1.84.ebuild
deleted file mode 100644
index 0ac8001530d..00000000000
--- a/app-text/lesspipe/lesspipe-1.84.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-DESCRIPTION="a preprocessor for less"
-HOMEPAGE="https://github.com/wofr06/lesspipe"
-SRC_URI="https://github.com/wofr06/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-# Tests are broken in 1.84, 1.85.
-# Please check again on bumps!
-# bug #734896
-RESTRICT="test"
-
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}
- !<sys-apps/less-483-r1"
-
-src_configure() {
- # Not an autoconf script.
- ./configure --fixed || die
-}
-
-src_compile() {
- # Nothing to build.
- :
-}
-
-src_install() {
- emake PREFIX="${EPREFIX}/usr" DESTDIR="${D}" install
- einstalldocs
-}
-
-pkg_preinst() {
- if [[ -z ${REPLACING_VERSIONS} ]] ; then
- elog "This package installs 'lesspipe.sh' which is distinct from 'lesspipe'."
- elog "The latter is the Gentoo-specific version. Make sure to update your"
- elog "LESSOPEN environment variable if you wish to use this copy."
- fi
-}
next reply other threads:[~2021-05-14 20:07 UTC|newest]
Thread overview: 63+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-14 20:07 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-29 5:16 [gentoo-commits] repo/gentoo:master commit in: app-text/lesspipe/ Jakov Smolić
2024-06-27 2:58 Sam James
2024-06-25 4:46 Sam James
2024-06-25 4:41 Sam James
2024-06-02 5:35 Sam James
2024-05-07 18:31 Arthur Zamarin
2024-04-15 6:51 Sam James
2024-04-15 6:51 Sam James
2024-03-14 7:58 Arthur Zamarin
2024-03-14 6:26 Sam James
2024-01-17 0:02 Sam James
2024-01-17 0:02 Sam James
2023-12-14 8:32 Sam James
2023-12-14 8:32 Sam James
2023-10-06 0:32 Sam James
2023-08-21 3:50 Sam James
2023-08-19 15:37 Arthur Zamarin
2023-06-27 7:14 Sam James
2023-06-26 16:47 Sam James
2023-03-04 6:17 Arthur Zamarin
2023-01-10 15:11 Sam James
2022-09-25 4:35 Sam James
2022-09-25 4:35 Sam James
2022-08-27 11:25 Sam James
2022-08-18 3:10 Sam James
2022-06-13 16:29 Sam James
2022-06-13 7:07 Agostino Sarubbo
2022-04-27 2:31 Sam James
2022-03-15 20:19 Sam James
2022-03-02 2:19 Sam James
2022-03-02 2:19 Sam James
2022-02-23 3:08 Sam James
2022-02-23 3:08 Sam James
2022-02-23 3:08 Sam James
2022-01-20 12:08 Sam James
2022-01-20 12:08 Sam James
2022-01-05 2:44 Sam James
2021-12-29 5:35 Sam James
2021-12-13 7:02 Agostino Sarubbo
2021-12-13 6:57 Agostino Sarubbo
2021-12-05 3:35 Sam James
2021-11-11 3:49 Sam James
2021-10-26 4:35 Sam James
2021-08-26 18:48 Sam James
2021-08-26 18:48 Sam James
2021-08-16 2:43 Sam James
2021-08-16 2:43 Sam James
2021-08-09 3:48 Sam James
2021-08-09 3:47 Sam James
2021-08-08 9:32 Lars Wendler
2021-07-22 7:25 Lars Wendler
2021-05-14 20:06 Sam James
2021-05-14 20:06 Sam James
2021-05-14 20:05 Sam James
2020-12-27 14:01 Fabian Groffen
2020-08-26 15:21 Thomas Deutschmann
2019-08-11 1:13 Thomas Deutschmann
2018-04-06 13:11 Lars Wendler
2018-04-06 13:11 Lars Wendler
2017-11-14 12:42 Manuel Rüger
2017-10-26 20:30 Thomas Deutschmann
2016-04-06 22:09 Mike Frysinger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1621022837.51e1ddd92f84fb4665e29c4e4730e43bd2a9b193.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox