public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-devel/qconf/
@ 2016-03-23 13:32 Sergey Popov
  0 siblings, 0 replies; 23+ messages in thread
From: Sergey Popov @ 2016-03-23 13:32 UTC (permalink / raw
  To: gentoo-commits

commit:     764d668f5f8bb4a447eb1d478e174a3fe8463554
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 23 13:32:38 2016 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Wed Mar 23 13:32:38 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=764d668f

sys-devel/qconf: version bump to 2.0

Package-Manager: portage-2.2.28

 sys-devel/qconf/Manifest         |  1 +
 sys-devel/qconf/qconf-2.0.ebuild | 51 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/sys-devel/qconf/Manifest b/sys-devel/qconf/Manifest
index 95d8d19..adfa77a 100644
--- a/sys-devel/qconf/Manifest
+++ b/sys-devel/qconf/Manifest
@@ -1 +1,2 @@
 DIST qconf-1.5_pre717.tar.bz2 42010 SHA256 16ece50ac3f9533cf05d7abb44a025503ef8a3ea985fb70ba4c2224f27fdf903 SHA512 c3dcabe1d8aeaf1cabacd6e2e37dcbaaea85b28ec212fa2a0a48cfeec6b0bddea35eb2bd1828a5985daad3f2ad5e2cb6edaa2fbf3fda54b9fd3cfa64d5d3aa99 WHIRLPOOL e351cc97b30b1d166d8a6cf6327833c49a95c55c68ae50959e2b0fd0d12b86ade638348cc816e665d01692abf3ea0f8721400ba89243badd2c8cda0380f2d1e6
+DIST qconf-2.0.tar.bz2 50507 SHA256 772022c9757530c192d3bb1d31c4d6076b3464a8395dc06d3019923c44f999f2 SHA512 8820dfe191149b8bf7aa2cd631a6c4900b821c30817c6bffcf79734271c47165daceef11507690d495881c8dc8d19f8dec441c7adeb2a3e36b355b66b4f5c43a WHIRLPOOL facc512a3df046e131825a45afc928b76d8c87446b8d4161695165e6551cebfb586497b2cad3c69a9a75afa0791b9c915e6f7019ead9925d867c01d7bd573f09

diff --git a/sys-devel/qconf/qconf-2.0.ebuild b/sys-devel/qconf/qconf-2.0.ebuild
new file mode 100644
index 0000000..8414d6d
--- /dev/null
+++ b/sys-devel/qconf/qconf-2.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit qmake-utils
+
+DESCRIPTION="./configure like generator for qmake-based projects"
+HOMEPAGE="http://delta.affinix.com/qconf/"
+SRC_URI="http://delta.affinix.com/download/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="+qt4 qt5"
+
+RDEPEND="
+	qt4? ( dev-qt/qtcore:4 )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtxml:5
+	)
+"
+DEPEND="${RDEPEND}"
+
+DOCS=( AUTHORS README.md TODO )
+
+REQUIRED_USE="^^ ( qt4 qt5 )"
+
+src_configure() {
+	# Fake ./configure. Fails on unknown options
+	./configure \
+		--prefix="${EPREFIX}/usr" \
+		$(use qt4 && echo "--qtdir=$(qt4_get_libdir)") \
+		$(use qt5 && echo "--qtdir=$(qt5_get_libdir)/qt5") \
+		--extraconf=QMAKE_STRIP= \
+		--verbose || die
+
+	[ ! -f Makefile ] && die "Makefile generation failure"
+
+	use qt4 && eqmake4
+	use qt5 && eqmake5
+}
+
+src_install() {
+	emake INSTALL_ROOT="${ED}" install
+	einstalldocs
+	insinto /usr/share/doc/${PF}
+	doins -r examples
+}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/qconf/
@ 2016-08-06  9:39 Pacho Ramos
  0 siblings, 0 replies; 23+ messages in thread
