diff options
author | 2009-11-20 02:16:27 +0000 | |
---|---|---|
committer | 2009-11-20 02:16:27 +0000 | |
commit | ee89db7d37b3d1bcf7e5134a65ecdf40cc95abe4 (patch) | |
tree | 00dbaa8501a5e704065040601233ae87cf4abf7a /kde-base/kig | |
parent | Remove KDE 3.5.10. (diff) | |
download | gentoo-2-ee89db7d37b3d1bcf7e5134a65ecdf40cc95abe4.tar.gz gentoo-2-ee89db7d37b3d1bcf7e5134a65ecdf40cc95abe4.tar.bz2 gentoo-2-ee89db7d37b3d1bcf7e5134a65ecdf40cc95abe4.zip |
Remove KDE 3.5.10.
(Portage version: 2.2_rc50/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kig')
-rw-r--r-- | kde-base/kig/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kig/kig-3.5.10.ebuild | 17 |
2 files changed, 4 insertions, 18 deletions
diff --git a/kde-base/kig/ChangeLog b/kde-base/kig/ChangeLog index f027b704652a..7135300c0a58 100644 --- a/kde-base/kig/ChangeLog +++ b/kde-base/kig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kig # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kig/ChangeLog,v 1.138 2009/11/08 23:40:20 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kig/ChangeLog,v 1.139 2009/11/20 02:16:27 ssuominen Exp $ + + 20 Nov 2009; Samuli Suominen <ssuominen@gentoo.org> -kig-3.5.10.ebuild: + Remove KDE 3.5.10. 08 Nov 2009; Alexey Shvetsov <alexxy@gentoo.org> -kig-4.3.2.ebuild: Drop KDE 4.3.2 diff --git a/kde-base/kig/kig-3.5.10.ebuild b/kde-base/kig/kig-3.5.10.ebuild deleted file mode 100644 index f5ae64e58c2d..000000000000 --- a/kde-base/kig/kig-3.5.10.ebuild +++ /dev/null @@ -1,17 +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/kig/kig-3.5.10.ebuild,v 1.7 2009/07/12 10:30:21 armin76 Exp $ -KMNAME=kdeedu -EAPI="1" -inherit kde-meta - -DESCRIPTION="KDE Interactive Geometry tool" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="kig-scripting" -DEPEND="kig-scripting? ( >=dev-libs/boost-1.32 )" - -src_compile() { - myconf="${myconf} $(use_enable kig-scripting kig-python-scripting)" - - kde_src_compile -} |