summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-01-13 23:03:38 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-01-13 23:03:38 +0000
commit6f9f04498e97d27791190543233f436105cc27ca (patch)
treea1640cff754b34b6d37de4c57add21986eb0f309 /kde-base/kturtle
parentBump kde to 4.1.4 (diff)
downloadgentoo-2-6f9f04498e97d27791190543233f436105cc27ca.tar.gz
gentoo-2-6f9f04498e97d27791190543233f436105cc27ca.tar.bz2
gentoo-2-6f9f04498e97d27791190543233f436105cc27ca.zip
Bump kde to 4.1.4
(Portage version: 2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'kde-base/kturtle')
-rw-r--r--kde-base/kturtle/ChangeLog9
-rw-r--r--kde-base/kturtle/kturtle-4.1.4.ebuild14
2 files changed, 21 insertions, 2 deletions
diff --git a/kde-base/kturtle/ChangeLog b/kde-base/kturtle/ChangeLog
index 198314d8845c..a55170052f64 100644
--- a/kde-base/kturtle/ChangeLog
+++ b/kde-base/kturtle/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kturtle
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kturtle/ChangeLog,v 1.98 2008/11/16 08:10:52 vapier Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kturtle/ChangeLog,v 1.99 2009/01/13 23:03:38 alexxy Exp $
+
+*kturtle-4.1.4 (13 Jan 2009)
+
+ 13 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> +kturtle-4.1.4.ebuild:
+ Bump to 4.1.4
15 Nov 2008; Mike Frysinger <vapier@gentoo.org> kturtle-4.1.3.ebuild:
Add ppc/ppc64 love #244306.
diff --git a/kde-base/kturtle/kturtle-4.1.4.ebuild b/kde-base/kturtle/kturtle-4.1.4.ebuild
new file mode 100644
index 000000000000..ab3437b176f2
--- /dev/null
+++ b/kde-base/kturtle/kturtle-4.1.4.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kturtle/kturtle-4.1.4.ebuild,v 1.1 2009/01/13 23:03:38 alexxy Exp $
+
+EAPI="2"
+
+KMNAME=kdeedu
+inherit kde4-meta
+
+DESCRIPTION="KDE: Educational programming environment using the Logo programming language"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="debug htmlhandbook"
+
+RDEPEND=">=kde-base/knotify-${PV}:${SLOT}"