summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-05-10 15:29:23 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-05-10 15:29:23 +0000
commit1dc590c8e1b48294444999d5797bcc5e79388033 (patch)
treef9513dcbcaceafbd095509f5a41d831c76dbfa52 /app-text/ding
parentversion bump; eapi=4; vdr-plugin-2.eclass; thanks to M.Lischka on #415339 (diff)
downloadhistorical-1dc590c8e1b48294444999d5797bcc5e79388033.tar.gz
historical-1dc590c8e1b48294444999d5797bcc5e79388033.tar.bz2
historical-1dc590c8e1b48294444999d5797bcc5e79388033.zip
Remove old
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
Diffstat (limited to 'app-text/ding')
-rw-r--r--app-text/ding/ChangeLog7
-rw-r--r--app-text/ding/ding-1.6.ebuild27
2 files changed, 5 insertions, 29 deletions
diff --git a/app-text/ding/ChangeLog b/app-text/ding/ChangeLog
index e8d9f69e239d..47de327f03bc 100644
--- a/app-text/ding/ChangeLog
+++ b/app-text/ding/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/ding
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ding/ChangeLog,v 1.25 2011/12/27 21:12:39 xmw Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/ding/ChangeLog,v 1.26 2012/05/10 15:23:08 ago Exp $
+
+ 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -ding-1.6.ebuild:
+ Remove old
27 Dec 2011; Michael Weber <xmw@gentoo.org> ding-1.7.ebuild:
ppc stable (bug 359121)
diff --git a/app-text/ding/ding-1.6.ebuild b/app-text/ding/ding-1.6.ebuild
deleted file mode 100644
index dec20864073c..000000000000
--- a/app-text/ding/ding-1.6.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ding/ding-1.6.ebuild,v 1.4 2009/09/29 21:08:00 tove Exp $
-
-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 "dobin failed."
- insinto /usr/share/dict
- doins de-en.txt || die "doins failed."
- doman ding.1 || die
- dodoc CHANGES README || die
-
- doicon ding.png || die "problem with png."
- domenu ding.desktop || die ".desktop problem"
-}