summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2022-02-09 20:48:10 +0100
committerConrad Kostecki <conikost@gentoo.org>2022-02-09 23:55:15 +0100
commita55e1995c5a331014a0350224e84b67fb9b1e2d8 (patch)
treeead560bbfb476936940b32d3c957baa8410d9e16 /app-misc
parentapp-misc/transfolio: update EAPI 7 -> 8 (diff)
downloadgentoo-a55e1995c5a331014a0350224e84b67fb9b1e2d8.tar.gz
gentoo-a55e1995c5a331014a0350224e84b67fb9b1e2d8.tar.bz2
gentoo-a55e1995c5a331014a0350224e84b67fb9b1e2d8.zip
app-misc/transfolio: drop 1.0.1-r1
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/transfolio/transfolio-1.0.1-r1.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/app-misc/transfolio/transfolio-1.0.1-r1.ebuild b/app-misc/transfolio/transfolio-1.0.1-r1.ebuild
deleted file mode 100644
index 6c68ed5ec6f0..000000000000
--- a/app-misc/transfolio/transfolio-1.0.1-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Enables data transfer between the PC and the Atari Portfolio"
-HOMEPAGE="http://leute.server.de/peichl/"
-SRC_URI="http://leute.server.de/peichl/transfolio.zip -> ${P}.zip"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-BDEPEND="app-arch/unzip"
-
-src_prepare() {
- default
-
- # Respect users CC, CFLAGS, LDFLAGS and disable striping
- sed -e 's/cc/${CC}/' -e 's/-O2/${CFLAGS} ${LDFLAGS}/' -e '/strip/d' -i Makefile || die
-
- tc-export CC
-}
-
-src_install() {
- dobin transfolio
-
- einstalldocs
-}