diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-10-06 20:15:47 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-10-06 20:15:47 +0000 |
commit | bcdaeee2ad499ff10a614637e55f0b390bcf8e86 (patch) | |
tree | d8d327a0691ee0a363748096395ac481cc4387a5 /kde-base/kturtle | |
parent | Version bump KDE 4.3.2 (diff) | |
download | gentoo-2-bcdaeee2ad499ff10a614637e55f0b390bcf8e86.tar.gz gentoo-2-bcdaeee2ad499ff10a614637e55f0b390bcf8e86.tar.bz2 gentoo-2-bcdaeee2ad499ff10a614637e55f0b390bcf8e86.zip |
Version bump KDE 4.3.2
(Portage version: 2.2_rc44/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kturtle')
-rw-r--r-- | kde-base/kturtle/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kturtle/kturtle-4.3.2.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/kde-base/kturtle/ChangeLog b/kde-base/kturtle/ChangeLog index 973a51daee17..52918d9dec4d 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.123 2009/09/01 16:06:16 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kturtle/ChangeLog,v 1.124 2009/10/06 20:15:47 alexxy Exp $ + +*kturtle-4.3.2 (06 Oct 2009) + + 06 Oct 2009; Alexey Shvetsov <alexxy@gentoo.org> +kturtle-4.3.2.ebuild: + Version bump *kturtle-4.3.1 (01 Sep 2009) diff --git a/kde-base/kturtle/kturtle-4.3.2.ebuild b/kde-base/kturtle/kturtle-4.3.2.ebuild new file mode 100644 index 000000000000..2a6fae5af33c --- /dev/null +++ b/kde-base/kturtle/kturtle-4.3.2.ebuild @@ -0,0 +1,16 @@ +# 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.3.2.ebuild,v 1.1 2009/10/06 20:15:47 alexxy Exp $ + +EAPI="2" + +KMNAME="kdeedu" +inherit kde4-meta + +DESCRIPTION="KDE: Educational programming environment using the Logo programming language" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug +handbook" + +RDEPEND=" + >=kde-base/knotify-${PV}:${SLOT}[kdeprefix=] +" |