commit: b27b3b82241b26cb0245c96b9dbcf3fac52c8062 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Apr 22 07:29:44 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Apr 22 07:29:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b27b3b82
app-arch/par: Remove last-rited pkg Closes: https://bugs.gentoo.org/681364 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-arch/par/Manifest | 1 - app-arch/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(-) diff --git a/app-arch/par/Manifest b/app-arch/par/Manifest deleted file mode 100644 index 5fc09911c7d..00000000000 --- 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 30361579f22..00000000000 --- 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 6d3e0da21dc..00000000000 --- a/app-arch/par/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="sourceforge">parchive</remote-id> - </upstream> -</pkgmetadata> diff --git a/app-arch/par/par-1.1.ebuild b/app-arch/par/par-1.1.ebuild deleted file mode 100644 index 63ac82a7d47..00000000000 --- 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 3068280819f..7e75da4a750 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 <[email protected]> (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 <[email protected]> (23 Mar 2019) # Everything breaks again. bug #681336 >=app-text/poppler-0.75.0
