summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-20 11:59:53 +0000
committerSam James <sam@gentoo.org>2021-04-20 11:59:53 +0000
commit73f7faa08ced86991c4302c0280f2ffa5fc6780b (patch)
tree75fb98bfbccb620a829681845dd4c7764ec02355 /dev-games/hdl_dump/hdl_dump-0.8.6.20060901.ebuild
parentdev-ml/cinaps: Stabilize 0.15.0 ppc64, #783573 (diff)
downloadgentoo-73f7faa08ced86991c4302c0280f2ffa5fc6780b.tar.gz
gentoo-73f7faa08ced86991c4302c0280f2ffa5fc6780b.tar.bz2
gentoo-73f7faa08ced86991c4302c0280f2ffa5fc6780b.zip
dev-games/hdl_dump: drop 0.8.6.20060901
Closes: https://bugs.gentoo.org/783657 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-games/hdl_dump/hdl_dump-0.8.6.20060901.ebuild')
-rw-r--r--dev-games/hdl_dump/hdl_dump-0.8.6.20060901.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-games/hdl_dump/hdl_dump-0.8.6.20060901.ebuild b/dev-games/hdl_dump/hdl_dump-0.8.6.20060901.ebuild
deleted file mode 100644
index bde65e3d76a0..000000000000
--- a/dev-games/hdl_dump/hdl_dump-0.8.6.20060901.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit epatch toolchain-funcs versionator
-
-MY_PV=$(replace_version_separator 3 -)
-DESCRIPTION="game installer for playstation 2 HD Loader"
-HOMEPAGE="http://www.psx-scene.com/hdldump/"
-SRC_URI="http://www.psx-scene.com/hdldump/hdl_dumx-${MY_PV}-src.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-fortify.patch #340145
- sed -i \
- -e "s/-O0 -g/${CFLAGS}/" \
- -e "s/@\$(CC)/$(tc-getCC)/" \
- -e '/LDFLAGS =/d' \
- Makefile || die
-}
-
-src_install() {
- dobin hdl_dump
- dodoc AUTHORS CHANGELOG README TODO
-}