diff options
author | 2009-12-10 22:54:41 +0000 | |
---|---|---|
committer | 2009-12-10 22:54:41 +0000 | |
commit | 56497638a3aaef113ced0bc785d5fafa448e768c (patch) | |
tree | a8d64bb83b30ef7c46e7d0cfdcf9563f1099df45 /kde-base/kturtle | |
parent | Drop KDE SC-4.3.1. (diff) | |
download | gentoo-2-56497638a3aaef113ced0bc785d5fafa448e768c.tar.gz gentoo-2-56497638a3aaef113ced0bc785d5fafa448e768c.tar.bz2 gentoo-2-56497638a3aaef113ced0bc785d5fafa448e768c.zip |
Drop KDE SC-4.3.1.
(Portage version: 2.2_rc58/cvs/Linux i686, RepoMan options: --force)
Diffstat (limited to 'kde-base/kturtle')
-rw-r--r-- | kde-base/kturtle/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kturtle/kturtle-4.3.1.ebuild | 16 |
2 files changed, 5 insertions, 17 deletions
diff --git a/kde-base/kturtle/ChangeLog b/kde-base/kturtle/ChangeLog index e2ab5164c09b..c177db5dca63 100644 --- a/kde-base/kturtle/ChangeLog +++ b/kde-base/kturtle/ChangeLog @@ -1,6 +1,10 @@ # 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.137 2009/12/10 17:02:52 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kturtle/ChangeLog,v 1.138 2009/12/10 22:54:41 scarabeus Exp $ + + 10 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org> + -kturtle-4.3.1.ebuild: + Drop KDE SC-4.3.1. 10 Dec 2009; Christian Faulhammer <fauli@gentoo.org> kturtle-4.3.3.ebuild: x86 stable, bug 292455 diff --git a/kde-base/kturtle/kturtle-4.3.1.ebuild b/kde-base/kturtle/kturtle-4.3.1.ebuild deleted file mode 100644 index fdf193d76777..000000000000 --- a/kde-base/kturtle/kturtle-4.3.1.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# 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.1.ebuild,v 1.3 2009/10/18 16:36:11 maekke 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=] -" |