diff options
author | 2009-06-04 13:28:26 +0000 | |
---|---|---|
committer | 2009-06-04 13:28:26 +0000 | |
commit | 30b68835cbc7ffa2b0f19f5ffe54431785faa678 (patch) | |
tree | 677b2f3d09712b0bea9e1e40d9b7e67ab46692f2 /kde-base/kturtle | |
parent | Version bump KDE 4.2.4 (diff) | |
download | gentoo-2-30b68835cbc7ffa2b0f19f5ffe54431785faa678.tar.gz gentoo-2-30b68835cbc7ffa2b0f19f5ffe54431785faa678.tar.bz2 gentoo-2-30b68835cbc7ffa2b0f19f5ffe54431785faa678.zip |
Version bump KDE 4.2.4
(Portage version: 2.2_rc33/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.4.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/kde-base/kturtle/ChangeLog b/kde-base/kturtle/ChangeLog index bdcc0deb8ebb..44aaefd4e4cf 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.113 2009/06/03 17:39:06 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kturtle/ChangeLog,v 1.114 2009/06/04 13:28:26 alexxy Exp $ + +*kturtle-4.2.4 (04 Jun 2009) + + 04 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> +kturtle-4.2.4.ebuild: + Version bump 03 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> -kturtle-4.2.2.ebuild: Drop KDE 4.2.2 diff --git a/kde-base/kturtle/kturtle-4.2.4.ebuild b/kde-base/kturtle/kturtle-4.2.4.ebuild new file mode 100644 index 000000000000..7df1590e9964 --- /dev/null +++ b/kde-base/kturtle/kturtle-4.2.4.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.4.ebuild,v 1.1 2009/06/04 13:28:26 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 ~sparc ~x86 ~x86-fbsd" +IUSE="debug +handbook" + +RDEPEND=" + >=kde-base/knotify-${PV}:${SLOT}[kdeprefix=] +" |