summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-05-06 15:11:02 +0000
committerTorsten Veller <tove@gentoo.org>2009-05-06 15:11:02 +0000
commit23345960a4e00cfcce17718bf0d78ef749139ea9 (patch)
treec22b642bb7602288efd85c1c3c425664e99d3503 /app-text/ding
parentMarked ~hppa (bug #268487). (diff)
downloadgentoo-2-23345960a4e00cfcce17718bf0d78ef749139ea9.tar.gz
gentoo-2-23345960a4e00cfcce17718bf0d78ef749139ea9.tar.bz2
gentoo-2-23345960a4e00cfcce17718bf0d78ef749139ea9.zip
Version bump. Thanks to Sebastian Mingramm and Samuli Suominen (#268813)
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'app-text/ding')
-rw-r--r--app-text/ding/ChangeLog9
-rw-r--r--app-text/ding/ding-1.6.ebuild27
2 files changed, 34 insertions, 2 deletions
diff --git a/app-text/ding/ChangeLog b/app-text/ding/ChangeLog
index f5c21cfc3744..266fa5f2145f 100644
--- a/app-text/ding/ChangeLog
+++ b/app-text/ding/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/ding
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ding/ChangeLog,v 1.16 2007/04/17 07:19:01 tove Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/ding/ChangeLog,v 1.17 2009/05/06 15:11:02 tove Exp $
+
+*ding-1.6 (06 May 2009)
+
+ 06 May 2009; Torsten Veller <tove@gentoo.org> +ding-1.6.ebuild:
+ Version bump. Thanks to Sebastian Mingramm and Samuli Suominen (#268813)
*ding-1.5 (17 Apr 2007)
diff --git a/app-text/ding/ding-1.6.ebuild b/app-text/ding/ding-1.6.ebuild
new file mode 100644
index 000000000000..bc0286cae390
--- /dev/null
+++ b/app-text/ding/ding-1.6.ebuild
@@ -0,0 +1,27 @@
+# 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.1 2009/05/06 15:11:02 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"
+}