From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0938B138334 for ; Thu, 24 Oct 2019 06:40:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24E8FE084A; Thu, 24 Oct 2019 06:40:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0DE2DE084A for ; Thu, 24 Oct 2019 06:40:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9759B34C35A for ; Thu, 24 Oct 2019 06:40:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 286F0720 for ; Thu, 24 Oct 2019 06:40:40 +0000 (UTC) From: "Hanno Boeck" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hanno Boeck" Message-ID: <1571899196.d5dda180e8f8fc2a3a8cda20021a0df9c55f143c.hanno@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/geierlein/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/geierlein/Manifest app-office/geierlein/geierlein-0.10.0.ebuild app-office/geierlein/metadata.xml X-VCS-Directories: app-office/geierlein/ X-VCS-Committer: hanno X-VCS-Committer-Name: Hanno Boeck X-VCS-Revision: d5dda180e8f8fc2a3a8cda20021a0df9c55f143c X-VCS-Branch: master Date: Thu, 24 Oct 2019 06:40:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bd79aa6d-94e1-42f1-b650-6af6f9755997 X-Archives-Hash: 43056001427cee0a5c18eb432d5d3bb0 commit: d5dda180e8f8fc2a3a8cda20021a0df9c55f143c Author: Hanno gentoo org> AuthorDate: Thu Oct 24 06:39:56 2019 +0000 Commit: Hanno Boeck gentoo org> CommitDate: Thu Oct 24 06:39:56 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5dda180 app-office/geierlein: Remove due to deprecated API. Closes: https://bugs.gentoo.org/695434 Signed-off-by: Hanno Boeck gentoo.org> app-office/geierlein/Manifest | 1 - app-office/geierlein/geierlein-0.10.0.ebuild | 29 ---------------------------- app-office/geierlein/metadata.xml | 10 ---------- 3 files changed, 40 deletions(-) diff --git a/app-office/geierlein/Manifest b/app-office/geierlein/Manifest deleted file mode 100644 index c8db8d9e04c..00000000000 --- a/app-office/geierlein/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST geierlein-0.10.0.tar.gz 1124857 BLAKE2B 4c8f62efd3298c1346e965ff4c2d867cb046710808a38cb831cea6b42f11818768368d968f84a104acb00c600f6a0b0188537a01ff237da6e3f6e77dd6dae571 SHA512 e3381a57d89e2e232692fed08b78d15398a7b38361ad489d097ea2bcc6dda778d1ab2cefaf461b1c1cf8e3094d5e61afc5ed073a20eeaec4ad2afec1959cc8ed diff --git a/app-office/geierlein/geierlein-0.10.0.ebuild b/app-office/geierlein/geierlein-0.10.0.ebuild deleted file mode 100644 index 5e9b7e574b9..00000000000 --- a/app-office/geierlein/geierlein-0.10.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2018 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/metadata.xml b/app-office/geierlein/metadata.xml deleted file mode 100644 index 7bb9cff1931..00000000000 --- a/app-office/geierlein/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - hanno@gentoo.org - - - stesie/geierlein - -