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,  6 Feb 2017 20:32:25 +0000 (UTC)	[thread overview]
Message-ID: <1486413132.dce72d588c427ee393b7ce907da87664d343e142.hanno@gentoo> (raw)

commit:     dce72d588c427ee393b7ce907da87664d343e142
Author:     Hanno <hanno <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  6 20:32:12 2017 +0000
Commit:     Hanno Boeck <hanno <AT> gentoo <DOT> org>
CommitDate: Mon Feb  6 20:32:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dce72d58

app-office/geierlein: Remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-office/geierlein/Manifest               |  2 --
 app-office/geierlein/geierlein-0.9.5.ebuild | 30 -----------------------------
 app-office/geierlein/geierlein-0.9.6.ebuild | 30 -----------------------------
 3 files changed, 62 deletions(-)

diff --git a/app-office/geierlein/Manifest b/app-office/geierlein/Manifest
index d9dc24f..33c8746 100644
--- a/app-office/geierlein/Manifest
+++ b/app-office/geierlein/Manifest
@@ -1,4 +1,2 @@
-DIST geierlein-0.9.5.tar.gz 1124736 SHA256 7cc61913d6a282b5dc9803eb618d9fdd9c0d9d6e844a2096ec16f1b21176212c SHA512 e7df23350b61c903f8e52e4ef11b41458c587188b5e45a895b1798de23f0821c75721d1fd9efc09d6ecc9c0b2f722ddc487be6695d376fe331fc39f6a19e19b6 WHIRLPOOL 04944a7f85875664ccda6553b3ffe103e8dc237eee8a7b20b0f23e7f39384b8ac87999112c1ea1f19b10f2d5f0325ca74adec54e789895f40b2be47006763154
-DIST geierlein-0.9.6.tar.gz 1124754 SHA256 b3020caa738921dca905bc53f846d3c486a102ca305031f71f82ec59cd837cf6 SHA512 34143200d055719331b29c8741a703e78a0aa036662c8cc5b2c6f24c064c1d27c00eef34278bfeb5d044121e7e0a2bd873db5013fa0c24e1474411600fe289f1 WHIRLPOOL 4ef1e2424a4afeffb723947bfd6627e05d6eb763dd293739b7d3ed0abe14cbdf7bd83992c313500af81e628bb6266c65262b4ac12d4d3d5cfc18044c8264d381
 DIST geierlein-0.9.7.tar.gz 1124770 SHA256 5ad9cccc4ce0c569a49556d5064acf41f5acdd070b0208d6da349f5111e0a0ea SHA512 c9110c075f9255e13f9ff5d2fd5fb2e2b3427a9702c669998912b7f28595dd9e9675d66612ba27c37fa6b821acf2f8576c2077dcfda71f8490b8b2a46813d1e2 WHIRLPOOL 782354e026858efb620c7adac949de850696e3d8d186a44a88dc990a145ed5819604cfb294d60c8b22eb20a6fb36a387d05dc53d66a65e4900c0f6bfc5f026e0
 DIST geierlein-0.9.8.tar.gz 1124778 SHA256 4a5c079daf0f7c7b9417b42859cb8a01b069a6ae85c9faa89b83acceccab19c3 SHA512 6e54444267261f60d1c32c414ea3ade4231b1de168317d5cb2d9349a748cfdeb365a91f074f9e222adc5593e9e79ff6fdd258a67b3e95edc3c910cd27ff98a8e WHIRLPOOL 51684e2dd94170d57973dfd594ad9b7e1276a9de4e2af008aa2913220a22ae89744b393a9074455cf921ed96e6fe7e2e267f82b0d31e7750d20e31cb544d2844

diff --git a/app-office/geierlein/geierlein-0.9.5.ebuild b/app-office/geierlein/geierlein-0.9.5.ebuild
deleted file mode 100644
index c38a69f..00000000
--- a/app-office/geierlein/geierlein-0.9.5.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=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.6.ebuild b/app-office/geierlein/geierlein-0.9.6.ebuild
deleted file mode 100644
index c38a69f..00000000
--- a/app-office/geierlein/geierlein-0.9.6.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=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:[~2017-02-06 20:33 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-06 20:32 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:59 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-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=1486413132.dce72d588c427ee393b7ce907da87664d343e142.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