public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/patool/
Date: Tue, 30 Jan 2024 11:33:32 +0000 (UTC)	[thread overview]
Message-ID: <1706614345.4a1420c4681313bd8b2fdea0ca4e3da3bdc16524.sam@gentoo> (raw)

commit:     4a1420c4681313bd8b2fdea0ca4e3da3bdc16524
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Wed Jan 17 07:49:32 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 30 11:32:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a1420c4

app-arch/patool: drop 1.12_p20230424, 1.14.1

Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34857
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-arch/patool/Manifest                     |   2 -
 app-arch/patool/patool-1.12_p20230424.ebuild | 128 ---------------------------
 app-arch/patool/patool-1.14.1.ebuild         | 121 -------------------------
 3 files changed, 251 deletions(-)

diff --git a/app-arch/patool/Manifest b/app-arch/patool/Manifest
index f611c509df74..fc364192548d 100644
--- a/app-arch/patool/Manifest
+++ b/app-arch/patool/Manifest
@@ -1,5 +1,3 @@
-DIST patool-1.12_p20230424.gh.tar.gz 1990425 BLAKE2B dd0ae58fd26ef1849c26cb681839536b0499d666faf48cb7028adc12840055d72e70a85db99c615c79b076671f16e1371ee5ddbb24228248cd3c1b0daf2dc496 SHA512 c2974bad22ab57aca3aab32e51aeac0c2a2aa3ffee41241d3220151206b8a5d709ec72ea1b4a73a218c03b9fad64297ecd2ab44cc20da5f4d0e4a3ecd5589d43
-DIST patool-1.14.1.tar.gz 1992559 BLAKE2B 3468c6b7779806ecb906830043964f2fa88384569af4cad857d8519568a7670a403ce17ca5b495fae6ad129f109bfac38693bfe651bad54dc5e6a46b5b58ea4f SHA512 df5ce0f5275fcc0b653775b9fbc36e11dfff1fcf30e5caf78bbebbf2c169125c7d27e71481c7ba108d39fb12cebdf3d84ab8c40f1a5f061dea5e5304e2306481
 DIST patool-1.15.0.tar.gz 1993753 BLAKE2B 18dbbb6d73862778af9774b64f192e20d48f1454c078a2ab0bf9ccf12f3de988b7799c5e6116b1f49fe48b2512968789d363e37aa504d622a72c22a620398f5f SHA512 c7cbcd829a803025a99df67c8d4aca1d803d3bd8e06f2897c65bc0e2475fbd42e273654f978090fe4c2bbcac02e5d1f8e322cb90220e746ac9ef9d0755e0c717
 DIST patool-2.0.0.tar.gz 1987911 BLAKE2B a9c12f8083e82835792445f50e1e72f55e98c505f0019656cd00c1f882a860ae61c7484ea16c7744101b6a983c1934fad12dbb58af2a03e82d0ec4ceb417aa92 SHA512 c81a65fa89ff77ee80ae85fbc6868e5414d5141e47433028546273b3a231ce3240d6b30baae114247bc0ab0b3e4e91c6e127b8734eff9af8721abdae7f464ef5
 DIST patool-2.1.1.tar.gz 1991183 BLAKE2B f33c92c628ffcca349ad897c29cec935730aba7f2e9a5581acedb9b3ecb0bab22046cd16af9f2d2e605bc483c2dc624db01b52dea8459388a8b140b7f357b193 SHA512 3b51fe917da9672dbeae015852680b67e81ec35d609af3e465f0d53afb12c35bee885f4f3db4a135c01521cc70db182b27fc25320d141f96eaf098ba99524f63

