* [gentoo-commits] proj/qt:master commit in: net-libs/qmf/
@ 2012-05-03 7:24 Johannes Huber
0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber @ 2012-05-03 7:24 UTC (permalink / raw
To: gentoo-commits
commit: 45774e4400c5256cd1b9db4945dcf747a3b6fc71
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu May 3 07:18:08 2012 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu May 3 07:18:08 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=45774e44
[net-libs/qmf] Migrate to virtual/pkgconfig.
(Portage version: 2.2.0_alpha101/git/Linux i686, unsigned Manifest commit)
---
net-libs/qmf/qmf-9999.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/net-libs/qmf/qmf-9999.ebuild b/net-libs/qmf/qmf-9999.ebuild
index 5323bc3..92aeced 100644
--- a/net-libs/qmf/qmf-9999.ebuild
+++ b/net-libs/qmf/qmf-9999.ebuild
@@ -32,7 +32,7 @@ RDEPEND="
examples? ( >=x11-libs/qt-webkit-4.6.0:4 )
"
DEPEND="${RDEPEND}
- dev-util/pkgconfig
+ virtual/pkgconfig
test? ( >=x11-libs/qt-test-4.6.0:4 )
!!<net-libs/qmf-2.0_p201209
"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/qt:master commit in: net-libs/qmf/
@ 2013-01-03 16:02 Michael Palimaka
0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka @ 2013-01-03 16:02 UTC (permalink / raw
To: gentoo-commits
commit: e2ee9c6b7042cf9ac0353ae6b40931b32bd2d3d6
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 3 15:58:58 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jan 3 15:58:58 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=e2ee9c6b
[net-libs/qmf] Use subslots for automatic icu rebuild.
Package-Manager: portage-2.1.11.38
---
net-libs/qmf/qmf-9999.ebuild | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-libs/qmf/qmf-9999.ebuild b/net-libs/qmf/qmf-9999.ebuild
index 3d6dda3..85caf20 100644
--- a/net-libs/qmf/qmf-9999.ebuild
+++ b/net-libs/qmf/qmf-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
inherit qt4-r2
@@ -24,7 +24,7 @@ KEYWORDS=""
IUSE="debug doc examples test"
RDEPEND="
- dev-libs/icu
+ dev-libs/icu:=
sys-libs/zlib
>=x11-libs/qt-core-4.6.0:4
>=x11-libs/qt-gui-4.6.0:4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/qt:master commit in: net-libs/qmf/
@ 2013-08-12 0:05 Davide Pesavento
0 siblings, 0 replies; 5+ messages in thread
From: Davide Pesavento @ 2013-08-12 0:05 UTC (permalink / raw
To: gentoo-commits
commit: 11542e9b42ea55715c27ebf8dc24af85e030cbb9
Author: Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Mon Aug 12 00:06:07 2013 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Mon Aug 12 00:06:07 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=11542e9b
[net-libs/qmf] Sync with portage.
Package-Manager: portage-2.2.0_alpha196
---
net-libs/qmf/qmf-9999.ebuild | 17 +++++++----------
1 file changed, 7 insertions(+), 10 deletions(-)
diff --git a/net-libs/qmf/qmf-9999.ebuild b/net-libs/qmf/qmf-9999.ebuild
index 527c949..6499b18 100644
--- a/net-libs/qmf/qmf-9999.ebuild
+++ b/net-libs/qmf/qmf-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/qmf/qmf-4.0.3.ebuild,v 1.1 2013/08/11 23:35:41 pesa Exp $
EAPI=5
@@ -45,12 +45,13 @@ PATCHES=(
src_prepare() {
qt4-r2_src_prepare
- sed -i -e '/benchmarks/d' \
- -e '/tests/d' \
- messagingframework.pro || die
+ sed -i -e '/SUBDIRS.*=/s/benchmarks//' messagingframework.pro || die
if ! use examples; then
- sed -i -e '/examples/d' messagingframework.pro || die
+ sed -i -e '/SUBDIRS.*=/s/examples//' messagingframework.pro || die
+ fi
+ if ! use test; then
+ sed -i -e '/SUBDIRS.*=/s/tests//' messagingframework.pro || die
fi
# disable automagic deps
@@ -78,11 +79,6 @@ src_test() {
echo ">>> Test phase [QTest]: ${CATEGORY}/${PF}"
cd "${S}"/tests
- einfo "Building tests"
- eqmake4 QMF_INSTALL_ROOT="${EPREFIX}/usr"
- emake
-
- einfo "Running tests"
export QMF_DATA=${T}
local fail=false test=
for test in tst_*; do
@@ -95,6 +91,7 @@ src_test() {
fi
echo
done
+
${fail} && die "some tests have failed!"
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/qt:master commit in: net-libs/qmf/
@ 2015-03-30 15:37 Davide Pesavento
0 siblings, 0 replies; 5+ messages in thread
From: Davide Pesavento @ 2015-03-30 15:37 UTC (permalink / raw
To: gentoo-commits
commit: 2f9fb5123552ebc27eda3f29d22c4ac87cfe1b2a
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 30 15:37:40 2015 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Mon Mar 30 15:37:40 2015 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=2f9fb512
[net-libs/qmf] Sync.
Package-Manager: portage-2.2.18
net-libs/qmf/qmf-9999.ebuild | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/net-libs/qmf/qmf-9999.ebuild b/net-libs/qmf/qmf-9999.ebuild
index 1585667..2eb8cb9 100644
--- a/net-libs/qmf/qmf-9999.ebuild
+++ b/net-libs/qmf/qmf-9999.ebuild
@@ -1,22 +1,24 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/qmf/qmf-4.0.3.ebuild,v 1.1 2013/08/11 23:35:41 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/qmf/qmf-4.0.3.ebuild,v 1.6 2015/03/30 15:34:56 pesa Exp $
EAPI=5
inherit qt4-r2
-if [[ ${PV} == *9999* ]]; then
- inherit git-2
- EGIT_REPO_URI="git://gitorious.org/qt-labs/messagingframework.git
- https://git.gitorious.org/qt-labs/messagingframework.git"
+if [[ ${PV} == *9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI=(
+ "git://code.qt.io/qt-labs/messagingframework.git"
+ "https://code.qt.io/git/qt-labs/messagingframework.git"
+ )
else
SRC_URI="http://dev.gentoo.org/~pesa/distfiles/${P}.tar.gz"
S=${WORKDIR}/qt-labs-messagingframework
fi
DESCRIPTION="The Qt Messaging Framework"
-HOMEPAGE="http://qt.gitorious.org/qt-labs/messagingframework"
+HOMEPAGE="https://code.qt.io/cgit/qt-labs/messagingframework.git/"
LICENSE="LGPL-2.1"
SLOT="0"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/qt:master commit in: net-libs/qmf/
@ 2015-08-25 2:44 Davide Pesavento
0 siblings, 0 replies; 5+ messages in thread
From: Davide Pesavento @ 2015-08-25 2:44 UTC (permalink / raw
To: gentoo-commits
commit: cd8d0892798bdc7fca89071aed4b729a6eaffa60
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 02:44:24 2015 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 02:44:24 2015 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=cd8d0892
net-libs/qmf: sync with gentoo.git
Package-Manager: portage-2.2.20.1
net-libs/qmf/qmf-9999.ebuild | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/net-libs/qmf/qmf-9999.ebuild b/net-libs/qmf/qmf-9999.ebuild
index dc7a93f..386f701 100644
--- a/net-libs/qmf/qmf-9999.ebuild
+++ b/net-libs/qmf/qmf-9999.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then
"https://code.qt.io/git/qt-labs/messagingframework.git"
)
else
- SRC_URI="http://dev.gentoo.org/~pesa/distfiles/${P}.tar.gz"
+ SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${P}.tar.gz"
S=${WORKDIR}/qt-labs-messagingframework
fi
@@ -36,10 +36,9 @@ RDEPEND="
DEPEND="${RDEPEND}
virtual/pkgconfig
test? ( >=dev-qt/qttest-4.8:4 )
- !!<net-libs/qmf-2.0_p201209
"
-DOCS=(CHANGES)
+DOCS=( CHANGES )
PATCHES=(
"${FILESDIR}/${PN}-4.0.2-tests.patch"
)
@@ -78,7 +77,6 @@ src_configure() {
}
src_test() {
- echo ">>> Test phase [QTest]: ${CATEGORY}/${PF}"
cd "${S}"/tests
export QMF_DATA=${T}
@@ -103,7 +101,7 @@ src_install() {
if use doc; then
emake docs
- dohtml -r doc/html/*
+ dodoc -r doc/html
dodoc doc/html/qmf.qch
docompress -x /usr/share/doc/${PF}/qmf.qch
fi
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-08-25 2:44 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-30 15:37 [gentoo-commits] proj/qt:master commit in: net-libs/qmf/ Davide Pesavento
-- strict thread matches above, loose matches on Subject: below --
2015-08-25 2:44 Davide Pesavento
2013-08-12 0:05 Davide Pesavento
2013-01-03 16:02 Michael Palimaka
2012-05-03 7:24 Johannes Huber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox