[gentoo-commits] repo/gentoo:master commit in: app-emulation/q4wine/

2022-11-18 Thread Andreas Sturmlechner
commit: 2874dbb301a8b6c091560f5ab6ba95dae18d0844
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Nov 18 09:31:58 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Nov 18 09:31:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2874dbb3

app-emulation/q4wine: drop 1.3.12

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-emulation/q4wine/Manifest |  1 -
 app-emulation/q4wine/q4wine-1.3.12.ebuild | 56 ---
 2 files changed, 57 deletions(-)

diff --git a/app-emulation/q4wine/Manifest b/app-emulation/q4wine/Manifest
index 1d7810cf0250..5f97e112b9a9 100644
--- a/app-emulation/q4wine/Manifest
+++ b/app-emulation/q4wine/Manifest
@@ -1,2 +1 @@
-DIST q4wine-1.3.12.tar.bz2 2875348 BLAKE2B 
0656574542c218163a0d7bef6d09459e7816a936f1d4c2fcf3ee15416aca23f6c97895b7f2f34e9a40b64f904cad579062ab173cc93f00c543a1ae861bf3f179
 SHA512 
c384c5c57b3bbea9f5ba2940e990c7ff28c9f410c9abd33fe1f17973b67bdf85dad4c74809ad3a225eaea49796221ab04e2e29dd81ea8ef7015e9b7adf9ab44e
 DIST q4wine-1.3.13.tar.bz2 2862153 BLAKE2B 
ad70ec0c4122d7eb6acc14976fc8194e1250beadd38762f726ccb9f40fe0f61e5c46fa40727fd2323521db4ba01a759c678d5ead7cb247fdd2e7da6ae47d9e05
 SHA512 
1e364519889713192f39115093740827c96ee33092ac0a3ee6c548790fc380687481e999bfb0e9df725e6497877d6b3808714a698f794e97ad86c360d505509b