From: Pacho Ramos @ 2016-08-06  9:39 UTC (permalink / raw
  To: gentoo-commits

commit:     f43543bfa1347ef8cbdf9b8fd8ef31800a2db600
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  6 09:36:21 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Aug  6 09:39:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f43543bf

sys-devel/qconf: Cleanup per bug #96436

Package-Manager: portage-2.3.0

 sys-devel/qconf/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/sys-devel/qconf/metadata.xml b/sys-devel/qconf/metadata.xml
index 6001136..097975e 100644
--- a/sys-devel/qconf/metadata.xml
+++ b/sys-devel/qconf/metadata.xml
@@ -1,8 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="person">
-<email>pva@gentoo.org</email>
-<name>Peter Volkov</name>
-</maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/qconf/
@ 2016-10-01 12:41 Jeroen Roovers
  0 siblings, 0 replies; 23+ messages in thread
From: Jeroen Roovers @ 2016-10-01 12:41 UTC (permalink / raw
  To: gentoo-commits

commit:     99a6dc0baff279deb37b05aea2d41bcd09582bd7
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  1 12:37:22 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Oct  1 12:40:49 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99a6dc0b

sys-devel/qconf: Stable for HPPA PPC64 (bug #585420).

Package-Manager: portage-2.3.1
RepoMan-Options: --ignore-arches

 sys-devel/qconf/qconf-2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/qconf/qconf-2.0.ebuild b/sys-devel/qconf/qconf-2.0.ebuild
index 8414d6d..ed90c13 100644
--- a/sys-devel/qconf/qconf-2.0.ebuild
+++ b/sys-devel/qconf/qconf-2.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://delta.affinix.com/download/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm hppa ~ppc ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="+qt4 qt5"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/qconf/
@ 2016-12-19 19:56 Tobias Klausmann
  0 siblings, 0 replies; 23+ messages in thread
From: Tobias Klausmann @ 2016-12-19 19:56 UTC (permalink / raw
  To: gentoo-commits

commit:     f5315f883ee23e896ff654b2a0dc2d5bd5633a07
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 19:56:29 2016 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 19:56:29 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5315f88

sys-devel/qconf-2.0-r0: stable on amd64

Gentoo-Bug: 585420

 sys-devel/qconf/qconf-2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/qconf/qconf-2.0.ebuild b/sys-devel/qconf/qconf-2.0.ebuild
index ed90c13..efba445 100644
--- a/sys-devel/qconf/qconf-2.0.ebuild
+++ b/sys-devel/qconf/qconf-2.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://delta.affinix.com/download/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm hppa ~ppc ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm hppa ~ppc ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="+qt4 qt5"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/qconf/
@ 2016-12-22  8:57 Agostino Sarubbo
  0 siblings, 0 replies; 23+ messages in thread
From: Agostino Sarubbo @ 2016-12-22  8:57 UTC (permalink / raw
  To: gentoo-commits

commit:     8858252e9690d2cb2d874376eec4f1c78e6e5b99
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 08:55:37 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 08:55:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8858252e

sys-devel/qconf: x86 stable wrt bug #585420

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 sys-devel/qconf/qconf-2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/qconf/qconf-2.0.ebuild b/sys-devel/qconf/qconf-2.0.ebuild
index efba445..ab00f2f 100644
--- a/sys-devel/qconf/qconf-2.0.ebuild
+++ b/sys-devel/qconf/qconf-2.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://delta.affinix.com/download/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~ppc ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm hppa ~ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="+qt4 qt5"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/qconf/
@ 2016-12-25 10:09 Agostino Sarubbo
  0 siblings, 0 replies; 23+ messages in thread
From: Agostino Sarubbo @ 2016-12-25 10:09 UTC (permalink / raw
  To: gentoo-commits

commit:     8b63501600dada41b8c8cff094f67c20781fb4e6
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 25 10:08:49 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Dec 25 10:08:49 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b635016

sys-devel/qconf: sparc stable wrt bug #585420

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 sys-devel/qconf/qconf-2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/qconf/qconf-2.0.ebuild b/sys-devel/qconf/qconf-2.0.ebuild
index ab00f2f..ad0833c 100644
--- a/sys-devel/qconf/qconf-2.0.ebuild
+++ b/sys-devel/qconf/qconf-2.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://delta.affinix.com/download/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm hppa ~ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="+qt4 qt5"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/qconf/
@ 2016-12-25 10:23 Agostino Sarubbo
  0 siblings, 0 replies; 23+ messages in thread
From: Agostino Sarubbo @ 2016-12-25 10:23 UTC (permalink / raw
  To: gentoo-commits

commit:     1ad19ed0e2ac6c5d066c04927bb7c8ee7af6ee6e
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 25 10:21:34 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Dec 25 10:21:34 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ad19ed0

sys-devel/qconf: ppc stable wrt bug #585420

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 sys-devel/qconf/qconf-2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/qconf/qconf-2.0.ebuild b/sys-devel/qconf/qconf-2.0.ebuild
index ad0833c..eee65b8 100644
--- a/sys-devel/qconf/qconf-2.0.ebuild
+++ b/sys-devel/qconf/qconf-2.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://delta.affinix.com/download/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm hppa ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="+qt4 qt5"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/qconf/
@ 2017-03-26  9:04 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2017-03-26  9:04 UTC (permalink / raw
  To: gentoo-commits

commit:     1fcc537e829a1b559a86c23c11a679a088438197
Author:     Sergey Ilinykh <rion4ik <AT> gmail <DOT> com>
AuthorDate: Sun Mar 26 04:54:02 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 09:04:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fcc537e

sys-devel/qconf: version bump to 2.3

Closes: https://github.com/gentoo/gentoo/pull/4298

 sys-devel/qconf/Manifest         |  1 +
 sys-devel/qconf/qconf-2.3.ebuild | 48 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/sys-devel/qconf/Manifest b/sys-devel/qconf/Manifest
index adfa77ac7b5..aff4564c565 100644
--- a/sys-devel/qconf/Manifest
+++ b/sys-devel/qconf/Manifest
@@ -1,2 +1,3 @@
 DIST qconf-1.5_pre717.tar.bz2 42010 SHA256 16ece50ac3f9533cf05d7abb44a025503ef8a3ea985fb70ba4c2224f27fdf903 SHA512 c3dcabe1d8aeaf1cabacd6e2e37dcbaaea85b28ec212fa2a0a48cfeec6b0bddea35eb2bd1828a5985daad3f2ad5e2cb6edaa2fbf3fda54b9fd3cfa64d5d3aa99 WHIRLPOOL e351cc97b30b1d166d8a6cf6327833c49a95c55c68ae50959e2b0fd0d12b86ade638348cc816e665d01692abf3ea0f8721400ba89243badd2c8cda0380f2d1e6
 DIST qconf-2.0.tar.bz2 50507 SHA256 772022c9757530c192d3bb1d31c4d6076b3464a8395dc06d3019923c44f999f2 SHA512 8820dfe191149b8bf7aa2cd631a6c4900b821c30817c6bffcf79734271c47165daceef11507690d495881c8dc8d19f8dec441c7adeb2a3e36b355b66b4f5c43a WHIRLPOOL facc512a3df046e131825a45afc928b76d8c87446b8d4161695165e6551cebfb586497b2cad3c69a9a75afa0791b9c915e6f7019ead9925d867c01d7bd573f09
+DIST qconf-2.3.tar.xz 51848 SHA256 d189dcf5589fe7d8ca53b963ba8bd33b91c4a75d1e7d863544174e6b7d69f581 SHA512 27a532cb52067707a3e04a40260bb0f42e40adff4a643d2f048832356de58271e4051c9cb810e6fffd4b4e45dba483ed65aec062506053caa262ac03b3ec6253 WHIRLPOOL 6fc386321d4a9bbb12254d427355feaadc90c4b66dfdd0d69a635c15ed72c481aede18c506b9b15260de448931bbbbec6c3a59d374c49491e997d6f52a33ea62

diff --git a/sys-devel/qconf/qconf-2.3.ebuild b/sys-devel/qconf/qconf-2.3.ebuild
new file mode 100644
index 00000000000..11d8d88cd3f
--- /dev/null
+++ b/sys-devel/qconf/qconf-2.3.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit qmake-utils
+
+DESCRIPTION="./configure like generator for qmake-based projects"
+HOMEPAGE="https://github.com/psi-plus/qconf"
+SRC_URI="http://psi-im.org/files/qconf/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="qt4 +qt5"
+
+# There is no one to one match to autotools-based configure
+QA_CONFIGURE_OPTIONS=".*"
+
+RDEPEND="
+	qt4? ( dev-qt/qtcore:4 )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtxml:5
+	)
+"
+DEPEND="${RDEPEND}"
+
+REQUIRED_USE="^^ ( qt4 qt5 )"
+
+src_configure() {
+	use qt4 && QTVERSION=4
+	use qt5 && QTVERSION=5
+	econf \
+		--qtselect="${QTVERSION}" \
+		--extraconf=QMAKE_STRIP= \
+		--verbose || die
+
+	# just to set all the Gentoo toolchain flags
+	eqmake${QTVERSION}
+}
+
+src_install() {
+	emake INSTALL_ROOT="${D}" install
+	einstalldocs
+	insinto /usr/share/doc/${PF}
+	doins -r examples
+}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/qconf/
@ 2017-03-26  9:04 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2017-03-26  9:04 UTC (permalink / raw
  To: gentoo-commits

commit:     c1a0a94f3738f4bbefec870ca6bbdba644f4f86e
Author:     Sergey Ilinykh <rion4ik <AT> gmail <DOT> com>
AuthorDate: Sun Mar 26 05:00:33 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 09:04:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1a0a94f

sys-devel/qconf: remove old 1.5_pre717-r1

Closes: https://github.com/gentoo/gentoo/pull/4298

 sys-devel/qconf/Manifest                   |  1 -
 sys-devel/qconf/qconf-1.5_pre717-r1.ebuild | 38 ------------------------------
 2 files changed, 39 deletions(-)

diff --git a/sys-devel/qconf/Manifest b/sys-devel/qconf/Manifest
index aff4564c565..4ba9c203b1c 100644
--- a/sys-devel/qconf/Manifest
+++ b/sys-devel/qconf/Manifest
@@ -1,3 +1,2 @@
-DIST qconf-1.5_pre717.tar.bz2 42010 SHA256 16ece50ac3f9533cf05d7abb44a025503ef8a3ea985fb70ba4c2224f27fdf903 SHA512 c3dcabe1d8aeaf1cabacd6e2e37dcbaaea85b28ec212fa2a0a48cfeec6b0bddea35eb2bd1828a5985daad3f2ad5e2cb6edaa2fbf3fda54b9fd3cfa64d5d3aa99 WHIRLPOOL e351cc97b30b1d166d8a6cf6327833c49a95c55c68ae50959e2b0fd0d12b86ade638348cc816e665d01692abf3ea0f8721400ba89243badd2c8cda0380f2d1e6
 DIST qconf-2.0.tar.bz2 50507 SHA256 772022c9757530c192d3bb1d31c4d6076b3464a8395dc06d3019923c44f999f2 SHA512 8820dfe191149b8bf7aa2cd631a6c4900b821c30817c6bffcf79734271c47165daceef11507690d495881c8dc8d19f8dec441c7adeb2a3e36b355b66b4f5c43a WHIRLPOOL facc512a3df046e131825a45afc928b76d8c87446b8d4161695165e6551cebfb586497b2cad3c69a9a75afa0791b9c915e6f7019ead9925d867c01d7bd573f09
 DIST qconf-2.3.tar.xz 51848 SHA256 d189dcf5589fe7d8ca53b963ba8bd33b91c4a75d1e7d863544174e6b7d69f581 SHA512 27a532cb52067707a3e04a40260bb0f42e40adff4a643d2f048832356de58271e4051c9cb810e6fffd4b4e45dba483ed65aec062506053caa262ac03b3ec6253 WHIRLPOOL 6fc386321d4a9bbb12254d427355feaadc90c4b66dfdd0d69a635c15ed72c481aede18c506b9b15260de448931bbbbec6c3a59d374c49491e997d6f52a33ea62

diff --git a/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild b/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild
deleted file mode 100644
index f6ebfafaa6b..00000000000
--- a/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit multilib qt4-r2
-
-DESCRIPTION="./configure like generator for qmake-based projects"
-HOMEPAGE="http://delta.affinix.com/qconf/"
-SRC_URI="http://delta.affinix.com/download/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm hppa ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="dev-qt/qtcore:4"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	# Fake ./configure. Fails on unknown options
-	./configure \
-		--prefix=/usr/ \
-		--qtdir=/usr/$(get_libdir)/ || die "./configure failed"
-
-	[ ! -f Makefile ] && die "./configure failed"
-
-	eqmake4
-}
-
-src_install() {
-	dobin qconf || die
-	dodoc README TODO || die
-	insinto /usr/share/${PN}
-	doins -r conf modules
-	insinto /usr/share/doc/${PF}/examples
-	doins examples/*
-}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/qconf/
@ 2017-09-24  6:27 Michael Palimaka
  0 siblings, 0 replies; 23+ messages in thread
From: Michael Palimaka @ 2017-09-24  6:27 UTC (permalink / raw
  To: gentoo-commits

commit:     869a8040046ec54441f520783f545d981392fb38
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 24 06:21:25 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Sep 24 06:27:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=869a8040

sys-devel/qconf: drop qt4 support

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-devel/qconf/qconf-2.3.ebuild | 17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

diff --git a/sys-devel/qconf/qconf-2.3.ebuild b/sys-devel/qconf/qconf-2.3.ebuild
index 11d8d88cd3f..bbb151d738c 100644
--- a/sys-devel/qconf/qconf-2.3.ebuild
+++ b/sys-devel/qconf/qconf-2.3.ebuild
@@ -12,32 +12,25 @@ SRC_URI="http://psi-im.org/files/qconf/${P}.tar.xz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="qt4 +qt5"
+IUSE=""
 
 # There is no one to one match to autotools-based configure
 QA_CONFIGURE_OPTIONS=".*"
 
 RDEPEND="
-	qt4? ( dev-qt/qtcore:4 )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtxml:5
-	)
+	dev-qt/qtcore:5
+	dev-qt/qtxml:5
 "
 DEPEND="${RDEPEND}"
 
-REQUIRED_USE="^^ ( qt4 qt5 )"
-
 src_configure() {
-	use qt4 && QTVERSION=4
-	use qt5 && QTVERSION=5
 	econf \
-		--qtselect="${QTVERSION}" \
+		--qtselect="5" \
 		--extraconf=QMAKE_STRIP= \
 		--verbose || die
 
 	# just to set all the Gentoo toolchain flags
-	eqmake${QTVERSION}
+	eqmake5
 }
 
 src_install() {


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/qconf/
@ 2017-09-24 16:23 Sergei Trofimovich
  0 siblings, 0 replies; 23+ messages in thread
From: Sergei Trofimovich @ 2017-09-24 16:23 UTC (permalink / raw
  To: gentoo-commits

commit:     4b2e96e979b231d2ce9a231d882adb2e48148a5b
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 24 16:23:08 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Sep 24 16:23:08 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b2e96e9

sys-devel/qconf: stable 2.3 for ppc64, bug #631886

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 sys-devel/qconf/qconf-2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/qconf/qconf-2.3.ebuild b/sys-devel/qconf/qconf-2.3.ebuild
index bbb151d738c..d46d61b3713 100644
--- a/sys-devel/qconf/qconf-2.3.ebuild
+++ b/sys-devel/qconf/qconf-2.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://psi-im.org/files/qconf/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 # There is no one to one match to autotools-based configure


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/qconf/
@ 2017-09-24 17:23 Sergei Trofimovich
  0 siblings, 0 replies; 23+ messages in thread
From: Sergei Trofimovich @ 2017-09-24 17:23 UTC (permalink / raw
  To: gentoo-commits

commit:     52d13a936b13c626fc5c9e003348b12d765d204b
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 24 17:23:19 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Sep 24 17:23:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52d13a93

sys-devel/qconf: stable 2.3 for ppc, bug #631886

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 sys-devel/qconf/qconf-2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/qconf/qconf-2.3.ebuild b/sys-devel/qconf/qconf-2.3.ebuild
index d46d61b3713..bc7eec1fe01 100644
--- a/sys-devel/qconf/qconf-2.3.ebuild
+++ b/sys-devel/qconf/qconf-2.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://psi-im.org/files/qconf/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ~hppa ppc ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 # There is no one to one match to autotools-based configure


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/qconf/
@ 2017-09-30  1:46 Michael Palimaka
  0 siblings, 0 replies; 23+ messages in thread
From: Michael Palimaka @ 2017-09-30  1:46 UTC (permalink / raw
  To: gentoo-commits

commit:     91371ab0be380555fd3e691a27bc012fec2927b9
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 30 01:46:03 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Sep 30 01:46:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91371ab0

sys-devel/qconf: stabilise 2.3 for amd64/x86

Bug: https://bugs.gentoo.org/631886
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-devel/qconf/qconf-2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/qconf/qconf-2.3.ebuild b/sys-devel/qconf/qconf-2.3.ebuild
index 4989bbe5ad6..40ddf2a3217 100644
--- a/sys-devel/qconf/qconf-2.3.ebuild
+++ b/sys-devel/qconf/qconf-2.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://psi-im.org/files/qconf/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ppc ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm ~hppa ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 # There is no one to one match to autotools-based configure


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/qconf/
@ 2017-09-30  1:46 Michael Palimaka
  0 siblings, 0 replies; 23+ messages in thread
From: Michael Palimaka @ 2017-09-30  1:46 UTC (permalink / raw
  To: gentoo-commits

commit:     581fd5d7e9397b483dbc6254f91e46ba2bcc16b0
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 30 01:42:51 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Sep 30 01:46:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=581fd5d7

sys-devel/qconf: use Qt binaries directly

The presence of qtchooser is not guaranteed and cannot be relied upon.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-devel/qconf/qconf-2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/qconf/qconf-2.3.ebuild b/sys-devel/qconf/qconf-2.3.ebuild
index bc7eec1fe01..2be7da306de 100644
--- a/sys-devel/qconf/qconf-2.3.ebuild
+++ b/sys-devel/qconf/qconf-2.3.ebuild
@@ -25,7 +25,7 @@ DEPEND="${RDEPEND}"
 
 src_configure() {
 	econf \
-		--qtselect="5" \
+		--qtdir="$(qt5_get_libdir)/qt5" \
 		--extraconf=QMAKE_STRIP= \
 		--verbose || die
 


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/qconf/
@ 2017-09-30  1:46 Michael Palimaka
  0 siblings, 0 replies; 23+ messages in thread
From: Michael Palimaka @ 2017-09-30  1:46 UTC (permalink / raw
  To: gentoo-commits

commit:     2e8ccd2dddacc4d018775ca0a0057a52592d0ac5
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 30 01:45:40 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Sep 30 01:46:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e8ccd2d

sys-devel/qconf: remove redundant die

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-devel/qconf/qconf-2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/qconf/qconf-2.3.ebuild b/sys-devel/qconf/qconf-2.3.ebuild
index 2be7da306de..4989bbe5ad6 100644
--- a/sys-devel/qconf/qconf-2.3.ebuild
+++ b/sys-devel/qconf/qconf-2.3.ebuild
@@ -27,7 +27,7 @@ src_configure() {
 	econf \
 		--qtdir="$(qt5_get_libdir)/qt5" \
 		--extraconf=QMAKE_STRIP= \
-		--verbose || die
+		--verbose
 
 	# just to set all the Gentoo toolchain flags
 	eqmake5


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/qconf/
@ 2017-10-30 23:33 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2017-10-30 23:33 UTC (permalink / raw
  To: gentoo-commits

commit:     a0a426e32eb045d6f3288fadc7265d624e228aef
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 29 21:53:07 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 30 23:31:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0a426e3

sys-devel/qconf: De-stabilise hppa

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 sys-devel/qconf/qconf-2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-devel/qconf/qconf-2.0.ebuild b/sys-devel/qconf/qconf-2.0.ebuild
index 0798d266db5..2ffe7495fd2 100644
--- a/sys-devel/qconf/qconf-2.0.ebuild
+++ b/sys-devel/qconf/qconf-2.0.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=6
@@ -11,7 +11,7 @@ SRC_URI="http://delta.affinix.com/download/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm hppa ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm ~hppa ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="+qt4 qt5"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/qconf/
@ 2017-11-03 13:57 Michael Palimaka
  0 siblings, 0 replies; 23+ messages in thread
From: Michael Palimaka @ 2017-11-03 13:57 UTC (permalink / raw
  To: gentoo-commits

commit:     6befd17ff2f98003fd3041cf242c8aa46b792cac
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  3 13:56:40 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Nov  3 13:56:55 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6befd17f

sys-devel/qconf: remove 2.0

Package-Manager: Portage-2.3.8, Repoman-2.3.4

 sys-devel/qconf/Manifest         |  1 -
 sys-devel/qconf/qconf-2.0.ebuild | 50 ----------------------------------------
 2 files changed, 51 deletions(-)

diff --git a/sys-devel/qconf/Manifest b/sys-devel/qconf/Manifest
index 4ba9c203b1c..f272c3ff71a 100644
--- a/sys-devel/qconf/Manifest
+++ b/sys-devel/qconf/Manifest
@@ -1,2 +1 @@
-DIST qconf-2.0.tar.bz2 50507 SHA256 772022c9757530c192d3bb1d31c4d6076b3464a8395dc06d3019923c44f999f2 SHA512 8820dfe191149b8bf7aa2cd631a6c4900b821c30817c6bffcf79734271c47165daceef11507690d495881c8dc8d19f8dec441c7adeb2a3e36b355b66b4f5c43a WHIRLPOOL facc512a3df046e131825a45afc928b76d8c87446b8d4161695165e6551cebfb586497b2cad3c69a9a75afa0791b9c915e6f7019ead9925d867c01d7bd573f09
 DIST qconf-2.3.tar.xz 51848 SHA256 d189dcf5589fe7d8ca53b963ba8bd33b91c4a75d1e7d863544174e6b7d69f581 SHA512 27a532cb52067707a3e04a40260bb0f42e40adff4a643d2f048832356de58271e4051c9cb810e6fffd4b4e45dba483ed65aec062506053caa262ac03b3ec6253 WHIRLPOOL 6fc386321d4a9bbb12254d427355feaadc90c4b66dfdd0d69a635c15ed72c481aede18c506b9b15260de448931bbbbec6c3a59d374c49491e997d6f52a33ea62

diff --git a/sys-devel/qconf/qconf-2.0.ebuild b/sys-devel/qconf/qconf-2.0.ebuild
deleted file mode 100644
index 2ffe7495fd2..00000000000
--- a/sys-devel/qconf/qconf-2.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit qmake-utils
-
-DESCRIPTION="./configure like generator for qmake-based projects"
-HOMEPAGE="http://delta.affinix.com/qconf/"
-SRC_URI="http://delta.affinix.com/download/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="+qt4 qt5"
-
-RDEPEND="
-	qt4? ( dev-qt/qtcore:4 )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtxml:5
-	)
-"
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS README.md TODO )
-
-REQUIRED_USE="^^ ( qt4 qt5 )"
-
-src_configure() {
-	# Fake ./configure. Fails on unknown options
-	./configure \
-		--prefix="${EPREFIX}/usr" \
-		$(use qt4 && echo "--qtdir=$(qt4_get_libdir)") \
-		$(use qt5 && echo "--qtdir=$(qt5_get_libdir)/qt5") \
-		--extraconf=QMAKE_STRIP= \
-		--verbose || die
-
-	[ ! -f Makefile ] && die "Makefile generation failure"
-
-	use qt4 && eqmake4
-	use qt5 && eqmake5
-}
-
-src_install() {
-	emake INSTALL_ROOT="${ED}" install
-	einstalldocs
-	insinto /usr/share/doc/${PF}
-	doins -r examples
-}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/qconf/
@ 2018-03-03 13:19 Michał Górny
  0 siblings, 0 replies; 23+ messages in thread
From: Michał Górny @ 2018-03-03 13:19 UTC (permalink / raw
  To: gentoo-commits

commit:     2fd0f5df7b157b5f3a32144c391d89357c3a9044
Author:     Sergey Ilinykh <rion4ik <AT> gmail <DOT> com>
AuthorDate: Fri Dec 22 07:39:36 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar  3 13:19:36 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fd0f5df

sys-devel/qconf: bumped to 2.4

Closes: https://bugs.gentoo.org/642084
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-devel/qconf/Manifest         |  1 +
 sys-devel/qconf/metadata.xml     |  9 +++++++++
 sys-devel/qconf/qconf-2.4.ebuild | 39 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 49 insertions(+)

diff --git a/sys-devel/qconf/Manifest b/sys-devel/qconf/Manifest
index 9e33b357bf3..55a90ad5eb8 100644
--- a/sys-devel/qconf/Manifest
+++ b/sys-devel/qconf/Manifest
@@ -1 +1,2 @@
 DIST qconf-2.3.tar.xz 51848 BLAKE2B 836f22e50cd4c9bb2beefd85d0e5f85f7aee40078dd4a696492c344ae9dffeae20840025a3262b5abcc2c74b22ed9e0bd4b44d077b83ab1e904c0a93bde394ff SHA512 27a532cb52067707a3e04a40260bb0f42e40adff4a643d2f048832356de58271e4051c9cb810e6fffd4b4e45dba483ed65aec062506053caa262ac03b3ec6253
+DIST qconf-2.4.tar.xz 51880 BLAKE2B c87a2a6dbca56fa52bccd0cdbbdba64013adcbf03c6cca6744d3e1c3166f74a09e945022854b1143e0c08a70a6124c0b890be8d7f9d4a91be7c6c0e2c89bf800 SHA512 982ace9e1d30f6c92078d661e103418fc7e3352a56eb78dae64a004e563f5e7bbf8f71972ca482e2f5229a6f88bb51372e543833f99c4b596d0ae4be5f443317

diff --git a/sys-devel/qconf/metadata.xml b/sys-devel/qconf/metadata.xml
index 93b766b33a8..38c51c97ddc 100644
--- a/sys-devel/qconf/metadata.xml
+++ b/sys-devel/qconf/metadata.xml
@@ -1,6 +1,15 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
+	<maintainer type="person">
+		<email>rion4ik@gmail.com</email>
+		<name>Sergey Ilinykh</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<longdescription>Configuration tool for Qt-based projects</longdescription>
 	<upstream>
 		<remote-id type="github">psi-plus/qconf</remote-id>
 	</upstream>

diff --git a/sys-devel/qconf/qconf-2.4.ebuild b/sys-devel/qconf/qconf-2.4.ebuild
new file mode 100644
index 00000000000..8dd2ae4e518
--- /dev/null
+++ b/sys-devel/qconf/qconf-2.4.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit qmake-utils
+
+DESCRIPTION="./configure like generator for qmake-based projects"
+HOMEPAGE="https://github.com/psi-plus/qconf"
+SRC_URI="http://psi-im.org/files/qconf/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtxml:5
+"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+	# not autotools configure. generates warnings for some autotools params.
+	./configure \
+		--prefix="${EPREFIX}"/usr \
+		--qtdir="$(qt5_get_libdir)/qt5" \
+		--extraconf=QMAKE_STRIP= \
+		--verbose || die "configure failed"
+
+	# just to set all the Gentoo toolchain flags
+	eqmake5
+}
+
+src_install() {
+	emake INSTALL_ROOT="${D}" install
+	einstalldocs
+	dodoc -r examples
+}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/qconf/
@ 2020-03-16 21:29 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2020-03-16 21:29 UTC (permalink / raw
  To: gentoo-commits

commit:     1185f5d80edbdb2cda8f32c62225c178e8304478
Author:     Sergey Ilinykh <rion4ik <AT> gmail <DOT> com>
AuthorDate: Sat Mar 14 11:51:41 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 16 21:28:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1185f5d8

sys-devel/qconf: bumped to 2.5

Signed-off-by: Sergey Ilinykh <rion4ik <AT> gmail.com>
Closes: https://bugs.gentoo.org/682428
Closes: https://github.com/gentoo/gentoo/pull/14951
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sys-devel/qconf/Manifest         |  1 +
 sys-devel/qconf/qconf-2.5.ebuild | 39 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/sys-devel/qconf/Manifest b/sys-devel/qconf/Manifest
index 55a90ad5eb8..955440b5582 100644
--- a/sys-devel/qconf/Manifest
+++ b/sys-devel/qconf/Manifest
@@ -1,2 +1,3 @@
 DIST qconf-2.3.tar.xz 51848 BLAKE2B 836f22e50cd4c9bb2beefd85d0e5f85f7aee40078dd4a696492c344ae9dffeae20840025a3262b5abcc2c74b22ed9e0bd4b44d077b83ab1e904c0a93bde394ff SHA512 27a532cb52067707a3e04a40260bb0f42e40adff4a643d2f048832356de58271e4051c9cb810e6fffd4b4e45dba483ed65aec062506053caa262ac03b3ec6253
 DIST qconf-2.4.tar.xz 51880 BLAKE2B c87a2a6dbca56fa52bccd0cdbbdba64013adcbf03c6cca6744d3e1c3166f74a09e945022854b1143e0c08a70a6124c0b890be8d7f9d4a91be7c6c0e2c89bf800 SHA512 982ace9e1d30f6c92078d661e103418fc7e3352a56eb78dae64a004e563f5e7bbf8f71972ca482e2f5229a6f88bb51372e543833f99c4b596d0ae4be5f443317
+DIST qconf-2.5.tar.gz 100704 BLAKE2B 01dcca053e020cfc76e8595927dd3cedb6c82ade24381c95935c87994037ca5129f5e9e0ec58dd0e0fc6815b1500249b767367fbf7a16549459f814bb1591368 SHA512 4ce032eb5b9ba2d584807b3283b0dd5cf973c2fdd6792dfec13c54bb7c639d23eeaab03eb52f1a395113d973d2b01d87bf713d717e691641203865b934c7da5e

diff --git a/sys-devel/qconf/qconf-2.5.ebuild b/sys-devel/qconf/qconf-2.5.ebuild
new file mode 100644
index 00000000000..0064bce4658
--- /dev/null
+++ b/sys-devel/qconf/qconf-2.5.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit qmake-utils
+
+DESCRIPTION="./configure like generator for qmake-based projects"
+HOMEPAGE="https://github.com/psi-im/qconf"
+SRC_URI="https://github.com/psi-im/qconf/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtxml:5
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	# not autotools configure, so don't use econf
+	./configure \
+		--prefix="${EPREFIX}"/usr \
+		--qtdir="$(qt5_get_libdir)/qt5" \
+		--extraconf=QMAKE_STRIP= \
+		--verbose || die "configure failed"
+
+	# just to set all the Gentoo toolchain flags
+	eqmake5
+}
+
+src_install() {
+	emake INSTALL_ROOT="${D}" install
+	einstalldocs
+	dodoc -r examples
+}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/qconf/
@ 2020-05-22  8:02 Sergei Trofimovich
  0 siblings, 0 replies; 23+ messages in thread
From: Sergei Trofimovich @ 2020-05-22  8:02 UTC (permalink / raw
  To: gentoo-commits

commit:     5ad5b86255713cdc5540e1f942c2abcd7878085d
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri May 22 07:58:26 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri May 22 08:02:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ad5b862

sys-devel/qconf: stable 2.5 for ppc64, bug #724500

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 sys-devel/qconf/qconf-2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/qconf/qconf-2.5.ebuild b/sys-devel/qconf/qconf-2.5.ebuild
index 0064bce4658..0d0ebb7b197 100644
--- a/sys-devel/qconf/qconf-2.5.ebuild
+++ b/sys-devel/qconf/qconf-2.5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/psi-im/qconf/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ppc64 ~sparc ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/qconf/
@ 2020-05-25  9:36 Sergei Trofimovich
  0 siblings, 0 replies; 23+ messages in thread
From: Sergei Trofimovich @ 2020-05-25  9:36 UTC (permalink / raw
  To: gentoo-commits

commit:     e34e0d355dfe332a85b27971d0e4b9731a79dcee
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon May 25 09:32:49 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon May 25 09:32:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e34e0d35

sys-devel/qconf: stable 2.5 for ppc, bug #724500

Package-Manager: Portage-2.3.100, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 sys-devel/qconf/qconf-2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/qconf/qconf-2.5.ebuild b/sys-devel/qconf/qconf-2.5.ebuild
index 0d0ebb7b197..7daaa2b92ff 100644
--- a/sys-devel/qconf/qconf-2.5.ebuild
+++ b/sys-devel/qconf/qconf-2.5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/psi-im/qconf/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ppc ppc64 ~sparc ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/qconf/
@ 2020-05-29  7:39 Agostino Sarubbo
  0 siblings, 0 replies; 23+ messages in thread
From: Agostino Sarubbo @ 2020-05-29  7:39 UTC (permalink / raw
  To: gentoo-commits

commit:     0f54abb05ca27111dda88c376751a5f9dd76bbd3
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri May 29 07:37:06 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri May 29 07:37:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f54abb0

sys-devel/qconf: amd64 stable wrt bug #724500

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 sys-devel/qconf/qconf-2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/qconf/qconf-2.5.ebuild b/sys-devel/qconf/qconf-2.5.ebuild
index 7daaa2b92ff..3866c4c05ee 100644
--- a/sys-devel/qconf/qconf-2.5.ebuild
+++ b/sys-devel/qconf/qconf-2.5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/psi-im/qconf/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ppc ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~hppa ppc ppc64 ~sparc ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/qconf/
@ 2020-06-04  8:40 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2020-06-04  8:40 UTC (permalink / raw
  To: gentoo-commits

commit:     9bbf8514e6593249ceee96a5598c4dcbbeb03058
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  4 08:24:42 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun  4 08:40:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bbf8514

sys-devel/qconf: Drop 2.3 and 2.4

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sys-devel/qconf/Manifest         |  2 --
 sys-devel/qconf/qconf-2.3.ebuild | 41 ----------------------------------------
 sys-devel/qconf/qconf-2.4.ebuild | 39 --------------------------------------
 3 files changed, 82 deletions(-)

diff --git a/sys-devel/qconf/Manifest b/sys-devel/qconf/Manifest
index 955440b5582..87fc52a3821 100644
--- a/sys-devel/qconf/Manifest
+++ b/sys-devel/qconf/Manifest
@@ -1,3 +1 @@
-DIST qconf-2.3.tar.xz 51848 BLAKE2B 836f22e50cd4c9bb2beefd85d0e5f85f7aee40078dd4a696492c344ae9dffeae20840025a3262b5abcc2c74b22ed9e0bd4b44d077b83ab1e904c0a93bde394ff SHA512 27a532cb52067707a3e04a40260bb0f42e40adff4a643d2f048832356de58271e4051c9cb810e6fffd4b4e45dba483ed65aec062506053caa262ac03b3ec6253
-DIST qconf-2.4.tar.xz 51880 BLAKE2B c87a2a6dbca56fa52bccd0cdbbdba64013adcbf03c6cca6744d3e1c3166f74a09e945022854b1143e0c08a70a6124c0b890be8d7f9d4a91be7c6c0e2c89bf800 SHA512 982ace9e1d30f6c92078d661e103418fc7e3352a56eb78dae64a004e563f5e7bbf8f71972ca482e2f5229a6f88bb51372e543833f99c4b596d0ae4be5f443317
 DIST qconf-2.5.tar.gz 100704 BLAKE2B 01dcca053e020cfc76e8595927dd3cedb6c82ade24381c95935c87994037ca5129f5e9e0ec58dd0e0fc6815b1500249b767367fbf7a16549459f814bb1591368 SHA512 4ce032eb5b9ba2d584807b3283b0dd5cf973c2fdd6792dfec13c54bb7c639d23eeaab03eb52f1a395113d973d2b01d87bf713d717e691641203865b934c7da5e

diff --git a/sys-devel/qconf/qconf-2.3.ebuild b/sys-devel/qconf/qconf-2.3.ebuild
deleted file mode 100644
index 4292f0c9508..00000000000
--- a/sys-devel/qconf/qconf-2.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit qmake-utils
-
-DESCRIPTION="./configure like generator for qmake-based projects"
-HOMEPAGE="https://github.com/psi-plus/qconf"
-SRC_URI="http://psi-im.org/files/qconf/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ppc ppc64 ~sparc x86"
-IUSE=""
-
-# There is no one to one match to autotools-based configure
-QA_CONFIGURE_OPTIONS=".*"
-
-RDEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtxml:5
-"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-	econf \
-		--qtdir="$(qt5_get_libdir)/qt5" \
-		--extraconf=QMAKE_STRIP= \
-		--verbose
-
-	# just to set all the Gentoo toolchain flags
-	eqmake5
-}
-
-src_install() {
-	emake INSTALL_ROOT="${D}" install
-	einstalldocs
-	insinto /usr/share/doc/${PF}
-	doins -r examples
-}

diff --git a/sys-devel/qconf/qconf-2.4.ebuild b/sys-devel/qconf/qconf-2.4.ebuild
deleted file mode 100644
index ba6e9b593c2..00000000000
--- a/sys-devel/qconf/qconf-2.4.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit qmake-utils
-
-DESCRIPTION="./configure like generator for qmake-based projects"
-HOMEPAGE="https://github.com/psi-plus/qconf"
-SRC_URI="http://psi-im.org/files/qconf/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtxml:5
-"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-	# not autotools configure. generates warnings for some autotools params.
-	./configure \
-		--prefix="${EPREFIX}"/usr \
-		--qtdir="$(qt5_get_libdir)/qt5" \
-		--extraconf=QMAKE_STRIP= \
-		--verbose || die "configure failed"
-
-	# just to set all the Gentoo toolchain flags
-	eqmake5
-}
-
-src_install() {
-	emake INSTALL_ROOT="${D}" install
-	einstalldocs
-	dodoc -r examples
-}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2020-06-04  8:40 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-25 10:09 [gentoo-commits] repo/gentoo:master commit in: sys-devel/qconf/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2020-06-04  8:40 Andreas Sturmlechner
2020-05-29  7:39 Agostino Sarubbo
2020-05-25  9:36 Sergei Trofimovich
2020-05-22  8:02 Sergei Trofimovich
2020-03-16 21:29 Andreas Sturmlechner
2018-03-03 13:19 Michał Górny
2017-11-03 13:57 Michael Palimaka
2017-10-30 23:33 Andreas Sturmlechner
2017-09-30  1:46 Michael Palimaka
2017-09-30  1:46 Michael Palimaka
2017-09-30  1:46 Michael Palimaka
2017-09-24 17:23 Sergei Trofimovich
2017-09-24 16:23 Sergei Trofimovich
2017-09-24  6:27 Michael Palimaka
2017-03-26  9:04 Andreas Sturmlechner
2017-03-26  9:04 Andreas Sturmlechner
2016-12-25 10:23 Agostino Sarubbo
2016-12-22  8:57 Agostino Sarubbo
2016-12-19 19:56 Tobias Klausmann
2016-10-01 12:41 Jeroen Roovers
2016-08-06  9:39 Pacho Ramos
2016-03-23 13:32 Sergey Popov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox