From: "Hanno Böck" <hanno@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/ktoblzcheck/
Date: Mon, 3 Aug 2020 07:23:46 +0000 (UTC) [thread overview]
Message-ID: <1596439415.b74fbfd59f8533e7c59af6fe033f4bc85fe70255.hanno@gentoo> (raw)
commit: b74fbfd59f8533e7c59af6fe033f4bc85fe70255
Author: Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 3 07:23:35 2020 +0000
Commit: Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Mon Aug 3 07:23:35 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b74fbfd5
app-misc/ktoblzcheck: Disable Python.
Python code is python 2 only, no other package uses it.
Bug: https://bugs.gentoo.org/735228
Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
Package-Manager: Portage-3.0.1, Repoman-2.3.23
app-misc/ktoblzcheck/ktoblzcheck-1.49-r2.ebuild | 35 +++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/app-misc/ktoblzcheck/ktoblzcheck-1.49-r2.ebuild b/app-misc/ktoblzcheck/ktoblzcheck-1.49-r2.ebuild
new file mode 100644
index 00000000000..70b76b0106e
--- /dev/null
+++ b/app-misc/ktoblzcheck/ktoblzcheck-1.49-r2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Library to check account numbers and bank codes of German banks"
+HOMEPAGE="http://ktoblzcheck.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+ app-text/recode:0=
+ sys-apps/grep
+ sys-apps/sed
+ virtual/awk
+ || ( net-misc/wget www-client/lynx )
+"
+DEPEND="${RDEPEND}
+ sys-devel/libtool
+"
+
+DOCS=( AUTHORS ChangeLog NEWS README )
+
+src_configure() {
+ econf --disable-python
+}
+
+src_install() {
+ default
+ find "${D}" -name '*.la' -type f -delete || die
+}
next reply other threads:[~2020-08-03 7:23 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-03 7:23 Hanno Böck [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-04-01 19:39 [gentoo-commits] repo/gentoo:master commit in: app-misc/ktoblzcheck/ Conrad Kostecki
2022-03-30 14:14 Yixun Lan
2020-09-19 8:04 Michał Górny
2020-09-09 9:01 Hanno Böck
2020-09-04 5:09 Sam James
2020-09-03 14:29 Thomas Deutschmann
2020-08-29 13:21 Sam James
2020-05-16 14:42 Mike Gilbert
2019-09-25 21:34 Andreas Sturmlechner
2018-07-14 14:57 Andreas Sturmlechner
2018-06-23 18:21 Mikle Kolyada
2018-06-17 23:29 Thomas Deutschmann
2018-05-13 21:05 Andreas Sturmlechner
2017-01-15 10:33 Pacho Ramos
2016-11-01 10:29 Pacho Ramos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1596439415.b74fbfd59f8533e7c59af6fe033f4bc85fe70255.hanno@gentoo \
--to=hanno@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox