* [gentoo-commits] repo/gentoo:master commit in: net-libs/qmf/
@ 2016-01-19 16:42 Davide Pesavento
0 siblings, 0 replies; 3+ messages in thread
From: Davide Pesavento @ 2016-01-19 16:42 UTC (permalink / raw
To: gentoo-commits
commit: c98d5533d63117b3c3640c846d7312bd1a212b98
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 19 16:41:56 2016 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Tue Jan 19 16:42:11 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c98d5533
net-libs/qmf: add missing USE dependency
Gentoo-Bug: 572218
Package-Manager: portage-2.2.27
net-libs/qmf/qmf-4.0.3.ebuild | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/net-libs/qmf/qmf-4.0.3.ebuild b/net-libs/qmf/qmf-4.0.3.ebuild
index ebaf417..12e8712 100644
--- a/net-libs/qmf/qmf-4.0.3.ebuild
+++ b/net-libs/qmf/qmf-4.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -26,16 +26,16 @@ KEYWORDS="amd64 ~ppc ~ppc64 x86"
IUSE="debug doc examples icu test zlib"
RDEPEND="
- >=dev-qt/qtcore-4.8:4
- >=dev-qt/qtgui-4.8:4
- >=dev-qt/qtsql-4.8:4
- examples? ( >=dev-qt/qtwebkit-4.8:4 )
+ dev-qt/qtcore:4[ssl]
+ dev-qt/qtgui:4
+ dev-qt/qtsql:4
+ examples? ( dev-qt/qtwebkit:4 )
icu? ( dev-libs/icu:= )
zlib? ( sys-libs/zlib )
"
DEPEND="${RDEPEND}
virtual/pkgconfig
- test? ( >=dev-qt/qttest-4.8:4 )
+ test? ( dev-qt/qttest:4 )
"
DOCS=( CHANGES )
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/qmf/
@ 2016-05-11 19:35 Davide Pesavento
0 siblings, 0 replies; 3+ messages in thread
From: Davide Pesavento @ 2016-05-11 19:35 UTC (permalink / raw
To: gentoo-commits
commit: 6f0eface2a4e6f41f55b2695a85a8702500d10ad
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Wed May 11 19:35:12 2016 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Wed May 11 19:35:12 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f0eface
net-libs/qmf: remove myself from maintainers
Package-Manager: portage-2.2.28
net-libs/qmf/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/net-libs/qmf/metadata.xml b/net-libs/qmf/metadata.xml
index c6a1777..32fe129 100644
--- a/net-libs/qmf/metadata.xml
+++ b/net-libs/qmf/metadata.xml
@@ -1,10 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="person">
- <email>pesa@gentoo.org</email>
- <name>Davide Pesavento</name>
-</maintainer>
<maintainer type="project">
<email>qt@gentoo.org</email>
<name>Gentoo Qt Project</name>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/qmf/
@ 2017-06-04 7:16 Michael Palimaka
0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2017-06-04 7:16 UTC (permalink / raw
To: gentoo-commits
commit: 923109a0c1d43754fa2e2e5c53f8b5f0ac4cb3a3
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 4 07:16:37 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jun 4 07:16:47 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=923109a0
net-libs/qmf: remove examples USE flag
The examples USE flag requires dev-qt/qtwebkit:4 which is ancient and will not
see further security updates.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
net-libs/qmf/qmf-4.0.3.ebuild | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/net-libs/qmf/qmf-4.0.3.ebuild b/net-libs/qmf/qmf-4.0.3.ebuild
index 8dd808d3194..f1d6022513e 100644
--- a/net-libs/qmf/qmf-4.0.3.ebuild
+++ b/net-libs/qmf/qmf-4.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -22,13 +22,12 @@ HOMEPAGE="https://code.qt.io/cgit/qt-labs/messagingframework.git/"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="debug doc examples icu test zlib"
+IUSE="debug doc icu test zlib"
RDEPEND="
dev-qt/qtcore:4[ssl]
dev-qt/qtgui:4
dev-qt/qtsql:4
- examples? ( dev-qt/qtwebkit:4 )
icu? ( dev-libs/icu:= )
zlib? ( sys-libs/zlib )
"
@@ -47,9 +46,9 @@ src_prepare() {
sed -i -e '/SUBDIRS.*=/s/benchmarks//' messagingframework.pro || die
- if ! use examples; then
- sed -i -e '/SUBDIRS.*=/s/examples//' messagingframework.pro || die
- fi
+ # disable examples which require dev-qt/qtwebkit:4
+ sed -i -e '/SUBDIRS.*=/s/examples//' messagingframework.pro || die
+
if ! use test; then
sed -i -e '/SUBDIRS.*=/s/tests//' messagingframework.pro || die
fi
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-06-04 7:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-11 19:35 [gentoo-commits] repo/gentoo:master commit in: net-libs/qmf/ Davide Pesavento
-- strict thread matches above, loose matches on Subject: below --
2017-06-04 7:16 Michael Palimaka
2016-01-19 16:42 Davide Pesavento
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox