summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWulf Krueger <philantrop@gentoo.org>2007-10-19 23:39:49 +0000
committerWulf Krueger <philantrop@gentoo.org>2007-10-19 23:39:49 +0000
commit24604bf2527dcc82b9b7ce4b462e8018c77ed02c (patch)
treeef96eba64aab504dfcd5e1ccb6dfe5d54ab8a26d /kde-base/ktouch
parentBump to KDE 3.5.8. (diff)
downloadgentoo-2-24604bf2527dcc82b9b7ce4b462e8018c77ed02c.tar.gz
gentoo-2-24604bf2527dcc82b9b7ce4b462e8018c77ed02c.tar.bz2
gentoo-2-24604bf2527dcc82b9b7ce4b462e8018c77ed02c.zip
Bump to KDE 3.5.8.
(Portage version: 2.1.3.15)
Diffstat (limited to 'kde-base/ktouch')
-rw-r--r--kde-base/ktouch/ChangeLog7
-rw-r--r--kde-base/ktouch/files/digest-ktouch-3.5.83
-rw-r--r--kde-base/ktouch/ktouch-3.5.8.ebuild24
3 files changed, 33 insertions, 1 deletions
diff --git a/kde-base/ktouch/ChangeLog b/kde-base/ktouch/ChangeLog
index e3fabd5aeba9..60503b72621a 100644
--- a/kde-base/ktouch/ChangeLog
+++ b/kde-base/ktouch/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/ktouch
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ktouch/ChangeLog,v 1.74 2007/08/11 16:16:27 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ktouch/ChangeLog,v 1.75 2007/10/19 23:39:49 philantrop Exp $
+
+*ktouch-3.5.8 (19 Oct 2007)
+
+ 19 Oct 2007; Wulf C. Krueger <philantrop@gentoo.org> +ktouch-3.5.8.ebuild:
+ Bump to KDE 3.5.8.
11 Aug 2007; Raúl Porcel <armin76@gentoo.org> ktouch-3.5.7.ebuild:
x86 stable wrt #185823
diff --git a/kde-base/ktouch/files/digest-ktouch-3.5.8 b/kde-base/ktouch/files/digest-ktouch-3.5.8
new file mode 100644
index 000000000000..08701360db9b
--- /dev/null
+++ b/kde-base/ktouch/files/digest-ktouch-3.5.8
@@ -0,0 +1,3 @@
+MD5 aaae4c6fe82c806eb20942178cadad9e kdeedu-3.5.8.tar.bz2 30158456
+RMD160 e15dc74c572da3035b3daceb66c75b14d6e14818 kdeedu-3.5.8.tar.bz2 30158456
+SHA256 dddd4bef001ece864afe9502fe82c460dcf6329b9522ae0a4a2d0b94b5648b9b kdeedu-3.5.8.tar.bz2 30158456
diff --git a/kde-base/ktouch/ktouch-3.5.8.ebuild b/kde-base/ktouch/ktouch-3.5.8.ebuild
new file mode 100644
index 000000000000..1975da495f6b
--- /dev/null
+++ b/kde-base/ktouch/ktouch-3.5.8.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ktouch/ktouch-3.5.8.ebuild,v 1.1 2007/10/19 23:39:49 philantrop Exp $
+KMNAME=kdeedu
+MAXKDEVER=$PV
+KM_DEPRANGE="$PV $MAXKDEVER"
+inherit kde-meta
+
+DESCRIPTION="KDE: A program that helps you to learn and practice touch typing"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+DEPEND="$(deprange 3.5.7 $MAXKDEVER kde-base/libkdeedu)"
+
+RDEPEND="${DEPEND}"
+
+KMEXTRACTONLY="libkdeedu/kdeeduplot"
+KMCOPYLIB="libkdeeduplot libkdeedu/kdeeduplot"
+
+src_unpack() {
+ kde-meta_src_unpack
+
+ sed -i -e 's:Miscellaneous:X-Miscellaneous:' \
+ "${S}/${PN}/${PN}.desktop" || sed "Sed to fix .desktop files failed."
+}