Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kate/
Date: Thu, 26 May 2011 11:28:43
Message-Id: 39d0b578cb8eee0fbce72e59474689b2b18bab30.jmbsvicetto@gentoo
1 commit: 39d0b578cb8eee0fbce72e59474689b2b18bab30
2 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 26 11:21:14 2011 +0000
4 Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
5 CommitDate: Thu May 26 11:21:14 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=39d0b578
7
8 [kde-base/kate] 4.6.80 version bump.
9
10 (Portage version: 2.2.0_alpha35/git/Linux x86_64, signed Manifest commit with key BB0E6E98)
11
12 ---
13 kde-base/kate/kate-4.6.80.ebuild | 39 ++++++++++++++++++++++++++++++++++++++
14 1 files changed, 39 insertions(+), 0 deletions(-)
15
16 diff --git a/kde-base/kate/kate-4.6.80.ebuild b/kde-base/kate/kate-4.6.80.ebuild
17 new file mode 100644
18 index 0000000..c93823f
19 --- /dev/null
20 +++ b/kde-base/kate/kate-4.6.80.ebuild
21 @@ -0,0 +1,39 @@
22 +# Copyright 1999-2011 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Header: $
25 +
26 +EAPI="4"
27 +
28 +KDE_HANDBOOK="optional"
29 +KMNAME="kate"
30 +KDE_SCM="git"
31 +inherit kde4-meta
32 +
33 +DESCRIPTION="Kate is an MDI texteditor."
34 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
35 +IUSE="debug +plasma"
36 +
37 +DEPEND="
38 + dev-libs/libxml2
39 + dev-libs/libxslt
40 +"
41 +RDEPEND="${DEPEND}"
42 +
43 +src_configure() {
44 + mycmakeargs=(
45 + $(cmake-utils_use_with plasma)
46 + )
47 +
48 + kde4-meta_src_configure
49 +}
50 +
51 +pkg_postinst() {
52 + kde4-meta_pkg_postinst
53 +
54 + if ! has_version kde-base/kaddressbook:${SLOT}; then
55 + echo
56 + elog "File templates plugin requires kde-base/kaddressbook:${SLOT}."
57 + elog "Please install it if you plan to use this plugin."
58 + echo
59 + fi
60 +}