diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2008-11-09 01:10:45 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2008-11-09 01:10:45 +0000 |
commit | 88f68cb84427abd2ec7dd5836b5c834107a86e0e (patch) | |
tree | fb05f07de7700008d28891f63351cb70e4e2820b /kde-base/kturtle | |
parent | Full auto: Version bump for KDE-4.1.3 (diff) | |
download | gentoo-2-88f68cb84427abd2ec7dd5836b5c834107a86e0e.tar.gz gentoo-2-88f68cb84427abd2ec7dd5836b5c834107a86e0e.tar.bz2 gentoo-2-88f68cb84427abd2ec7dd5836b5c834107a86e0e.zip |
Full auto: Version bump for KDE-4.1.3
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo i686)
Diffstat (limited to 'kde-base/kturtle')
-rw-r--r-- | kde-base/kturtle/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kturtle/kturtle-4.1.3.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/kde-base/kturtle/ChangeLog b/kde-base/kturtle/ChangeLog index 5694c8479357..0c848d31f9a4 100644 --- a/kde-base/kturtle/ChangeLog +++ b/kde-base/kturtle/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kturtle # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kturtle/ChangeLog,v 1.96 2008/10/21 11:25:48 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kturtle/ChangeLog,v 1.97 2008/11/09 01:10:45 scarabeus Exp $ + +*kturtle-4.1.3 (09 Nov 2008) + + 09 Nov 2008; Tomas Chvatal <scarabeus@gentoo.org> +kturtle-4.1.3.ebuild: + Version bump. 21 Oct 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> -kturtle-4.0.4.ebuild, -kturtle-4.0.5.ebuild: diff --git a/kde-base/kturtle/kturtle-4.1.3.ebuild b/kde-base/kturtle/kturtle-4.1.3.ebuild new file mode 100644 index 000000000000..95f8a5c40e03 --- /dev/null +++ b/kde-base/kturtle/kturtle-4.1.3.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kturtle/kturtle-4.1.3.ebuild,v 1.1 2008/11/09 01:10:45 scarabeus Exp $ + +EAPI="2" + +KMNAME=kdeedu +inherit kde4-meta + +DESCRIPTION="KDE: Educational programming environment using the Logo programming language" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" + +RDEPEND=">=kde-base/knotify-${PV}:${SLOT}" |