summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2019-02-12 13:29:36 +0300
committerMikle Kolyada <zlogene@gentoo.org>2019-02-12 13:29:36 +0300
commit130b49fc4045002bf97c88bf67625751e783eb6b (patch)
tree53e8df39079767adb6a04a5e669092e9e0ae1381 /app-cdr/extract-xiso/extract-xiso-2.5.ebuild
parentapp-cdr/extract-xiso: amd64 stable wrt bug #676354 (diff)
downloadgentoo-130b49fc4045002bf97c88bf67625751e783eb6b.tar.gz
gentoo-130b49fc4045002bf97c88bf67625751e783eb6b.tar.bz2
gentoo-130b49fc4045002bf97c88bf67625751e783eb6b.zip
app-cdr/extract-xiso: Drop old
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'app-cdr/extract-xiso/extract-xiso-2.5.ebuild')
-rw-r--r--app-cdr/extract-xiso/extract-xiso-2.5.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/app-cdr/extract-xiso/extract-xiso-2.5.ebuild b/app-cdr/extract-xiso/extract-xiso-2.5.ebuild
deleted file mode 100644
index f90107358352..000000000000
--- a/app-cdr/extract-xiso/extract-xiso-2.5.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit toolchain-funcs
-
-MY_PV=${PV/_beta/b}
-
-DESCRIPTION="Tool for extracting and creating optimised Xbox ISO images"
-HOMEPAGE="https://sourceforge.net/projects/extract-xiso"
-SRC_URI="mirror://sourceforge/extract-xiso/${PN}_v${MY_PV}_src.tgz"
-
-LICENSE="BSD-4"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-S=${WORKDIR}/${PN}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i \
- -e 's:__LINUX__:__linux__:' \
- *.[ch] */*.[ch] || die
-}
-
-doit() { echo "$@"; "$@"; }
-
-src_compile() {
- doit $(tc-getCC) ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} \
- extract-xiso.c libftp-*/*.c -o extract-xiso || die
-}
-
-src_install() {
- dobin extract-xiso || die
- dodoc README.TXT
-}