summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2017-01-16 00:15:37 +0100
committerLars Wendler <polynomial-c@gentoo.org>2017-01-16 00:23:45 +0100
commit1a42bc6f31afc56ff50859c0ae1391a6cc6abe7c (patch)
treefe888778167a084b4267fe5ca10e1da67dd014d8 /app-text
parentsci-visualization/gcalc: Removing EAPI 4 build (diff)
downloadgentoo-1a42bc6f31afc56ff50859c0ae1391a6cc6abe7c.tar.gz
gentoo-1a42bc6f31afc56ff50859c0ae1391a6cc6abe7c.tar.bz2
gentoo-1a42bc6f31afc56ff50859c0ae1391a6cc6abe7c.zip
app-text/ding: Removed old.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-text')
-rw-r--r--app-text/ding/Manifest1
-rw-r--r--app-text/ding/ding-1.7.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/app-text/ding/Manifest b/app-text/ding/Manifest
index 117c27ad2a29..b501fcf06f88 100644
--- a/app-text/ding/Manifest
+++ b/app-text/ding/Manifest
@@ -1,2 +1 @@
-DIST ding-1.7.tar.gz 4037214 SHA256 a6546e1074f954c67ff7697b777c42a08528177adfa08700b827c8323eb1eb91 SHA512 580f85d2bc6683666db1d6a3101b0de889725064607e260de39fab3c6de773ba45f39aafd0444edadc1e9b8cee5b8388dc90cefb11bcb9d229e55b62e91dfde5 WHIRLPOOL bf7938ca19d56cd9ba9fc72f543a77de6387797fa04dcf8186eaf0a80551dfc4060628d8b175ee8c7a95b07405ee0cd46b5297b56620dc274540c187e3d3b3bd
DIST ding-1.8.1.tar.gz 6543141 SHA256 5817bad70d9661fc1efc8bad38939bf665818c549a9675e8e041fff487c61232 SHA512 7d1b459d40e26482c3c16a79565cb897a492fa5807f44c5c3ed1022bcf65ba90bec9cb503cc67970742c2beeb34bd653c684e56ef5492f536254bf475d3f70a4 WHIRLPOOL 5562a3e5903ff42c9a678d860a1f6738a9062e28134d573f8bc48d6fd4cdd967b7966bd9458dd83c940451dcc38a20b933c570fa9b6214f5233f48237c410b29
diff --git a/app-text/ding/ding-1.7.ebuild b/app-text/ding/ding-1.7.ebuild
deleted file mode 100644
index 6af70e259252..000000000000
--- a/app-text/ding/ding-1.7.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-
-inherit eutils
-
-DESCRIPTION="Tk based dictionary (German-English) (incl. dictionary itself)"
-HOMEPAGE="http://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"
-IUSE=""
-
-RDEPEND=">=dev-lang/tk-8.3"
-
-src_install() {
- dobin ding || die
- insinto /usr/share/dict
- doins de-en.txt || die
- doman ding.1 || die
- dodoc CHANGES README || die
-
- doicon ding.png || die
- domenu ding.desktop || die
-}