commit:     219d4755025a376ace8baa2df9c117098306271a
Author:     Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  8 21:51:28 2025 +0000
Commit:     Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Sat Feb  8 21:56:30 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=219d4755

app-arch/par2cmdline: drop 0.8.1-r1

Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>

 app-arch/par2cmdline/par2cmdline-0.8.1-r1.ebuild | 30 ------------------------
 1 file changed, 30 deletions(-)

diff --git a/app-arch/par2cmdline/par2cmdline-0.8.1-r1.ebuild 
b/app-arch/par2cmdline/par2cmdline-0.8.1-r1.ebuild
deleted file mode 100644
index 2c68a78dc0f9..000000000000
--- a/app-arch/par2cmdline/par2cmdline-0.8.1-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="A PAR-2.0 file verification and repair tool"
-HOMEPAGE="https://github.com/Parchive/par2cmdline";
-SRC_URI="https://github.com/Parchive/${PN}/releases/download/v${PV}/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="openmp"
-
-PATCHES=( "${FILESDIR}"/${P}-big-endian.patch )
-
-pkg_pretend() {
-       [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
-}
-
-pkg_setup() {
-       [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
-}
-
-src_test() {
-       # test22 fails when run in parallel
-       emake -j1 check
-}

Reply via email to