[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtsingleapplication/

2021-10-29 Thread Yixun Lan
commit: 46713320990ade066892fcdc8bf21643f719807d
Author: Yongxiang Liang  gmail  com>
AuthorDate: Wed Oct 27 12:51:05 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Oct 29 13:29:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46713320

dev-qt/qtsingleapplication: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild 
b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild
index 195bd2ed872..96e458c36dd 100644
--- a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild
+++ b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${MY_P}/${PN}"
 
 LICENSE="|| ( LGPL-2.1 GPL-3 )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
 IUSE="doc X"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtsingleapplication/

2021-09-08 Thread Andreas Sturmlechner
commit: 954b279cd9388f7a82b838c163093e6fc2d3eb9d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep  7 15:32:30 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep  8 16:54:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=954b279c

dev-qt/qtsingleapplication: EAPI-8 bump

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

 .../qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git 
a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild 
b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild
index c8d3c9c8e5d..195bd2ed872 100644
--- a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild
+++ b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 MY_P=qt-solutions-${PV#*_p}
 inherit qmake-utils
@@ -9,6 +9,7 @@ inherit qmake-utils
 DESCRIPTION="Qt library to start applications only once per user"
 HOMEPAGE="https://code.qt.io/cgit/qt-solutions/qt-solutions.git/";
 SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.xz";
+S="${WORKDIR}/${MY_P}/${PN}"
 
 LICENSE="|| ( LGPL-2.1 GPL-3 )"
 SLOT="0"
@@ -26,8 +27,6 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-S="${WORKDIR}/${MY_P}/${PN}"
-
 PATCHES=(
"${FILESDIR}/2.6.1_p20130904-unbundle-qtlockedfile.patch"
"${FILESDIR}/2.6.1_p20130904-no-gui.patch"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtsingleapplication/

2020-07-20 Thread Sam James
commit: b473272c579872d82706b71672e3faf3e0799d23
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 21 00:25:08 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 21 00:25:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b473272c

dev-qt/qtsingleapplication: arm64 keyworded (bug #730410)

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild 
b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild
index e5d54f55420..c8d3c9c8e5d 100644
--- a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild
+++ b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.xz";
 
 LICENSE="|| ( LGPL-2.1 GPL-3 )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86"
 IUSE="doc X"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtsingleapplication/

2020-05-21 Thread Andreas Sturmlechner
commit: 75b27ff096a21fc3abb69b4273a0b6b83fa4abdb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 21 17:22:24 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 21 18:13:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75b27ff0

dev-qt/qtsingleapplication: EAPI-7 bump

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

 .../qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git 
a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild 
b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild
index 91161fc3faa..e5d54f55420 100644
--- a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild
+++ b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild
@@ -1,11 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-
-inherit qmake-utils
+EAPI=7
 
 MY_P=qt-solutions-${PV#*_p}
+inherit qmake-utils
 
 DESCRIPTION="Qt library to start applications only once per user"
 HOMEPAGE="https://code.qt.io/cgit/qt-solutions/qt-solutions.git/";



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtsingleapplication/

2018-05-06 Thread Andreas Sturmlechner
commit: 1018f900289ff48a6a4ff5eb395a316aec38983b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May  6 18:03:15 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  6 20:17:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1018f900

dev-qt/qtsingleapplication: Drop old

Bug: https://bugs.gentoo.org/653986
Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-qt/qtsingleapplication/Manifest|  1 -
 .../qtsingleapplication-2.6.1_p20150629.ebuild | 95 --
 2 files changed, 96 deletions(-)

diff --git a/dev-qt/qtsingleapplication/Manifest 
b/dev-qt/qtsingleapplication/Manifest
index a4bc5fdc6e8..45d4d15e89b 100644
--- a/dev-qt/qtsingleapplication/Manifest
+++ b/dev-qt/qtsingleapplication/Manifest
@@ -1,2 +1 @@
-DIST qt-solutions-20150629.tar.xz 710488 BLAKE2B 
102829e3b2afa7cb665c09fc259f9b966596a8245e8e8325c6c45e402bc337d205539b20be791e16515754c6d74247a714b278028e9ffbb74f578c9b8b39b094
 SHA512 
a95ed58f0218cd90d734a40eedd173b896fa0138ad235f3157d7bee538b16c5f385d93bae483fd22267f2984389b9940bb85ba0cd3d25c16124d56abb39568f5
 DIST qt-solutions-20171024.tar.xz 710532 BLAKE2B 
365f4c6fc3bee34bf26ac5039984ceac1d90527297b985b0d1b606f3ba67219bab7f7cba40b4adca55446c34e9f4fe218b4449ee255ba6f6409de78f80ccdaec
 SHA512 
4784d88c2f40c88f06abeb728842875fb5e428a630dbf749f71055681b0c631803d2901b60aa8cc95f5f382dcd21da8d739873aa45e3dd3676ee95925f0198da

diff --git 
a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild 
b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild
deleted file mode 100644
index 92b582ef2f7..000
--- a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild
+++ /dev/null
@@ -1,95 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit multibuild qmake-utils
-
-MY_P=qt-solutions-${PV#*_p}
-
-DESCRIPTION="Qt library to start applications only once per user"
-HOMEPAGE="https://code.qt.io/cgit/qt-solutions/qt-solutions.git/";
-SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.xz";
-
-LICENSE="|| ( LGPL-2.1 GPL-3 )"
-SLOT="0"
-KEYWORDS="amd64 arm ~hppa ~ppc ~ppc64 x86"
-IUSE="doc qt4 +qt5 X"
-
-REQUIRED_USE="|| ( qt4 qt5 )"
-
-DEPEND="
-   dev-qt/qtlockedfile[qt4?,qt5?]
-   qt4? (
-   dev-qt/qtcore:4
-   X? ( dev-qt/qtgui:4 )
-   )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtnetwork:5
-   X? (
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   )
-   )
-"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}/${PN}
-
-pkg_setup() {
-   MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) )
-}
-
-src_prepare() {
-   epatch "${FILESDIR}/2.6.1_p20130904-unbundle-qtlockedfile.patch"
-   epatch "${FILESDIR}/2.6.1_p20130904-no-gui.patch"
-
-   echo 'SOLUTIONS_LIBRARY = yes' > config.pri
-   use X || echo 'QTSA_NO_GUI = yes' >> config.pri
-
-   sed -i -e "s/-head/-${PV%.*}/" common.pri || die
-   sed -i -e '/SUBDIRS+=examples/d' ${PN}.pro || die
-
-   # to ensure unbundling
-   rm -f src/qtlockedfile*
-
-   multibuild_copy_sources
-}
-
-src_configure() {
-   myconfigure() {
-   if [[ ${MULTIBUILD_VARIANT} == qt4 ]]; then
-   eqmake4
-   fi
-   if [[ ${MULTIBUILD_VARIANT} == qt5 ]]; then
-   eqmake5
-   fi
-   }
-   multibuild_foreach_variant run_in_build_dir myconfigure
-}
-
-src_compile() {
-   multibuild_foreach_variant run_in_build_dir default
-}
-
-src_install() {
-   dodoc README.TXT
-   use doc && dodoc -r doc/html
-
-   myinstall() {
-   # libraries
-   dolib.so lib/*
-
-   # headers
-   insinto "$(${MULTIBUILD_VARIANT}_get_headerdir)"/QtSolutions
-   doins src/qtsinglecoreapplication.h
-   use X && doins src/{QtSingleApplication,${PN}.h}
-
-   # .prf files
-   insinto "$(${MULTIBUILD_VARIANT}_get_mkspecsdir)"/features
-   doins "${FILESDIR}"/qtsinglecoreapplication.prf
-   use X && doins "${FILESDIR}"/${PN}.prf
-   }
-   multibuild_foreach_variant run_in_build_dir myinstall
-}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtsingleapplication/

2018-05-06 Thread Matt Turner
commit: 063c64d57556dd045353e718789d71f1d79c5585
Author: Matt Turner  gentoo  org>
AuthorDate: Sun May  6 18:20:01 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun May  6 18:20:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=063c64d5

dev-qt/qtsingleapplication: Dropped to ~ppc/~ppc64, bug 653986

 dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild 
b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild
index ef31d5dbc1c..92b582ef2f7 100644
--- a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild
+++ b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.xz";
 
 LICENSE="|| ( LGPL-2.1 GPL-3 )"
 SLOT="0"
-KEYWORDS="amd64 arm ~hppa ppc ppc64 x86"
+KEYWORDS="amd64 arm ~hppa ~ppc ~ppc64 x86"
 IUSE="doc qt4 +qt5 X"
 
 REQUIRED_USE="|| ( qt4 qt5 )"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtsingleapplication/

2018-04-24 Thread Aaron Bauman
commit: f7ad8a729d5cbc1bb2207eabd92b6ef9c7935652
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Apr 24 23:34:18 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Apr 24 23:59:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7ad8a72

dev-qt/qtsingleapplication: amd64 stable wrt bug #653986

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

 dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild 
b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild
index dace0a999a2..95688eec956 100644
--- a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild
+++ b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.xz";
 
 LICENSE="|| ( LGPL-2.1 GPL-3 )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 IUSE="doc X"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtsingleapplication/

2018-02-22 Thread Davide Pesavento
commit: e3871390179300ec6425d26b082d877bbea1f677
Author: Davide Pesavento  gentoo  org>
AuthorDate: Fri Feb 23 01:04:22 2018 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Fri Feb 23 01:04:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3871390

dev-qt/qtsingleapplication: remove 2.6.1_p20150629-r1

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../qtsingleapplication-2.6.1_p20150629-r1.ebuild  | 71 --
 1 file changed, 71 deletions(-)

diff --git 
a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629-r1.ebuild 
b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629-r1.ebuild
deleted file mode 100644
index c1e7f77eee7..000
--- a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629-r1.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit qmake-utils
-
-MY_P=qt-solutions-${PV#*_p}
-
-DESCRIPTION="Qt library to start applications only once per user"
-HOMEPAGE="https://code.qt.io/cgit/qt-solutions/qt-solutions.git/";
-SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.xz";
-
-LICENSE="|| ( LGPL-2.1 GPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
-IUSE="doc X"
-
-DEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtlockedfile[qt5(+)]
-   dev-qt/qtnetwork:5
-   X? (
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   )
-"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}/${PN}"
-
-PATCHES=(
-   "${FILESDIR}/2.6.1_p20130904-unbundle-qtlockedfile.patch"
-   "${FILESDIR}/2.6.1_p20130904-no-gui.patch"
-)
-
-src_prepare() {
-   default
-
-   echo 'SOLUTIONS_LIBRARY = yes' > config.pri
-   use X || echo 'QTSA_NO_GUI = yes' >> config.pri
-
-   sed -i -e "s/-head/-${PV%.*}/" common.pri || die
-   sed -i -e '/SUBDIRS+=examples/d' ${PN}.pro || die
-
-   # to ensure unbundling
-   rm src/qtlockedfile* || die
-}
-
-src_configure() {
-   eqmake5
-}
-
-src_install() {
-   use doc && local HTML_DOCS=( doc/html/. )
-
-   # libraries
-   dolib.so lib/*
-
-   # headers
-   insinto "$(qt5_get_headerdir)"/QtSolutions
-   doins src/qtsinglecoreapplication.h
-   use X && doins src/{QtSingleApplication,${PN}.h}
-
-   # .prf files
-   insinto "$(qt5_get_mkspecsdir)"/features
-   doins "${FILESDIR}"/qtsinglecoreapplication.prf
-   use X && doins "${FILESDIR}"/${PN}.prf
-
-   default
-}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtsingleapplication/

2018-02-22 Thread Davide Pesavento
commit: 17f1a24c3760af4e3c56aba5d900d50651e5a34d
Author: Davide Pesavento  gentoo  org>
AuthorDate: Fri Feb 23 01:02:55 2018 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Fri Feb 23 01:02:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17f1a24c

dev-qt/qtsingleapplication: new snapshot

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-qt/qtsingleapplication/Manifest|  1 +
 .../qtsingleapplication-2.6.1_p20171024.ebuild | 70 ++
 2 files changed, 71 insertions(+)

diff --git a/dev-qt/qtsingleapplication/Manifest 
b/dev-qt/qtsingleapplication/Manifest
index 809a7c95df6..a4bc5fdc6e8 100644
--- a/dev-qt/qtsingleapplication/Manifest
+++ b/dev-qt/qtsingleapplication/Manifest
@@ -1 +1,2 @@
 DIST qt-solutions-20150629.tar.xz 710488 BLAKE2B 
102829e3b2afa7cb665c09fc259f9b966596a8245e8e8325c6c45e402bc337d205539b20be791e16515754c6d74247a714b278028e9ffbb74f578c9b8b39b094
 SHA512 
a95ed58f0218cd90d734a40eedd173b896fa0138ad235f3157d7bee538b16c5f385d93bae483fd22267f2984389b9940bb85ba0cd3d25c16124d56abb39568f5
+DIST qt-solutions-20171024.tar.xz 710532 BLAKE2B 
365f4c6fc3bee34bf26ac5039984ceac1d90527297b985b0d1b606f3ba67219bab7f7cba40b4adca55446c34e9f4fe218b4449ee255ba6f6409de78f80ccdaec
 SHA512 
4784d88c2f40c88f06abeb728842875fb5e428a630dbf749f71055681b0c631803d2901b60aa8cc95f5f382dcd21da8d739873aa45e3dd3676ee95925f0198da

diff --git 
a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild 
b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild
new file mode 100644
index 000..dace0a999a2
--- /dev/null
+++ b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit qmake-utils
+
+MY_P=qt-solutions-${PV#*_p}
+
+DESCRIPTION="Qt library to start applications only once per user"
+HOMEPAGE="https://code.qt.io/cgit/qt-solutions/qt-solutions.git/";
+SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.xz";
+
+LICENSE="|| ( LGPL-2.1 GPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+IUSE="doc X"
+
+DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtlockedfile[qt5(+)]
+   dev-qt/qtnetwork:5
+   X? (
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   )
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}/${PN}"
+
+PATCHES=(
+   "${FILESDIR}/2.6.1_p20130904-unbundle-qtlockedfile.patch"
+   "${FILESDIR}/2.6.1_p20130904-no-gui.patch"
+)
+
+src_prepare() {
+   default
+
+   echo 'SOLUTIONS_LIBRARY = yes' > config.pri
+   use X || echo 'QTSA_NO_GUI = yes' >> config.pri
+
+   sed -i -e "s/-head/-${PV%.*}/" common.pri || die
+   sed -i -e '/SUBDIRS+=examples/d' ${PN}.pro || die
+
+   # to ensure unbundling
+   rm src/qtlockedfile* || die
+}
+
+src_configure() {
+   eqmake5
+}
+
+src_install() {
+   use doc && local HTML_DOCS=( doc/html/. )
+   einstalldocs
+
+   # libraries
+   dolib.so lib/*
+
+   # headers
+   insinto "$(qt5_get_headerdir)"/QtSolutions
+   doins src/qtsinglecoreapplication.h
+   use X && doins src/{QtSingleApplication,${PN}.h}
+
+   # .prf files
+   insinto "$(qt5_get_mkspecsdir)"/features
+   doins "${FILESDIR}"/qtsinglecoreapplication.prf
+   use X && doins "${FILESDIR}"/${PN}.prf
+}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtsingleapplication/

2018-02-22 Thread Andreas Sturmlechner
commit: a2f123efa0f0f2c1c0d15a1f7fde28299aa0f2ed
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Feb 19 20:36:42 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Feb 22 10:47:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2f123ef

dev-qt/qtsingleapplication: Drop USE qt4,qt5, bump EAPI 6

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../qtsingleapplication-2.6.1_p20150629-r1.ebuild  | 71 ++
 1 file changed, 71 insertions(+)

diff --git 
a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629-r1.ebuild 
b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629-r1.ebuild
new file mode 100644
index 000..c1e7f77eee7
--- /dev/null
+++ b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629-r1.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit qmake-utils
+
+MY_P=qt-solutions-${PV#*_p}
+
+DESCRIPTION="Qt library to start applications only once per user"
+HOMEPAGE="https://code.qt.io/cgit/qt-solutions/qt-solutions.git/";
+SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.xz";
+
+LICENSE="|| ( LGPL-2.1 GPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+IUSE="doc X"
+
+DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtlockedfile[qt5(+)]
+   dev-qt/qtnetwork:5
+   X? (
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   )
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}/${PN}"
+
+PATCHES=(
+   "${FILESDIR}/2.6.1_p20130904-unbundle-qtlockedfile.patch"
+   "${FILESDIR}/2.6.1_p20130904-no-gui.patch"
+)
+
+src_prepare() {
+   default
+
+   echo 'SOLUTIONS_LIBRARY = yes' > config.pri
+   use X || echo 'QTSA_NO_GUI = yes' >> config.pri
+
+   sed -i -e "s/-head/-${PV%.*}/" common.pri || die
+   sed -i -e '/SUBDIRS+=examples/d' ${PN}.pro || die
+
+   # to ensure unbundling
+   rm src/qtlockedfile* || die
+}
+
+src_configure() {
+   eqmake5
+}
+
+src_install() {
+   use doc && local HTML_DOCS=( doc/html/. )
+
+   # libraries
+   dolib.so lib/*
+
+   # headers
+   insinto "$(qt5_get_headerdir)"/QtSolutions
+   doins src/qtsinglecoreapplication.h
+   use X && doins src/{QtSingleApplication,${PN}.h}
+
+   # .prf files
+   insinto "$(qt5_get_mkspecsdir)"/features
+   doins "${FILESDIR}"/qtsinglecoreapplication.prf
+   use X && doins "${FILESDIR}"/${PN}.prf
+
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtsingleapplication/

2017-12-21 Thread Michael Palimaka
commit: 94a1f5663b819d200b901f7d647fecff2a2d9270
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Dec 21 09:22:26 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Dec 21 09:24:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94a1f566

dev-qt/qtsingleapplication: switch from qt4 to qt5 by default

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

 dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild 
b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild
index fb850dfd0ec..ef31d5dbc1c 100644
--- a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild
+++ b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.xz";
 LICENSE="|| ( LGPL-2.1 GPL-3 )"
 SLOT="0"
 KEYWORDS="amd64 arm ~hppa ppc ppc64 x86"
-IUSE="doc +qt4 qt5 X"
+IUSE="doc qt4 +qt5 X"
 
 REQUIRED_USE="|| ( qt4 qt5 )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtsingleapplication/

2016-10-01 Thread Jeroen Roovers
commit: 3a898ae590fe69cf1eaeea2112bbf10c336abf6b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Oct  1 14:33:13 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Oct  1 14:33:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a898ae5

dev-qt/qtsingleapplication: Stable for HPPA (bug #554806).

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

 dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild 
b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild
index 643015c..f297045 100644
--- a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild
+++ b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ 
SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.xz";
 
 LICENSE="|| ( LGPL-2.1 GPL-3 )"
 SLOT="0"
-KEYWORDS="amd64 arm ~hppa ppc ppc64 x86"
+KEYWORDS="amd64 arm hppa ppc ppc64 x86"
 IUSE="doc +qt4 qt5 X"
 
 REQUIRED_USE="|| ( qt4 qt5 )"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtsingleapplication/

2015-10-30 Thread Jeroen Roovers
commit: f6c76551d1aed9b629d53ddd4b386e5dd8d4ec46
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Oct 31 06:06:24 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Oct 31 06:06:24 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6c76551

dev-qt/qtsingleapplication: Stable for PPC64 (bug #554806).

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

 dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild 
b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild
index 9be4cc1..643015c 100644
--- a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild
+++ b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.xz";
 
 LICENSE="|| ( LGPL-2.1 GPL-3 )"
 SLOT="0"
-KEYWORDS="amd64 arm ~hppa ppc ~ppc64 x86"
+KEYWORDS="amd64 arm ~hppa ppc ppc64 x86"
 IUSE="doc +qt4 qt5 X"
 
 REQUIRED_USE="|| ( qt4 qt5 )"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtsingleapplication/

2015-09-22 Thread Davide Pesavento
commit: f4472fe846f41203ad315f9030b03869d66eca1d
Author: Davide Pesavento  gentoo  org>
AuthorDate: Wed Sep 23 00:29:11 2015 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Wed Sep 23 00:29:11 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4472fe8

dev-qt/qtsingleapplication: remove old

Package-Manager: portage-2.2.21

 dev-qt/qtsingleapplication/Manifest|  1 -
 .../qtsingleapplication-2.6.1_p20130904-r1.ebuild  | 60 --
 2 files changed, 61 deletions(-)

diff --git a/dev-qt/qtsingleapplication/Manifest 
b/dev-qt/qtsingleapplication/Manifest
index d90810f..6b62bb2 100644
--- a/dev-qt/qtsingleapplication/Manifest
+++ b/dev-qt/qtsingleapplication/Manifest
@@ -1,2 +1 @@
-DIST qt-solutions-20130904.tar.xz 751536 SHA256 
fc27b49883269a21ced2d3cb543eb78e79223afe5933bbc7d3194146f72f8884 SHA512 
9e50d0a7d9fee08a72a3c6dee1d3fe45d04ae0930a967d81eff457f6c0ff53ac8449ef1d8241a5ce75ca2dcf9f4a2fe27b899647748d11060c3ab5767c3d0e75
 WHIRLPOOL 
b933a301de905cffab8393a7adf055ed2f5198f1572657f5993e016746340d9862017982308ac11310add272ae1cd5c3435054dce2dd9d7ee5a9c92baf1878c2
 DIST qt-solutions-20150629.tar.xz 710488 SHA256 
cfa88a67c8396878eaa98f39b7648482fabb73988549cc404816c29212cf6503 SHA512 
a95ed58f0218cd90d734a40eedd173b896fa0138ad235f3157d7bee538b16c5f385d93bae483fd22267f2984389b9940bb85ba0cd3d25c16124d56abb39568f5
 WHIRLPOOL 
23a273cfa2d0bc3834487c9e325c73d0038877c5a5085493ceb37ee5dc03cc4d2cddf4f46f5a89045fcbfe7f6dd03b678d56f3167fb750374d44879f11ded8b7

diff --git 
a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20130904-r1.ebuild 
b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20130904-r1.ebuild
deleted file mode 100644
index 3c5bad0..000
--- a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20130904-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit qt4-r2
-
-MY_P=qt-solutions-${PV#*_p}
-
-DESCRIPTION="Qt library to start applications only once per user"
-HOMEPAGE="https://code.qt.io/cgit/qt-solutions/qt-solutions.git/";
-SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.xz";
-
-LICENSE="|| ( LGPL-2.1 GPL-3 )"
-SLOT="0"
-KEYWORDS="amd64 arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="X doc"
-
-DEPEND="
-   dev-qt/qtcore:4
-   dev-qt/qtlockedfile
-   X? ( dev-qt/qtgui:4 )
-"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}/${PN}
-
-PATCHES=(
-   "${FILESDIR}/${PV}-unbundle-qtlockedfile.patch"
-   "${FILESDIR}/${PV}-no-gui.patch"
-)
-
-src_prepare() {
-   qt4-r2_src_prepare
-
-   echo 'SOLUTIONS_LIBRARY = yes' > config.pri
-   use X || echo 'QTSA_NO_GUI = yes' >> config.pri
-
-   sed -i -e "s/-head/-${PV%.*}/" common.pri || die
-   sed -i -e '/SUBDIRS+=examples/d' ${PN}.pro || die
-
-   # to ensure unbundling
-   rm -f src/qtlockedfile*
-}
-
-src_install() {
-   dodoc README.TXT
-
-   dolib.so lib/*
-   insinto /usr/include/qt4/QtSolutions
-   doins src/qtsinglecoreapplication.h
-   use X && doins src/{QtSingleApplication,${PN}.h}
-
-   insinto /usr/share/qt4/mkspecs/features
-   doins "${FILESDIR}"/qtsinglecoreapplication.prf
-   use X && doins "${FILESDIR}"/${PN}.prf
-
-   use doc && dohtml -r doc/html
-}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtsingleapplication/

2015-09-22 Thread Agostino Sarubbo
commit: 93b730addd77b7af06b6bec5eafc199e410e1c10
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Sep 22 08:55:24 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Sep 22 08:57:17 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93b730ad

dev-qt/qtsingleapplication: ppc stable wrt bug #554806

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ppc"

 dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild 
b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild
index c9d1d6e..9be4cc1 100644
--- a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild
+++ b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.xz";
 
 LICENSE="|| ( LGPL-2.1 GPL-3 )"
 SLOT="0"
-KEYWORDS="amd64 arm ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="amd64 arm ~hppa ppc ~ppc64 x86"
 IUSE="doc +qt4 qt5 X"
 
 REQUIRED_USE="|| ( qt4 qt5 )"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtsingleapplication/

2015-09-19 Thread Agostino Sarubbo
commit: c114861d879f50c375ecce239f5b5674219e05e4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Sep 19 15:56:00 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Sep 19 15:56:00 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c114861d

dev-qt/qtsingleapplication: amd64 stable wrt bug #554806

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild 
b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild
index 1025d2c..e690044 100644
--- a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild
+++ b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.xz";
 
 LICENSE="|| ( LGPL-2.1 GPL-3 )"
 SLOT="0"
-KEYWORDS="~amd64 arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 arm ~hppa ~ppc ~ppc64 ~x86"
 IUSE="doc +qt4 qt5 X"
 
 REQUIRED_USE="|| ( qt4 qt5 )"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtsingleapplication/

2015-09-01 Thread Markus Meier
commit: 0e3678d3b7000790d00828ec51d6efb0512b01aa
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Sep  1 16:07:23 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Sep  1 16:07:23 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e3678d3

dev-qt/qtsingleapplication: arm stable, bug #554806

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="arm"

 dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild 
b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild
index ff3e25c..1025d2c 100644
--- a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild
+++ b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.xz";
 
 LICENSE="|| ( LGPL-2.1 GPL-3 )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 arm ~hppa ~ppc ~ppc64 ~x86"
 IUSE="doc +qt4 qt5 X"
 
 REQUIRED_USE="|| ( qt4 qt5 )"