diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-17 21:38:30 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-17 21:38:30 +0200 |
commit | 60bd435238cca3919a5b20e87c2bf00f8904e2f6 (patch) | |
tree | 373184267e0b9d9f5fa0682cb3b69908829cb190 /app-arch/lrzip | |
parent | x11-wm/ratpoison: virtual/perl-Pod-Parser -> dev-perl/Pod-Parser (diff) | |
download | gentoo-60bd435238cca3919a5b20e87c2bf00f8904e2f6.tar.gz gentoo-60bd435238cca3919a5b20e87c2bf00f8904e2f6.tar.bz2 gentoo-60bd435238cca3919a5b20e87c2bf00f8904e2f6.zip |
app-arch/lrzip: remove old
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'app-arch/lrzip')
-rw-r--r-- | app-arch/lrzip/Manifest | 1 | ||||
-rw-r--r-- | app-arch/lrzip/lrzip-0.631_p20190619.ebuild | 50 |
2 files changed, 0 insertions, 51 deletions
diff --git a/app-arch/lrzip/Manifest b/app-arch/lrzip/Manifest index 232f61c9ee8d..82812d245266 100644 --- a/app-arch/lrzip/Manifest +++ b/app-arch/lrzip/Manifest @@ -1,2 +1 @@ -DIST lrzip-0.631_p20190619.tar.gz 259195 BLAKE2B d0bedfe02485011e48fa07240b1eef68560d8d61f5d28dae25bd9fcb1c41c1b8bc1b552acb06a49d853b70a0912371cec9caebb2bf7905ef528c2408d2153297 SHA512 f366c31c84a52f6ccfba56e8b11c0bcd270482d9d120e07783fbe310d7a62dddfa60ecd310a7630e7c98cfb961f57fc9e6b843d3857d0c90d36c580074528298 DIST lrzip-0.641.tar.gz 262761 BLAKE2B 5a81d9ca8b40c141c90488e9ffcd1dfd5bef3fe7cf9b02c00b9382cd902ef8cd891401f21c9cdd5d5750daf639c05a1e6f1f010fcbf42a9cdaa4f11921fac783 SHA512 cb14dda15485faa24cb840dd94ecd4741bd47464770ae8b27f97b5c263d8a32e40ceb17b288f0f70426598ef2acf84b091593fc8cf7a0f2db0abde88d09a301f diff --git a/app-arch/lrzip/lrzip-0.631_p20190619.ebuild b/app-arch/lrzip/lrzip-0.631_p20190619.ebuild deleted file mode 100644 index 7afb90831e9e..000000000000 --- a/app-arch/lrzip/lrzip-0.631_p20190619.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -MY_COMMIT="b9220181288c5c9920ff00f00005b31a9e40e387" - -DESCRIPTION="Long Range ZIP or Lzma RZIP optimized for compressing large files" -HOMEPAGE="https://github.com/ckolivas/lrzip" -SRC_URI="https://github.com/ckolivas/lrzip/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="static-libs" - -RDEPEND="dev-libs/lzo - app-arch/bzip2 - sys-libs/zlib:=" -DEPEND="${RDEPEND} - x86? ( dev-lang/nasm ) - virtual/perl-Pod-Parser" - -PATCHES=( - "${FILESDIR}"/${PN}-missing-stdarg_h.patch - "${FILESDIR}"/${PN}-0.631-solaris.patch -) - -S="${WORKDIR}/${PN}-${MY_COMMIT}" - -src_prepare() { - default - - eautoreconf -} - -src_configure() { - econf $(use_enable static-libs static) -} - -src_install() { - default - # Don't collide with net-dialup/lrzsz and /usr/bin/lrz, bug #588206 - rm -f "${ED}"/usr/bin/lrz - rm -f "${ED}"/usr/share/man/man1/lrz.* - - find "${D}" -name '*.la' -delete || die -} |