diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-04-05 01:55:22 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-04-05 01:55:22 +0200 |
commit | 5b13634e793d3445aca8d69e2ad3d38eaf04bcd1 (patch) | |
tree | 9fb5aa0cc66766253ad4cbfd85e34be1ee576369 /app-misc | |
parent | app-misc/logserial: last-rite (diff) | |
download | gentoo-5b13634e793d3445aca8d69e2ad3d38eaf04bcd1.tar.gz gentoo-5b13634e793d3445aca8d69e2ad3d38eaf04bcd1.tar.bz2 gentoo-5b13634e793d3445aca8d69e2ad3d38eaf04bcd1.zip |
app-misc/towitoko: last-rite
Closes: https://bugs.gentoo.org/460578
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/towitoko/Manifest | 1 | ||||
-rw-r--r-- | app-misc/towitoko/metadata.xml | 9 | ||||
-rw-r--r-- | app-misc/towitoko/towitoko-2.0.7-r3.ebuild | 30 |
3 files changed, 0 insertions, 40 deletions
diff --git a/app-misc/towitoko/Manifest b/app-misc/towitoko/Manifest deleted file mode 100644 index 1126e5ef2e60..000000000000 --- a/app-misc/towitoko/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST towitoko-2.0.7.tar.gz 280177 BLAKE2B 0a58abc81a8106415d25d82a9eab4338d8a1cb8dc04b2d7b1d3790ae1c8429d0fdec2641dae68a9f38b3ce9aa9f14fa5ba1fb4fa9281e75e87a308024ba59873 SHA512 e2e21bda3b1dad55dee1cfb4063e114394a21973b4b2409b9dcff1479fc312fb93bf6e634d38e1f7a30e6f835d87af8268a478b534f65c916eeb13d5dbd07b86 diff --git a/app-misc/towitoko/metadata.xml b/app-misc/towitoko/metadata.xml deleted file mode 100644 index 7fbec1b41d1c..000000000000 --- a/app-misc/towitoko/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -<use> - <flag name="moneyplex">Makes libtowitoko work for the moneyplex home banking - software</flag> -</use> -</pkgmetadata> diff --git a/app-misc/towitoko/towitoko-2.0.7-r3.ebuild b/app-misc/towitoko/towitoko-2.0.7-r3.ebuild deleted file mode 100644 index 57800e76649d..000000000000 --- a/app-misc/towitoko/towitoko-2.0.7-r3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Driver for Towitoko smartcard readers" -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="amd64 ppc x86" -SLOT="0" - -IUSE="moneyplex" - -src_configure() { - local myconf - use moneyplex && myconf="--disable-atr-check" - econf \ - $(use_enable moneyplex win32-com) \ - "${myconf}" -} - -pkg_postinst() { - if ! use moneyplex; then - elog "If you want to use the moneyplex home banking software from" - elog "https://www.matrica.de" - elog "then please re-emerge this package with 'moneyplex' in USE" - fi -} |