dev-games/flinker: Remove last-rited package
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Wed, 2 Oct 2019 18:12:59 +0000 (20:12 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Wed, 2 Oct 2019 18:12:59 +0000 (20:12 +0200)
Closes: https://bugs.gentoo.org/693258
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
dev-games/flinker/Manifest [deleted file]
dev-games/flinker/flinker-1.72.ebuild [deleted file]
dev-games/flinker/metadata.xml [deleted file]

diff --git a/dev-games/flinker/Manifest b/dev-games/flinker/Manifest
deleted file mode 100644 (file)
index 0423894..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST flgba.zip 41380 BLAKE2B 88de6174c81560c6b43925f256dc6f849579f79662dd2b793552017e98e50b7c4f4ffaac20f55c5877864957d3e0da1ef84088d0f7ae17516d869ecb7f618623 SHA512 36e9542d5588c655b3001f7515cca487d0f820cbc7e8613afcda5dbcd1b9c48e4d2f9c3c8b755a466eb421ea6198102408494006c14e3ea3e6a22c2e0da6bb1c
diff --git a/dev-games/flinker/flinker-1.72.ebuild b/dev-games/flinker/flinker-1.72.ebuild
deleted file mode 100644 (file)
index f949e6f..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit toolchain-funcs
-
-DESCRIPTION="GBA cart writing utility by Jeff Frohwein"
-HOMEPAGE="http://www.devrs.com/gba/software.php#misc"
-SRC_URI="http://www.devrs.com/gba/files/flgba.zip"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="app-arch/unzip"
-
-S=${WORKDIR}
-
-src_prepare() {
-       sed -i \
-               -e '/unistd/s:^//::' \
-               -e 's:asm/io.h:sys/io.h:' \
-               fl.c || die
-       echo >> fl.c
-       echo >> cartlib.c
-}
-src_compile() {
-       $(tc-getCC) ${LDFLAGS} -o FLinker ${CFLAGS} fl.c || die
-}
-
-src_install() {
-       dobin FLinker
-       dodoc readme
-}
diff --git a/dev-games/flinker/metadata.xml b/dev-games/flinker/metadata.xml
deleted file mode 100644 (file)
index ae80ddb..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
-       <email>games@gentoo.org</email>
-       <name>Gentoo Games Project</name>
-</maintainer>
-<longdescription>
-Here's a dos/linux program (with src) that allows you program a Visoly flash 
-cart (up to 50% faster than official software) or an official Nintendo flash 
-cart (2-3 times faster than official hw/sw) by using the Visoly flash linker.
-</longdescription>
-</pkgmetadata>