commit:     3ef1f291d2951571d7c7514373abf187067b9f93
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Fri Mar 30 08:05:48 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Mar 30 18:50:47 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ef1f291

app-arch/lrzip: Clean up old

Package-Manager: Portage-2.3.27, Repoman-2.3.7
Closes: https://github.com/gentoo/gentoo/pull/7707

 app-arch/lrzip/Manifest           |  1 -
 app-arch/lrzip/lrzip-0.614.ebuild | 35 -----------------------------------
 2 files changed, 36 deletions(-)

diff --git a/app-arch/lrzip/Manifest b/app-arch/lrzip/Manifest
index 5822827e38c..0f9d00f53ae 100644
--- a/app-arch/lrzip/Manifest
+++ b/app-arch/lrzip/Manifest
@@ -1,4 +1,3 @@
-DIST lrzip-0.614.tar.bz2 491995 BLAKE2B 
dd0281974450d4cb8038fca7ec42275ab163ebb1a3807de7e1695b402fe24198c800692c1cc4c8885bdb8a9c075b2ebc7069d11087c567a2cdb775d0e8a006bd
 SHA512 
6c82d7b4cc6081fb4f102a34f3a5ecf834b3fa3d222ac9dd4f3f0615c83610c08315eae9cc98291bd5e3eb71453cf391cdad4db980012e4368d16d80f34d2bd8
 DIST lrzip-0.621.tar.bz2 503286 BLAKE2B 
3fb80f72f0bb81340d4e83b996ad2cd94fc0067b8e67599defb535e86614ad4a2436d8e6ab00bae24e4c9799a01aef267a7078cc6745d68acf868d0f1dbd606a
 SHA512 
be94f54c3d84c93e3c1ab7b08ca6d2a02bc343983785be4884f42521520d2babc31db3abbec4b77dc9f710d18648adcc3d24b203289d8d4728afb3ef0fb90c0a
 DIST lrzip-0.630.tar.bz2 521517 BLAKE2B 
7b99caf1310b352839113fb20b6dd08fafde2a6696a84f96d5bf2118fb559ef61d599cbf3a293c607bc014ddbb042d25753b8d1293f416530e9738a80107028f
 SHA512 
fa46a2e9cb2574086d24296b7376865ac9f998724041c00e69f28d4984a6b8f7441de7d7fab2820e6cd6d6da4ead8ba66d0eb18f0381e8438db09301fb009460
 DIST lrzip-0.631.tar.bz2 522158 BLAKE2B 
d0ffe63e1bdd21304d6d7a7dc969d4e79770fed105cf03ea9d504f890cda35178566afa5f88e13beadcc1095f052a014deada3b3f102247eadb8c746d989d119
 SHA512 
6420cd465ccd4581066408482335a82089f84f0aca1b05249b9fc6039b7e67df94457a7c871859e363206df3a40e93cfde576388785113f6c99b31d34c00a307

diff --git a/app-arch/lrzip/lrzip-0.614.ebuild 
b/app-arch/lrzip/lrzip-0.614.ebuild
deleted file mode 100644
index 9f1b6ec9123..00000000000
--- a/app-arch/lrzip/lrzip-0.614.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils
-
-DESCRIPTION="Long Range ZIP or Lzma RZIP optimized for compressing large files"
-HOMEPAGE="http://ck.kolivas.org/apps/lrzip/README.md";
-SRC_URI="http://ck.kolivas.org/apps/${PN}/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm hppa ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd"
-IUSE=""
-
-RDEPEND="dev-libs/lzo
-        app-arch/bzip2
-        sys-libs/zlib"
-DEPEND="${RDEPEND}
-       x86? ( dev-lang/nasm )
-       virtual/perl-Pod-Parser"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${PN}-missing-stdarg_h.patch
-}
-
-src_configure() {
-       econf --docdir="/usr/share/doc/${P}"
-}
-
-src_install() {
-       default
-       rm "${D}/usr/share/doc/${P}/COPYING"
-}

Reply via email to