Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/transfolio/
Date: Mon, 11 May 2020 21:54:12
Message-Id: 1589234033.e992ed8a4e7636ebcdcbf161aebfde947f208c6a.conikost@gentoo
1 commit: e992ed8a4e7636ebcdcbf161aebfde947f208c6a
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 11 21:50:47 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Mon May 11 21:53:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e992ed8a
7
8 app-misc/transfolio: drop old version
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 app-misc/transfolio/transfolio-1.0.1.ebuild | 31 -----------------------------
14 1 file changed, 31 deletions(-)
15
16 diff --git a/app-misc/transfolio/transfolio-1.0.1.ebuild b/app-misc/transfolio/transfolio-1.0.1.ebuild
17 deleted file mode 100644
18 index e05ba9d6008..00000000000
19 --- a/app-misc/transfolio/transfolio-1.0.1.ebuild
20 +++ /dev/null
21 @@ -1,31 +0,0 @@
22 -# Copyright 2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -inherit toolchain-funcs
28 -
29 -DESCRIPTION="Enables data transfer between the PC and the Atari Portfolio"
30 -HOMEPAGE="http://leute.server.de/peichl/"
31 -SRC_URI="http://leute.server.de/peichl/transfolio.zip -> ${P}.zip"
32 -
33 -LICENSE="GPL-2+"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 -
37 -BDEPEND="app-arch/unzip"
38 -
39 -src_prepare() {
40 - default
41 -
42 - # Respect users CC, CFLAGS and disable striping
43 - sed -e 's/cc/${CC}/' -e 's/-O2/${CFLAGS}/' -e '/strip/d' -i Makefile || die
44 -
45 - tc-export CC
46 -}
47 -
48 -src_install() {
49 - dobin transfolio
50 -
51 - einstalldocs
52 -}