public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-misc/towitoko/
@ 2017-10-21 17:25 Patrice Clement
  0 siblings, 0 replies; 6+ messages in thread
From: Patrice Clement @ 2017-10-21 17:25 UTC (permalink / raw
  To: gentoo-commits

commit:     96e14cddf235bc6e96196bb89e23bb6e1592a9cc
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 21 17:23:51 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Oct 21 17:25:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96e14cdd

app-misc/towitoko: EAPI 6 bump.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-misc/towitoko/towitoko-2.0.7-r3.ebuild | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/app-misc/towitoko/towitoko-2.0.7-r3.ebuild b/app-misc/towitoko/towitoko-2.0.7-r3.ebuild
new file mode 100644
index 00000000000..0538c5fd15b
--- /dev/null
+++ b/app-misc/towitoko/towitoko-2.0.7-r3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Driver for Towitoko smartcard readers"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
+HOMEPAGE="https://www.gentoo.org/"
+
+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 "http://www.matrica.de"
+		elog "then please re-emerge this package with 'moneyplex' in USE"
+	fi
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/towitoko/
@ 2018-08-25 13:05 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2018-08-25 13:05 UTC (permalink / raw
  To: gentoo-commits

commit:     34d29634251adbdd3f0e30dbd681037e9822f5a8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 25 12:50:36 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 25 13:05:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34d29634

app-misc/towitoko: EAPI-7 bump

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 app-misc/towitoko/towitoko-2.0.7-r3.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-misc/towitoko/towitoko-2.0.7-r3.ebuild b/app-misc/towitoko/towitoko-2.0.7-r3.ebuild
index 0538c5fd15b..ad01daabfb9 100644
--- a/app-misc/towitoko/towitoko-2.0.7-r3.ebuild
+++ b/app-misc/towitoko/towitoko-2.0.7-r3.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 DESCRIPTION="Driver for Towitoko smartcard readers"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
 HOMEPAGE="https://www.gentoo.org/"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="GPL-2"
 KEYWORDS="~amd64 ~ppc ~x86"
@@ -24,7 +24,7 @@ src_configure() {
 pkg_postinst() {
 	if ! use moneyplex; then
 		elog "If you want to use the moneyplex home banking software from"
-		elog "http://www.matrica.de"
+		elog "https://www.matrica.de"
 		elog "then please re-emerge this package with 'moneyplex' in USE"
 	fi
 }


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/towitoko/
@ 2018-08-29  1:07 Thomas Deutschmann
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Deutschmann @ 2018-08-29  1:07 UTC (permalink / raw
  To: gentoo-commits

commit:     361c647599cafe97d03fcdc07f2d57d41160dde6
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 29 01:04:58 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Aug 29 01:04:58 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=361c6475

app-misc/towitoko: x86 stable (bug #664462)

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 app-misc/towitoko/towitoko-2.0.7-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/towitoko/towitoko-2.0.7-r3.ebuild b/app-misc/towitoko/towitoko-2.0.7-r3.ebuild
index ad01daabfb9..f1c901058a6 100644
--- a/app-misc/towitoko/towitoko-2.0.7-r3.ebuild
+++ b/app-misc/towitoko/towitoko-2.0.7-r3.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://www.gentoo.org/"
 SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 SLOT="0"
 
 IUSE="moneyplex"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/towitoko/
@ 2018-09-01 23:22 Sergei Trofimovich
  0 siblings, 0 replies; 6+ messages in thread
From: Sergei Trofimovich @ 2018-09-01 23:22 UTC (permalink / raw
  To: gentoo-commits

commit:     33d4f15320800c79c689abb3e79c9b59a7e72320
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  1 23:20:46 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Sep  1 23:20:46 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33d4f153

app-misc/towitoko: stable 2.0.7-r3 for ppc, bug #664462

Package-Manager: Portage-2.3.48, Repoman-2.3.10
RepoMan-Options: --include-arches="ppc"

 app-misc/towitoko/towitoko-2.0.7-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/towitoko/towitoko-2.0.7-r3.ebuild b/app-misc/towitoko/towitoko-2.0.7-r3.ebuild
index f1c901058a6..ffbe5691986 100644
--- a/app-misc/towitoko/towitoko-2.0.7-r3.ebuild
+++ b/app-misc/towitoko/towitoko-2.0.7-r3.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://www.gentoo.org/"
 SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="~amd64 ppc x86"
 SLOT="0"
 
 IUSE="moneyplex"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/towitoko/
@ 2018-09-07 14:55 Mikle Kolyada
  0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada @ 2018-09-07 14:55 UTC (permalink / raw
  To: gentoo-commits

commit:     6c23db9788511a04c79b9d30007d5fd9b118ea4f
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  7 14:54:50 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Sep  7 14:54:50 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c23db97

app-misc/towitoko: amd64 stable wrt bug #664462

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-misc/towitoko/towitoko-2.0.7-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/towitoko/towitoko-2.0.7-r3.ebuild b/app-misc/towitoko/towitoko-2.0.7-r3.ebuild
index ffbe5691986..f545f018ad1 100644
--- a/app-misc/towitoko/towitoko-2.0.7-r3.ebuild
+++ b/app-misc/towitoko/towitoko-2.0.7-r3.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://www.gentoo.org/"
 SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="amd64 ppc x86"
 SLOT="0"
 
 IUSE="moneyplex"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/towitoko/
@ 2018-09-07 14:56 Mikle Kolyada
  0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada @ 2018-09-07 14:56 UTC (permalink / raw
  To: gentoo-commits

commit:     9f5dcc9f85f818c6324f780aa8256ce8f9bacb05
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  7 14:56:29 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> 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
-}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-09-07 14:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-29  1:07 [gentoo-commits] repo/gentoo:master commit in: app-misc/towitoko/ Thomas Deutschmann
  -- strict thread matches above, loose matches on Subject: below --
2018-09-07 14:56 Mikle Kolyada
2018-09-07 14:55 Mikle Kolyada
2018-09-01 23:22 Sergei Trofimovich
2018-08-25 13:05 Andreas Sturmlechner
2017-10-21 17:25 Patrice Clement

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox