summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2020-05-11 23:50:47 +0200
committerConrad Kostecki <conikost@gentoo.org>2020-05-11 23:53:53 +0200
commite992ed8a4e7636ebcdcbf161aebfde947f208c6a (patch)
tree6db68af05313e4998cbb0fbe895ca3609e6218d9 /app-misc
parentapp-misc/transfolio: respect users ldflags (diff)
downloadgentoo-e992ed8a4e7636ebcdcbf161aebfde947f208c6a.tar.gz
gentoo-e992ed8a4e7636ebcdcbf161aebfde947f208c6a.tar.bz2
gentoo-e992ed8a4e7636ebcdcbf161aebfde947f208c6a.zip
app-misc/transfolio: drop old version
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/transfolio/transfolio-1.0.1.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/app-misc/transfolio/transfolio-1.0.1.ebuild b/app-misc/transfolio/transfolio-1.0.1.ebuild
deleted file mode 100644
index e05ba9d60081..000000000000
--- a/app-misc/transfolio/transfolio-1.0.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2019 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 and disable striping
- sed -e 's/cc/${CC}/' -e 's/-O2/${CFLAGS}/' -e '/strip/d' -i Makefile || die
-
- tc-export CC
-}
-
-src_install() {
- dobin transfolio
-
- einstalldocs
-}