summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/geierlein/geierlein-0.9.1.ebuild')
-rw-r--r--app-office/geierlein/geierlein-0.9.1.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/app-office/geierlein/geierlein-0.9.1.ebuild b/app-office/geierlein/geierlein-0.9.1.ebuild
deleted file mode 100644
index e2958a2cb3be..000000000000
--- a/app-office/geierlein/geierlein-0.9.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="Submit tax forms (Umsatzsteuervoranmeldung) to German ELSTER"
-HOMEPAGE="https://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_compile() {
- emake prefix=/usr
-}
-
-src_install() {
- emake \
- DESTDIR="${D}" \
- prefix=/usr \
- install || die
- dodoc README.md
-}