commit:     e992ed8a4e7636ebcdcbf161aebfde947f208c6a
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon May 11 21:50:47 2020 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon May 11 21:53:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e992ed8a

app-misc/transfolio: drop old version

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-misc/transfolio/transfolio-1.0.1.ebuild | 31 -----------------------------
 1 file changed, 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 e05ba9d6008..00000000000
--- 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
-}

Reply via email to