From 68307b2bcfc9d9ce148580905f539cb79a892781 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 5 Nov 2019 23:33:19 +0100 Subject: app-cdr/xdvdfs-tools: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: https://bugs.gentoo.org/696252 Signed-off-by: Michał Górny --- app-cdr/xdvdfs-tools/Manifest | 1 - .../files/xdvdfs-tools-2.1-fnamefix.patch | 17 -------- app-cdr/xdvdfs-tools/metadata.xml | 6 --- app-cdr/xdvdfs-tools/xdvdfs-tools-2.1-r1.ebuild | 47 ---------------------- profiles/package.mask | 1 - 5 files changed, 72 deletions(-) delete mode 100644 app-cdr/xdvdfs-tools/Manifest delete mode 100644 app-cdr/xdvdfs-tools/files/xdvdfs-tools-2.1-fnamefix.patch delete mode 100644 app-cdr/xdvdfs-tools/metadata.xml delete mode 100644 app-cdr/xdvdfs-tools/xdvdfs-tools-2.1-r1.ebuild diff --git a/app-cdr/xdvdfs-tools/Manifest b/app-cdr/xdvdfs-tools/Manifest deleted file mode 100644 index 5fe1a5d2cccc..000000000000 --- a/app-cdr/xdvdfs-tools/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST XDVDFSToolsv2.1.rar 211193 BLAKE2B 29190302427d57976e276a2fdffbcd472134148936b01a5e05d71377e5d646b8740f205b0b150d6a0631cdb0d1ca3bb84f36d1e70905c77d3a6e49ede7780af1 SHA512 c3158dc603ac363cadc2dcc99fd112ef66be6ae8fa4f89544cbf4c5a6490cace82cf1d16fa748ede4d206359e2e6752ffd6bfe074ad3c48f9a829e4938f1e99d diff --git a/app-cdr/xdvdfs-tools/files/xdvdfs-tools-2.1-fnamefix.patch b/app-cdr/xdvdfs-tools/files/xdvdfs-tools-2.1-fnamefix.patch deleted file mode 100644 index 4d06822eb06c..000000000000 --- a/app-cdr/xdvdfs-tools/files/xdvdfs-tools-2.1-fnamefix.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- XDVDFS_Tools.orig/src/xdvdfs/xdvdfs.c 2003-08-15 23:26:58.000000000 +0000 -+++ XDVDFS_Tools/src/xdvdfs/xdvdfs.c 2005-05-21 12:13:55.655839216 +0000 -@@ -157,6 +157,14 @@ - memcpy(SearchRecord->Filename, Entry->Filename, Entry->FilenameLength); - SearchRecord->Filename[Entry->FilenameLength] = 0; - -+ if (strstr(SearchRecord->Filename,"..") || -+ strchr(SearchRecord->Filename, '/') || -+ strchr(SearchRecord->Filename, '\\')) -+ { -+ printf("Filename contains invalid characters\n"); -+ exit(1); -+ } -+ - // Copy file parameters in the search_rec - SearchRecord->Attributes = Entry->FileAttributes; - SearchRecord->FileSize = ENDIAN_SAFE32(Entry->FileSize); diff --git a/app-cdr/xdvdfs-tools/metadata.xml b/app-cdr/xdvdfs-tools/metadata.xml deleted file mode 100644 index 1e7d0f7b5623..000000000000 --- a/app-cdr/xdvdfs-tools/metadata.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - Tools for manipulating Xbox ISO images - diff --git a/app-cdr/xdvdfs-tools/xdvdfs-tools-2.1-r1.ebuild b/app-cdr/xdvdfs-tools/xdvdfs-tools-2.1-r1.ebuild deleted file mode 100644 index 7ad8b3e56926..000000000000 --- a/app-cdr/xdvdfs-tools/xdvdfs-tools-2.1-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit eutils toolchain-funcs - -DESCRIPTION="Tools for manipulating Xbox ISO images" -HOMEPAGE="http://www.layouts.xbox-scene.com/" -SRC_URI="http://www.layouts.xbox-scene.com/main/files/XDVDFSToolsv${PV}.rar" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" -IUSE="" - -DEPEND="|| ( app-arch/unrar app-arch/rar )" -RDEPEND="" - -S=${WORKDIR}/XDVDFS_Tools/src - -src_unpack() { - unpack ${A} - mv "XDVDFS Tools" XDVDFS_Tools - sed -i \ - -e '/^LDFLAGS = -s/d' \ - -e '/^CCFLAGS =/s:=.*:= ${CFLAGS} ${CPPFLAGS}:g' \ - -e "/^CC =/s:=.*:=$(tc-getCC):" \ - "${S}"/makefile.prefab - epatch "${FILESDIR}"/${P}-fnamefix.patch - mkdir "${S}"/xdvdfs_extract/output "${S}"/xdvdfs_maker/output -} - -src_compile() { - local d - for d in xdvdfs_{dumper,extract,maker} ; do - emake -C ${d} || die - done -} - -src_install() { - dobin xdvdfs_dumper/output/xdvdfs_dumper || die "xdvdfs_dumper" - dobin xdvdfs_extract/output/xdvdfs_extract || die "xdvdfs_extract" - dobin xdvdfs_maker/output/xdvdfs_maker || die "xdvdfs_maker" - dohtml ../documentation/*.htm - dodoc ../Readme.txt -} diff --git a/profiles/package.mask b/profiles/package.mask index d6b3d7165155..80f40f46efc5 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -380,7 +380,6 @@ net-libs/openslp # Removal in 30 days. Bug #696252. app-benchmarks/volanomark app-cdr/mode2cdmaker -app-cdr/xdvdfs-tools mail-filter/clamsmtp sys-auth/pam_require -- cgit v1.2.3-65-gdbad