From: "Hanno Boeck" <hanno@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/geierlein/, app-office/geierlein/files/
Date: Sun, 13 Sep 2015 11:02:18 +0000 (UTC) [thread overview]
Message-ID: <1442142142.e739a04b10e62a3e05a35878d6161eb0c2198621.hanno@gentoo> (raw)
commit: e739a04b10e62a3e05a35878d6161eb0c2198621
Author: Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 13 11:02:22 2015 +0000
Commit: Hanno Boeck <hanno <AT> gentoo <DOT> org>
CommitDate: Sun Sep 13 11:02:22 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e739a04b
app-office/geierlein: bump to 0.7.8, fix #560094
Package-Manager: portage-2.2.20.1
app-office/geierlein/Manifest | 1 +
.../files/geierlein-work-with-firefox-bin.diff | 12 ++++++++
app-office/geierlein/geierlein-0.7.8.ebuild | 36 ++++++++++++++++++++++
3 files changed, 49 insertions(+)
diff --git a/app-office/geierlein/Manifest b/app-office/geierlein/Manifest
index 2110c6b..0e33726 100644
--- a/app-office/geierlein/Manifest
+++ b/app-office/geierlein/Manifest
@@ -2,3 +2,4 @@ DIST geierlein-0.6.1.tar.gz 994969 SHA256 f7f66b3c4fba41b071cc5c7339ec76854d12e5
DIST geierlein-0.6.2.tar.gz 994962 SHA256 1a247c95122758f86fdebd5b3f55bcdd9c6c04cdf58d33eb874c9cc4cc7dc731 SHA512 3eacf273d85fb23bd763cea9db0e09fecbf410b6e75eec30fd0a44df68a43d478e1555b6f64468b4a3acf26bc6cb5a9c67f7a39ed30ef3a42255ff740a883c5c WHIRLPOOL acb5375d03547be8a49e58f71011c485c88cc65b640a16d630a5fc773056744b53ff38766dddc91d2bc86f198c85f647a3b39b7adcbc05dfe2edb84d8760f21c
DIST geierlein-0.7.1.tar.gz 999105 SHA256 63bfba1cea558797c300a1e96122fb56a9ae6a83be02e82681ddfcdbb37515ce SHA512 6cb6f8b45406e51c8fdf407cc0b70dae19327556daff3db2ac34908775ebed51434dd5878254495f150bf0487eda65647aa79f7e03fb073b8c2486b8bfa691fc WHIRLPOOL 00100fd7732ca3500b00aa428979ce36c06ae992b4e4917c8b72d07cd051ef75fc8c0047acd3fc0e2f2dd3f503162e4be83b5173e238745f53cc25cb129daec3
DIST geierlein-0.7.3.tar.gz 999078 SHA256 81c3e7f5d37fe275260e6a00123c335ffb2deb056c657c5c5e9b7e78724a457c SHA512 b21d2e66ff5a7474be3c05aa7cb25be7c4dc3cb3c1728c54b64942827a822aeacea0b1fe3b04e403504bb01e7fd7fbf9e6cdc4d7bd522d1000915dc6a27114f8 WHIRLPOOL 52a5ae2dfb33f66e588b152928c68e4bf49d2afb22af89742e786f29fed2a0939c3422f2c71baa87de1025465bb294b3720f4065703bd2e8f2c036f04761adc3
+DIST geierlein-0.7.8.tar.gz 999082 SHA256 7060242b791966cd222d7b704beb2c78a40e2b2cab068c8a5174a0dc2c0edfe8 SHA512 8be34d6bed34af4dc9d1182916b1ce763c66a5426a271cc06655dee80f782c22edceded2202131cabf8752b46b68d6effe81f1fcb4f1e60a88814d6d4680e0c2 WHIRLPOOL 908b6b4af239eeeb8616f626a69e373de85cd955f2247d6d7cf4db34b8cc491e063c011f3bfe6c3d067a858a404e52648b136b695514343a47b67773b6635ee5
diff --git a/app-office/geierlein/files/geierlein-work-with-firefox-bin.diff b/app-office/geierlein/files/geierlein-work-with-firefox-bin.diff
new file mode 100644
index 0000000..4fbd894
--- /dev/null
+++ b/app-office/geierlein/files/geierlein-work-with-firefox-bin.diff
@@ -0,0 +1,12 @@
+diff -Naur geierlein-0.7.3/bin/xgeierlein.in geierlein-0.7.3-1/bin/xgeierlein.in
+--- geierlein-0.7.3/bin/xgeierlein.in 2015-02-12 12:38:29.000000000 +0100
++++ geierlein-0.7.3-1/bin/xgeierlein.in 2015-05-09 10:19:28.780700796 +0200
+@@ -19,7 +19,7 @@
+ exit 0
+ fi
+
+-for search in firefox iceweasel xulrunner; do
++for search in firefox firefox-bin iceweasel xulrunner; do
+ if [ "$XULRUNNER" = "" ]; then
+ XULRUNNER="$(which $search)"
+ fi
diff --git a/app-office/geierlein/geierlein-0.7.8.ebuild b/app-office/geierlein/geierlein-0.7.8.ebuild
new file mode 100644
index 0000000..e114d50
--- /dev/null
+++ b/app-office/geierlein/geierlein-0.7.8.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils
+
+DESCRIPTION="Submit tax forms (Umsatzsteuervoranmeldung) to the german digital tax project ELSTER"
+HOMEPAGE="http://stesie.github.com/geierlein/"
+SRC_URI="https://github.com/stesie/geierlein/archive/V${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+RDEPEND="|| ( www-client/firefox www-client/firefox-bin )"
+DEPEND=""
+
+# needs nodejs and a couple of modules we don't have packaged
+RESTRICT="test"
+
+src_prepare() {
+ epatch "${FILESDIR}"/geierlein-work-with-firefox-bin.diff
+}
+
+src_compile() {
+ emake prefix=/usr
+}
+
+src_install() {
+ emake \
+ DESTDIR="${D}" \
+ prefix=/usr \
+ install || die
+ dodoc README.md
+}
next reply other threads:[~2015-09-13 11:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-13 11:02 Hanno Boeck [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-02-08 14:37 [gentoo-commits] repo/gentoo:master commit in: app-office/geierlein/, app-office/geierlein/files/ Hanno Boeck
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=1442142142.e739a04b10e62a3e05a35878d6161eb0c2198621.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