From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 11601138334 for ; Fri, 7 Sep 2018 14:56:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 583EFE069C; Fri, 7 Sep 2018 14:56:52 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2FED6E069C for ; Fri, 7 Sep 2018 14:56:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B0150335C94 for ; Fri, 7 Sep 2018 14:56:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 140603C0 for ; Fri, 7 Sep 2018 14:56:47 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1536332189.9f5dcc9f85f818c6324f780aa8256ce8f9bacb05.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/towitoko/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/towitoko/towitoko-2.0.7-r2.ebuild X-VCS-Directories: app-misc/towitoko/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 9f5dcc9f85f818c6324f780aa8256ce8f9bacb05 X-VCS-Branch: master Date: Fri, 7 Sep 2018 14:56:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 56d9445c-3202-47e4-8fba-2975a989c1ba X-Archives-Hash: 1e9b65a5869e86b0ba80fd42fefc64f0 commit: 9f5dcc9f85f818c6324f780aa8256ce8f9bacb05 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Sep 7 14:56:29 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Sep 7 14:56:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f5dcc9f app-misc/towitoko: Drop old Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-misc/towitoko/towitoko-2.0.7-r2.ebuild | 39 ------------------------------ 1 file changed, 39 deletions(-) diff --git a/app-misc/towitoko/towitoko-2.0.7-r2.ebuild b/app-misc/towitoko/towitoko-2.0.7-r2.ebuild deleted file mode 100644 index fb31a59e479..00000000000 --- a/app-misc/towitoko/towitoko-2.0.7-r2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -IUSE="moneyplex" - -DESCRIPTION="Provides a driver for using Towitoko smartcard readers under UNIX environment" -SRC_URI="mirror://gentoo/${P}.tar.gz" -HOMEPAGE="https://www.gentoo.org/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ppc x86" - -src_compile() { - local myconf - - myconf="" - use moneyplex && myconf="${myconf} --disable-atr-check" - - econf \ - $(use_enable moneyplex win32-com) \ - ${myconf} || die "econf failed" - emake || die -} - -src_install() { - emake DESTDIR="${D}" install || die -} - -pkg_postinst() { - if ! use moneyplex - then - elog "If you want to use the moneyplex home banking software from" - elog "http://www.matrica.de" - elog "then please re-emerge this package with 'moneyplex' in USE" - fi -}