public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hanno Boeck" <hanno@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/geierlein/
Date: Mon,  5 Feb 2018 06:59:10 +0000 (UTC)	[thread overview]
Message-ID: <1517813942.dd07f717175cb20a69fdcaf765a8f2e4c69b7b49.hanno@gentoo> (raw)

commit:     dd07f717175cb20a69fdcaf765a8f2e4c69b7b49
Author:     Hanno <hanno <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  5 06:59:02 2018 +0000
Commit:     Hanno Boeck <hanno <AT> gentoo <DOT> org>
CommitDate: Mon Feb  5 06:59:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd07f717

app-office/geierlein: Remove old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-office/geierlein/Manifest                |  4 ----
 app-office/geierlein/geierlein-0.9.10.ebuild | 29 ----------------------------
 app-office/geierlein/geierlein-0.9.11.ebuild | 29 ----------------------------
 app-office/geierlein/geierlein-0.9.12.ebuild | 29 ----------------------------
 app-office/geierlein/geierlein-0.9.13.ebuild | 29 ----------------------------
 5 files changed, 120 deletions(-)

diff --git a/app-office/geierlein/Manifest b/app-office/geierlein/Manifest
index 3b14334a8d8..c8db8d9e04c 100644
--- a/app-office/geierlein/Manifest
+++ b/app-office/geierlein/Manifest
@@ -1,5 +1 @@
 DIST geierlein-0.10.0.tar.gz 1124857 BLAKE2B 4c8f62efd3298c1346e965ff4c2d867cb046710808a38cb831cea6b42f11818768368d968f84a104acb00c600f6a0b0188537a01ff237da6e3f6e77dd6dae571 SHA512 e3381a57d89e2e232692fed08b78d15398a7b38361ad489d097ea2bcc6dda778d1ab2cefaf461b1c1cf8e3094d5e61afc5ed073a20eeaec4ad2afec1959cc8ed
-DIST geierlein-0.9.10.tar.gz 1124924 BLAKE2B 0640e224b8f860ebb599ff4ef938e9df80d2c90ae9ba41ba8077de1a5508ea68c8061f35e8c9ed760338f10ca0991dce2ee6ebd6b4fbf590357cdf23d09c142d SHA512 d10a97471b3b3620ea993d281fcc1880b09d8a6fbfbbb638e2f036206a05f9daef3ff248d5434e31d9e240f9d9dd8b2e88011449ce3218918ae6bd374ecd62f6
-DIST geierlein-0.9.11.tar.gz 1124776 BLAKE2B 9de8c7a731dfe9dabe2fe9bca1b1c278d912593065b3ed92341e5be4ef2177f794fc233a300857efbc10906b774a379cc9e1d5bac9d48b0817d76beb52eb8f45 SHA512 f82790364990ac08c7a130c44130e4c4ede7fc2d2410181c6b9608ede38b23a881b05c4742bdfe8b101751db8aedef552029a2c719c29fb25234e0fea0b67f20
-DIST geierlein-0.9.12.tar.gz 1124901 BLAKE2B e3cc7b6883367569f71c54f817addd5e74640d8bb4981be11d34975e01902651019e09d52f14ef43f4f13316fd355006a468224d29502d66a8d64a211819836e SHA512 bbae2fa9e72c278c4f58ca46b0950a33f1637c9d28e46c9bc4f98bf0d2ea2cac462d0c14e394144d6a1686a173163e5a5b5f4edb900bbbf7a96099f92702d249
-DIST geierlein-0.9.13.tar.gz 1124833 BLAKE2B fe15597104306f8163f06378f726eabb7f776d63460fc684f0c59a40696cf37bb0fa44b8b9ca60faef782848ccd192ca322b4d134b57d21e528feea8dd706aa2 SHA512 f15bf4a5ca9c6bbdf736377d5a453bff3db961f27b9cef185905bc56e1bee8a5505d0cf181950d31e015b546f3cfb6d7008b8cd9c95d3ec3b22fe306d0b195ed

diff --git a/app-office/geierlein/geierlein-0.9.10.ebuild b/app-office/geierlein/geierlein-0.9.10.ebuild
deleted file mode 100644
index 782e682a681..00000000000
--- a/app-office/geierlein/geierlein-0.9.10.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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
-}

diff --git a/app-office/geierlein/geierlein-0.9.11.ebuild b/app-office/geierlein/geierlein-0.9.11.ebuild
deleted file mode 100644
index 782e682a681..00000000000
--- a/app-office/geierlein/geierlein-0.9.11.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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
-}

diff --git a/app-office/geierlein/geierlein-0.9.12.ebuild b/app-office/geierlein/geierlein-0.9.12.ebuild
deleted file mode 100644
index 782e682a681..00000000000
--- a/app-office/geierlein/geierlein-0.9.12.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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
-}

diff --git a/app-office/geierlein/geierlein-0.9.13.ebuild b/app-office/geierlein/geierlein-0.9.13.ebuild
deleted file mode 100644
index 782e682a681..00000000000
--- a/app-office/geierlein/geierlein-0.9.13.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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
-}


             reply	other threads:[~2018-02-05  6:59 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-05  6:59 Hanno Boeck [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-10-24  6:40 [gentoo-commits] repo/gentoo:master commit in: app-office/geierlein/ Hanno Boeck
2018-02-05  6:58 Hanno Boeck
2017-10-20 12:18 Hanno Boeck
2017-08-12 11:46 Hanno Boeck
2017-07-01 14:58 Hanno Boeck
2017-05-01  9:40 Hanno Boeck
2017-05-01  9:39 Hanno Boeck
2017-04-19 11:08 Hanno Boeck
2017-02-06 20:32 Hanno Boeck
2017-02-06 20:32 Hanno Boeck
2017-01-05 15:08 Hanno Boeck
2016-12-02 16:06 Hanno Boeck
2016-12-02 16:06 Hanno Boeck
2016-09-14 14:57 Hanno Boeck
2016-06-25 12:00 Hanno Boeck
2015-10-29 13:14 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=1517813942.dd07f717175cb20a69fdcaf765a8f2e4c69b7b49.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