diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-05-07 00:01:34 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-05-07 00:01:34 +0000 |
commit | da4f3b70f1630258f448025429256ad34dc5b7a7 (patch) | |
tree | b5ac4ceb2916037087abcd924a670ffd90c0d71f /kde-base/kturtle | |
parent | Version bump KDE 4.2.3 (diff) | |
download | gentoo-2-da4f3b70f1630258f448025429256ad34dc5b7a7.tar.gz gentoo-2-da4f3b70f1630258f448025429256ad34dc5b7a7.tar.bz2 gentoo-2-da4f3b70f1630258f448025429256ad34dc5b7a7.zip |
Version bump KDE 4.2.3
(Portage version: 2.2_rc31/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.2.3.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/kde-base/kturtle/ChangeLog b/kde-base/kturtle/ChangeLog index 95204c0c5b3e..fb6d84530337 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.109 2009/04/17 06:08:36 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kturtle/ChangeLog,v 1.110 2009/05/07 00:01:34 scarabeus Exp $ + +*kturtle-4.2.3 (07 May 2009) + + 07 May 2009; Tomas Chvatal <scarabeus@gentoo.org> +kturtle-4.2.3.ebuild: + Version bump 17 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> -kturtle-4.2.1.ebuild, kturtle-4.2.2: diff --git a/kde-base/kturtle/kturtle-4.2.3.ebuild b/kde-base/kturtle/kturtle-4.2.3.ebuild new file mode 100644 index 000000000000..f8aad7eef61e --- /dev/null +++ b/kde-base/kturtle/kturtle-4.2.3.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.2.3.ebuild,v 1.1 2009/05/07 00:01:34 scarabeus 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 doc" + +RDEPEND=" + >=kde-base/knotify-${PV}:${SLOT}[kdeprefix=] +" |