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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3BEE0158094 for ; Wed, 17 Aug 2022 13:01:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B520E08AD; Wed, 17 Aug 2022 13:01:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47DC3E0896 for ; Wed, 17 Aug 2022 13:01:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 548A1340F05 for ; Wed, 17 Aug 2022 13:01:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A45ED584 for ; Wed, 17 Aug 2022 13:01:07 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1660741246.13dafbcac9a284927787938a85764a6cce05776b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/ding/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/ding/Manifest app-text/ding/ding-1.8.1.ebuild X-VCS-Directories: app-text/ding/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 13dafbcac9a284927787938a85764a6cce05776b X-VCS-Branch: master Date: Wed, 17 Aug 2022 13:01:07 +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: 75832184-facd-4edf-8173-f1462b47f5ef X-Archives-Hash: e89038418c0452455b9fbbb2716d4e68 commit: 13dafbcac9a284927787938a85764a6cce05776b Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Aug 16 21:20:12 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 17 13:00:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13dafbca app-text/ding: drop 1.8.1, EAPI-6-- Closes: https://bugs.gentoo.org/851786 Signed-off-by: Andreas Sturmlechner gentoo.org> app-text/ding/Manifest | 1 - app-text/ding/ding-1.8.1.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/app-text/ding/Manifest b/app-text/ding/Manifest index 309a55a3e1cc..6081e827bc09 100644 --- a/app-text/ding/Manifest +++ b/app-text/ding/Manifest @@ -1,2 +1 @@ -DIST ding-1.8.1.tar.gz 6543141 BLAKE2B 5393113bc8952553b3b5e5ee8dcd98b4cf6fec2d92069354e83b38808289053b0cc5a2c08968068f9b393b5a5e296541718c129ccbe23076ce591f6254c8293b SHA512 7d1b459d40e26482c3c16a79565cb897a492fa5807f44c5c3ed1022bcf65ba90bec9cb503cc67970742c2beeb34bd653c684e56ef5492f536254bf475d3f70a4 DIST ding-1.9.tar.gz 7864078 BLAKE2B 9a25a2eb940b96393f556e374167a5b0aae8d26ff81de364e693f01acf79b0a5896704c39e1fe1ab2b48a875785483b2bc71339b01d3999664b78b48ecb041dc SHA512 fa5500d1ced311ba21ef8a16a25f3a3cdcebc24daacff79c05351a46cc2a1d466891caa1dec3a77ae9a4d7e59332d991974917875f967d93ac1358f5532e8a72 diff --git a/app-text/ding/ding-1.8.1.ebuild b/app-text/ding/ding-1.8.1.ebuild deleted file mode 100644 index fee3c2f2be29..000000000000 --- a/app-text/ding/ding-1.8.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit desktop - -DESCRIPTION="Tk based dictionary (German-English) (incl. dictionary itself)" -HOMEPAGE="https://www-user.tu-chemnitz.de/~fri/ding/" -SRC_URI="http://wftp.tu-chemnitz.de/pub/Local/urz/ding/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc x86" - -RDEPEND=">=dev-lang/tk-8.3" - -src_install() { - dobin ding - insinto /usr/share/dict - doins de-en.txt - doman ding.1 - dodoc CHANGES README - - doicon ding.png - domenu ding.desktop -}