From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Qacrc-0004yB-PE for garchives@archives.gentoo.org; Sun, 26 Jun 2011 00:06:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B73B71C0A9; Sun, 26 Jun 2011 00:06:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8A14A1C09E for ; Sun, 26 Jun 2011 00:06:04 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 13E752AC0D3 for ; Sun, 26 Jun 2011 00:06:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 2338D8003C for ; Sun, 26 Jun 2011 00:06:03 +0000 (UTC) From: "Jorge Manuel B. S. Vicetto" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jorge Manuel B. S. Vicetto" Message-ID: Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kate/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kate/kate-4.6.90.ebuild X-VCS-Directories: kde-base/kate/ X-VCS-Committer: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto X-VCS-Revision: da49d15d7339958265630907784f062059a602c4 Date: Sun, 26 Jun 2011 00:06:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 238737059bab526dbc257c8e4bbc898b commit: da49d15d7339958265630907784f062059a602c4 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) ge= ntoo org> AuthorDate: Sun Jun 26 00:00:57 2011 +0000 Commit: Jorge Manuel B. S. Vicetto gentoo org= > CommitDate: Sun Jun 26 00:00:57 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3Dda49d15d [kde-base/kate] 4.6.90 version bump. --- kde-base/kate/kate-4.6.90.ebuild | 41 ++++++++++++++++++++++++++++++++= ++++++ 1 files changed, 41 insertions(+), 0 deletions(-) diff --git a/kde-base/kate/kate-4.6.90.ebuild b/kde-base/kate/kate-4.6.90= .ebuild new file mode 100644 index 0000000..a35f42d --- /dev/null +++ b/kde-base/kate/kate-4.6.90.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +KDE_HANDBOOK=3D"optional" +KMNAME=3D"kate" +KDE_SCM=3D"git" +inherit kde4-meta + +DESCRIPTION=3D"Kate is an MDI texteditor." +KEYWORDS=3D"~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE=3D"debug +plasma" + +DEPEND=3D" + dev-libs/libxml2 + dev-libs/libxslt +" +RDEPEND=3D"${DEPEND} + $(add_kdebase_dep katepart) +" + +src_configure() { + mycmakeargs=3D( + $(cmake-utils_use_with plasma) + ) + + kde4-meta_src_configure +} + +pkg_postinst() { + kde4-meta_pkg_postinst + + if ! has_version kde-base/kaddressbook:${SLOT}; then + echo + elog "File templates plugin requires kde-base/kaddressbook:${SLOT}." + elog "Please install it if you plan to use this plugin." + echo + fi +}