* [gentoo-commits] gentoo-x86 commit in dev-libs/libdbusmenu-qt: ChangeLog libdbusmenu-qt-0.6.4.ebuild
@ 2010-11-09 15:08 Theo Chatzimichos (tampakrap)
0 siblings, 0 replies; 2+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2010-11-09 15:08 UTC (permalink / raw
To: gentoo-commits
tampakrap 10/11/09 15:08:55
Modified: ChangeLog
Added: libdbusmenu-qt-0.6.4.ebuild
Log:
Version bump, we switched to the git tag of the gitorious repo http://gitorious.org/dbusmenu/dbusmenu-qt, as advised in kde-packager ml
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Revision Changes Path
1.13 dev-libs/libdbusmenu-qt/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdbusmenu-qt/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdbusmenu-qt/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdbusmenu-qt/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libdbusmenu-qt/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 4 Nov 2010 14:22:56 -0000 1.12
+++ ChangeLog 9 Nov 2010 15:08:55 -0000 1.13
@@ -1,6 +1,12 @@
# ChangeLog for dev-libs/libdbusmenu-qt
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdbusmenu-qt/ChangeLog,v 1.12 2010/11/04 14:22:56 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdbusmenu-qt/ChangeLog,v 1.13 2010/11/09 15:08:55 tampakrap Exp $
+
+*libdbusmenu-qt-0.6.4 (09 Nov 2010)
+
+ 09 Nov 2010; <tampakrap@gentoo.org> +libdbusmenu-qt-0.6.4.ebuild:
+ Version bump, we switched to the git tag of the gitorious repo
+ http://gitorious.org/dbusmenu/dbusmenu-qt, as advised in kde-packager ml
04 Nov 2010; Tomáš Chvátal <scarabeus@gentoo.org>
-libdbusmenu-qt-0.3.0.ebuild,
1.1 dev-libs/libdbusmenu-qt/libdbusmenu-qt-0.6.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdbusmenu-qt/libdbusmenu-qt-0.6.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdbusmenu-qt/libdbusmenu-qt-0.6.4.ebuild?rev=1.1&content-type=text/plain
Index: libdbusmenu-qt-0.6.4.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdbusmenu-qt/libdbusmenu-qt-0.6.4.ebuild,v 1.1 2010/11/09 15:08:55 tampakrap Exp $
EAPI="3"
QT_DEPEND="4.6.3"
inherit cmake-utils virtualx
DESCRIPTION="A library providing Qt implementation of DBusMenu specification"
HOMEPAGE="https://launchpad.net/libdbusmenu-qt/"
# We are using the git tag from the gitorious repository, as advised in
# kde-packager ml http://gitorious.org/dbusmenu/dbusmenu-qt
# SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2"
SRC_URI="mirror://gentoo/libdbusmenu-qt-0.6.4.tar.bz2"
LICENSE="LGPL-2"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
SLOT="0"
IUSE="debug"
# Bug #315215, require X server running
RESTRICT="test"
RDEPEND="
>=x11-libs/qt-core-${QT_DEPEND}:4
>=x11-libs/qt-gui-${QT_DEPEND}:4[dbus]
"
DEPEND="${RDEPEND}
test? (
dev-libs/qjson
>=x11-libs/qt-test-${QT_DEPEND}:4
)
"
DOCS=(NEWS README)
src_configure() {
mycmakeargs=(
$(cmake-utils_use_build test TESTS)
)
cmake-utils_src_configure
}
# Still broken
#src_test() {
# export maketype="cmake-utils_src_test"
# virtualmake "$@"
#}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/libdbusmenu-qt: ChangeLog libdbusmenu-qt-0.6.4.ebuild
@ 2011-01-14 22:13 Andreas HAttel (dilfridge)
0 siblings, 0 replies; 2+ messages in thread
From: Andreas HAttel (dilfridge) @ 2011-01-14 22:13 UTC (permalink / raw
To: gentoo-commits
dilfridge 11/01/14 22:13:12
Modified: ChangeLog libdbusmenu-qt-0.6.4.ebuild
Log:
Fix tests (bug 315215)
(Portage version: 2.1.9.31/cvs/Linux x86_64)
Revision Changes Path
1.14 dev-libs/libdbusmenu-qt/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdbusmenu-qt/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdbusmenu-qt/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdbusmenu-qt/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libdbusmenu-qt/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 9 Nov 2010 15:08:55 -0000 1.13
+++ ChangeLog 14 Jan 2011 22:13:12 -0000 1.14
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/libdbusmenu-qt
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdbusmenu-qt/ChangeLog,v 1.13 2010/11/09 15:08:55 tampakrap Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdbusmenu-qt/ChangeLog,v 1.14 2011/01/14 22:13:12 dilfridge Exp $
+
+ 14 Jan 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+ libdbusmenu-qt-0.6.4.ebuild:
+ Fix tests (bug 315215)
*libdbusmenu-qt-0.6.4 (09 Nov 2010)
1.2 dev-libs/libdbusmenu-qt/libdbusmenu-qt-0.6.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdbusmenu-qt/libdbusmenu-qt-0.6.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdbusmenu-qt/libdbusmenu-qt-0.6.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdbusmenu-qt/libdbusmenu-qt-0.6.4.ebuild?r1=1.1&r2=1.2
Index: libdbusmenu-qt-0.6.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libdbusmenu-qt/libdbusmenu-qt-0.6.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libdbusmenu-qt-0.6.4.ebuild 9 Nov 2010 15:08:55 -0000 1.1
+++ libdbusmenu-qt-0.6.4.ebuild 14 Jan 2011 22:13:12 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdbusmenu-qt/libdbusmenu-qt-0.6.4.ebuild,v 1.1 2010/11/09 15:08:55 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdbusmenu-qt/libdbusmenu-qt-0.6.4.ebuild,v 1.2 2011/01/14 22:13:12 dilfridge Exp $
EAPI="3"
@@ -19,9 +19,6 @@
SLOT="0"
IUSE="debug"
-# Bug #315215, require X server running
-RESTRICT="test"
-
RDEPEND="
>=x11-libs/qt-core-${QT_DEPEND}:4
>=x11-libs/qt-gui-${QT_DEPEND}:4[dbus]
@@ -42,8 +39,13 @@
cmake-utils_src_configure
}
-# Still broken
-#src_test() {
-# export maketype="cmake-utils_src_test"
-# virtualmake "$@"
-#}
+src_test() {
+ pushd "${CMAKE_BUILD_DIR}/tests" > /dev/null
+ local ctestargs
+ [[ -n ${TEST_VERBOSE} ]] && ctestargs="--extra-verbose --output-on-failure"
+
+ export maketype="ctest ${ctestargs}"
+ virtualmake || die "Tests failed."
+
+ popd > /dev/null
+}
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-01-14 22:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-09 15:08 [gentoo-commits] gentoo-x86 commit in dev-libs/libdbusmenu-qt: ChangeLog libdbusmenu-qt-0.6.4.ebuild Theo Chatzimichos (tampakrap)
-- strict thread matches above, loose matches on Subject: below --
2011-01-14 22:13 Andreas HAttel (dilfridge)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox