commit: 13dafbcac9a284927787938a85764a6cce05776b Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Aug 16 21:20:12 2022 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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 -}
