diff options
author | Johannes Huber <johu@gentoo.org> | 2012-03-23 07:37:28 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-03-23 07:37:28 +0000 |
commit | 178018faa19cd1b2ff5e6b9e497a19d90277223f (patch) | |
tree | 5e8d3e5051377fbf91947b0a1ec7ea2b60128910 /kde-base/katepart | |
parent | Convert SGML_TOINSTALL to a bash array. Add some documentation. (diff) | |
download | gentoo-2-178018faa19cd1b2ff5e6b9e497a19d90277223f.tar.gz gentoo-2-178018faa19cd1b2ff5e6b9e497a19d90277223f.tar.bz2 gentoo-2-178018faa19cd1b2ff5e6b9e497a19d90277223f.zip |
Remove KDE SC 4.8.0
(Portage version: 2.2.0_alpha93/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/katepart')
-rw-r--r-- | kde-base/katepart/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/katepart/katepart-4.8.0.ebuild | 28 |
2 files changed, 4 insertions, 29 deletions
diff --git a/kde-base/katepart/ChangeLog b/kde-base/katepart/ChangeLog index 760c74978580..78c640aae8b2 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.19 2012/03/06 23:35:13 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/katepart/ChangeLog,v 1.20 2012/03/23 07:37:26 johu Exp $ + + 23 Mar 2012; Johannes Huber <johu@gentoo.org> -katepart-4.8.0.ebuild: + Remove KDE SC 4.8.0 *katepart-4.8.1 (06 Mar 2012) diff --git a/kde-base/katepart/katepart-4.8.0.ebuild b/kde-base/katepart/katepart-4.8.0.ebuild deleted file mode 100644 index 47eb9e65ebfa..000000000000 --- a/kde-base/katepart/katepart-4.8.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.8.0.ebuild,v 1.1 2012/01/25 18:16:59 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 -} |