diff --git a/app-emulation/q4wine/q4wine-1.3.12.ebuild 
b/app-emulation/q4wine/q4wine-1.3.12.ebuild
deleted file mode 100644
index 81b76c34c437..
--- a/app-emulation/q4wine/q4wine-1.3.12.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# Upstream names the package PV-rX. We change that to
-# PV_pX so we can use portage revisions.
-MY_P=${PN}-${PV/_p/-r}
-inherit xdg cmake
-
-DESCRIPTION="Qt GUI configuration tool for Wine"
-HOMEPAGE="https://q4wine.brezblock.org.ua/;
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+dbus debug +ico +iso +wineappdb"
-
-BDEPEND="
-   dev-qt/linguist-tools:5
-"
-DEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtsingleapplication[qt5(+),X]
-   dev-qt/qtsql:5[sqlite]
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-   dbus? ( dev-qt/qtdbus:5 )
-   ico? ( >=media-gfx/icoutils-0.26.0 )
-"
-RDEPEND="${DEPEND}
-   app-admin/sudo
-   >=sys-apps/which-2.19
-   iso? ( sys-fs/fuseiso )
-"
-
-S="${WORKDIR}"/${MY_P}
-
-DOCS=( AUTHORS ChangeLog README )
-
-src_configure() {
-   local mycmakeargs=(
-   -DDEBUG=$(usex debug ON OFF)
-   -DWITH_ICOUTILS=$(usex ico ON OFF)
-   -DWITH_SYSTEM_SINGLEAPP=ON
-   -DWITH_WINEAPPDB=$(usex wineappdb ON OFF)
-   -DUSE_BZIP2=OFF
-   -DUSE_GZIP=OFF
-   -DWITH_DBUS=$(usex dbus ON OFF)
-   )
-   cmake_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/q4wine/

2022-11-17 Thread Jakov Smolić
commit: ca713fbab9f08a934b7ca225fe0120033d445f92
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri Nov 18 07:42:13 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri Nov 18 07:42:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca713fba

app-emulation/q4wine: Stabilize 1.3.13 x86, #881551

Signed-off-by: Jakov Smolić  gentoo.org>

 app-emulation/q4wine/q4wine-1.3.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/q4wine/q4wine-1.3.13.ebuild 
b/app-emulation/q4wine/q4wine-1.3.13.ebuild
index da3fd52366f7..b5d1301ef420 100644
--- a/app-emulation/q4wine/q4wine-1.3.13.ebuild
+++ b/app-emulation/q4wine/q4wine-1.3.13.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+dbus debug +ico +iso +wineappdb"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-emulation/q4wine/

2022-11-16 Thread Sam James
commit: 8a4934f641704b512282d9e33841d302fdde2da8
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 16 23:00:12 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 16 23:00:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a4934f6

app-emulation/q4wine: Stabilize 1.3.13 amd64, #881551

Signed-off-by: Sam James  gentoo.org>

 app-emulation/q4wine/q4wine-1.3.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/q4wine/q4wine-1.3.13.ebuild 
b/app-emulation/q4wine/q4wine-1.3.13.ebuild
index eef0589c6f36..da3fd52366f7 100644
--- a/app-emulation/q4wine/q4wine-1.3.13.ebuild
+++ b/app-emulation/q4wine/q4wine-1.3.13.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+dbus debug +ico +iso +wineappdb"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-emulation/q4wine/

2022-09-24 Thread Andreas Sturmlechner
commit: 24a3e726ba19b1b7b968dc5360323f7def17e650
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Sep 24 07:25:54 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Sep 24 08:53:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24a3e726

app-emulation/q4wine: 1.3.13 version bump

Closes: https://bugs.gentoo.org/849560
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-emulation/q4wine/Manifest |  1 +
 app-emulation/q4wine/q4wine-1.3.13.ebuild | 53 +++
 2 files changed, 54 insertions(+)

diff --git a/app-emulation/q4wine/Manifest b/app-emulation/q4wine/Manifest
index 354fecf5321e..1d7810cf0250 100644
--- a/app-emulation/q4wine/Manifest
+++ b/app-emulation/q4wine/Manifest
@@ -1 +1,2 @@
 DIST q4wine-1.3.12.tar.bz2 2875348 BLAKE2B 
0656574542c218163a0d7bef6d09459e7816a936f1d4c2fcf3ee15416aca23f6c97895b7f2f34e9a40b64f904cad579062ab173cc93f00c543a1ae861bf3f179
 SHA512 
c384c5c57b3bbea9f5ba2940e990c7ff28c9f410c9abd33fe1f17973b67bdf85dad4c74809ad3a225eaea49796221ab04e2e29dd81ea8ef7015e9b7adf9ab44e
+DIST q4wine-1.3.13.tar.bz2 2862153 BLAKE2B 
ad70ec0c4122d7eb6acc14976fc8194e1250beadd38762f726ccb9f40fe0f61e5c46fa40727fd2323521db4ba01a759c678d5ead7cb247fdd2e7da6ae47d9e05
 SHA512 
1e364519889713192f39115093740827c96ee33092ac0a3ee6c548790fc380687481e999bfb0e9df725e6497877d6b3808714a698f794e97ad86c360d505509b

diff --git a/app-emulation/q4wine/q4wine-1.3.13.ebuild 
b/app-emulation/q4wine/q4wine-1.3.13.ebuild
new file mode 100644
index ..eef0589c6f36
--- /dev/null
+++ b/app-emulation/q4wine/q4wine-1.3.13.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# Upstream names the package PV-rX. We change that to
+# PV_pX so we can use portage revisions.
+MY_P=${PN}-${PV/_p/-r}
+inherit cmake xdg
+
+DESCRIPTION="Qt GUI configuration tool for Wine"
+HOMEPAGE="https://q4wine.brezblock.org.ua/;
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
+S="${WORKDIR}"/${MY_P}
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+dbus debug +ico +iso +wineappdb"
+
+DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtsingleapplication[qt5(+),X]
+   dev-qt/qtsql:5[sqlite]
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   dbus? ( dev-qt/qtdbus:5 )
+   ico? ( >=media-gfx/icoutils-0.26.0 )
+"
+RDEPEND="${DEPEND}
+   app-admin/sudo
+   >=sys-apps/which-2.19
+   iso? ( sys-fs/fuseiso )
+"
+BDEPEND="dev-qt/linguist-tools:5"
+
+DOCS=( AUTHORS ChangeLog README )
+
+src_configure() {
+   local mycmakeargs=(
+   -DDEBUG=$(usex debug ON OFF)
+   -DWITH_ICOUTILS=$(usex ico ON OFF)
+   -DWITH_SYSTEM_SINGLEAPP=ON
+   -DWITH_WINEAPPDB=$(usex wineappdb ON OFF)
+   -DUSE_BZIP2=OFF
+   -DUSE_GZIP=OFF
+   -DWITH_DBUS=$(usex dbus ON OFF)
+   )
+   cmake_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/q4wine/

2021-09-25 Thread Sam James
commit: b3f6e5904f4075017db692bede48ae6af8bb1dfe
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep 25 23:24:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep 25 23:24:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3f6e590

Revert "app-emulation/q4wine: new version"

This reverts commit 7882535f31bccbf53f50759de81cd71bf13cb7e2.

Bug: https://bugs.gentoo.org/814860
Signed-off-by: Sam James  gentoo.org>

 app-emulation/q4wine/Manifest |  1 -
 app-emulation/q4wine/q4wine-1.3.13.ebuild | 56 ---
 2 files changed, 57 deletions(-)

diff --git a/app-emulation/q4wine/Manifest b/app-emulation/q4wine/Manifest
index 1d7810cf025..354fecf5321 100644
--- a/app-emulation/q4wine/Manifest
+++ b/app-emulation/q4wine/Manifest
@@ -1,2 +1 @@
 DIST q4wine-1.3.12.tar.bz2 2875348 BLAKE2B 
0656574542c218163a0d7bef6d09459e7816a936f1d4c2fcf3ee15416aca23f6c97895b7f2f34e9a40b64f904cad579062ab173cc93f00c543a1ae861bf3f179
 SHA512 
c384c5c57b3bbea9f5ba2940e990c7ff28c9f410c9abd33fe1f17973b67bdf85dad4c74809ad3a225eaea49796221ab04e2e29dd81ea8ef7015e9b7adf9ab44e
-DIST q4wine-1.3.13.tar.bz2 2862153 BLAKE2B 
ad70ec0c4122d7eb6acc14976fc8194e1250beadd38762f726ccb9f40fe0f61e5c46fa40727fd2323521db4ba01a759c678d5ead7cb247fdd2e7da6ae47d9e05
 SHA512 
1e364519889713192f39115093740827c96ee33092ac0a3ee6c548790fc380687481e999bfb0e9df725e6497877d6b3808714a698f794e97ad86c360d505509b

diff --git a/app-emulation/q4wine/q4wine-1.3.13.ebuild 
b/app-emulation/q4wine/q4wine-1.3.13.ebuild
deleted file mode 100644
index abf6bd410e1..000
--- a/app-emulation/q4wine/q4wine-1.3.13.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# Upstream names the package PV-rX. We change that to
-# PV_pX so we can use portage revisions.
-MY_P=${PN}-${PV/_p/-r}
-inherit xdg cmake
-
-DESCRIPTION="Qt GUI configuration tool for Wine"
-HOMEPAGE="https://q4wine.brezblock.org.ua/;
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+dbus debug +ico +iso +wineappdb"
-
-BDEPEND="
-   dev-qt/linguist-tools:5
-"
-DEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtsingleapplication[qt5(+),X]
-   dev-qt/qtsql:5[sqlite]
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-   dbus? ( dev-qt/qtdbus:5 )
-   ico? ( >=media-gfx/icoutils-0.26.0 )
-"
-RDEPEND="${DEPEND}
-   app-admin/sudo
-   >=sys-apps/which-2.19
-   iso? ( sys-fs/fuseiso )
-"
-
-S="${WORKDIR}"/${MY_P}
-
-DOCS=( AUTHORS ChangeLog README )
-
-src_configure() {
-   local mycmakeargs=(
-   -DDEBUG=$(usex debug ON OFF)
-   -DWITH_ICOUTILS=$(usex ico ON OFF)
-   -DWITH_SYSTEM_SINGLEAPP=ON
-   -DWITH_WINEAPPDB=$(usex wineappdb ON OFF)
-   -DUSE_BZIP2=OFF
-   -DUSE_GZIP=OFF
-   -DWITH_DBUS=$(usex dbus ON OFF)
-   )
-   cmake_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/q4wine/

2021-09-25 Thread Vadim Misbakh-Soloviov
commit: 7882535f31bccbf53f50759de81cd71bf13cb7e2
Author: Vadim Misbakh-Soloviov  gentoo  org>
AuthorDate: Sat Sep 25 22:29:54 2021 +
Commit: Vadim Misbakh-Soloviov  gentoo  org>
CommitDate: Sat Sep 25 22:56:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7882535f

app-emulation/q4wine: new version

Package-Manager: Portage-3.0.23, Repoman-3.0.1
Signed-off-by: Vadim Misbakh-Soloviov  gentoo.org>

 app-emulation/q4wine/Manifest |  1 +
 app-emulation/q4wine/q4wine-1.3.13.ebuild | 56 +++
 2 files changed, 57 insertions(+)

diff --git a/app-emulation/q4wine/Manifest b/app-emulation/q4wine/Manifest
index 354fecf5321..1d7810cf025 100644
--- a/app-emulation/q4wine/Manifest
+++ b/app-emulation/q4wine/Manifest
@@ -1 +1,2 @@
 DIST q4wine-1.3.12.tar.bz2 2875348 BLAKE2B 
0656574542c218163a0d7bef6d09459e7816a936f1d4c2fcf3ee15416aca23f6c97895b7f2f34e9a40b64f904cad579062ab173cc93f00c543a1ae861bf3f179
 SHA512 
c384c5c57b3bbea9f5ba2940e990c7ff28c9f410c9abd33fe1f17973b67bdf85dad4c74809ad3a225eaea49796221ab04e2e29dd81ea8ef7015e9b7adf9ab44e
+DIST q4wine-1.3.13.tar.bz2 2862153 BLAKE2B 
ad70ec0c4122d7eb6acc14976fc8194e1250beadd38762f726ccb9f40fe0f61e5c46fa40727fd2323521db4ba01a759c678d5ead7cb247fdd2e7da6ae47d9e05
 SHA512 
1e364519889713192f39115093740827c96ee33092ac0a3ee6c548790fc380687481e999bfb0e9df725e6497877d6b3808714a698f794e97ad86c360d505509b

diff --git a/app-emulation/q4wine/q4wine-1.3.13.ebuild 
b/app-emulation/q4wine/q4wine-1.3.13.ebuild
new file mode 100644
index 000..abf6bd410e1
--- /dev/null
+++ b/app-emulation/q4wine/q4wine-1.3.13.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# Upstream names the package PV-rX. We change that to
+# PV_pX so we can use portage revisions.
+MY_P=${PN}-${PV/_p/-r}
+inherit xdg cmake
+
+DESCRIPTION="Qt GUI configuration tool for Wine"
+HOMEPAGE="https://q4wine.brezblock.org.ua/;
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+dbus debug +ico +iso +wineappdb"
+
+BDEPEND="
+   dev-qt/linguist-tools:5
+"
+DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtsingleapplication[qt5(+),X]
+   dev-qt/qtsql:5[sqlite]
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   dbus? ( dev-qt/qtdbus:5 )
+   ico? ( >=media-gfx/icoutils-0.26.0 )
+"
+RDEPEND="${DEPEND}
+   app-admin/sudo
+   >=sys-apps/which-2.19
+   iso? ( sys-fs/fuseiso )
+"
+
+S="${WORKDIR}"/${MY_P}
+
+DOCS=( AUTHORS ChangeLog README )
+
+src_configure() {
+   local mycmakeargs=(
+   -DDEBUG=$(usex debug ON OFF)
+   -DWITH_ICOUTILS=$(usex ico ON OFF)
+   -DWITH_SYSTEM_SINGLEAPP=ON
+   -DWITH_WINEAPPDB=$(usex wineappdb ON OFF)
+   -DUSE_BZIP2=OFF
+   -DUSE_GZIP=OFF
+   -DWITH_DBUS=$(usex dbus ON OFF)
+   )
+   cmake_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/q4wine/

2020-05-11 Thread Andreas Sturmlechner
commit: 199360538f8e0680970196b53f616cd5d0812b81
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May 11 19:05:30 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon May 11 19:05:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19936053

app-emulation/q4wine: Drop 1.3.11

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-emulation/q4wine/Manifest |  1 -
 app-emulation/q4wine/q4wine-1.3.11.ebuild | 58 ---
 2 files changed, 59 deletions(-)

diff --git a/app-emulation/q4wine/Manifest b/app-emulation/q4wine/Manifest
index b1916e91f8c..354fecf5321 100644
--- a/app-emulation/q4wine/Manifest
+++ b/app-emulation/q4wine/Manifest
@@ -1,2 +1 @@
-DIST q4wine-1.3.11.tar.bz2 2868845 BLAKE2B 
98893b1f65bcb8b8f301d7046a650658a9537849818fddf4803471a626f24d8c812867daec1f167b1fa5cdce9f9c0c50323d715ea06c51f3d52f85904257d2b0
 SHA512 
95ac66632bc46b10659e1d0e5f3c68b73934a85ddcc6582abd367d28f9949ad0ca732a5596db800bbc76b40ae7cf05fd95febf6d8b44db20cf710c2c1e23288f
 DIST q4wine-1.3.12.tar.bz2 2875348 BLAKE2B 
0656574542c218163a0d7bef6d09459e7816a936f1d4c2fcf3ee15416aca23f6c97895b7f2f34e9a40b64f904cad579062ab173cc93f00c543a1ae861bf3f179
 SHA512 
c384c5c57b3bbea9f5ba2940e990c7ff28c9f410c9abd33fe1f17973b67bdf85dad4c74809ad3a225eaea49796221ab04e2e29dd81ea8ef7015e9b7adf9ab44e

diff --git a/app-emulation/q4wine/q4wine-1.3.11.ebuild 
b/app-emulation/q4wine/q4wine-1.3.11.ebuild
deleted file mode 100644
index 4604dd003e7..000
--- a/app-emulation/q4wine/q4wine-1.3.11.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg cmake
-
-# Upstream names the package PV-rX. We change that to
-# PV_pX so we can use portage revisions.
-MY_P=${PN}-${PV/_p/-r}
-
-DESCRIPTION="Qt GUI configuration tool for Wine"
-HOMEPAGE="https://q4wine.brezblock.org.ua/;
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="+dbus debug +ico +iso +wineappdb"
-
-BDEPEND="
-   dev-qt/linguist-tools:5
-"
-DEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtsingleapplication[qt5(+),X]
-   dev-qt/qtsql:5[sqlite]
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-   dbus? ( dev-qt/qtdbus:5 )
-   ico? ( >=media-gfx/icoutils-0.26.0 )
-"
-RDEPEND="${DEPEND}
-   app-admin/sudo
-   >=sys-apps/which-2.19
-   iso? ( sys-fs/fuseiso )
-"
-
-S="${WORKDIR}"/${MY_P}
-
-DOCS=( AUTHORS ChangeLog README )
-
-src_configure() {
-   local mycmakeargs=(
-   -DDEBUG=$(usex debug ON OFF)
-   -DWITH_ICOUTILS=$(usex ico ON OFF)
-   -DWITH_SYSTEM_SINGLEAPP=ON
-   -DWITH_WINEAPPDB=$(usex wineappdb ON OFF)
-   -DUSE_BZIP2=OFF
-   -DUSE_GZIP=OFF
-   -DWITH_DBUS=$(usex dbus ON OFF)
-   )
-   cmake_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/q4wine/

2020-05-11 Thread Agostino Sarubbo
commit: cf52ee7d0dadc3d2b4b911e82bb69cd202ca4b3b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon May 11 16:48:58 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon May 11 16:49:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf52ee7d

app-emulation/q4wine: x86 stable wrt bug #717758

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

 app-emulation/q4wine/q4wine-1.3.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/q4wine/q4wine-1.3.12.ebuild 
b/app-emulation/q4wine/q4wine-1.3.12.ebuild
index 8202f4cd60a..81b76c34c43 100644
--- a/app-emulation/q4wine/q4wine-1.3.12.ebuild
+++ b/app-emulation/q4wine/q4wine-1.3.12.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+dbus debug +ico +iso +wineappdb"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-emulation/q4wine/

2020-05-08 Thread Agostino Sarubbo
commit: aee55e428c07760a438a221f21309ed3baa925ed
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri May  8 06:37:16 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri May  8 06:37:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aee55e42

app-emulation/q4wine: amd64 stable wrt bug #717758

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emulation/q4wine/q4wine-1.3.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/q4wine/q4wine-1.3.12.ebuild 
b/app-emulation/q4wine/q4wine-1.3.12.ebuild
index 879806eac12..8202f4cd60a 100644
--- a/app-emulation/q4wine/q4wine-1.3.12.ebuild
+++ b/app-emulation/q4wine/q4wine-1.3.12.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+dbus debug +ico +iso +wineappdb"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-emulation/q4wine/

2020-03-14 Thread Andreas Sturmlechner
commit: 9f4d36f7b48c6339a53648acd6cc8adf60e59646
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar 14 17:52:07 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar 14 17:58:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f4d36f7

app-emulation/q4wine: 1.3.12 version bump

Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-emulation/q4wine/Manifest |  1 +
 app-emulation/q4wine/q4wine-1.3.12.ebuild | 56 +++
 2 files changed, 57 insertions(+)

diff --git a/app-emulation/q4wine/Manifest b/app-emulation/q4wine/Manifest
index 6948f016b20..b1916e91f8c 100644
--- a/app-emulation/q4wine/Manifest
+++ b/app-emulation/q4wine/Manifest
@@ -1 +1,2 @@
 DIST q4wine-1.3.11.tar.bz2 2868845 BLAKE2B 
98893b1f65bcb8b8f301d7046a650658a9537849818fddf4803471a626f24d8c812867daec1f167b1fa5cdce9f9c0c50323d715ea06c51f3d52f85904257d2b0
 SHA512 
95ac66632bc46b10659e1d0e5f3c68b73934a85ddcc6582abd367d28f9949ad0ca732a5596db800bbc76b40ae7cf05fd95febf6d8b44db20cf710c2c1e23288f
+DIST q4wine-1.3.12.tar.bz2 2875348 BLAKE2B 
0656574542c218163a0d7bef6d09459e7816a936f1d4c2fcf3ee15416aca23f6c97895b7f2f34e9a40b64f904cad579062ab173cc93f00c543a1ae861bf3f179
 SHA512 
c384c5c57b3bbea9f5ba2940e990c7ff28c9f410c9abd33fe1f17973b67bdf85dad4c74809ad3a225eaea49796221ab04e2e29dd81ea8ef7015e9b7adf9ab44e

diff --git a/app-emulation/q4wine/q4wine-1.3.12.ebuild 
b/app-emulation/q4wine/q4wine-1.3.12.ebuild
new file mode 100644
index 000..879806eac12
--- /dev/null
+++ b/app-emulation/q4wine/q4wine-1.3.12.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# Upstream names the package PV-rX. We change that to
+# PV_pX so we can use portage revisions.
+MY_P=${PN}-${PV/_p/-r}
+inherit xdg cmake
+
+DESCRIPTION="Qt GUI configuration tool for Wine"
+HOMEPAGE="https://q4wine.brezblock.org.ua/;
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+dbus debug +ico +iso +wineappdb"
+
+BDEPEND="
+   dev-qt/linguist-tools:5
+"
+DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtsingleapplication[qt5(+),X]
+   dev-qt/qtsql:5[sqlite]
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   dbus? ( dev-qt/qtdbus:5 )
+   ico? ( >=media-gfx/icoutils-0.26.0 )
+"
+RDEPEND="${DEPEND}
+   app-admin/sudo
+   >=sys-apps/which-2.19
+   iso? ( sys-fs/fuseiso )
+"
+
+S="${WORKDIR}"/${MY_P}
+
+DOCS=( AUTHORS ChangeLog README )
+
+src_configure() {
+   local mycmakeargs=(
+   -DDEBUG=$(usex debug ON OFF)
+   -DWITH_ICOUTILS=$(usex ico ON OFF)
+   -DWITH_SYSTEM_SINGLEAPP=ON
+   -DWITH_WINEAPPDB=$(usex wineappdb ON OFF)
+   -DUSE_BZIP2=OFF
+   -DUSE_GZIP=OFF
+   -DWITH_DBUS=$(usex dbus ON OFF)
+   )
+   cmake_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/q4wine/

2019-04-01 Thread Andreas Sturmlechner
commit: 5045bcb6b0798858d5664320474b260bb05485ca
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Apr  1 20:04:26 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Apr  1 20:44:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5045bcb6

app-emulation/q4wine: Drop 1.3.6-r1

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-emulation/q4wine/Manifest   |  1 -
 app-emulation/q4wine/q4wine-1.3.6-r1.ebuild | 66 -
 2 files changed, 67 deletions(-)

diff --git a/app-emulation/q4wine/Manifest b/app-emulation/q4wine/Manifest
index 1fab7409ce9..6948f016b20 100644
--- a/app-emulation/q4wine/Manifest
+++ b/app-emulation/q4wine/Manifest
@@ -1,2 +1 @@
 DIST q4wine-1.3.11.tar.bz2 2868845 BLAKE2B 
98893b1f65bcb8b8f301d7046a650658a9537849818fddf4803471a626f24d8c812867daec1f167b1fa5cdce9f9c0c50323d715ea06c51f3d52f85904257d2b0
 SHA512 
95ac66632bc46b10659e1d0e5f3c68b73934a85ddcc6582abd367d28f9949ad0ca732a5596db800bbc76b40ae7cf05fd95febf6d8b44db20cf710c2c1e23288f
-DIST q4wine-1.3.6.tar.bz2 2867547 BLAKE2B 
b35a638e514108e4ee4be34b446a7d2d5ba00415d8f54cfee293988707b637d41945d3197a2132147e09d5a05153fd47a55701dcba358f3a2b3a2e6037f78aaa
 SHA512 
1ff0ea2a4523fc5582ec67f5e305622653c4e387ac5f2cecde52289117ef879a60261fdbf9ddf421812765539124d4c5b6b37ff401530d3e061723a3c35d57f8

diff --git a/app-emulation/q4wine/q4wine-1.3.6-r1.ebuild 
b/app-emulation/q4wine/q4wine-1.3.6-r1.ebuild
deleted file mode 100644
index f5672e386af..000
--- a/app-emulation/q4wine/q4wine-1.3.6-r1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils gnome2-utils xdg-utils
-
-# Upstream names the package PV-rX. We change that to
-# PV_pX so we can use portage revisions.
-MY_P=${PN}-${PV/_p/-r}
-
-DESCRIPTION="Qt GUI configuration tool for Wine"
-HOMEPAGE="https://q4wine.brezblock.org.ua/;
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+dbus debug +ico +iso +wineappdb"
-
-CDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtsingleapplication[qt5(+),X]
-   dev-qt/qtsql:5[sqlite]
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-   dbus? ( dev-qt/qtdbus:5 )
-   ico? ( >=media-gfx/icoutils-0.26.0 )
-"
-DEPEND="${CDEPEND}
-   dev-qt/linguist-tools:5
-"
-RDEPEND="${CDEPEND}
-   app-admin/sudo
-   >=sys-apps/which-2.19
-   iso? ( sys-fs/fuseiso )
-"
-
-S=${WORKDIR}/${MY_P}
-
-DOCS=( AUTHORS ChangeLog README )
-
-src_configure() {
-   local mycmakeargs=(
-   -DDEBUG=$(usex debug ON OFF)
-   -DWITH_ICOUTILS=$(usex ico ON OFF)
-   -DWITH_SYSTEM_SINGLEAPP=ON
-   -DWITH_WINEAPPDB=$(usex wineappdb ON OFF)
-   -DUSE_BZIP2=OFF
-   -DUSE_GZIP=OFF
-   -DWITH_DBUS=$(usex dbus ON OFF)
-   )
-   cmake-utils_src_configure
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-   xdg_desktop_database_update
-}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/q4wine/

2019-04-01 Thread Thomas Deutschmann
commit: 74c673549dc4a0d6e27a48210326947db360de29
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Apr  1 19:54:27 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Apr  1 19:57:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74c67354

app-emulation/q4wine: x86 stable (bug #681026)

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-emulation/q4wine/q4wine-1.3.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/q4wine/q4wine-1.3.11.ebuild 
b/app-emulation/q4wine/q4wine-1.3.11.ebuild
index ded8c26b848..d7e68124ce8 100644
--- a/app-emulation/q4wine/q4wine-1.3.11.ebuild
+++ b/app-emulation/q4wine/q4wine-1.3.11.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 IUSE="+dbus debug +ico +iso +wineappdb"
 



[gentoo-commits] repo/gentoo:master commit in: app-emulation/q4wine/

2019-03-24 Thread Agostino Sarubbo
commit: 8095fedbefb4ad34a555a65e5050e0e91210a58d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Mar 24 09:58:16 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Mar 24 09:58:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8095fedb

app-emulation/q4wine: amd64 stable wrt bug #681026

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 app-emulation/q4wine/q4wine-1.3.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/q4wine/q4wine-1.3.11.ebuild 
b/app-emulation/q4wine/q4wine-1.3.11.ebuild
index 3466e650c02..ded8c26b848 100644
--- a/app-emulation/q4wine/q4wine-1.3.11.ebuild
+++ b/app-emulation/q4wine/q4wine-1.3.11.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 IUSE="+dbus debug +ico +iso +wineappdb"
 



[gentoo-commits] repo/gentoo:master commit in: app-emulation/q4wine/

2019-02-14 Thread Andreas Sturmlechner
commit: 351d831a47debd4443badf35c3a8859e0fb23d68
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Feb 14 21:36:18 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Feb 14 23:06:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=351d831a

app-emulation/q4wine: 1.3.11 version bump

Switch from gnome2-utils to xdg, EAPI-7 bump

Thanks-to: John Brezerk  gmail.com>
Closes: https://bugs.gentoo.org/665708
Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-emulation/q4wine/Manifest |  1 +
 app-emulation/q4wine/q4wine-1.3.11.ebuild | 58 +++
 2 files changed, 59 insertions(+)

diff --git a/app-emulation/q4wine/Manifest b/app-emulation/q4wine/Manifest
index 79a90fcb685..1fab7409ce9 100644
--- a/app-emulation/q4wine/Manifest
+++ b/app-emulation/q4wine/Manifest
@@ -1 +1,2 @@
+DIST q4wine-1.3.11.tar.bz2 2868845 BLAKE2B 
98893b1f65bcb8b8f301d7046a650658a9537849818fddf4803471a626f24d8c812867daec1f167b1fa5cdce9f9c0c50323d715ea06c51f3d52f85904257d2b0
 SHA512 
95ac66632bc46b10659e1d0e5f3c68b73934a85ddcc6582abd367d28f9949ad0ca732a5596db800bbc76b40ae7cf05fd95febf6d8b44db20cf710c2c1e23288f
 DIST q4wine-1.3.6.tar.bz2 2867547 BLAKE2B 
b35a638e514108e4ee4be34b446a7d2d5ba00415d8f54cfee293988707b637d41945d3197a2132147e09d5a05153fd47a55701dcba358f3a2b3a2e6037f78aaa
 SHA512 
1ff0ea2a4523fc5582ec67f5e305622653c4e387ac5f2cecde52289117ef879a60261fdbf9ddf421812765539124d4c5b6b37ff401530d3e061723a3c35d57f8

diff --git a/app-emulation/q4wine/q4wine-1.3.11.ebuild 
b/app-emulation/q4wine/q4wine-1.3.11.ebuild
new file mode 100644
index 000..3466e650c02
--- /dev/null
+++ b/app-emulation/q4wine/q4wine-1.3.11.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg cmake-utils
+
+# Upstream names the package PV-rX. We change that to
+# PV_pX so we can use portage revisions.
+MY_P=${PN}-${PV/_p/-r}
+
+DESCRIPTION="Qt GUI configuration tool for Wine"
+HOMEPAGE="https://q4wine.brezblock.org.ua/;
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="+dbus debug +ico +iso +wineappdb"
+
+BDEPEND="
+   dev-qt/linguist-tools:5
+"
+DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtsingleapplication[qt5(+),X]
+   dev-qt/qtsql:5[sqlite]
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   dbus? ( dev-qt/qtdbus:5 )
+   ico? ( >=media-gfx/icoutils-0.26.0 )
+"
+RDEPEND="${DEPEND}
+   app-admin/sudo
+   >=sys-apps/which-2.19
+   iso? ( sys-fs/fuseiso )
+"
+
+S="${WORKDIR}"/${MY_P}
+
+DOCS=( AUTHORS ChangeLog README )
+
+src_configure() {
+   local mycmakeargs=(
+   -DDEBUG=$(usex debug ON OFF)
+   -DWITH_ICOUTILS=$(usex ico ON OFF)
+   -DWITH_SYSTEM_SINGLEAPP=ON
+   -DWITH_WINEAPPDB=$(usex wineappdb ON OFF)
+   -DUSE_BZIP2=OFF
+   -DUSE_GZIP=OFF
+   -DWITH_DBUS=$(usex dbus ON OFF)
+   )
+   cmake-utils_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/q4wine/

2018-04-25 Thread Andreas Sturmlechner
commit: 67733c4dd8e7d2e27b668da93a20d3901b5a551a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Apr 25 19:32:40 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Apr 26 03:29:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67733c4d

app-emulation/q4wine: Drop old

Bug: https://bugs.gentoo.org/653980
Package-Manager: Portage-2.3.31, Repoman-2.3.9

 app-emulation/q4wine/Manifest|  1 -
 app-emulation/q4wine/q4wine-1.3.5.ebuild | 67 
 2 files changed, 68 deletions(-)

diff --git a/app-emulation/q4wine/Manifest b/app-emulation/q4wine/Manifest
index e76981413d6..79a90fcb685 100644
--- a/app-emulation/q4wine/Manifest
+++ b/app-emulation/q4wine/Manifest
@@ -1,2 +1 @@
-DIST q4wine-1.3.5.tar.bz2 2862445 BLAKE2B 
0de9e61f18c8dedccfa3fc1f42eb6f26b0a99534cb3ad3cc5da06ea2f2fdfcb8d164a05a591a1bc6c959cdc183d98696dee50c78eb73e430198dc901137729f4
 SHA512 
54fb7bce28750cb71589f6a94658f61369ccf7865b71d2feea4ac1221714d861a781fbd1325ee3d21f124162fd2eedc2780ab2bd0af93864eefebcde5f4c
 DIST q4wine-1.3.6.tar.bz2 2867547 BLAKE2B 
b35a638e514108e4ee4be34b446a7d2d5ba00415d8f54cfee293988707b637d41945d3197a2132147e09d5a05153fd47a55701dcba358f3a2b3a2e6037f78aaa
 SHA512 
1ff0ea2a4523fc5582ec67f5e305622653c4e387ac5f2cecde52289117ef879a60261fdbf9ddf421812765539124d4c5b6b37ff401530d3e061723a3c35d57f8

diff --git a/app-emulation/q4wine/q4wine-1.3.5.ebuild 
b/app-emulation/q4wine/q4wine-1.3.5.ebuild
deleted file mode 100644
index 576ca02429f..000
--- a/app-emulation/q4wine/q4wine-1.3.5.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils gnome2-utils xdg-utils
-
-# Upstream names the package PV-rX. We change that to
-# PV_pX so we can use portage revisions.
-MY_P=${PN}-${PV/_p/-r}
-
-DESCRIPTION="Qt GUI configuration tool for Wine"
-HOMEPAGE="https://q4wine.brezblock.org.ua/;
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+dbus debug +ico +iso +wineappdb"
-
-CDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtsingleapplication[qt5,X]
-   dev-qt/qtsql:5[sqlite]
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-   dbus? ( dev-qt/qtdbus:5 )
-   ico? ( >=media-gfx/icoutils-0.26.0 )
-"
-DEPEND="${CDEPEND}
-   dev-qt/linguist-tools:5
-"
-RDEPEND="${CDEPEND}
-   app-admin/sudo
-   >=sys-apps/which-2.19
-   iso? ( sys-fs/fuseiso )
-"
-
-S=${WORKDIR}/${MY_P}
-
-DOCS=( AUTHORS ChangeLog README )
-
-src_configure() {
-   local mycmakeargs=(
-   -DQT5=ON
-   -DDEBUG=$(usex debug ON OFF)
-   -DWITH_ICOUTILS=$(usex ico ON OFF)
-   -DWITH_SYSTEM_SINGLEAPP=ON
-   -DWITH_WINEAPPDB=$(usex wineappdb ON OFF)
-   -DUSE_BZIP2=OFF
-   -DUSE_GZIP=OFF
-   -DWITH_DBUS=$(usex dbus ON OFF)
-   )
-   cmake-utils_src_configure
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-   xdg_desktop_database_update
-}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/q4wine/

2018-04-24 Thread Aaron Bauman
commit: 4e8ac9891335389be47ef0b07e6079d44ab5f66b
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Apr 25 00:22:10 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Apr 25 00:38:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e8ac989

app-emulation/q4wine: amd64 stable wrt bug #653980

Bug: https://bugs.gentoo.org/653980
Package-Manager: Portage-2.3.31, Repoman-2.3.9

 app-emulation/q4wine/q4wine-1.3.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/q4wine/q4wine-1.3.6-r1.ebuild 
b/app-emulation/q4wine/q4wine-1.3.6-r1.ebuild
index f0518b1614a..2608009d072 100644
--- a/app-emulation/q4wine/q4wine-1.3.6-r1.ebuild
+++ b/app-emulation/q4wine/q4wine-1.3.6-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+dbus debug +ico +iso +wineappdb"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-emulation/q4wine/

2018-03-20 Thread Michael Palimaka
commit: 32a109c2679d40688d3cf9a05754347f06ff9d84
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Mar 17 16:31:15 2018 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Mar 20 11:26:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32a109c2

app-emulation/q4wine: use HTTPS

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

 app-emulation/q4wine/q4wine-1.3.5.ebuild| 4 ++--
 app-emulation/q4wine/q4wine-1.3.6-r1.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-emulation/q4wine/q4wine-1.3.5.ebuild 
b/app-emulation/q4wine/q4wine-1.3.5.ebuild
index 1f87c14eb0e..576ca02429f 100644
--- a/app-emulation/q4wine/q4wine-1.3.5.ebuild
+++ b/app-emulation/q4wine/q4wine-1.3.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit cmake-utils gnome2-utils xdg-utils
 MY_P=${PN}-${PV/_p/-r}
 
 DESCRIPTION="Qt GUI configuration tool for Wine"
-HOMEPAGE="http://q4wine.brezblock.org.ua/;
+HOMEPAGE="https://q4wine.brezblock.org.ua/;
 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
 
 LICENSE="GPL-3"

diff --git a/app-emulation/q4wine/q4wine-1.3.6-r1.ebuild 
b/app-emulation/q4wine/q4wine-1.3.6-r1.ebuild
index 7eaab269048..f0518b1614a 100644
--- a/app-emulation/q4wine/q4wine-1.3.6-r1.ebuild
+++ b/app-emulation/q4wine/q4wine-1.3.6-r1.ebuild
@@ -10,7 +10,7 @@ inherit cmake-utils gnome2-utils xdg-utils
 MY_P=${PN}-${PV/_p/-r}
 
 DESCRIPTION="Qt GUI configuration tool for Wine"
-HOMEPAGE="http://q4wine.brezblock.org.ua/;
+HOMEPAGE="https://q4wine.brezblock.org.ua/;
 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: app-emulation/q4wine/

2018-02-22 Thread Andreas Sturmlechner
commit: ec958458efbd7ce55086955d8386b1d18bd55851
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Feb 19 19:54:12 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Feb 22 10:45:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec958458

app-emulation/q4wine: Prepare for qtsingleapplication dropping qt5

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emulation/q4wine/{q4wine-1.3.6.ebuild => q4wine-1.3.6-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/q4wine/q4wine-1.3.6.ebuild 
b/app-emulation/q4wine/q4wine-1.3.6-r1.ebuild
similarity index 94%
rename from app-emulation/q4wine/q4wine-1.3.6.ebuild
rename to app-emulation/q4wine/q4wine-1.3.6-r1.ebuild
index 8af3f42924e..7eaab269048 100644
--- a/app-emulation/q4wine/q4wine-1.3.6.ebuild
+++ b/app-emulation/q4wine/q4wine-1.3.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -22,7 +22,7 @@ CDEPEND="
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtnetwork:5
-   dev-qt/qtsingleapplication[qt5,X]
+   dev-qt/qtsingleapplication[qt5(+),X]
dev-qt/qtsql:5[sqlite]
dev-qt/qtwidgets:5
dev-qt/qtxml:5



[gentoo-commits] repo/gentoo:master commit in: app-emulation/q4wine/

2017-12-07 Thread Michael Palimaka
commit: 078cd908d0efb638681d92bdaef470cb61420bae
Author: John Brezerk  gmail  com>
AuthorDate: Thu Dec  7 12:10:52 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Dec  7 12:14:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=078cd908

app-emulation/q4wine: version bump 1.3.6

Closes: https://bugs.gentoo.org/634884
Package-Manager: Portage-2.3.14, Repoman-2.3.6

 app-emulation/q4wine/Manifest|  3 +-
 app-emulation/q4wine/q4wine-1.3.6.ebuild | 66 
 2 files changed, 68 insertions(+), 1 deletion(-)

diff --git a/app-emulation/q4wine/Manifest b/app-emulation/q4wine/Manifest
index 8c45a50ff1f..e76981413d6 100644
--- a/app-emulation/q4wine/Manifest
+++ b/app-emulation/q4wine/Manifest
@@ -1 +1,2 @@
-DIST q4wine-1.3.5.tar.bz2 2862445 SHA256 
aa48b0ea8ff504e341b3352194380aa256f6ac8a6a301e1bbf30196eec8d310c SHA512 
54fb7bce28750cb71589f6a94658f61369ccf7865b71d2feea4ac1221714d861a781fbd1325ee3d21f124162fd2eedc2780ab2bd0af93864eefebcde5f4c
 WHIRLPOOL 
b52408ade21dab7203b3d8032e196a2e63f5a806f08fcd8fa6a1d839b4f457475b94d0962e29dbd0ac0a5a9bcaf9bd64786b2268af9b6fc446d1328baee3c1fe
+DIST q4wine-1.3.5.tar.bz2 2862445 BLAKE2B 
0de9e61f18c8dedccfa3fc1f42eb6f26b0a99534cb3ad3cc5da06ea2f2fdfcb8d164a05a591a1bc6c959cdc183d98696dee50c78eb73e430198dc901137729f4
 SHA512 
54fb7bce28750cb71589f6a94658f61369ccf7865b71d2feea4ac1221714d861a781fbd1325ee3d21f124162fd2eedc2780ab2bd0af93864eefebcde5f4c
+DIST q4wine-1.3.6.tar.bz2 2867547 BLAKE2B 
b35a638e514108e4ee4be34b446a7d2d5ba00415d8f54cfee293988707b637d41945d3197a2132147e09d5a05153fd47a55701dcba358f3a2b3a2e6037f78aaa
 SHA512 
1ff0ea2a4523fc5582ec67f5e305622653c4e387ac5f2cecde52289117ef879a60261fdbf9ddf421812765539124d4c5b6b37ff401530d3e061723a3c35d57f8

diff --git a/app-emulation/q4wine/q4wine-1.3.6.ebuild 
b/app-emulation/q4wine/q4wine-1.3.6.ebuild
new file mode 100644
index 000..8af3f42924e
--- /dev/null
+++ b/app-emulation/q4wine/q4wine-1.3.6.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils gnome2-utils xdg-utils
+
+# Upstream names the package PV-rX. We change that to
+# PV_pX so we can use portage revisions.
+MY_P=${PN}-${PV/_p/-r}
+
+DESCRIPTION="Qt GUI configuration tool for Wine"
+HOMEPAGE="http://q4wine.brezblock.org.ua/;
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+dbus debug +ico +iso +wineappdb"
+
+CDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtsingleapplication[qt5,X]
+   dev-qt/qtsql:5[sqlite]
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   dbus? ( dev-qt/qtdbus:5 )
+   ico? ( >=media-gfx/icoutils-0.26.0 )
+"
+DEPEND="${CDEPEND}
+   dev-qt/linguist-tools:5
+"
+RDEPEND="${CDEPEND}
+   app-admin/sudo
+   >=sys-apps/which-2.19
+   iso? ( sys-fs/fuseiso )
+"
+
+S=${WORKDIR}/${MY_P}
+
+DOCS=( AUTHORS ChangeLog README )
+
+src_configure() {
+   local mycmakeargs=(
+   -DDEBUG=$(usex debug ON OFF)
+   -DWITH_ICOUTILS=$(usex ico ON OFF)
+   -DWITH_SYSTEM_SINGLEAPP=ON
+   -DWITH_WINEAPPDB=$(usex wineappdb ON OFF)
+   -DUSE_BZIP2=OFF
+   -DUSE_GZIP=OFF
+   -DWITH_DBUS=$(usex dbus ON OFF)
+   )
+   cmake-utils_src_configure
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/q4wine/

2017-09-30 Thread Michael Palimaka
commit: cc3b110dffaab591f85a02346ed77372e9f5441e
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Sep 30 06:36:26 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Sep 30 07:22:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc3b110d

app-emulation/q4wine: stabilise 1.3.5 for amd64/x86

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-emulation/q4wine/q4wine-1.3.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/q4wine/q4wine-1.3.5.ebuild 
b/app-emulation/q4wine/q4wine-1.3.5.ebuild
index e9e247c7de1..1f87c14eb0e 100644
--- a/app-emulation/q4wine/q4wine-1.3.5.ebuild
+++ b/app-emulation/q4wine/q4wine-1.3.5.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+dbus debug +ico +iso +wineappdb"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-emulation/q4wine/

2017-09-30 Thread Michael Palimaka
commit: 2232db11a0b833b75608503c329161f831d8d435
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Sep 30 06:36:39 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Sep 30 07:22:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2232db11

app-emulation/q4wine: remove 1.3.4

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-emulation/q4wine/Manifest|  1 -
 app-emulation/q4wine/q4wine-1.3.4.ebuild | 71 
 2 files changed, 72 deletions(-)

diff --git a/app-emulation/q4wine/Manifest b/app-emulation/q4wine/Manifest
index c51497acbb5..8c45a50ff1f 100644
--- a/app-emulation/q4wine/Manifest
+++ b/app-emulation/q4wine/Manifest
@@ -1,2 +1 @@
-DIST q4wine-1.3.4.tar.bz2 3013860 SHA256 
9862c9353964ed51802342896f6fd0ca3c1d759cc1b7161c8447d447e9b6b4bd SHA512 
e5fa50ebf0c098a02d3ee9dfdd5b8ef16eef57f47bef9f43a9849ce7df2f8d66da3404e688b738ff8ccd01be63217d6352aaba803de2383b7e1b0ea1c3c6d565
 WHIRLPOOL 
5fa4b83da73dcee27e278b849573b1ea16d96cd5b8cb77c247ba70548fe0d78cae72d6adf55fb87c38b31c7d54e574fb6f9c5d00ff82bf759c33134bb4597938
 DIST q4wine-1.3.5.tar.bz2 2862445 SHA256 
aa48b0ea8ff504e341b3352194380aa256f6ac8a6a301e1bbf30196eec8d310c SHA512 
54fb7bce28750cb71589f6a94658f61369ccf7865b71d2feea4ac1221714d861a781fbd1325ee3d21f124162fd2eedc2780ab2bd0af93864eefebcde5f4c
 WHIRLPOOL 
b52408ade21dab7203b3d8032e196a2e63f5a806f08fcd8fa6a1d839b4f457475b94d0962e29dbd0ac0a5a9bcaf9bd64786b2268af9b6fc446d1328baee3c1fe

diff --git a/app-emulation/q4wine/q4wine-1.3.4.ebuild 
b/app-emulation/q4wine/q4wine-1.3.4.ebuild
deleted file mode 100644
index 7f1fad63155..000
--- a/app-emulation/q4wine/q4wine-1.3.4.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils fdo-mime gnome2-utils
-
-# Upstream names the package PV-rX. We change that to
-# PV_pX so we can use portage revisions.
-MY_P=${PN}-${PV/_p/-r}
-
-DESCRIPTION="Qt GUI configuration tool for Wine"
-HOMEPAGE="http://q4wine.brezblock.org.ua/;
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+dbus debug +ico +iso +wineappdb"
-
-CDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtsingleapplication[qt5,X]
-   dev-qt/qtsql:5[sqlite]
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-   dbus? ( dev-qt/qtdbus:5 )
-"
-DEPEND="${CDEPEND}
-   dev-qt/linguist-tools:5
-"
-RDEPEND="${CDEPEND}
-   app-admin/sudo
-   >=sys-apps/which-2.19
-   ico? ( >=media-gfx/icoutils-0.26.0 )
-   iso? ( sys-fs/fuseiso )
-"
-
-S=${WORKDIR}/${MY_P}
-
-DOCS=( AUTHORS ChangeLog README )
-
-src_configure() {
-   local mycmakeargs=(
-   -DQT5=ON
-   -DDEBUG=$(usex debug ON OFF)
-   -DWITH_ICOUTILS=$(usex ico ON OFF)
-   -DWITH_SYSTEM_SINGLEAPP=ON
-   -DWITH_WINEAPPDB=$(usex wineappdb ON OFF)
-   -DUSE_BZIP2=OFF
-   -DUSE_GZIP=OFF
-   -DWITH_DBUS=$(usex dbus ON OFF)
-   )
-   cmake-utils_src_configure
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   fdo-mime_desktop_database_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   fdo-mime_desktop_database_update
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/q4wine/

2017-06-29 Thread Michael Palimaka
commit: 68c95fc5f3fa7949031948b4ff54e67fd9717c7c
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Jun 29 12:56:20 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Jun 29 12:56:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68c95fc5

app-emulation/q4wine: version bump 1.3.5

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-emulation/q4wine/Manifest|  1 +
 app-emulation/q4wine/q4wine-1.3.5.ebuild | 67 
 2 files changed, 68 insertions(+)

diff --git a/app-emulation/q4wine/Manifest b/app-emulation/q4wine/Manifest
index 074e1b7772d..c51497acbb5 100644
--- a/app-emulation/q4wine/Manifest
+++ b/app-emulation/q4wine/Manifest
@@ -1 +1,2 @@
 DIST q4wine-1.3.4.tar.bz2 3013860 SHA256 
9862c9353964ed51802342896f6fd0ca3c1d759cc1b7161c8447d447e9b6b4bd SHA512 
e5fa50ebf0c098a02d3ee9dfdd5b8ef16eef57f47bef9f43a9849ce7df2f8d66da3404e688b738ff8ccd01be63217d6352aaba803de2383b7e1b0ea1c3c6d565
 WHIRLPOOL 
5fa4b83da73dcee27e278b849573b1ea16d96cd5b8cb77c247ba70548fe0d78cae72d6adf55fb87c38b31c7d54e574fb6f9c5d00ff82bf759c33134bb4597938
+DIST q4wine-1.3.5.tar.bz2 2862445 SHA256 
aa48b0ea8ff504e341b3352194380aa256f6ac8a6a301e1bbf30196eec8d310c SHA512 
54fb7bce28750cb71589f6a94658f61369ccf7865b71d2feea4ac1221714d861a781fbd1325ee3d21f124162fd2eedc2780ab2bd0af93864eefebcde5f4c
 WHIRLPOOL 
b52408ade21dab7203b3d8032e196a2e63f5a806f08fcd8fa6a1d839b4f457475b94d0962e29dbd0ac0a5a9bcaf9bd64786b2268af9b6fc446d1328baee3c1fe

diff --git a/app-emulation/q4wine/q4wine-1.3.5.ebuild 
b/app-emulation/q4wine/q4wine-1.3.5.ebuild
new file mode 100644
index 000..e9e247c7de1
--- /dev/null
+++ b/app-emulation/q4wine/q4wine-1.3.5.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils gnome2-utils xdg-utils
+
+# Upstream names the package PV-rX. We change that to
+# PV_pX so we can use portage revisions.
+MY_P=${PN}-${PV/_p/-r}
+
+DESCRIPTION="Qt GUI configuration tool for Wine"
+HOMEPAGE="http://q4wine.brezblock.org.ua/;
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+dbus debug +ico +iso +wineappdb"
+
+CDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtsingleapplication[qt5,X]
+   dev-qt/qtsql:5[sqlite]
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   dbus? ( dev-qt/qtdbus:5 )
+   ico? ( >=media-gfx/icoutils-0.26.0 )
+"
+DEPEND="${CDEPEND}
+   dev-qt/linguist-tools:5
+"
+RDEPEND="${CDEPEND}
+   app-admin/sudo
+   >=sys-apps/which-2.19
+   iso? ( sys-fs/fuseiso )
+"
+
+S=${WORKDIR}/${MY_P}
+
+DOCS=( AUTHORS ChangeLog README )
+
+src_configure() {
+   local mycmakeargs=(
+   -DQT5=ON
+   -DDEBUG=$(usex debug ON OFF)
+   -DWITH_ICOUTILS=$(usex ico ON OFF)
+   -DWITH_SYSTEM_SINGLEAPP=ON
+   -DWITH_WINEAPPDB=$(usex wineappdb ON OFF)
+   -DUSE_BZIP2=OFF
+   -DUSE_GZIP=OFF
+   -DWITH_DBUS=$(usex dbus ON OFF)
+   )
+   cmake-utils_src_configure
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/q4wine/

2017-06-20 Thread Davide Pesavento
commit: 35fe4224e904de02bff014d75baf759750561fe0
Author: Davide Pesavento  gentoo  org>
AuthorDate: Tue Jun 20 16:22:00 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Jun 20 16:22:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35fe4224

app-emulation/q4wine: remove old versions

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-emulation/q4wine/Manifest|  2 -
 app-emulation/q4wine/q4wine-1.3.1.ebuild | 66 -
 app-emulation/q4wine/q4wine-1.3.3.ebuild | 71 
 3 files changed, 139 deletions(-)

diff --git a/app-emulation/q4wine/Manifest b/app-emulation/q4wine/Manifest
index de16637b883..074e1b7772d 100644
--- a/app-emulation/q4wine/Manifest
+++ b/app-emulation/q4wine/Manifest
@@ -1,3 +1 @@
-DIST q4wine-1.3.1.tar.bz2 2863956 SHA256 
ba890c8b049cffa261dc0db54ace4d983adcec21cab972e54afb60d9f4fb5ea9 SHA512 
ec21d5f05fe322d9632013952c57731a10779fcd578293a7be7515eb3e83bd30bfb3252f795d25cd9da6d4abed54a5de28a32ebea9b300b8eacb39cdea5fd0ef
 WHIRLPOOL 
78d2f2915bd58e0e45b92b6449f670e27ae1eae88de650330292b92cfa794250c27e890c8e042b0464aec9b11d8b40e2bcbb4012ce3c5bad5f4d97e882887442
-DIST q4wine-1.3.3.tar.bz2 2863508 SHA256 
7f821dea698f122277062878743759d1f7adec289311ac30d2b40c28f184bb14 SHA512 
95c98bd3eed14550e1215b84b5fc8f3b493329390fb942b3029331ea93cbff58eb9ed3100be1cb70aa02505ba5c4a91092f8f18347ed75d2112668925a0f4c28
 WHIRLPOOL 
df7eaae98edf85f487770f165d627820e45f5ce465876405a2adcac234c06770113d821efba01d81d4b0bb39eb9e484786e963c514ed0125e5290751f779cd3f
 DIST q4wine-1.3.4.tar.bz2 3013860 SHA256 
9862c9353964ed51802342896f6fd0ca3c1d759cc1b7161c8447d447e9b6b4bd SHA512 
e5fa50ebf0c098a02d3ee9dfdd5b8ef16eef57f47bef9f43a9849ce7df2f8d66da3404e688b738ff8ccd01be63217d6352aaba803de2383b7e1b0ea1c3c6d565
 WHIRLPOOL 
5fa4b83da73dcee27e278b849573b1ea16d96cd5b8cb77c247ba70548fe0d78cae72d6adf55fb87c38b31c7d54e574fb6f9c5d00ff82bf759c33134bb4597938

diff --git a/app-emulation/q4wine/q4wine-1.3.1.ebuild 
b/app-emulation/q4wine/q4wine-1.3.1.ebuild
deleted file mode 100644
index f693755dd1b..000
--- a/app-emulation/q4wine/q4wine-1.3.1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-# Upstream names the package PV-rX. We change that to
-# PV_pX so we can use portage revisions.
-MY_P=${PN}-${PV/_p/-r}
-
-DESCRIPTION="Qt GUI configuration tool for Wine"
-HOMEPAGE="http://q4wine.brezblock.org.ua/;
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+dbus debug +ico +iso qt5 +wineappdb"
-
-CDEPEND="
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtsingleapplication[qt5,X]
-   dev-qt/qtsql:5[sqlite]
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-   dbus? ( dev-qt/qtdbus:5 )
-   )
-   !qt5? (
-   dev-qt/qtcore:4
-   dev-qt/qtgui:4
-   dev-qt/qtsingleapplication[qt4,X]
-   dev-qt/qtsql:4[sqlite]
-   dbus? ( dev-qt/qtdbus:4 )
-   )
-"
-DEPEND="${CDEPEND}
-   qt5? ( dev-qt/linguist-tools:5 )
-"
-RDEPEND="${CDEPEND}
-   app-admin/sudo
-   >=sys-apps/which-2.19
-   ico? ( >=media-gfx/icoutils-0.26.0 )
-   iso? ( sys-fs/fuseiso )
-"
-
-S=${WORKDIR}/${MY_P}
-
-DOCS=( AUTHORS ChangeLog README )
-
-src_configure() {
-   local mycmakeargs=(
-   -DQT5=$(usex qt5 ON OFF)
-   -DDEBUG=$(usex debug ON OFF)
-   -DWITH_ICOUTILS=$(usex ico ON OFF)
-   -DWITH_SYSTEM_SINGLEAPP=ON
-   -DWITH_WINEAPPDB=$(usex wineappdb ON OFF)
-   -DUSE_BZIP2=OFF
-   -DUSE_GZIP=OFF
-   -DWITH_DBUS=$(usex dbus ON OFF)
-   )
-   cmake-utils_src_configure
-}

diff --git a/app-emulation/q4wine/q4wine-1.3.3.ebuild 
b/app-emulation/q4wine/q4wine-1.3.3.ebuild
deleted file mode 100644
index b9d045fc48d..000
--- a/app-emulation/q4wine/q4wine-1.3.3.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils fdo-mime gnome2-utils
-
-# Upstream names the package PV-rX. We change that to
-# PV_pX so we can use portage revisions.
-MY_P=${PN}-${PV/_p/-r}
-
-DESCRIPTION="Qt GUI configuration tool for Wine"
-HOMEPAGE="http://q4wine.brezblock.org.ua/;
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+dbus debug +ico +iso +wineappdb"
-
-CDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtsingleapplication[qt5,X]
-   dev-qt/qtsql:5[sqlite]
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-   

[gentoo-commits] repo/gentoo:master commit in: app-emulation/q4wine/

2017-06-19 Thread Agostino Sarubbo
commit: 45727e4419d1bad27ae2f067ed82d11d7dbb15c8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun 20 05:16:07 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun 20 05:16:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45727e44

app-emulation/q4wine: x86 stable wrt bug #622092

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emulation/q4wine/q4wine-1.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/q4wine/q4wine-1.3.4.ebuild 
b/app-emulation/q4wine/q4wine-1.3.4.ebuild
index 9154023eeae..7f1fad63155 100644
--- a/app-emulation/q4wine/q4wine-1.3.4.ebuild
+++ b/app-emulation/q4wine/q4wine-1.3.4.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+dbus debug +ico +iso +wineappdb"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-emulation/q4wine/

2017-06-18 Thread Agostino Sarubbo
commit: 7b6dd70c7263ea5d83c7332401e358cca54ba23d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun 18 13:57:50 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun 18 13:57:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b6dd70c

app-emulation/q4wine: amd64 stable wrt bug #622092

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emulation/q4wine/q4wine-1.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/q4wine/q4wine-1.3.4.ebuild 
b/app-emulation/q4wine/q4wine-1.3.4.ebuild
index b2d05836ba4..9154023eeae 100644
--- a/app-emulation/q4wine/q4wine-1.3.4.ebuild
+++ b/app-emulation/q4wine/q4wine-1.3.4.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+dbus debug +ico +iso +wineappdb"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-emulation/q4wine/

2017-04-25 Thread Michael Palimaka
commit: 662c91ef417fcf4cdc07be0d896526ce66cf2bf0
Author: Michael Palimaka  gentoo  org>
AuthorDate: Tue Apr 25 08:24:40 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Apr 25 08:24:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=662c91ef

app-emulation/q4wine: version bump 1.3.4

Gentoo-bug: 603624
Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-emulation/q4wine/Manifest|  1 +
 app-emulation/q4wine/q4wine-1.3.4.ebuild | 71 
 2 files changed, 72 insertions(+)

diff --git a/app-emulation/q4wine/Manifest b/app-emulation/q4wine/Manifest
index 860e573151e..de16637b883 100644
--- a/app-emulation/q4wine/Manifest
+++ b/app-emulation/q4wine/Manifest
@@ -1,2 +1,3 @@
 DIST q4wine-1.3.1.tar.bz2 2863956 SHA256 
ba890c8b049cffa261dc0db54ace4d983adcec21cab972e54afb60d9f4fb5ea9 SHA512 
ec21d5f05fe322d9632013952c57731a10779fcd578293a7be7515eb3e83bd30bfb3252f795d25cd9da6d4abed54a5de28a32ebea9b300b8eacb39cdea5fd0ef
 WHIRLPOOL 
78d2f2915bd58e0e45b92b6449f670e27ae1eae88de650330292b92cfa794250c27e890c8e042b0464aec9b11d8b40e2bcbb4012ce3c5bad5f4d97e882887442
 DIST q4wine-1.3.3.tar.bz2 2863508 SHA256 
7f821dea698f122277062878743759d1f7adec289311ac30d2b40c28f184bb14 SHA512 
95c98bd3eed14550e1215b84b5fc8f3b493329390fb942b3029331ea93cbff58eb9ed3100be1cb70aa02505ba5c4a91092f8f18347ed75d2112668925a0f4c28
 WHIRLPOOL 
df7eaae98edf85f487770f165d627820e45f5ce465876405a2adcac234c06770113d821efba01d81d4b0bb39eb9e484786e963c514ed0125e5290751f779cd3f
+DIST q4wine-1.3.4.tar.bz2 3013860 SHA256 
9862c9353964ed51802342896f6fd0ca3c1d759cc1b7161c8447d447e9b6b4bd SHA512 
e5fa50ebf0c098a02d3ee9dfdd5b8ef16eef57f47bef9f43a9849ce7df2f8d66da3404e688b738ff8ccd01be63217d6352aaba803de2383b7e1b0ea1c3c6d565
 WHIRLPOOL 
5fa4b83da73dcee27e278b849573b1ea16d96cd5b8cb77c247ba70548fe0d78cae72d6adf55fb87c38b31c7d54e574fb6f9c5d00ff82bf759c33134bb4597938

diff --git a/app-emulation/q4wine/q4wine-1.3.4.ebuild 
b/app-emulation/q4wine/q4wine-1.3.4.ebuild
new file mode 100644
index 000..b2d05836ba4
--- /dev/null
+++ b/app-emulation/q4wine/q4wine-1.3.4.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils fdo-mime gnome2-utils
+
+# Upstream names the package PV-rX. We change that to
+# PV_pX so we can use portage revisions.
+MY_P=${PN}-${PV/_p/-r}
+
+DESCRIPTION="Qt GUI configuration tool for Wine"
+HOMEPAGE="http://q4wine.brezblock.org.ua/;
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+dbus debug +ico +iso +wineappdb"
+
+CDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtsingleapplication[qt5,X]
+   dev-qt/qtsql:5[sqlite]
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   dbus? ( dev-qt/qtdbus:5 )
+"
+DEPEND="${CDEPEND}
+   dev-qt/linguist-tools:5
+"
+RDEPEND="${CDEPEND}
+   app-admin/sudo
+   >=sys-apps/which-2.19
+   ico? ( >=media-gfx/icoutils-0.26.0 )
+   iso? ( sys-fs/fuseiso )
+"
+
+S=${WORKDIR}/${MY_P}
+
+DOCS=( AUTHORS ChangeLog README )
+
+src_configure() {
+   local mycmakeargs=(
+   -DQT5=ON
+   -DDEBUG=$(usex debug ON OFF)
+   -DWITH_ICOUTILS=$(usex ico ON OFF)
+   -DWITH_SYSTEM_SINGLEAPP=ON
+   -DWITH_WINEAPPDB=$(usex wineappdb ON OFF)
+   -DUSE_BZIP2=OFF
+   -DUSE_GZIP=OFF
+   -DWITH_DBUS=$(usex dbus ON OFF)
+   )
+   cmake-utils_src_configure
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   fdo-mime_desktop_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   fdo-mime_desktop_database_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/q4wine/

2016-10-28 Thread Michael Palimaka
commit: 6c9d9798643aa0c9cb61cc60ad0f9ce271a15230
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Oct 28 12:57:50 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Oct 28 12:58:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c9d9798

app-emulation/q4wine: remove old

Package-Manager: portage-2.3.2

 app-emulation/q4wine/Manifest |  3 --
 app-emulation/q4wine/metadata.xml |  3 --
 app-emulation/q4wine/q4wine-1.0-r3.ebuild | 59 
 app-emulation/q4wine/q4wine-1.2_p2.ebuild | 74 ---
 app-emulation/q4wine/q4wine-1.3.ebuild| 67 
 5 files changed, 206 deletions(-)

diff --git a/app-emulation/q4wine/Manifest b/app-emulation/q4wine/Manifest
index 966e34b..860e573 100644
--- a/app-emulation/q4wine/Manifest
+++ b/app-emulation/q4wine/Manifest
@@ -1,5 +1,2 @@
-DIST q4wine-1.0-r3.tar.bz2 889308 SHA256 
9f1319dd0baff3834a3938e0a048c1529cb9ea521158370176b706fce0d4d2ff SHA512 
df10a2fbf6874f4c4e02dd9c43031453a46c76f03d83321f2d6e9544d0540dd07da1bc9246767c5c91ce17d67d5d236227294efaed9de09f3d5a18afbd60b224
 WHIRLPOOL 
51b5b4cfc157da6b99154269ef4ef9f38ff91f861864158b789352505af485d8b523a21c6d4b59544804ed3c15cb1c6c756db3f3203c8e3ba55c8396c3630df3
-DIST q4wine-1.2-r2.tar.bz2 690922 SHA256 
44bac78060233504d0db945533e5da4a92bf8b4ca4ef87928032d14451e42160 SHA512 
c47fc3adc756ea4bc33dc10f6de03e0a0e72258d1b4b238930136653a7938869d221ce08f6fcafcd5f012583b28227cf827505a59ee5322e9ab90c2c819fd7cb
 WHIRLPOOL 
564eb944097528248f340ac59462f63bec22211d554ad26f125d46382a30ee2a8b7c8d00dd8874fabe92ae939f6bcf13665158957e0e8dad26e077018e495c0d
 DIST q4wine-1.3.1.tar.bz2 2863956 SHA256 
ba890c8b049cffa261dc0db54ace4d983adcec21cab972e54afb60d9f4fb5ea9 SHA512 
ec21d5f05fe322d9632013952c57731a10779fcd578293a7be7515eb3e83bd30bfb3252f795d25cd9da6d4abed54a5de28a32ebea9b300b8eacb39cdea5fd0ef
 WHIRLPOOL 
78d2f2915bd58e0e45b92b6449f670e27ae1eae88de650330292b92cfa794250c27e890c8e042b0464aec9b11d8b40e2bcbb4012ce3c5bad5f4d97e882887442
 DIST q4wine-1.3.3.tar.bz2 2863508 SHA256 
7f821dea698f122277062878743759d1f7adec289311ac30d2b40c28f184bb14 SHA512 
95c98bd3eed14550e1215b84b5fc8f3b493329390fb942b3029331ea93cbff58eb9ed3100be1cb70aa02505ba5c4a91092f8f18347ed75d2112668925a0f4c28
 WHIRLPOOL 
df7eaae98edf85f487770f165d627820e45f5ce465876405a2adcac234c06770113d821efba01d81d4b0bb39eb9e484786e963c514ed0125e5290751f779cd3f
-DIST q4wine-1.3.tar.bz2 2819219 SHA256 
bb6c0f936cbbb9158982596fb82c2e7a228f07d81af430245197f64c0702423a SHA512 
e38cd8c389ec9eb2915b4efb786ba799d61e6c95ec042a746165a2f50de2fc545be2798afe98223aa8410b76ed77e267c99f0ff8f9366f010d2b145ccd8ed34a
 WHIRLPOOL 
581d460f6d84e2ec7ce272352d4db3ae22f06befefbf34bfef72e8bb77cd18c8d8056bcf53389e4f7c1c9265d42c13a6f84704b9a1c8b34977f7d47076084594

diff --git a/app-emulation/q4wine/metadata.xml 
b/app-emulation/q4wine/metadata.xml
index a55386c..3aa5ee2 100644
--- a/app-emulation/q4wine/metadata.xml
+++ b/app-emulation/q4wine/metadata.xml
@@ -10,11 +10,8 @@
Gentoo Qt Project


-   Use the gksu sudo GUI for managing the 
devices
Enable ico support via 
media-gfx/icoutils
-   Enable media-gfx/icoutils 
support
Support unprivileged mounting of ISO9660 
images via sys-fs/fuseiso
-   Use the kdesu sudo GUI for managing the 
devices
Enable Wine AppDB browser support



diff --git a/app-emulation/q4wine/q4wine-1.0-r3.ebuild 
b/app-emulation/q4wine/q4wine-1.0-r3.ebuild
deleted file mode 100644
index 474649f..
--- a/app-emulation/q4wine/q4wine-1.0-r3.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-LANGS="cs de en es fa he it ru uk pl pt af"
-
-inherit cmake-utils
-
-DESCRIPTION="Qt4 GUI configuration tool for Wine"
-HOMEPAGE="http://q4wine.brezblock.org.ua/;
-SRC_URI="mirror://sourceforge/${PN}/${PN}/${PN}%20${PV}/${PF}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug +icoutils +wineappdb -dbus gnome kde"
-
-for x in ${LANGS}; do
-   IUSE+=" linguas_${x}"
-done
-
-DEPEND="dev-qt/qtgui:4
-   dev-qt/qtsql:4[sqlite]
-   dev-util/cmake"
-
-RDEPEND="dev-qt/qtgui:4
-   dev-qt/qtsql:4[sqlite]
-   app-admin/sudo
-   app-emulation/wine
-   >=sys-apps/which-2.19
-   icoutils? ( >=media-gfx/icoutils-0.26.0 )
-   sys-fs/fuseiso
-   kde? ( kde-apps/kdesu:4 )
-   gnome? ( x11-libs/gksu )
-   dbus? ( dev-qt/qtdbus:4 )"
-
-DOCS="README AUTHORS ChangeLog"
-
-S="${WORKDIR}/${PF}"
-
-src_configure() {
-   mycmakeargs="${mycmakeargs} \
-   $(cmake-utils_use debug DEBUG) \
-   $(cmake-utils_use_with icoutils ICOUTILS) \
-   $(cmake-utils_use_with wineappdb WINEAPPDB) \
-   $(cmake-utils_use_with dbus 

[gentoo-commits] repo/gentoo:master commit in: app-emulation/q4wine/

2016-10-28 Thread Michael Palimaka
commit: 4a6515fa593554e842aeaae431a88cc2ca9f9b7c
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Oct 28 12:57:04 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Oct 28 12:58:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a6515fa

app-emulation/q4wine: amd64/x86 stable

Gentoo-bug: 594222

Package-Manager: portage-2.3.2

 app-emulation/q4wine/q4wine-1.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/q4wine/q4wine-1.3.1.ebuild 
b/app-emulation/q4wine/q4wine-1.3.1.ebuild
index 4b28fa8..c98512f 100644
--- a/app-emulation/q4wine/q4wine-1.3.1.ebuild
+++ b/app-emulation/q4wine/q4wine-1.3.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+dbus debug +ico +iso qt5 +wineappdb"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-emulation/q4wine/

2016-10-28 Thread Michael Palimaka
commit: d0faf8315d005f03f5c54bd6616c45702969eba7
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Oct 28 12:32:25 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Oct 28 12:32:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0faf831

app-emulation/q4wine: version bump

Gentoo-bug: 596096

Package-Manager: portage-2.3.2

 app-emulation/q4wine/Manifest|  1 +
 app-emulation/q4wine/q4wine-1.3.3.ebuild | 72 
 2 files changed, 73 insertions(+)

diff --git a/app-emulation/q4wine/Manifest b/app-emulation/q4wine/Manifest
index 0864358..966e34b 100644
--- a/app-emulation/q4wine/Manifest
+++ b/app-emulation/q4wine/Manifest
@@ -1,4 +1,5 @@
 DIST q4wine-1.0-r3.tar.bz2 889308 SHA256 
9f1319dd0baff3834a3938e0a048c1529cb9ea521158370176b706fce0d4d2ff SHA512 
df10a2fbf6874f4c4e02dd9c43031453a46c76f03d83321f2d6e9544d0540dd07da1bc9246767c5c91ce17d67d5d236227294efaed9de09f3d5a18afbd60b224
 WHIRLPOOL 
51b5b4cfc157da6b99154269ef4ef9f38ff91f861864158b789352505af485d8b523a21c6d4b59544804ed3c15cb1c6c756db3f3203c8e3ba55c8396c3630df3
 DIST q4wine-1.2-r2.tar.bz2 690922 SHA256 
44bac78060233504d0db945533e5da4a92bf8b4ca4ef87928032d14451e42160 SHA512 
c47fc3adc756ea4bc33dc10f6de03e0a0e72258d1b4b238930136653a7938869d221ce08f6fcafcd5f012583b28227cf827505a59ee5322e9ab90c2c819fd7cb
 WHIRLPOOL 
564eb944097528248f340ac59462f63bec22211d554ad26f125d46382a30ee2a8b7c8d00dd8874fabe92ae939f6bcf13665158957e0e8dad26e077018e495c0d
 DIST q4wine-1.3.1.tar.bz2 2863956 SHA256 
ba890c8b049cffa261dc0db54ace4d983adcec21cab972e54afb60d9f4fb5ea9 SHA512 
ec21d5f05fe322d9632013952c57731a10779fcd578293a7be7515eb3e83bd30bfb3252f795d25cd9da6d4abed54a5de28a32ebea9b300b8eacb39cdea5fd0ef
 WHIRLPOOL 
78d2f2915bd58e0e45b92b6449f670e27ae1eae88de650330292b92cfa794250c27e890c8e042b0464aec9b11d8b40e2bcbb4012ce3c5bad5f4d97e882887442
+DIST q4wine-1.3.3.tar.bz2 2863508 SHA256 
7f821dea698f122277062878743759d1f7adec289311ac30d2b40c28f184bb14 SHA512 
95c98bd3eed14550e1215b84b5fc8f3b493329390fb942b3029331ea93cbff58eb9ed3100be1cb70aa02505ba5c4a91092f8f18347ed75d2112668925a0f4c28
 WHIRLPOOL 
df7eaae98edf85f487770f165d627820e45f5ce465876405a2adcac234c06770113d821efba01d81d4b0bb39eb9e484786e963c514ed0125e5290751f779cd3f
 DIST q4wine-1.3.tar.bz2 2819219 SHA256 
bb6c0f936cbbb9158982596fb82c2e7a228f07d81af430245197f64c0702423a SHA512 
e38cd8c389ec9eb2915b4efb786ba799d61e6c95ec042a746165a2f50de2fc545be2798afe98223aa8410b76ed77e267c99f0ff8f9366f010d2b145ccd8ed34a
 WHIRLPOOL 
581d460f6d84e2ec7ce272352d4db3ae22f06befefbf34bfef72e8bb77cd18c8d8056bcf53389e4f7c1c9265d42c13a6f84704b9a1c8b34977f7d47076084594

diff --git a/app-emulation/q4wine/q4wine-1.3.3.ebuild 
b/app-emulation/q4wine/q4wine-1.3.3.ebuild
new file mode 100644
index ..fba9b5c
--- /dev/null
+++ b/app-emulation/q4wine/q4wine-1.3.3.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils fdo-mime gnome2-utils
+
+# Upstream names the package PV-rX. We change that to
+# PV_pX so we can use portage revisions.
+MY_P=${PN}-${PV/_p/-r}
+
+DESCRIPTION="Qt GUI configuration tool for Wine"
+HOMEPAGE="http://q4wine.brezblock.org.ua/;
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+dbus debug +ico +iso +wineappdb"
+
+CDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtsingleapplication[qt5,X]
+   dev-qt/qtsql:5[sqlite]
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   dbus? ( dev-qt/qtdbus:5 )
+"
+DEPEND="${CDEPEND}
+   dev-qt/linguist-tools:5
+"
+RDEPEND="${CDEPEND}
+   app-admin/sudo
+   >=sys-apps/which-2.19
+   ico? ( >=media-gfx/icoutils-0.26.0 )
+   iso? ( sys-fs/fuseiso )
+"
+
+S=${WORKDIR}/${MY_P}
+
+DOCS=( AUTHORS ChangeLog README )
+
+src_configure() {
+   local mycmakeargs=(
+   -DQT5=ON
+   -DDEBUG=$(usex debug ON OFF)
+   -DWITH_ICOUTILS=$(usex ico ON OFF)
+   -DWITH_SYSTEM_SINGLEAPP=ON
+   -DWITH_WINEAPPDB=$(usex wineappdb ON OFF)
+   -DUSE_BZIP2=OFF
+   -DUSE_GZIP=OFF
+   -DWITH_DBUS=$(usex dbus ON OFF)
+   )
+   cmake-utils_src_configure
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   fdo-mime_desktop_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   fdo-mime_desktop_database_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/q4wine/

2016-07-27 Thread Michael Palimaka
commit: 22a0f204139f06b2c8d2280748537e3aa493e1db
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Jul 27 19:29:33 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Jul 27 19:29:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22a0f204

app-emulation/q4wine: version bump

Gentoo-bug: 589636

Package-Manager: portage-2.3.0

 app-emulation/q4wine/Manifest|  1 +
 app-emulation/q4wine/q4wine-1.3.1.ebuild | 67 
 2 files changed, 68 insertions(+)

diff --git a/app-emulation/q4wine/Manifest b/app-emulation/q4wine/Manifest
index cc46ae8..0864358 100644
--- a/app-emulation/q4wine/Manifest
+++ b/app-emulation/q4wine/Manifest
@@ -1,3 +1,4 @@
 DIST q4wine-1.0-r3.tar.bz2 889308 SHA256 
9f1319dd0baff3834a3938e0a048c1529cb9ea521158370176b706fce0d4d2ff SHA512 
df10a2fbf6874f4c4e02dd9c43031453a46c76f03d83321f2d6e9544d0540dd07da1bc9246767c5c91ce17d67d5d236227294efaed9de09f3d5a18afbd60b224
 WHIRLPOOL 
51b5b4cfc157da6b99154269ef4ef9f38ff91f861864158b789352505af485d8b523a21c6d4b59544804ed3c15cb1c6c756db3f3203c8e3ba55c8396c3630df3
 DIST q4wine-1.2-r2.tar.bz2 690922 SHA256 
44bac78060233504d0db945533e5da4a92bf8b4ca4ef87928032d14451e42160 SHA512 
c47fc3adc756ea4bc33dc10f6de03e0a0e72258d1b4b238930136653a7938869d221ce08f6fcafcd5f012583b28227cf827505a59ee5322e9ab90c2c819fd7cb
 WHIRLPOOL 
564eb944097528248f340ac59462f63bec22211d554ad26f125d46382a30ee2a8b7c8d00dd8874fabe92ae939f6bcf13665158957e0e8dad26e077018e495c0d
+DIST q4wine-1.3.1.tar.bz2 2863956 SHA256 
ba890c8b049cffa261dc0db54ace4d983adcec21cab972e54afb60d9f4fb5ea9 SHA512 
ec21d5f05fe322d9632013952c57731a10779fcd578293a7be7515eb3e83bd30bfb3252f795d25cd9da6d4abed54a5de28a32ebea9b300b8eacb39cdea5fd0ef
 WHIRLPOOL 
78d2f2915bd58e0e45b92b6449f670e27ae1eae88de650330292b92cfa794250c27e890c8e042b0464aec9b11d8b40e2bcbb4012ce3c5bad5f4d97e882887442
 DIST q4wine-1.3.tar.bz2 2819219 SHA256 
bb6c0f936cbbb9158982596fb82c2e7a228f07d81af430245197f64c0702423a SHA512 
e38cd8c389ec9eb2915b4efb786ba799d61e6c95ec042a746165a2f50de2fc545be2798afe98223aa8410b76ed77e267c99f0ff8f9366f010d2b145ccd8ed34a
 WHIRLPOOL 
581d460f6d84e2ec7ce272352d4db3ae22f06befefbf34bfef72e8bb77cd18c8d8056bcf53389e4f7c1c9265d42c13a6f84704b9a1c8b34977f7d47076084594

diff --git a/app-emulation/q4wine/q4wine-1.3.1.ebuild 
b/app-emulation/q4wine/q4wine-1.3.1.ebuild
new file mode 100644
index 000..4b28fa8
--- /dev/null
+++ b/app-emulation/q4wine/q4wine-1.3.1.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils
+
+# Upstream names the package PV-rX. We change that to
+# PV_pX so we can use portage revisions.
+MY_P=${PN}-${PV/_p/-r}
+
+DESCRIPTION="Qt GUI configuration tool for Wine"
+HOMEPAGE="http://q4wine.brezblock.org.ua/;
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+dbus debug +ico +iso qt5 +wineappdb"
+
+CDEPEND="
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtsingleapplication[qt5,X]
+   dev-qt/qtsql:5[sqlite]
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   dbus? ( dev-qt/qtdbus:5 )
+   )
+   !qt5? (
+   dev-qt/qtcore:4
+   dev-qt/qtgui:4
+   dev-qt/qtsingleapplication[qt4,X]
+   dev-qt/qtsql:4[sqlite]
+   dbus? ( dev-qt/qtdbus:4 )
+   )
+"
+DEPEND="${CDEPEND}
+   qt5? ( dev-qt/linguist-tools:5 )
+"
+RDEPEND="${CDEPEND}
+   app-admin/sudo
+   >=sys-apps/which-2.19
+   ico? ( >=media-gfx/icoutils-0.26.0 )
+   iso? ( sys-fs/fuseiso )
+"
+
+S=${WORKDIR}/${MY_P}
+
+DOCS=( AUTHORS ChangeLog README )
+
+src_configure() {
+   local mycmakeargs=(
+   -DQT5=$(usex qt5 ON OFF)
+   -DDEBUG=$(usex debug ON OFF)
+   -DWITH_ICOUTILS=$(usex ico ON OFF)
+   -DWITH_SYSTEM_SINGLEAPP=ON
+   -DWITH_WINEAPPDB=$(usex wineappdb ON OFF)
+   -DUSE_BZIP2=OFF
+   -DUSE_GZIP=OFF
+   -DWITH_DBUS=$(usex dbus ON OFF)
+   )
+   cmake-utils_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/q4wine/

2016-05-30 Thread Davide Pesavento
commit: 4033c7947e37441860337aec801f4dc37214a328
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon May 30 16:59:18 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon May 30 16:59:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4033c794

app-emulation/q4wine: version bump

Package-Manager: portage-2.3.0_rc1

 app-emulation/q4wine/Manifest  |  1 +
 app-emulation/q4wine/metadata.xml  |  7 +++-
 app-emulation/q4wine/q4wine-1.3.ebuild | 67 ++
 3 files changed, 73 insertions(+), 2 deletions(-)

diff --git a/app-emulation/q4wine/Manifest b/app-emulation/q4wine/Manifest
index 015b01c..cc46ae8 100644
--- a/app-emulation/q4wine/Manifest
+++ b/app-emulation/q4wine/Manifest
@@ -1,2 +1,3 @@
 DIST q4wine-1.0-r3.tar.bz2 889308 SHA256 
9f1319dd0baff3834a3938e0a048c1529cb9ea521158370176b706fce0d4d2ff SHA512 
df10a2fbf6874f4c4e02dd9c43031453a46c76f03d83321f2d6e9544d0540dd07da1bc9246767c5c91ce17d67d5d236227294efaed9de09f3d5a18afbd60b224
 WHIRLPOOL 
51b5b4cfc157da6b99154269ef4ef9f38ff91f861864158b789352505af485d8b523a21c6d4b59544804ed3c15cb1c6c756db3f3203c8e3ba55c8396c3630df3
 DIST q4wine-1.2-r2.tar.bz2 690922 SHA256 
44bac78060233504d0db945533e5da4a92bf8b4ca4ef87928032d14451e42160 SHA512 
c47fc3adc756ea4bc33dc10f6de03e0a0e72258d1b4b238930136653a7938869d221ce08f6fcafcd5f012583b28227cf827505a59ee5322e9ab90c2c819fd7cb
 WHIRLPOOL 
564eb944097528248f340ac59462f63bec22211d554ad26f125d46382a30ee2a8b7c8d00dd8874fabe92ae939f6bcf13665158957e0e8dad26e077018e495c0d
+DIST q4wine-1.3.tar.bz2 2819219 SHA256 
bb6c0f936cbbb9158982596fb82c2e7a228f07d81af430245197f64c0702423a SHA512 
e38cd8c389ec9eb2915b4efb786ba799d61e6c95ec042a746165a2f50de2fc545be2798afe98223aa8410b76ed77e267c99f0ff8f9366f010d2b145ccd8ed34a
 WHIRLPOOL 
581d460f6d84e2ec7ce272352d4db3ae22f06befefbf34bfef72e8bb77cd18c8d8056bcf53389e4f7c1c9265d42c13a6f84704b9a1c8b34977f7d47076084594

diff --git a/app-emulation/q4wine/metadata.xml 
b/app-emulation/q4wine/metadata.xml
index fba48c5..a55386c 100644
--- a/app-emulation/q4wine/metadata.xml
+++ b/app-emulation/q4wine/metadata.xml
@@ -11,11 +11,14 @@


Use the gksu sudo GUI for managing the 
devices
-   Enable icoutils support
+   Enable ico support via 
media-gfx/icoutils
+   Enable media-gfx/icoutils 
support
+   Support unprivileged mounting of ISO9660 
images via sys-fs/fuseiso
Use the kdesu sudo GUI for managing the 
devices
-   Enable Win AppDB browser subsystem
+   Enable Wine AppDB browser support


+   brezerk/q4wine
q4wine

 

diff --git a/app-emulation/q4wine/q4wine-1.3.ebuild 
b/app-emulation/q4wine/q4wine-1.3.ebuild
new file mode 100644
index 000..4b28fa8
--- /dev/null
+++ b/app-emulation/q4wine/q4wine-1.3.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils
+
+# Upstream names the package PV-rX. We change that to
+# PV_pX so we can use portage revisions.
+MY_P=${PN}-${PV/_p/-r}
+
+DESCRIPTION="Qt GUI configuration tool for Wine"
+HOMEPAGE="http://q4wine.brezblock.org.ua/;
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+dbus debug +ico +iso qt5 +wineappdb"
+
+CDEPEND="
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtsingleapplication[qt5,X]
+   dev-qt/qtsql:5[sqlite]
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   dbus? ( dev-qt/qtdbus:5 )
+   )
+   !qt5? (
+   dev-qt/qtcore:4
+   dev-qt/qtgui:4
+   dev-qt/qtsingleapplication[qt4,X]
+   dev-qt/qtsql:4[sqlite]
+   dbus? ( dev-qt/qtdbus:4 )
+   )
+"
+DEPEND="${CDEPEND}
+   qt5? ( dev-qt/linguist-tools:5 )
+"
+RDEPEND="${CDEPEND}
+   app-admin/sudo
+   >=sys-apps/which-2.19
+   ico? ( >=media-gfx/icoutils-0.26.0 )
+   iso? ( sys-fs/fuseiso )
+"
+
+S=${WORKDIR}/${MY_P}
+
+DOCS=( AUTHORS ChangeLog README )
+
+src_configure() {
+   local mycmakeargs=(
+   -DQT5=$(usex qt5 ON OFF)
+   -DDEBUG=$(usex debug ON OFF)
+   -DWITH_ICOUTILS=$(usex ico ON OFF)
+   -DWITH_SYSTEM_SINGLEAPP=ON
+   -DWITH_WINEAPPDB=$(usex wineappdb ON OFF)
+   -DUSE_BZIP2=OFF
+   -DUSE_GZIP=OFF
+   -DWITH_DBUS=$(usex dbus ON OFF)
+   )
+   cmake-utils_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/q4wine/files/, app-emulation/q4wine/

2016-05-30 Thread Davide Pesavento
commit: cbf46de0b383ed6920c78c53a7c2679f2275ce44
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon May 30 16:11:20 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon May 30 16:59:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbf46de0

app-emulation/q4wine: remove old

Package-Manager: portage-2.3.0_rc1

 app-emulation/q4wine/Manifest  |  1 -
 .../q4wine/files/q4wine-qtsingleapp.patch  | 15 --
 app-emulation/q4wine/q4wine-1.1_p2-r1.ebuild   | 62 --
 3 files changed, 78 deletions(-)

diff --git a/app-emulation/q4wine/Manifest b/app-emulation/q4wine/Manifest
index 5dbb9f0..015b01c 100644
--- a/app-emulation/q4wine/Manifest
+++ b/app-emulation/q4wine/Manifest
@@ -1,3 +1,2 @@
 DIST q4wine-1.0-r3.tar.bz2 889308 SHA256 
9f1319dd0baff3834a3938e0a048c1529cb9ea521158370176b706fce0d4d2ff SHA512 
df10a2fbf6874f4c4e02dd9c43031453a46c76f03d83321f2d6e9544d0540dd07da1bc9246767c5c91ce17d67d5d236227294efaed9de09f3d5a18afbd60b224
 WHIRLPOOL 
51b5b4cfc157da6b99154269ef4ef9f38ff91f861864158b789352505af485d8b523a21c6d4b59544804ed3c15cb1c6c756db3f3203c8e3ba55c8396c3630df3
-DIST q4wine-1.1-r2.tar.bz2 888990 SHA256 
01463f9ec3ef9f7ef987d2b77425f2806cf2b60f574deb6644458366782eafc7 SHA512 
8aaeec46d239a86a9eb10377842d63d84a35864f920f9dc46a022ae1cf3e010273d3759701595e058a089f6418a297a0bf94ed62b580a71fa1c8c27a80f4ec7e
 WHIRLPOOL 
6ae891e33a2bf3759c45930820e21a273b2bf36f2c386a841a96c3bf14cfdb6741871d3c90383dde3b6b01df1a87f5b1537ae40bac5a494bdd3023248c526244
 DIST q4wine-1.2-r2.tar.bz2 690922 SHA256 
44bac78060233504d0db945533e5da4a92bf8b4ca4ef87928032d14451e42160 SHA512 
c47fc3adc756ea4bc33dc10f6de03e0a0e72258d1b4b238930136653a7938869d221ce08f6fcafcd5f012583b28227cf827505a59ee5322e9ab90c2c819fd7cb
 WHIRLPOOL 
564eb944097528248f340ac59462f63bec22211d554ad26f125d46382a30ee2a8b7c8d00dd8874fabe92ae939f6bcf13665158957e0e8dad26e077018e495c0d

diff --git a/app-emulation/q4wine/files/q4wine-qtsingleapp.patch 
b/app-emulation/q4wine/files/q4wine-qtsingleapp.patch
deleted file mode 100644
index 803284d..000
--- a/app-emulation/q4wine/files/q4wine-qtsingleapp.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-https://github.com/brezerk/q4wine/issues/39
-
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index adb8db6..7c0d0d2 100644
 a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -275,7 +275,7 @@ SET ( Q4WINE_HEADERS_DIR
- 
- IF (${WITH_SYSTEM_SINGLEAPP} MATCHES ON )
- MESSAGE(STATUS "Searching for QtSingleApplication package 
(WITH_SYSTEM_SINGLEAPP=ON) --\n")
--find_path(QTSINGLEAPPLIB_INCLUDE_DIR QtSingleApplication PATH_SUFFIXES 
QtSolutions)
-+find_path(QTSINGLEAPPLIB_INCLUDE_DIR QtSingleApplication PATH_SUFFIXES 
QtSolutions PATHS /usr/include/qt4)
- find_library(QTSINGLEAPPLIB QtSolutions_SingleApplication-2.6)
- 
- IF (QTSINGLEAPPLIB_INCLUDE_DIR AND QTSINGLEAPPLIB )

diff --git a/app-emulation/q4wine/q4wine-1.1_p2-r1.ebuild 
b/app-emulation/q4wine/q4wine-1.1_p2-r1.ebuild
deleted file mode 100644
index d63a106..000
--- a/app-emulation/q4wine/q4wine-1.1_p2-r1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PLOCALES="af_ZA cs_CZ de_DE en_US es_ES fa_IR he_IL it_IT pl_PL pt_BR ru_RU 
uk_UA"
-PLOCALE_BACKUP="en_US"
-
-inherit cmake-utils l10n
-
-DESCRIPTION="Qt4 GUI configuration tool for Wine"
-HOMEPAGE="http://q4wine.brezblock.org.ua/;
-
-# Upstream names the package PV-rX. We change that to
-# PV_pX so we can use portage revisions.
-MY_PV="${PV/_p/-r}"
-MY_P="${PN}-${MY_PV}"
-SRC_URI="mirror://sourceforge/${PN}/${PN}/${PN}%20${MY_PV}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+dbus debug +icoutils +wineappdb"
-
-DEPEND="
-   dev-qt/qtcore:4
-   dev-qt/qtgui:4
-   dev-qt/qtsingleapplication[qt4(+),X]
-   dev-qt/qtsql:4[sqlite]
-   dbus? ( dev-qt/qtdbus:4 )
-"
-RDEPEND="${DEPEND}
-   app-admin/sudo
-   app-emulation/wine
-   >=sys-apps/which-2.19
-   sys-fs/fuseiso
-   icoutils? ( >=media-gfx/icoutils-0.26.0 )
-"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS=( AUTHORS ChangeLog README )
-
-src_configure() {
-   local enabled_linguas
-   construct_LINGUAS() {
-   local current_locale="$(echo ${1} | tr '[:upper:]' '[:lower:]')"
-   enabled_linguas="${enabled_linguas};${current_locale}"
-   }
-   l10n_for_each_locale_do construct_LINGUAS
-   local mycmakeargs=(
-   -DLINGUAS="${enabled_linguas}"
-   -DQT5=OFF
-   -DWITH_SYSTEM_SINGLEAPP=ON
-   $(cmake-utils_use debug)
-   $(cmake-utils_use_with dbus)
-   $(cmake-utils_use_with icoutils)
-   $(cmake-utils_use_with wineappdb)
-   )
-   cmake-utils_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/q4wine/

2016-02-14 Thread Michael Palimaka
commit: b5044478a38f2af48dbdbd708d5069b72133f141
Author: John Brezerk  gmail  com>
AuthorDate: Mon Feb 15 04:11:53 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Feb 15 04:12:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5044478

app-emulation/q4wine: add Qt 5 support

Gentoo-bug: 573764

Package-Manager: portage-2.2.27

 app-emulation/q4wine/q4wine-1.2_p2.ebuild | 26 +++---
 1 file changed, 19 insertions(+), 7 deletions(-)

diff --git a/app-emulation/q4wine/q4wine-1.2_p2.ebuild 
b/app-emulation/q4wine/q4wine-1.2_p2.ebuild
index 686546e..4493d4b 100644
--- a/app-emulation/q4wine/q4wine-1.2_p2.ebuild
+++ b/app-emulation/q4wine/q4wine-1.2_p2.ebuild
@@ -21,14 +21,26 @@ 
SRC_URI="mirror://sourceforge/${PN}/${PN}/${PN}%20${MY_PV}/${MY_P}.tar.bz2"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="+dbus debug +icoutils +wineappdb"
+IUSE="+dbus debug +icoutils qt5 +wineappdb"
 
 DEPEND="
-   dev-qt/qtcore:4
-   dev-qt/qtgui:4
-   dev-qt/qtsingleapplication[qt4(+),X]
-   dev-qt/qtsql:4[sqlite]
-   dbus? ( dev-qt/qtdbus:4 )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtsingleapplication[qt5(+),X]
+   dev-qt/qtsql:5[sqlite]
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   dbus? ( dev-qt/qtdbus:5 )
+   )
+   !qt5? (
+   dev-qt/qtcore:4
+   dev-qt/qtgui:4
+   dev-qt/qtsingleapplication[qt4(+),X]
+   dev-qt/qtsql:4[sqlite]
+   dbus? ( dev-qt/qtdbus:4 )
+   )
 "
 RDEPEND="${DEPEND}
app-admin/sudo
@@ -51,9 +63,9 @@ src_configure() {
l10n_for_each_locale_do construct_LINGUAS
local mycmakeargs=(
-DLINGUAS="${enabled_linguas}"
-   -DQT5=OFF
-DWITH_SYSTEM_SINGLEAPP=ON
$(cmake-utils_use debug)
+   $(cmake-utils_use qt5)
$(cmake-utils_use_with dbus)
$(cmake-utils_use_with icoutils)
$(cmake-utils_use_with wineappdb)



[gentoo-commits] repo/gentoo:master commit in: app-emulation/q4wine/

2016-01-20 Thread Wolfram Schlich
commit: 4b992ca12f07e4f22fe8c65cfe7b886bd6ffe54a
Author: Wolfram Schlich  gentoo  org>
AuthorDate: Thu Jan 21 07:27:44 2016 +
Commit: Wolfram Schlich  gentoo  org>
CommitDate: Thu Jan 21 07:28:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b992ca1

added q4wine-1.2_p2

Package-Manager: portage-2.2.26

 app-emulation/q4wine/Manifest |  1 +
 app-emulation/q4wine/q4wine-1.2_p2.ebuild | 62 +++
 2 files changed, 63 insertions(+)

diff --git a/app-emulation/q4wine/Manifest b/app-emulation/q4wine/Manifest
index f203be4..5dbb9f0 100644
--- a/app-emulation/q4wine/Manifest
+++ b/app-emulation/q4wine/Manifest
@@ -1,2 +1,3 @@
 DIST q4wine-1.0-r3.tar.bz2 889308 SHA256 
9f1319dd0baff3834a3938e0a048c1529cb9ea521158370176b706fce0d4d2ff SHA512 
df10a2fbf6874f4c4e02dd9c43031453a46c76f03d83321f2d6e9544d0540dd07da1bc9246767c5c91ce17d67d5d236227294efaed9de09f3d5a18afbd60b224
 WHIRLPOOL 
51b5b4cfc157da6b99154269ef4ef9f38ff91f861864158b789352505af485d8b523a21c6d4b59544804ed3c15cb1c6c756db3f3203c8e3ba55c8396c3630df3
 DIST q4wine-1.1-r2.tar.bz2 888990 SHA256 
01463f9ec3ef9f7ef987d2b77425f2806cf2b60f574deb6644458366782eafc7 SHA512 
8aaeec46d239a86a9eb10377842d63d84a35864f920f9dc46a022ae1cf3e010273d3759701595e058a089f6418a297a0bf94ed62b580a71fa1c8c27a80f4ec7e
 WHIRLPOOL 
6ae891e33a2bf3759c45930820e21a273b2bf36f2c386a841a96c3bf14cfdb6741871d3c90383dde3b6b01df1a87f5b1537ae40bac5a494bdd3023248c526244
+DIST q4wine-1.2-r2.tar.bz2 690922 SHA256 
44bac78060233504d0db945533e5da4a92bf8b4ca4ef87928032d14451e42160 SHA512 
c47fc3adc756ea4bc33dc10f6de03e0a0e72258d1b4b238930136653a7938869d221ce08f6fcafcd5f012583b28227cf827505a59ee5322e9ab90c2c819fd7cb
 WHIRLPOOL 
564eb944097528248f340ac59462f63bec22211d554ad26f125d46382a30ee2a8b7c8d00dd8874fabe92ae939f6bcf13665158957e0e8dad26e077018e495c0d

diff --git a/app-emulation/q4wine/q4wine-1.2_p2.ebuild 
b/app-emulation/q4wine/q4wine-1.2_p2.ebuild
new file mode 100644
index 000..686546e
--- /dev/null
+++ b/app-emulation/q4wine/q4wine-1.2_p2.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PLOCALES="af_ZA cs_CZ de_DE en_US es_ES fa_IR he_IL it_IT pl_PL pt_BR ru_RU 
uk_UA"
+PLOCALE_BACKUP="en_US"
+
+inherit cmake-utils l10n
+
+DESCRIPTION="Qt4 GUI configuration tool for Wine"
+HOMEPAGE="http://q4wine.brezblock.org.ua/;
+
+# Upstream names the package PV-rX. We change that to
+# PV_pX so we can use portage revisions.
+MY_PV="${PV/_p/-r}"
+MY_P="${PN}-${MY_PV}"
+SRC_URI="mirror://sourceforge/${PN}/${PN}/${PN}%20${MY_PV}/${MY_P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+dbus debug +icoutils +wineappdb"
+
+DEPEND="
+   dev-qt/qtcore:4
+   dev-qt/qtgui:4
+   dev-qt/qtsingleapplication[qt4(+),X]
+   dev-qt/qtsql:4[sqlite]
+   dbus? ( dev-qt/qtdbus:4 )
+"
+RDEPEND="${DEPEND}
+   app-admin/sudo
+   app-emulation/wine
+   >=sys-apps/which-2.19
+   sys-fs/fuseiso
+   icoutils? ( >=media-gfx/icoutils-0.26.0 )
+"
+
+S="${WORKDIR}/${MY_P}"
+
+DOCS=( AUTHORS ChangeLog README )
+
+src_configure() {
+   local enabled_linguas
+   construct_LINGUAS() {
+   local current_locale="$(echo ${1} | tr '[:upper:]' '[:lower:]')"
+   enabled_linguas="${enabled_linguas};${current_locale}"
+   }
+   l10n_for_each_locale_do construct_LINGUAS
+   local mycmakeargs=(
+   -DLINGUAS="${enabled_linguas}"
+   -DQT5=OFF
+   -DWITH_SYSTEM_SINGLEAPP=ON
+   $(cmake-utils_use debug)
+   $(cmake-utils_use_with dbus)
+   $(cmake-utils_use_with icoutils)
+   $(cmake-utils_use_with wineappdb)
+   )
+   cmake-utils_src_configure
+}