app-arch/par: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Mon, 22 Apr 2019 07:29:44 +0000 (09:29 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 22 Apr 2019 07:29:44 +0000 (09:29 +0200)
Closes: https://bugs.gentoo.org/681364
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-arch/par/Manifest [deleted file]
app-arch/par/files/par-1.1-fix-build-system.patch [deleted file]
app-arch/par/metadata.xml [deleted file]
app-arch/par/par-1.1.ebuild [deleted file]
profiles/package.mask

diff --git a/app-arch/par/Manifest b/app-arch/par/Manifest
deleted file mode 100644 (file)
index 5fc0991..0000000
+++ /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 (file)
index 3036157..0000000
+++ /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 (file)
index 6d3e0da..0000000
+++ /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 (file)
index 63ac82a..0000000
+++ /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
-}
index 3068280819f4612e1cd7a30c7dc6df454b65956c..7e75da4a75051a4868e4bf95ddf6511e6e868a16 100644 (file)
@@ -547,12 +547,6 @@ app-misc/freeplane
 # Removal in 30 days.  Bug #632066.
 dev-cpp/libassa
 
-# Michał Górny <mgorny@gentoo.org> (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 <asturm@gentoo.org> (23 Mar 2019)
 # Everything breaks again. bug #681336
 >=app-text/poppler-0.75.0