diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-13 21:15:53 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-13 21:15:53 +0000 |
commit | 6f19c4f549401d4e94a3671f87ce5959ae25e352 (patch) | |
tree | a9e0e189b8302b5632b211f8b22141444849ec2b /kde-base/kate | |
parent | Bump kde to 4.1.4 (diff) | |
download | gentoo-2-6f19c4f549401d4e94a3671f87ce5959ae25e352.tar.gz gentoo-2-6f19c4f549401d4e94a3671f87ce5959ae25e352.tar.bz2 gentoo-2-6f19c4f549401d4e94a3671f87ce5959ae25e352.zip |
Bump kde to 4.1.4
(Portage version: 2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'kde-base/kate')
-rw-r--r-- | kde-base/kate/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/kate/kate-4.1.4.ebuild | 30 |
2 files changed, 37 insertions, 2 deletions
diff --git a/kde-base/kate/ChangeLog b/kde-base/kate/ChangeLog index 325a9b35156f..eaaa4708c43a 100644 --- a/kde-base/kate/ChangeLog +++ b/kde-base/kate/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kate -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.117 2008/11/16 04:45:33 vapier Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.118 2009/01/13 21:15:53 alexxy Exp $ + +*kate-4.1.4 (13 Jan 2009) + + 13 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> +kate-4.1.4.ebuild: + Bump to 4.1.4 15 Nov 2008; Mike Frysinger <vapier@gentoo.org> kate-4.1.3.ebuild: Add ppc/ppc64 love #244306. diff --git a/kde-base/kate/kate-4.1.4.ebuild b/kde-base/kate/kate-4.1.4.ebuild new file mode 100644 index 000000000000..9f15af627ee3 --- /dev/null +++ b/kde-base/kate/kate-4.1.4.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.1.4.ebuild,v 1.1 2009/01/13 21:15:53 alexxy Exp $ + +EAPI="2" + +KMNAME=kdesdk +inherit kde4-meta + +DESCRIPTION="Kate is an MDI texteditor" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="debug htmlhandbook +plasma" + +DEPEND="${DEPEND} + >=kde-base/libplasma-${PV}:${SLOT}" +RDEPEND="${DEPEND} + dev-libs/libxml2 + dev-libs/libxslt" + +src_unpack() { + use htmlhandbook && KMEXTRA="doc/kate-plugins" + kde4-meta_src_unpack +} + +src_configure() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with plasma Plasma)" + + kde4-meta_src_configure +} |