summaryrefslogtreecommitdiff
path: root/app-misc/towitoko
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /app-misc/towitoko
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'app-misc/towitoko')
-rw-r--r--app-misc/towitoko/Manifest3
-rw-r--r--app-misc/towitoko/metadata.xml9
-rw-r--r--app-misc/towitoko/towitoko-2.0.7-r3.ebuild30
3 files changed, 0 insertions, 42 deletions
diff --git a/app-misc/towitoko/Manifest b/app-misc/towitoko/Manifest
deleted file mode 100644
index 839a08b8256e..000000000000
--- a/app-misc/towitoko/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST towitoko-2.0.7.tar.gz 280177 BLAKE2B 0a58abc81a8106415d25d82a9eab4338d8a1cb8dc04b2d7b1d3790ae1c8429d0fdec2641dae68a9f38b3ce9aa9f14fa5ba1fb4fa9281e75e87a308024ba59873 SHA512 e2e21bda3b1dad55dee1cfb4063e114394a21973b4b2409b9dcff1479fc312fb93bf6e634d38e1f7a30e6f835d87af8268a478b534f65c916eeb13d5dbd07b86
-EBUILD towitoko-2.0.7-r3.ebuild 686 BLAKE2B 80de278e1eb33da81d1e04c87bf505ef4447173521818c69fac60d57d3e59d87730c2674da7f5480bd3ebc752b97af87f0b10a45d9c5b4619911c494bb0aaf4b SHA512 e9746bca522052452df3242fb5367c9845aa3105d97a789dc1562442837eecdacdb29ab7fadcc0447d3e4a399a8250e767dd8656b4d59b00d9a129863b509a14
-MISC metadata.xml 278 BLAKE2B 6cb5d9c1e26e7c00636842a387c8b772f44a284cd24fb44e8133edd04d4d37a2fac01d0cf77768b88137ea7ab302554adf4a32e41df5246b2ab01ac21476f8a9 SHA512 4d69e222be58da2fefd590fa9cdfa2dd6e7108c3f663fb0f491d49609b0ebb8e10b4dccf22966d09f83b81074f0543723837b60015e7d4102b7a7085744c770a
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
-}