app-cdr/extract-xiso: drop 2.7.1_p202204252159

Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
This commit is contained in:
Petr Vaněk
2025-03-19 09:33:30 +01:00
parent 6861f448e9
commit b79359b54d
2 changed files with 0 additions and 23 deletions

View File

@@ -1,2 +1 @@
DIST extract-xiso-2.7.1_p202204252159.tar.gz 26979 BLAKE2B e313f78a6c835cbb87467a4509c576e589e05103c5723ecf224b85e5ca6f55cbdcf290c98bc03a745e2a24b2eca3368aea7dffe894300312e2b6287873258f9b SHA512 459a69a95f9680fb4659e30a777694b1ea37087742885e2d06338eab985d9d5734b4571fe7222d1e11489457d584b9da999c2bfb455f3d5eadcf36c8e4c8d844
DIST extract-xiso-2.7.1_p202303040307.tar.gz 27049 BLAKE2B 939479ff8b97713075d7af57311469fbfc66665a32174bfea7709e29add3dc0a181af85e9ee43b61291181b6932c48936af72a6296768be8d5738e9e4db00562 SHA512 159c264758b410a0dec6d4958c8bdb992aaa96e6b0a903209f0db93e914cf84ea5a911476798626e01caecb5baa71d65446fd59244a135d8e6c3e3112b128170

View File

@@ -1,22 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
MY_PV=${PV/_beta/b}
DESCRIPTION="Tool for extracting and creating optimised Xbox ISO images"
HOMEPAGE="https://sourceforge.net/projects/extract-xiso"
if [[ ${PV} == *_p* ]] ; then
SRC_URI="https://github.com/XboxDev/extract-xiso/archive/refs/tags/build-$(ver_cut 5).tar.gz -> ${P}.tar.gz"
S="${WORKDIR}"/${PN}-build-$(ver_cut 5)
else
SRC_URI="https://downloads.sourceforge.net/extract-xiso/${P}.tar.gz"
S="${WORKDIR}"/${PN}
fi
LICENSE="BSD-4"
SLOT="0"
KEYWORDS="amd64 ppc x86"