summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-03-04 22:28:48 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-03-04 22:28:48 +0000
commitd828463a276b24406fac0f713eacd2822f7b7bff (patch)
treed8114640ce59ece51d13fbbd23b27151d9778e81 /kde-base/kturtle
parentBump KDE 4.2.1 (diff)
downloadgentoo-2-d828463a276b24406fac0f713eacd2822f7b7bff.tar.gz
gentoo-2-d828463a276b24406fac0f713eacd2822f7b7bff.tar.bz2
gentoo-2-d828463a276b24406fac0f713eacd2822f7b7bff.zip
Bump KDE 4.2.1
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kturtle')
-rw-r--r--kde-base/kturtle/ChangeLog7
-rw-r--r--kde-base/kturtle/kturtle-4.2.1.ebuild14
2 files changed, 20 insertions, 1 deletions
diff --git a/kde-base/kturtle/ChangeLog b/kde-base/kturtle/ChangeLog
index ba37fadb53b1..95b93d954847 100644
--- a/kde-base/kturtle/ChangeLog
+++ b/kde-base/kturtle/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kturtle
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kturtle/ChangeLog,v 1.103 2009/02/19 23:10:27 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kturtle/ChangeLog,v 1.104 2009/03/04 22:28:48 alexxy Exp $
+
+*kturtle-4.2.1 (04 Mar 2009)
+
+ 04 Mar 2009; Alexey Shvetsov <alexxy@gentoo.org> +kturtle-4.2.1.ebuild:
+ Bump KDE 4.2.1
19 Feb 2009; Alexey Shvetsov <alexxy@gentoo.org> -kturtle-4.1.4.ebuild:
Drop stale kde 4.1.4
diff --git a/kde-base/kturtle/kturtle-4.2.1.ebuild b/kde-base/kturtle/kturtle-4.2.1.ebuild
new file mode 100644
index 000000000000..6aa22461956d
--- /dev/null
+++ b/kde-base/kturtle/kturtle-4.2.1.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.2.1.ebuild,v 1.1 2009/03/04 22:28:48 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"
+
+RDEPEND=">=kde-base/knotify-${PV}:${SLOT}"