diff options
author | Dror Levin <spatz@gentoo.org> | 2010-03-30 21:44:05 +0000 |
---|---|---|
committer | Dror Levin <spatz@gentoo.org> | 2010-03-30 21:44:05 +0000 |
commit | 0767097556a8a60eff943606343ca0962a5c32dd (patch) | |
tree | 8d5bd4005c9654f98c23fe1a1039c80c5a53ecab /kde-base/kturtle | |
parent | Version bump KDE 4.4.2 (diff) | |
download | gentoo-2-0767097556a8a60eff943606343ca0962a5c32dd.tar.gz gentoo-2-0767097556a8a60eff943606343ca0962a5c32dd.tar.bz2 gentoo-2-0767097556a8a60eff943606343ca0962a5c32dd.zip |
Version bump KDE 4.4.2
(Portage version: 2.2_rc67/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.4.2.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/kde-base/kturtle/ChangeLog b/kde-base/kturtle/ChangeLog index b8fdd6cba8c5..03ae21829f51 100644 --- a/kde-base/kturtle/ChangeLog +++ b/kde-base/kturtle/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kturtle # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kturtle/ChangeLog,v 1.145 2010/03/11 18:35:25 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kturtle/ChangeLog,v 1.146 2010/03/30 21:44:05 spatz Exp $ + +*kturtle-4.4.2 (30 Mar 2010) + + 30 Mar 2010; Dror Levin <spatz@gentoo.org> +kturtle-4.4.2.ebuild: + Version bump 11 Mar 2010; Brent Baude <ranger@gentoo.org> kturtle-4.3.5.ebuild: Marking kturtle-4.3.5 ppc stable for bug 300393 diff --git a/kde-base/kturtle/kturtle-4.4.2.ebuild b/kde-base/kturtle/kturtle-4.4.2.ebuild new file mode 100644 index 000000000000..4e22dfd31540 --- /dev/null +++ b/kde-base/kturtle/kturtle-4.4.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kturtle/kturtle-4.4.2.ebuild,v 1.1 2010/03/30 21:44:05 spatz Exp $ + +EAPI="3" + +KMNAME="kdeedu" +inherit kde4-meta + +DESCRIPTION="KDE: Educational programming environment using the Logo programming language" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +handbook" + +RDEPEND=" + $(add_kdebase_dep knotify) +" |