Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/ding/
Date: Wed, 17 Aug 2022 13:01:14
Message-Id: 1660741246.13dafbcac9a284927787938a85764a6cce05776b.asturm@gentoo
1 commit: 13dafbcac9a284927787938a85764a6cce05776b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 16 21:20:12 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 17 13:00:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13dafbca
7
8 app-text/ding: drop 1.8.1, EAPI-6--
9
10 Closes: https://bugs.gentoo.org/851786
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-text/ding/Manifest | 1 -
14 app-text/ding/ding-1.8.1.ebuild | 27 ---------------------------
15 2 files changed, 28 deletions(-)
16
17 diff --git a/app-text/ding/Manifest b/app-text/ding/Manifest
18 index 309a55a3e1cc..6081e827bc09 100644
19 --- a/app-text/ding/Manifest
20 +++ b/app-text/ding/Manifest
21 @@ -1,2 +1 @@
22 -DIST ding-1.8.1.tar.gz 6543141 BLAKE2B 5393113bc8952553b3b5e5ee8dcd98b4cf6fec2d92069354e83b38808289053b0cc5a2c08968068f9b393b5a5e296541718c129ccbe23076ce591f6254c8293b SHA512 7d1b459d40e26482c3c16a79565cb897a492fa5807f44c5c3ed1022bcf65ba90bec9cb503cc67970742c2beeb34bd653c684e56ef5492f536254bf475d3f70a4
23 DIST ding-1.9.tar.gz 7864078 BLAKE2B 9a25a2eb940b96393f556e374167a5b0aae8d26ff81de364e693f01acf79b0a5896704c39e1fe1ab2b48a875785483b2bc71339b01d3999664b78b48ecb041dc SHA512 fa5500d1ced311ba21ef8a16a25f3a3cdcebc24daacff79c05351a46cc2a1d466891caa1dec3a77ae9a4d7e59332d991974917875f967d93ac1358f5532e8a72
24
25 diff --git a/app-text/ding/ding-1.8.1.ebuild b/app-text/ding/ding-1.8.1.ebuild
26 deleted file mode 100644
27 index fee3c2f2be29..000000000000
28 --- a/app-text/ding/ding-1.8.1.ebuild
29 +++ /dev/null
30 @@ -1,27 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit desktop
37 -
38 -DESCRIPTION="Tk based dictionary (German-English) (incl. dictionary itself)"
39 -HOMEPAGE="https://www-user.tu-chemnitz.de/~fri/ding/"
40 -SRC_URI="http://wftp.tu-chemnitz.de/pub/Local/urz/ding/${P}.tar.gz"
41 -
42 -LICENSE="GPL-2"
43 -SLOT="0"
44 -KEYWORDS="amd64 ~ppc ~sparc x86"
45 -
46 -RDEPEND=">=dev-lang/tk-8.3"
47 -
48 -src_install() {
49 - dobin ding
50 - insinto /usr/share/dict
51 - doins de-en.txt
52 - doman ding.1
53 - dodoc CHANGES README
54 -
55 - doicon ding.png
56 - domenu ding.desktop
57 -}