From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevplatform/
Date: Tue, 27 May 2014 18:25:00 +0000 (UTC) [thread overview]
Message-ID: <1401215086.f27fe122ef52b6a7cc1bcefa8d55838bb6d413dc.johu@gentoo> (raw)
commit: f27fe122ef52b6a7cc1bcefa8d55838bb6d413dc
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue May 27 18:24:46 2014 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue May 27 18:24:46 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f27fe122
[dev-util/kdevplatform] KF5 version
Package-Manager: portage-2.2.10
---
dev-util/kdevplatform/kdevplatform-9999.ebuild | 78 ++++++++++++++++++++++++++
1 file changed, 78 insertions(+)
diff --git a/dev-util/kdevplatform/kdevplatform-9999.ebuild b/dev-util/kdevplatform/kdevplatform-9999.ebuild
new file mode 100644
index 0000000..7f80fcb
--- /dev/null
+++ b/dev-util/kdevplatform/kdevplatform-9999.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+# TODO tests hang + fail
+# KDE_TEST="true"
+# VIRTUALDBUS_TEST="true"
+# VIRTUALX_REQUIRED="test"
+RESTRICT="test"
+KMNAME="kdevelop"
+EGIT_REPONAME="${PN}"
+EGIT_BRANCH="frameworks"
+inherit kde5
+
+DESCRIPTION="KDE development support libraries and apps"
+IUSE="cvs reviewboard"
+KEYWORDS=""
+
+# TODO features disabled by upstream, maybe more
+# Templates: dev-libs/grantlee
+# Konsole support: $(add_kdebase_dep konsole)
+# Subversion integration: subversion? (dev-libs/apr dev-libs/apr-util dev-vcs/subversion )
+DEPEND="
+ $(add_frameworks_dep karchive)
+ $(add_frameworks_dep kbookmarks)
+ $(add_frameworks_dep kcmutils)
+ $(add_frameworks_dep kcodecs)
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdelibs4support)
+ $(add_frameworks_dep kguiaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kitemmodels)
+ $(add_frameworks_dep kitemviews)
+ $(add_frameworks_dep kjobwidgets)
+ $(add_frameworks_dep knewstuff)
+ $(add_frameworks_dep knotifications)
+ $(add_frameworks_dep knotifyconfig)
+ $(add_frameworks_dep kparts)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep ktexteditor)
+ $(add_frameworks_dep ktextwidgets)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kwindowsystem)
+ $(add_frameworks_dep kxmlgui)
+ $(add_frameworks_dep sonnet)
+ $(add_frameworks_dep threadweaver)
+ $(add_kdebase_dep libkomparediff2)
+ dev-libs/boost:=
+ dev-qt/qtdbus:5
+ dev-qt/qtgui:5
+ dev-qt/qtnetwork:5
+ dev-qt/qtquick1:5
+ dev-qt/qttest:5
+ dev-qt/qtwebkit:5
+ dev-qt/qtwidgets:5
+ dev-qt/qtxml:5
+"
+RDEPEND="${DEPEND}
+ cvs? ( dev-vcs/cvs )
+ !dev-util/kdevelop:4
+ !dev-util/kdevplatform:4
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_build cvs)
+ $(cmake-utils_use_build reviewboard)
+ )
+
+ kde5_src_configure
+}
next reply other threads:[~2014-05-27 18:25 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-27 18:25 Johannes Huber [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-08-18 17:05 [gentoo-commits] proj/kde:master commit in: dev-util/kdevplatform/ Andreas Sturmlechner
2017-08-08 18:23 Andreas Sturmlechner
2017-08-08 6:32 Andreas Sturmlechner
2017-06-24 16:14 Andreas Sturmlechner
2017-03-23 0:45 Andreas Sturmlechner
2017-03-18 21:42 Johannes Huber
2017-01-06 14:15 Johannes Huber
2016-08-31 14:30 Michael Palimaka
2016-08-28 19:39 Michael Palimaka
2016-08-24 13:38 Michael Palimaka
2016-08-21 20:33 Michael Palimaka
2016-08-21 20:21 Michael Palimaka
2016-03-24 20:59 Johannes Huber
2015-12-15 13:26 Michael Palimaka
2015-10-11 6:54 Michael Palimaka
2015-08-13 22:10 Johannes Huber
2015-07-18 20:38 Johannes Huber
2015-02-10 19:50 Johannes Huber
2014-12-29 16:05 Michael Palimaka
2014-12-26 16:29 Michael Palimaka
2014-12-26 13:14 Michael Palimaka
2014-12-26 10:30 Michael Palimaka
2014-12-26 9:45 Michael Palimaka
2014-12-26 9:45 Michael Palimaka
2014-12-26 8:58 Michael Palimaka
2014-11-24 12:49 Michael Palimaka
2014-09-18 14:23 Johannes Huber
2014-03-12 13:06 Johannes Huber
2013-12-27 16:19 Chris Reffett
2013-03-03 16:14 Michael Palimaka
2012-12-10 15:59 Michael Palimaka
2012-10-31 4:29 Patrick Lauer
2012-10-30 15:20 Michael Palimaka
2012-03-12 15:57 Johannes Huber
2012-03-12 15:57 Johannes Huber
2012-02-19 10:46 Theo Chatzimichos
2012-02-18 16:51 Theo Chatzimichos
2012-02-17 19:36 Ian Delaney
2012-02-17 3:01 Ian Delaney
2011-02-23 16:05 Theo Chatzimichos
2011-02-13 10:00 Andreas K. Huettel
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=1401215086.f27fe122ef52b6a7cc1bcefa8d55838bb6d413dc.johu@gentoo \
--to=johu@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