From: "Chris Reffett" <geekboy72@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop-qmake/
Date: Sun, 8 Jul 2012 15:23:13 +0000 (UTC) [thread overview]
Message-ID: <1341760954.8a1241052135b83ce0649d3be7f8d21deab31a4a.creffett@gentoo> (raw)
commit: 8a1241052135b83ce0649d3be7f8d21deab31a4a
Author: Chris Reffett <geekboy72 <AT> gmail <DOT> com>
AuthorDate: Sun Jul 8 15:21:46 2012 +0000
Commit: Chris Reffett <geekboy72 <AT> gmail <DOT> com>
CommitDate: Sun Jul 8 15:22:34 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8a124105
[dev-util/kdevelop-qmake] New ebuild wrt bug 425210, credit to Franz Fellner (alpine.art.de <AT> googlemail.com)
(Portage version: 2.2.0_alpha116/git/Linux x86_64, unsigned Manifest commit)
---
dev-util/kdevelop-qmake/kdevelop-qmake-9999.ebuild | 39 ++++++++++++++++++++
dev-util/kdevelop-qmake/metadata.xml | 8 ++++
2 files changed, 47 insertions(+), 0 deletions(-)
diff --git a/dev-util/kdevelop-qmake/kdevelop-qmake-9999.ebuild b/dev-util/kdevelop-qmake/kdevelop-qmake-9999.ebuild
new file mode 100644
index 0000000..2ff0cca
--- /dev/null
+++ b/dev-util/kdevelop-qmake/kdevelop-qmake-9999.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KMNAME="kdev-qmake"
+KDE_SCM="git"
+inherit kde4-base
+
+DESCRIPTION="Adds suppport for qmake projects to kdevelop."
+HOMEPAGE="http://www.kdevelop.org"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS=""
+IUSE="tools"
+
+RESTRICT="test" #Tests fail, and we usually don't want to run tests on live
+ #versions anyway
+DEPEND="
+ dev-util/kdevelop
+ >=dev-util/kdevplatform-1.3.60
+ dev-util/kdevelop-pg-qt
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ mycmakeargs=(
+ $(cmake-utils_use_build tools qmake_parser)
+ )
+ kde4-base_src_configure
+}
+
+src_install() {
+ kde4-base_src_install
+ #Move this file to prevent a collision with kappwizard
+ mv "${D}"/usr/share/apps/kdevappwizard/templates/qmake_qt4guiapp.tar.bz2 "${D}"/usr/share/apps/kdevappwizard/templates/kdevelop-qmake_qt4guiapp.tar.bz2
+}
diff --git a/dev-util/kdevelop-qmake/metadata.xml b/dev-util/kdevelop-qmake/metadata.xml
new file mode 100644
index 0000000..cfc5d15
--- /dev/null
+++ b/dev-util/kdevelop-qmake/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>kde</herd>
+<use>
+ <flag name="tools">Build and install the qmake-parser debugging tool</flag>
+</use>
+</pkgmetadata>
next reply other threads:[~2012-07-08 15:23 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-08 15:23 Chris Reffett [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-06-29 18:05 [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop-qmake/ Johannes Huber
2014-05-30 7:19 Johannes Huber
2014-09-18 14:59 Johannes Huber
2015-07-14 21:32 Johannes Huber
2015-07-14 21:32 Johannes Huber
2015-08-24 9:39 Johannes Huber
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=1341760954.8a1241052135b83ce0649d3be7f8d21deab31a4a.creffett@gentoo \
--to=geekboy72@gmail.com \
--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