diff --git a/app-arch/patool/patool-1.12_p20230424.ebuild b/app-arch/patool/patool-1.12_p20230424.ebuild
deleted file mode 100644
index 2aa28fce4eff..000000000000
--- a/app-arch/patool/patool-1.12_p20230424.ebuild
+++ /dev/null
@@ -1,128 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Portable archive file manager"
-HOMEPAGE="https://wummel.github.io/patool/"
-COMMIT="ab64562c8cdac34dfd69fcb6e30c8c0014282d11"
-SRC_URI="https://github.com/wummel/patool/archive/${COMMIT}.tar.gz -> ${P}.gh.tar.gz"
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-BDEPEND="
-	test? (
-		app-arch/arj
-		app-arch/bzip2
-		app-arch/cabextract
-		app-alternatives/cpio
-		app-arch/dpkg
-		app-arch/gzip
-		app-arch/lbzip2
-		app-arch/lcab
-		app-arch/lha
-		app-arch/libarchive
-		app-arch/lrzip
-		app-arch/lzip
-		app-arch/lzop
-		app-arch/ncompress
-		app-arch/p7zip[rar]
-		app-arch/pbzip2
-		app-arch/pdlzip
-		app-arch/pigz
-		app-arch/rpm
-		app-arch/sharutils
-		app-arch/tar
-		app-arch/unace
-		app-arch/unadf
-		app-arch/unzip
-		app-arch/xdms
-		app-arch/xz-utils
-		app-arch/zip
-		app-arch/zpaq
-		app-arch/zstd
-		app-cdr/cdrtools
-		dev-libs/chmlib
-		media-libs/flac
-		media-sound/shorten
-		sys-apps/diffutils
-		sys-apps/file
-		sys-apps/grep
-		!elibc_musl? ( app-arch/rar )
-		!x86? ( app-arch/clzip )
-	)
-"
-# Test dependencies which are packaged but can't be tested for various reasons.
-# app-arch/arc
-# app-arch/zoo
-# app-arch/zopfli
-# media-sound/mac
-
-# app-arch/rar is masked on musl
-# app-arch/clzip is unkeyworded on x86
-
-# Unpackaged testable dependencies
-# archmage
-# genisoimage
-# lhasa
-# nomarch
-# pdzip2
-# py_{bz2,echo,gzip,tarfile,zipfile}
-# rpm2cpio
-# rzip
-# star
-# unalz
-# uncompress.real
-
-PATCHES=(
-	"${FILESDIR}/patool-1.12_p20230424-disable-file-sandbox.patch"
-	"${FILESDIR}/patool-1.12_p20230424-map-vnd.android.package-archive.patch"
-)
-
-distutils_enable_tests pytest
-
-src_install() {
-	distutils-r1_src_install
-
-	newdoc doc/README.txt README.md
-	doman doc/patool.1
-}
-
-python_test() {
-	local EPYTEST_IGNORE=(
-		# zoo emits a non-zero exit status on a possibly false consistency check
-		# Zoo:  WARNING:  Archive header failed consistency check.
-		"tests/archives/test_zoo.py"
-		# Doesn't accept long arguments, such as those that files in ${S} would have.
-		# Too long argument: /var/tmp/portage/app-arch/patool-1.12_p20230424/work/patool-ab64562c8cdac34dfd69fcb6e30c8c0014282d11/tests/data/p.arc.foo
-		"tests/archives/test_arc.py"
-		# Error: 1002 (invalid input file)
-		"tests/archives/test_mac.py"
-		# AttributeError: module 'patoolib.programs.zopfli' has no attribute 'extract_gzip'
-		"tests/archives/test_zopfli.py"
-	)
-
-	if use elibc_musl; then
-		EPYTEST_IGNORE+=(
-			"tests/archives/test_rar.py"
-		)
-	fi
-
-	if use x86; then
-		EPYTEST_IGNORE+=(
-			"tests/archives/test_clzip.py"
-			# bug #916317
-			"tests/archives/test_lrzip.py"
-		)
-	fi
-
-	epytest
-}

diff --git a/app-arch/patool/patool-1.14.1.ebuild b/app-arch/patool/patool-1.14.1.ebuild
deleted file mode 100644
index a09ac7e79ce1..000000000000
--- a/app-arch/patool/patool-1.14.1.ebuild
+++ /dev/null
@@ -1,121 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Portable archive file manager"
-HOMEPAGE="https://wummel.github.io/patool/"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-BDEPEND="
-	test? (
-		app-arch/arj
-		app-arch/bzip2
-		app-arch/bzip3
-		app-arch/cabextract
-		app-alternatives/cpio
-		app-arch/dpkg
-		app-arch/gzip
-		app-arch/lbzip2
-		app-arch/lcab
-		app-arch/lha
-		app-arch/libarchive
-		app-arch/lrzip
-		app-arch/lzip
-		app-arch/lzop
-		app-arch/ncompress
-		app-arch/p7zip[rar]
-		app-arch/pbzip2
-		app-arch/pdlzip
-		app-arch/pigz
-		app-arch/rpm
-		app-arch/sharutils
-		app-arch/tar
-		app-arch/unace
-		app-arch/unadf
-		app-arch/unzip
-		app-arch/xdms
-		app-arch/xz-utils
-		app-arch/zip
-		app-arch/zpaq
-		app-arch/zstd
-		app-cdr/cdrtools
-		dev-libs/chmlib
-		media-libs/flac
-		media-sound/shorten
-		sys-apps/diffutils
-		sys-apps/file
-		sys-apps/grep
-		!elibc_musl? ( app-arch/rar )
-		!x86? ( app-arch/clzip )
-	)
-"
-# Test dependencies which are packaged but can't be tested for various reasons.
-# app-arch/arc
-# app-arch/zoo
-# app-arch/zopfli
-# media-sound/mac
-
-# app-arch/rar is masked on musl
-# app-arch/clzip is unkeyworded on x86
-
-# Unpackaged testable dependencies
-# archmage
-# genisoimage
-# lhasa
-# nomarch
-# pdzip2
-# py_{bz2,echo,gzip,tarfile,zipfile}
-# rpm2cpio
-# rzip
-# star
-# unalz
-# uncompress.real
-
-distutils_enable_tests pytest
-
-src_install() {
-	distutils-r1_src_install
-
-	newdoc doc/README.txt README.md
-	doman doc/patool.1
-}
-
-python_test() {
-	local EPYTEST_IGNORE=(
-		# zoo emits a non-zero exit status on a possibly false consistency check
-		# Zoo:  WARNING:  Archive header failed consistency check.
-		"tests/archives/test_zoo.py"
-		# Doesn't accept long arguments, such as those that files in ${S} would have.
-		# Too long argument: /var/tmp/portage/app-arch/patool-1.12_p20230424/work/patool-ab64562c8cdac34dfd69fcb6e30c8c0014282d11/tests/data/p.arc.foo
-		"tests/archives/test_arc.py"
-		# Error: 1002 (invalid input file)
-		"tests/archives/test_mac.py"
-		# AttributeError: module 'patoolib.programs.zopfli' has no attribute 'extract_gzip'
-		"tests/archives/test_zopfli.py"
-	)
-
-	if use elibc_musl; then
-		EPYTEST_IGNORE+=(
-			"tests/archives/test_rar.py"
-		)
-	fi
-
-	if use x86; then
-		EPYTEST_IGNORE+=(
-			"tests/archives/test_clzip.py"
-			# bug #916317
-			"tests/archives/test_lrzip.py"
-		)
-	fi
-
-	epytest
-}


             reply	other threads:[~2024-01-30 11:33 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-30 11:33 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-05 11:40 [gentoo-commits] repo/gentoo:master commit in: app-arch/patool/ Sam James
2025-03-05 11:40 Sam James
2025-02-16  6:38 Sam James
2025-02-16  6:38 Sam James
2025-02-16  6:38 Sam James
2025-02-16  6:38 Sam James
2025-02-16  6:38 Sam James
2025-02-16  6:38 Sam James
2025-02-13  7:14 Joonas Niilola
2025-02-11  1:30 Jakov Smolić
2025-02-10  3:11 Sam James
2024-11-26  5:57 Eli Schwartz
2024-11-26  5:57 Eli Schwartz
2024-09-22 18:31 Arthur Zamarin
2024-09-22  9:16 Sam James
2024-08-23  2:08 Eli Schwartz
2024-08-23  2:08 Eli Schwartz
2024-08-22  9:38 Jakov Smolić
2024-08-21 14:34 Sam James
2024-07-11 16:30 Eli Schwartz
2024-05-21  8:58 Florian Schmaus
2024-05-21  8:58 Florian Schmaus
2024-04-07  5:46 Joonas Niilola
2024-04-07  5:46 Joonas Niilola
2024-03-12 15:47 Sam James
2024-03-12 14:38 Arthur Zamarin
2024-02-28  9:12 Florian Schmaus
2024-02-15  7:07 Joonas Niilola
2024-02-15  6:50 Joonas Niilola
2024-01-30 11:33 Sam James
2023-12-16  7:45 Joonas Niilola
2023-12-16  7:22 Joonas Niilola
2023-11-30 21:39 Sam James
2023-11-30 20:16 Michał Górny
2023-11-30 14:11 Joonas Niilola
2023-11-13 11:36 Yixun Lan
2023-11-13 11:36 Yixun Lan
2023-11-13 11:36 Yixun Lan
2023-10-27  5:43 Joonas Niilola
2023-10-27  5:43 Joonas Niilola
2023-05-01  8:47 Sam James
2021-05-28 14:19 Michał Górny
2021-05-28 14:19 Michał Górny
2020-08-05 14:17 Agostino Sarubbo
2020-08-05 13:53 Agostino Sarubbo
2020-01-20 19:18 Ben Kohler
2018-06-27 17:15 Pacho Ramos
2016-07-02 12:36 David Seifert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1706614345.4a1420c4681313bd8b2fdea0ca4e3da3bdc16524.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox