From: "Chris Reffett" <geekboy72@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/libdbusmenu-qt/
Date: Tue, 15 May 2012 14:30:35 +0000 (UTC) [thread overview]
Message-ID: <1337092067.6afbaeb8d1cb1937989b6c4b51ed0b70513202f3.creffett@gentoo> (raw)
commit: 6afbaeb8d1cb1937989b6c4b51ed0b70513202f3
Author: Chris Reffett <geekboy72 <AT> gmail <DOT> com>
AuthorDate: Tue May 15 14:27:47 2012 +0000
Commit: Chris Reffett <geekboy72 <AT> gmail <DOT> com>
CommitDate: Tue May 15 14:27:47 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6afbaeb8
[dev-libs/libdbusmenu-qt] Version bump to 0.9.2, bug 416073
---
| 61 ++++++++++++++++++++
1 files changed, 61 insertions(+), 0 deletions(-)
--git a/dev-libs/libdbusmenu-qt/libdbusmenu-qt-0.9.2.ebuild b/dev-libs/libdbusmenu-qt/libdbusmenu-qt-0.9.2.ebuild
new file mode 100644
index 0000000..31bd12b
--- /dev/null
+++ b/dev-libs/libdbusmenu-qt/libdbusmenu-qt-0.9.2.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: Exp $
+
+EAPI=4
+
+QT_DEPEND="4.6.3"
+EGIT_REPO_URI="git://gitorious.org/dbusmenu/dbusmenu-qt.git"
+
+[[ ${PV} == 9999* ]] && GIT_ECLASS="git-2"
+inherit cmake-utils virtualx ${GIT_ECLASS}
+
+DESCRIPTION="A library providing Qt implementation of DBusMenu specification"
+HOMEPAGE="https://launchpad.net/libdbusmenu-qt/"
+if [[ ${PV} == 9999* ]] ; then
+ KEYWORDS=""
+else
+ #SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2"
+ # upstream has no permissions to use some kde written code so repack git
+ # repo every time
+ SRC_URI="http://dev.gentoo.org/~creffett/${P}.tar.xz"
+ KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="LGPL-2"
+SLOT="0"
+IUSE="debug doc"
+
+RDEPEND="
+ >=x11-libs/qt-core-${QT_DEPEND}:4
+ >=x11-libs/qt-gui-${QT_DEPEND}:4[dbus]
+"
+DEPEND="${RDEPEND}
+ doc? ( app-doc/doxygen )
+ test? (
+ dev-libs/qjson
+ >=x11-libs/qt-test-${QT_DEPEND}:4
+ )
+"
+
+DOCS=(NEWS README)
+
+# tests fail due to missing conection to dbus
+RESTRICT="test"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_build test TESTS)
+ $(cmake-utils_use_with doc)
+ )
+ cmake-utils_src_configure
+}
+
+src_test() {
+ local builddir=${CMAKE_BUILD_DIR}
+
+ CMAKE_BUILD_DIR=${CMAKE_BUILD_DIR}/tests \
+ VIRTUALX_COMMAND=cmake-utils_src_test virtualmake
+
+ CMAKE_BUILD_DIR=${builddir}
+}
next reply other threads:[~2012-05-15 14:30 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-15 14:30 Chris Reffett [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-09-09 14:05 [gentoo-commits] proj/kde:master commit in: dev-libs/libdbusmenu-qt/ Johannes Huber
2017-08-31 22:13 Andreas Sturmlechner
2016-07-20 15:47 Michael Palimaka
2016-03-21 17:52 Johannes Huber
2015-12-08 14:52 Michael Palimaka
2015-03-01 15:35 Michael Palimaka
2015-01-30 20:41 Johannes Huber
2014-10-15 13:50 Michael Palimaka
2013-11-23 15:06 Michael Palimaka
2013-11-17 19:57 Johannes Huber
2013-10-17 19:26 Johannes Huber
2013-08-14 12:26 Michael Palimaka
2013-06-29 16:32 Johannes Huber
2012-05-20 19:20 Johannes Huber
2012-05-17 23:13 Johannes Huber
2012-05-17 23:13 Johannes Huber
2012-05-17 23:13 Johannes Huber
2012-04-21 19:36 Michael Palimaka
2011-04-29 13:45 Tomas Chvatal
2011-04-29 13:34 Tomas Chvatal
2011-04-13 15:45 Tomas Chvatal
2011-02-09 20:11 Dennis Schridde
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=1337092067.6afbaeb8d1cb1937989b6c4b51ed0b70513202f3.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