From 6a89324eb59249fa1f817bac1de2e0d716bce0b7 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Tue, 21 Jun 2022 11:40:03 +0200 Subject: app-text/lesspipe: drop 1.91, 2.04-r1 Signed-off-by: David Seifert --- app-text/lesspipe/Manifest | 2 -- app-text/lesspipe/lesspipe-1.91.ebuild | 60 ------------------------------- app-text/lesspipe/lesspipe-2.04-r1.ebuild | 47 ------------------------ 3 files changed, 109 deletions(-) delete mode 100644 app-text/lesspipe/lesspipe-1.91.ebuild delete mode 100644 app-text/lesspipe/lesspipe-2.04-r1.ebuild (limited to 'app-text') diff --git a/app-text/lesspipe/Manifest b/app-text/lesspipe/Manifest index 3d7322d22af7..ffb4af808828 100644 --- a/app-text/lesspipe/Manifest +++ b/app-text/lesspipe/Manifest @@ -1,3 +1 @@ -DIST lesspipe-1.91.tar.gz 121965 BLAKE2B 93c169b2b1a81db7e7b569718a43152a8f2b9ea95258047a00ae4940509817a3eb861fdadb6bafc5861c49e805ce910348a57f634bdae57317811ac6fbfc6945 SHA512 d080ceaae019d8885a53c8abb26f4a159b78578f68c2b9a024960aa69509651e3b6638e78bd6e2e57c23d81123d9a3cab167736f253ba4276a3889890d594bd3 -DIST lesspipe-2.04.tar.gz 166831 BLAKE2B c33620b1c2714b01a89eaaeaeccfd72e62fd5123270ec84d3e27e914bda8f734758b36ea850126aa1ecd6ab36b9442577ac591024c373bdf6540b95816ed750b SHA512 04312d21c4f45b1630efd597ffafd69fc46ceff1fd5872d296a7811940f9d34da805c4ef4fa543af839de7e8bb4225c6ef5e680e9675eae4f56de669ec975669 DIST lesspipe-2.05.tar.gz 167135 BLAKE2B 6f54a68a3857fcafa19148ba798d6ac49b2693e547e88a4a4fb6a178768d75ba8ae08e808a9e08aabfe903538bd401e3bd25e22ec240bf3a52365df729d87b9e SHA512 b4220b28fb609060735663067f5a738cae32d12e90efc397db3749e4dcfa7bfc063a4458c1f39b8a43be3b04effdc00a25c4feebd6e9a3b23f0064b879bbb698 diff --git a/app-text/lesspipe/lesspipe-1.91.ebuild b/app-text/lesspipe/lesspipe-1.91.ebuild deleted file mode 100644 index 39cb02be3074..000000000000 --- a/app-text/lesspipe/lesspipe-1.91.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2022 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 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -# Tests are broken in 1.84, 1.85. -# Still fragile in 1.88. Passes when lesspipe is not installed. -# ... and in 1.91, things are being overhauled still. -# Please check again on bumps! -# bug #734896 -RESTRICT="test" - -DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" - -src_prepare() { - default - - # Drop a failing test. Not ideal, however: - # The test suite for this package is pretty fragile; it's more valuable - # to have _something_ failing/passing overall, than relying on a single - # test which seems to fail due to an unpredictable external command. - #sed -i -e '/#needs pstotext ps2ascii/d' TESTCMDS || die -} - -src_configure() { - # Not an autoconf script. - ./configure --fixed || die -} - -src_compile() { - # Nothing to build (avoids the "all" target) - : -} - -src_test() { - # LC_ALL=C manages to fix one test failure - LC_ALL=C ./test.pl -d || die "Tests failed!" -} - -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-2.04-r1.ebuild b/app-text/lesspipe/lesspipe-2.04-r1.ebuild deleted file mode 100644 index dc26753ae52b..000000000000 --- a/app-text/lesspipe/lesspipe-2.04-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit bash-completion-r1 - -DESCRIPTION="A preprocessor for less" -HOMEPAGE="https://github.com/wofr06/lesspipe" -SRC_URI="https://github.com/wofr06/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -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" - -# Please check again on bumps! -# bug #734896 -RESTRICT="test" - -BDEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" - -src_configure() { - # Not an autoconf script. - ./configure --fixed || die -} - -src_compile() { - # Nothing to build (avoids the "all" target) - : -} - -src_install() { - emake PREFIX="${EPREFIX}/usr" DESTDIR="${D}" install - einstalldocs - - rm -r "${ED}"/etc/bash_completion.d || die - newbashcomp less_completion less -} - -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 -} -- cgit v1.2.3-65-gdbad