From b27b3b82241b26cb0245c96b9dbcf3fac52c8062 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 22 Apr 2019 09:29:44 +0200 Subject: [PATCH] app-arch/par: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/681364 Signed-off-by: Michał Górny --- app-arch/par/Manifest | 1 - .../par/files/par-1.1-fix-build-system.patch | 13 -------- app-arch/par/metadata.xml | 8 ----- app-arch/par/par-1.1.ebuild | 32 ------------------- profiles/package.mask | 6 ---- 5 files changed, 60 deletions(-) delete mode 100644 app-arch/par/Manifest delete mode 100644 app-arch/par/files/par-1.1-fix-build-system.patch delete mode 100644 app-arch/par/metadata.xml delete mode 100644 app-arch/par/par-1.1.ebuild diff --git a/app-arch/par/Manifest b/app-arch/par/Manifest deleted file mode 100644 index 5fc09911c7dd..000000000000 --- a/app-arch/par/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST par-v1.1.tar.gz 40959 BLAKE2B a15a7addccf1edb036e73219cbd6c9f92ecc41c7cda16136f5a703e812d56bf8a84a31681c0fd02b9bd5e8a29ca76e4c9c61b8f2752104c8891ac9416bf169f7 SHA512 539be3cac0513429f44c9d53dcd61afa02b1e5a2935def3164398577882f47199b5a393f21ed6a1d6972409034bb0a7b63f338d69aa1fcdd3655adaf5993b95d diff --git a/app-arch/par/files/par-1.1-fix-build-system.patch b/app-arch/par/files/par-1.1-fix-build-system.patch deleted file mode 100644 index 30361579f226..000000000000 --- a/app-arch/par/files/par-1.1-fix-build-system.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/Makefile -+++ b/Makefile -@@ -1,8 +1,8 @@ - --CFLAGS=-g -W -Wall -Wno-unused -O2 -+CFLAGS += -W -Wall -Wno-unused - - par: backend.o checkpar.o makepar.o rwpar.o rs.o md5.o fileops.o main.o readoldpar.o interface.o ui_text.o -- $(CC) -o $@ $^ -+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ - - clean: - rm -f core par par.exe *.o diff --git a/app-arch/par/metadata.xml b/app-arch/par/metadata.xml deleted file mode 100644 index 6d3e0da21dc0..000000000000 --- a/app-arch/par/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - parchive - - diff --git a/app-arch/par/par-1.1.ebuild b/app-arch/par/par-1.1.ebuild deleted file mode 100644 index 63ac82a7d472..000000000000 --- a/app-arch/par/par-1.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs - -DESCRIPTION="Parchive archive fixing tool" -HOMEPAGE="http://parchive.sourceforge.net/" -SRC_URI="mirror://sourceforge/parchive/par-v${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" - -DEPEND=" - !app-text/par - !dev-util/par" -RDEPEND="${DEPEND}" - -S="${WORKDIR}"/par-cmdline -PATCHES=( "${FILESDIR}"/${PN}-1.1-fix-build-system.patch ) - -src_configure() { - tc-export CC -} - -src_install() { - dobin par - einstalldocs -} diff --git a/profiles/package.mask b/profiles/package.mask index 3068280819f4..7e75da4a7505 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -547,12 +547,6 @@ app-misc/freeplane # Removal in 30 days. Bug #632066. dev-cpp/libassa -# Michał Górny (23 Mar 2019) -# Unmaintained and ancient. Upstream has abandoned the PAR 2.0 spec -# effort in 2003-2004, and the code has not seen any attention since. -# Removal in 30 days. Bug #681364. -app-arch/par - # Andreas Sturmlechner (23 Mar 2019) # Everything breaks again. bug #681336 >=app-text/poppler-0.75.0 -- 2.26.2