diff options
Diffstat (limited to 'kde-base/katepart')
-rw-r--r-- | kde-base/katepart/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/katepart/katepart-4.9.0.ebuild | 28 |
2 files changed, 4 insertions, 29 deletions
diff --git a/kde-base/katepart/ChangeLog b/kde-base/katepart/ChangeLog index 05977411602e..ad23ff36b453 100644 --- a/kde-base/katepart/ChangeLog +++ b/kde-base/katepart/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/katepart # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/katepart/ChangeLog,v 1.42 2012/09/19 15:19:36 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/katepart/ChangeLog,v 1.43 2012/09/21 09:33:17 johu Exp $ + + 21 Sep 2012; Johannes Huber <johu@gentoo.org> -katepart-4.9.0.ebuild: + Remove KDE SC 4.9.0 19 Sep 2012; Alexis Ballier <aballier@gentoo.org> katepart-4.9.1.ebuild: keyword ~amd64-fbsd, bug #430072 diff --git a/kde-base/katepart/katepart-4.9.0.ebuild b/kde-base/katepart/katepart-4.9.0.ebuild deleted file mode 100644 index 29f848c47440..000000000000 --- a/kde-base/katepart/katepart-4.9.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/katepart/katepart-4.9.0.ebuild,v 1.1 2012/08/01 22:17:04 johu Exp $ - -EAPI=4 - -KDE_HANDBOOK="optional" -KMNAME="kate" -KMMODULE="part" -KDE_SCM="git" -inherit kde4-meta - -DESCRIPTION="KDE Editor KPart" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug" - -RESTRICT="test" -# bug 392993 - -add_blocker kdelibs 4.6.50 - -src_configure() { - local mycmakeargs=( - "-DKDE4_BUILD_TESTS=OFF" - ) - - kde4-meta_src_configure -} |