Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/towitoko/
Date: Fri, 07 Sep 2018 14:56:53
Message-Id: 1536332189.9f5dcc9f85f818c6324f780aa8256ce8f9bacb05.zlogene@gentoo
1 commit: 9f5dcc9f85f818c6324f780aa8256ce8f9bacb05
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 7 14:56:29 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 7 14:56:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f5dcc9f
7
8 app-misc/towitoko: Drop old
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-misc/towitoko/towitoko-2.0.7-r2.ebuild | 39 ------------------------------
13 1 file changed, 39 deletions(-)
14
15 diff --git a/app-misc/towitoko/towitoko-2.0.7-r2.ebuild b/app-misc/towitoko/towitoko-2.0.7-r2.ebuild
16 deleted file mode 100644
17 index fb31a59e479..00000000000
18 --- a/app-misc/towitoko/towitoko-2.0.7-r2.ebuild
19 +++ /dev/null
20 @@ -1,39 +0,0 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=0
25 -
26 -IUSE="moneyplex"
27 -
28 -DESCRIPTION="Provides a driver for using Towitoko smartcard readers under UNIX environment"
29 -SRC_URI="mirror://gentoo/${P}.tar.gz"
30 -HOMEPAGE="https://www.gentoo.org/"
31 -
32 -SLOT="0"
33 -LICENSE="GPL-2"
34 -KEYWORDS="~amd64 ppc x86"
35 -
36 -src_compile() {
37 - local myconf
38 -
39 - myconf=""
40 - use moneyplex && myconf="${myconf} --disable-atr-check"
41 -
42 - econf \
43 - $(use_enable moneyplex win32-com) \
44 - ${myconf} || die "econf failed"
45 - emake || die
46 -}
47 -
48 -src_install() {
49 - emake DESTDIR="${D}" install || die
50 -}
51 -
52 -pkg_postinst() {
53 - if ! use moneyplex
54 - then
55 - elog "If you want to use the moneyplex home banking software from"
56 - elog "http://www.matrica.de"
57 - elog "then please re-emerge this package with 'moneyplex' in USE"
58 - fi
59 -}