public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexey Shvetsov" <alexxy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/klinkstatus/, kde-base/kimagemapeditor/, kde-base/kdewebdev-meta/, ...
Date: Mon, 30 May 2011 20:51:16 +0000 (UTC)	[thread overview]
Message-ID: <6602342de5cec1f0d1c8bfdea38b539d202211d6.alexxy@gentoo> (raw)

commit:     6602342de5cec1f0d1c8bfdea38b539d202211d6
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Mon May 30 20:50:39 2011 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Mon May 30 20:50:39 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6602342d

[kde-base] Add kdewebdev

---
 .../kdewebdev-meta/kdewebdev-meta-4.6.80.ebuild    |    2 +-
 kde-base/kfilereplace/kfilereplace-4.6.80.ebuild   |   12 ++++++
 .../kimagemapeditor/kimagemapeditor-4.6.80.ebuild  |   13 +++++++
 kde-base/klinkstatus/klinkstatus-4.6.80.ebuild     |   36 ++++++++++++++++++++
 kde-base/kommander/kommander-4.6.80.ebuild         |   13 +++++++
 5 files changed, 75 insertions(+), 1 deletions(-)

diff --git a/kde-base/kdewebdev-meta/kdewebdev-meta-4.6.80.ebuild b/kde-base/kdewebdev-meta/kdewebdev-meta-4.6.80.ebuild
index 4d6ea2b..3ece38b 100644
--- a/kde-base/kdewebdev-meta/kdewebdev-meta-4.6.80.ebuild
+++ b/kde-base/kdewebdev-meta/kdewebdev-meta-4.6.80.ebuild
@@ -6,7 +6,7 @@ EAPI=4
 inherit kde4-meta-pkg
 
 DESCRIPTION="KDE WebDev - merge this to pull in all kdewebdev-derived packages"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="

diff --git a/kde-base/kfilereplace/kfilereplace-4.6.80.ebuild b/kde-base/kfilereplace/kfilereplace-4.6.80.ebuild
new file mode 100644
index 0000000..238b233
--- /dev/null
+++ b/kde-base/kfilereplace/kfilereplace-4.6.80.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+KDE_HANDBOOK="optional"
+KMNAME="kdewebdev"
+inherit kde4-meta
+
+DESCRIPTION="KDE web development - powerful search and replace in multiple files"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"

diff --git a/kde-base/kimagemapeditor/kimagemapeditor-4.6.80.ebuild b/kde-base/kimagemapeditor/kimagemapeditor-4.6.80.ebuild
new file mode 100644
index 0000000..ed4a552
--- /dev/null
+++ b/kde-base/kimagemapeditor/kimagemapeditor-4.6.80.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_HANDBOOK="optional"
+KMNAME="kdewebdev"
+inherit kde4-meta
+
+DESCRIPTION="KDE web development - image map editor"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"

diff --git a/kde-base/klinkstatus/klinkstatus-4.6.80.ebuild b/kde-base/klinkstatus/klinkstatus-4.6.80.ebuild
new file mode 100644
index 0000000..ffe23a4
--- /dev/null
+++ b/kde-base/klinkstatus/klinkstatus-4.6.80.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_HANDBOOK="optional"
+KMNAME="kdewebdev"
+inherit kde4-meta
+
+DESCRIPTION="KDE web development - link validity checker"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug tidy"
+
+DEPEND="
+	$(add_kdebase_dep kdepimlibs 'semantic-desktop')
+	tidy? ( app-text/htmltidy )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	mycmakeargs=(
+		-DWITH_KdepimLibs=ON
+		$(cmake-utils_use_with tidy LibTidy)
+	)
+
+	kde4-meta_src_configure
+}
+
+pkg_postinst() {
+	kde4-meta_pkg_postinst
+
+	echo
+	elog "To use scripting in ${PN}, install dev-lang/ruby."
+	echo
+}

diff --git a/kde-base/kommander/kommander-4.6.80.ebuild b/kde-base/kommander/kommander-4.6.80.ebuild
new file mode 100644
index 0000000..774ff28
--- /dev/null
+++ b/kde-base/kommander/kommander-4.6.80.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_HANDBOOK="optional"
+KMNAME="kdewebdev"
+inherit kde4-meta
+
+DESCRIPTION="KDE dialog system for scripting"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"



                 reply	other threads:[~2011-05-30 20:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6602342de5cec1f0d1c8bfdea38b539d202211d6.alexxy@gentoo \
    --to=alexxy@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox