summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2007-04-17 07:19:01 +0000
committerTorsten Veller <tove@gentoo.org>2007-04-17 07:19:01 +0000
commit193b130d5c2e86d14473c62a829175dc8ea807ad (patch)
treee2ff658f78e6bdbdb49330e17d09927489cdd598 /app-text/ding
parentDEPEND removed; it is inherited from elisp.eclass. (diff)
downloadgentoo-2-193b130d5c2e86d14473c62a829175dc8ea807ad.tar.gz
gentoo-2-193b130d5c2e86d14473c62a829175dc8ea807ad.tar.bz2
gentoo-2-193b130d5c2e86d14473c62a829175dc8ea807ad.zip
Version bump
(Portage version: 2.1.2.4)
Diffstat (limited to 'app-text/ding')
-rw-r--r--app-text/ding/ChangeLog8
-rw-r--r--app-text/ding/ding-1.5.ebuild27
-rw-r--r--app-text/ding/files/digest-ding-1.53
-rw-r--r--app-text/ding/metadata.xml4
4 files changed, 37 insertions, 5 deletions
diff --git a/app-text/ding/ChangeLog b/app-text/ding/ChangeLog
index e176c1fe8e31..f5c21cfc3744 100644
--- a/app-text/ding/ChangeLog
+++ b/app-text/ding/ChangeLog
@@ -1,6 +1,12 @@
# 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.15 2007/02/10 14:45:06 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ding/ChangeLog,v 1.16 2007/04/17 07:19:01 tove Exp $
+
+*ding-1.5 (17 Apr 2007)
+
+ 17 Apr 2007; Torsten Veller <tove@gentoo.org> metadata.xml,
+ +ding-1.5.ebuild:
+ Versio bump
10 Feb 2007; Torsten Veller <tove@gentoo.org> files/digest-ding-1.4,
Manifest:
diff --git a/app-text/ding/ding-1.5.ebuild b/app-text/ding/ding-1.5.ebuild
new file mode 100644
index 000000000000..b2a37c6dc6f2
--- /dev/null
+++ b/app-text/ding/ding-1.5.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/ding/ding-1.5.ebuild,v 1.1 2007/04/17 07:19:01 tove Exp $
+
+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
+ dodoc CHANGES README
+
+ insinto /usr/share/icons
+ doins ding.png || die "problem with png."
+ insinto /usr/share/applications
+ doins ding.desktop || die ".desktop problem"
+}
diff --git a/app-text/ding/files/digest-ding-1.5 b/app-text/ding/files/digest-ding-1.5
new file mode 100644
index 000000000000..a06136d460c0
--- /dev/null
+++ b/app-text/ding/files/digest-ding-1.5
@@ -0,0 +1,3 @@
+MD5 74c2b3104f8732107c23c005b64d5609 ding-1.5.tar.gz 2870192
+RMD160 3623b52c37edfc0d458bd8fcdb0e7d5809a66497 ding-1.5.tar.gz 2870192
+SHA256 d873ecd21405529d5b97aa1e98e9dd03283419ec41a6a13507507597fcc667af ding-1.5.tar.gz 2870192
diff --git a/app-text/ding/metadata.xml b/app-text/ding/metadata.xml
index b7c6efb1e134..c4eb3fb80112 100644
--- a/app-text/ding/metadata.xml
+++ b/app-text/ding/metadata.xml
@@ -5,10 +5,6 @@
<maintainer>
<email>tove@gentoo.org</email>
<name>Torsten Veller</name>
- <description>
- just added the metadata.xml file --
- feel free to take maintainership
- </description>
</maintainer>
</pkgmetadata>