* [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlockedfile/
@ 2018-05-06 20:18 Andreas Sturmlechner
0 siblings, 0 replies; 17+ messages in thread
From: Andreas Sturmlechner @ 2018-05-06 20:18 UTC (permalink / raw
To: gentoo-commits
commit: 918567ca29a56d1a064bf6e9d2ee6044f5061718
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 6 18:03:45 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 6 20:18:12 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=918567ca
dev-qt/qtlockedfile: Drop old
Closes: https://bugs.gentoo.org/653986
Package-Manager: Portage-2.3.36, Repoman-2.3.9
dev-qt/qtlockedfile/Manifest | 1 -
.../qtlockedfile-2.4.1_p20150629.ebuild | 76 ----------------------
2 files changed, 77 deletions(-)
diff --git a/dev-qt/qtlockedfile/Manifest b/dev-qt/qtlockedfile/Manifest
index a4bc5fdc6e8..45d4d15e89b 100644
--- a/dev-qt/qtlockedfile/Manifest
+++ b/dev-qt/qtlockedfile/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/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild b/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild
deleted file mode 100644
index 0ce3afe1772..00000000000
--- a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild
+++ /dev/null
@@ -1,76 +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="QFile extension with advisory locking functions"
-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"
-
-REQUIRED_USE="|| ( qt4 qt5 )"
-
-DEPEND="
- qt4? ( dev-qt/qtcore:4 )
- qt5? ( dev-qt/qtcore:5 )
-"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}/${PN}
-
-pkg_setup() {
- MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) )
-}
-
-src_prepare() {
- echo 'SOLUTIONS_LIBRARY = yes' > config.pri
- echo 'QT -= gui' >> src/qtlockedfile.pri
-
- sed -i -e "s/-head/-${PV%.*}/" common.pri || die
- sed -i -e '/SUBDIRS+=example/d' ${PN}.pro || die
-
- 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/QtLockedFile src/${PN}.h
-
- # .prf files
- insinto "$(${MULTIBUILD_VARIANT}_get_mkspecsdir)"/features
- doins "${FILESDIR}"/${PN}.prf
- }
- multibuild_foreach_variant run_in_build_dir myinstall
-}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlockedfile/
@ 2021-10-29 13:31 Yixun Lan
0 siblings, 0 replies; 17+ messages in thread
From: Yixun Lan @ 2021-10-29 13:31 UTC (permalink / raw
To: gentoo-commits
commit: f4005edce270a6f9d25b7d23b5ebcce7c8bd0e93
Author: Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Wed Oct 27 12:49:59 2021 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Fri Oct 29 13:29:00 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4005edc
dev-qt/qtlockedfile: keyword ~riscv
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild b/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild
index 0cfb9a5a3d3..018cdc5e96a 100644
--- a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild
+++ b/dev-qt/qtlockedfile/qtlockedfile-2.4.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"
DEPEND="dev-qt/qtcore:5"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlockedfile/
@ 2021-09-08 16:55 Andreas Sturmlechner
0 siblings, 0 replies; 17+ messages in thread
From: Andreas Sturmlechner @ 2021-09-08 16:55 UTC (permalink / raw
To: gentoo-commits
commit: f20de75a56162991b09af41f07daab3e38d3c296
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 7 15:31:15 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 8 16:54:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f20de75a
dev-qt/qtlockedfile: EAPI-8 bump
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild b/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild
index 8ce005c4ebe..0cfb9a5a3d3 100644
--- a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild
+++ b/dev-qt/qtlockedfile/qtlockedfile-2.4.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="QFile extension with advisory locking functions"
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"
@@ -18,8 +19,6 @@ IUSE="doc"
DEPEND="dev-qt/qtcore:5"
RDEPEND="${DEPEND}"
-S="${WORKDIR}/${MY_P}/${PN}"
-
src_prepare() {
default
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlockedfile/
@ 2020-07-21 0:25 Sam James
0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2020-07-21 0:25 UTC (permalink / raw
To: gentoo-commits
commit: a48a83879dc7dc23fb7cb98605e60cbbd23e382d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 21 00:24:53 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 21 00:24:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a48a8387
dev-qt/qtlockedfile: arm64 keyworded (bug #730410)
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild b/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild
index 0c46b28d924..8ce005c4ebe 100644
--- a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild
+++ b/dev-qt/qtlockedfile/qtlockedfile-2.4.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"
DEPEND="dev-qt/qtcore:5"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlockedfile/
@ 2020-05-21 18:13 Andreas Sturmlechner
0 siblings, 0 replies; 17+ messages in thread
From: Andreas Sturmlechner @ 2020-05-21 18:13 UTC (permalink / raw
To: gentoo-commits
commit: b40d01bc45dd13818da7b325915144fc4765a965
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 21 17:20:18 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 21 18:13:38 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b40d01bc
dev-qt/qtlockedfile: EAPI-7 bump
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild b/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild
index aecc05cf214..0c46b28d924 100644
--- a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild
+++ b/dev-qt/qtlockedfile/qtlockedfile-2.4.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="QFile extension with advisory locking functions"
HOMEPAGE="https://code.qt.io/cgit/qt-solutions/qt-solutions.git/"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlockedfile/
@ 2018-05-06 18:21 Matt Turner
0 siblings, 0 replies; 17+ messages in thread
From: Matt Turner @ 2018-05-06 18:21 UTC (permalink / raw
To: gentoo-commits
commit: e194190dc417b44d25ec8bddf10b76f5c175a2b7
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun May 6 18:20:49 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun May 6 18:20:49 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e194190d
dev-qt/qtlockedfile: Dropped to ~ppc/~ppc64, bug 653986
dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild b/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild
index 1e6876a92da..0ce3afe1772 100644
--- a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild
+++ b/dev-qt/qtlockedfile/qtlockedfile-2.4.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"
REQUIRED_USE="|| ( qt4 qt5 )"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlockedfile/
@ 2018-04-24 23:59 Aaron Bauman
0 siblings, 0 replies; 17+ messages in thread
From: Aaron Bauman @ 2018-04-24 23:59 UTC (permalink / raw
To: gentoo-commits
commit: 05183eb8f33a5c7df4248b8ff2fc41190cdb3fac
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 24 23:33:49 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue Apr 24 23:59:10 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05183eb8
dev-qt/qtlockedfile: amd64 stable wrt bug #653986
Bug: https://bugs.gentoo.org/653986
Package-Manager: Portage-2.3.31, Repoman-2.3.9
dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild b/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild
index cfa7ba1b31d..77ec9211694 100644
--- a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild
+++ b/dev-qt/qtlockedfile/qtlockedfile-2.4.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"
DEPEND="dev-qt/qtcore:5"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlockedfile/
@ 2018-02-23 0:48 Davide Pesavento
0 siblings, 0 replies; 17+ messages in thread
From: Davide Pesavento @ 2018-02-23 0:48 UTC (permalink / raw
To: gentoo-commits
commit: 73dd6347fbd64b75b9ab457a1791d84dc65d7783
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 23 00:47:57 2018 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Fri Feb 23 00:48:24 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73dd6347
dev-qt/qtlockedfile: remove 2.4.1_p20150629-r1
Package-Manager: Portage-2.3.24, Repoman-2.3.6
.../qtlockedfile-2.4.1_p20150629-r1.ebuild | 55 ----------------------
1 file changed, 55 deletions(-)
diff --git a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629-r1.ebuild b/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629-r1.ebuild
deleted file mode 100644
index a413f124f18..00000000000
--- a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629-r1.ebuild
+++ /dev/null
@@ -1,55 +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="QFile extension with advisory locking functions"
-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"
-
-DEPEND="
- dev-qt/qtcore:5
-"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}/${PN}"
-
-src_prepare() {
- default
-
- echo 'SOLUTIONS_LIBRARY = yes' > config.pri
- echo 'QT -= gui' >> src/qtlockedfile.pri
-
- sed -i -e "s/-head/-${PV%.*}/" common.pri || die
- sed -i -e '/SUBDIRS+=example/d' ${PN}.pro || 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/QtLockedFile src/${PN}.h
-
- # .prf files
- insinto "$(qt5_get_mkspecsdir)"/features
- doins "${FILESDIR}"/${PN}.prf
-
- default
-}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlockedfile/
@ 2018-02-23 0:48 Davide Pesavento
0 siblings, 0 replies; 17+ messages in thread
From: Davide Pesavento @ 2018-02-23 0:48 UTC (permalink / raw
To: gentoo-commits
commit: c68025ff70d0fda25e1aa1e1ced9e9c6df2a6347
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 23 00:46:10 2018 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Fri Feb 23 00:48:23 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c68025ff
dev-qt/qtlockedfile: new snapshot
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-qt/qtlockedfile/Manifest | 1 +
.../qtlockedfile-2.4.1_p20171024.ebuild | 52 ++++++++++++++++++++++
2 files changed, 53 insertions(+)
diff --git a/dev-qt/qtlockedfile/Manifest b/dev-qt/qtlockedfile/Manifest
index 809a7c95df6..a4bc5fdc6e8 100644
--- a/dev-qt/qtlockedfile/Manifest
+++ b/dev-qt/qtlockedfile/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/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild b/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild
new file mode 100644
index 00000000000..cfa7ba1b31d
--- /dev/null
+++ b/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild
@@ -0,0 +1,52 @@
+# 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="QFile extension with advisory locking functions"
+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"
+
+DEPEND="dev-qt/qtcore:5"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}/${PN}"
+
+src_prepare() {
+ default
+
+ echo 'SOLUTIONS_LIBRARY = yes' > config.pri
+ echo 'QT -= gui' >> src/qtlockedfile.pri
+
+ sed -i -e "s/-head/-${PV%.*}/" common.pri || die
+ sed -i -e '/SUBDIRS+=example/d' ${PN}.pro || 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/QtLockedFile src/${PN}.h
+
+ # .prf files
+ insinto "$(qt5_get_mkspecsdir)"/features
+ doins "${FILESDIR}"/${PN}.prf
+}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlockedfile/
@ 2018-02-22 10:51 Andreas Sturmlechner
0 siblings, 0 replies; 17+ messages in thread
From: Andreas Sturmlechner @ 2018-02-22 10:51 UTC (permalink / raw
To: gentoo-commits
commit: f407fc982fc2981b9809cae438475a67b4b00043
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 19 20:42:52 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 22 10:47:48 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f407fc98
dev-qt/qtlockedfile: Drop USE qt4,qt5, bump EAPI 6
Package-Manager: Portage-2.3.24, Repoman-2.3.6
.../qtlockedfile-2.4.1_p20150629-r1.ebuild | 55 ++++++++++++++++++++++
1 file changed, 55 insertions(+)
diff --git a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629-r1.ebuild b/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629-r1.ebuild
new file mode 100644
index 00000000000..a413f124f18
--- /dev/null
+++ b/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629-r1.ebuild
@@ -0,0 +1,55 @@
+# 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="QFile extension with advisory locking functions"
+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"
+
+DEPEND="
+ dev-qt/qtcore:5
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}/${PN}"
+
+src_prepare() {
+ default
+
+ echo 'SOLUTIONS_LIBRARY = yes' > config.pri
+ echo 'QT -= gui' >> src/qtlockedfile.pri
+
+ sed -i -e "s/-head/-${PV%.*}/" common.pri || die
+ sed -i -e '/SUBDIRS+=example/d' ${PN}.pro || 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/QtLockedFile src/${PN}.h
+
+ # .prf files
+ insinto "$(qt5_get_mkspecsdir)"/features
+ doins "${FILESDIR}"/${PN}.prf
+
+ default
+}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlockedfile/
@ 2017-12-21 9:24 Michael Palimaka
0 siblings, 0 replies; 17+ messages in thread
From: Michael Palimaka @ 2017-12-21 9:24 UTC (permalink / raw
To: gentoo-commits
commit: 7fae5f6784bbdb938a595ed926530864edaf0ad7
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 21 09:23:41 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 09:24:01 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fae5f67
dev-qt/qtlockedfile: switch from qt4 to qt5 by default
Closes: https://bugs.gentoo.org/641516
Package-Manager: Portage-2.3.14, Repoman-2.3.6
dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild b/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild
index 5e77183204f..1e6876a92da 100644
--- a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild
+++ b/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -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"
+IUSE="doc qt4 +qt5"
REQUIRED_USE="|| ( qt4 qt5 )"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlockedfile/
@ 2016-10-01 14:33 Jeroen Roovers
0 siblings, 0 replies; 17+ messages in thread
From: Jeroen Roovers @ 2016-10-01 14:33 UTC (permalink / raw
To: gentoo-commits
commit: 600fa0dc5686762df2ccc9de1d95e0491ce783a6
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 1 14:33:23 2016 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Oct 1 14:33:39 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=600fa0dc
dev-qt/qtlockedfile: Stable for HPPA (bug #554806).
Package-Manager: portage-2.3.1
RepoMan-Options: --ignore-arches
dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild b/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild
index e72281c..abbe66a 100644
--- a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild
+++ b/dev-qt/qtlockedfile/qtlockedfile-2.4.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"
REQUIRED_USE="|| ( qt4 qt5 )"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlockedfile/
@ 2015-10-31 6:04 Jeroen Roovers
0 siblings, 0 replies; 17+ messages in thread
From: Jeroen Roovers @ 2015-10-31 6:04 UTC (permalink / raw
To: gentoo-commits
commit: e2c39a9a745de0230d99e3f42ba2164ca9182277
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 31 05:54:08 2015 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Oct 31 05:54:08 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2c39a9a
dev-qt/qtlockedfile: Stable for PPC64 (bug #554806).
Package-Manager: portage-2.2.23
RepoMan-Options: --ignore-arches
dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild b/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild
index 854c9eb..e72281c 100644
--- a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild
+++ b/dev-qt/qtlockedfile/qtlockedfile-2.4.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"
REQUIRED_USE="|| ( qt4 qt5 )"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlockedfile/
@ 2015-09-23 0:33 Davide Pesavento
0 siblings, 0 replies; 17+ messages in thread
From: Davide Pesavento @ 2015-09-23 0:33 UTC (permalink / raw
To: gentoo-commits
commit: c18305bad0392abf4aff6ba6f7105be6a1e721c9
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 23 00:33:39 2015 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Wed Sep 23 00:33:39 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c18305ba
dev-qt/qtlockedfile: remove old
Package-Manager: portage-2.2.21
dev-qt/qtlockedfile/Manifest | 1 -
.../qtlockedfile-2.4.1_p20130904.ebuild | 46 ----------------------
2 files changed, 47 deletions(-)
diff --git a/dev-qt/qtlockedfile/Manifest b/dev-qt/qtlockedfile/Manifest
index d90810f..6b62bb2 100644
--- a/dev-qt/qtlockedfile/Manifest
+++ b/dev-qt/qtlockedfile/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/qtlockedfile/qtlockedfile-2.4.1_p20130904.ebuild b/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20130904.ebuild
deleted file mode 100644
index c9941df..0000000
--- a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20130904.ebuild
+++ /dev/null
@@ -1,46 +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="QFile extension with advisory locking functions"
-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="doc"
-
-DEPEND="dev-qt/qtcore:4"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}/${PN}
-
-src_prepare() {
- qt4-r2_src_prepare
-
- echo 'SOLUTIONS_LIBRARY = yes' > config.pri
- echo 'QT -= gui' >> src/qtlockedfile.pri
-
- sed -i -e "s/-head/-${PV%.*}/" common.pri || die
- sed -i -e '/SUBDIRS+=example/d' ${PN}.pro || die
-}
-
-src_install() {
- dodoc README.TXT
-
- dolib.so lib/*
- insinto /usr/include/qt4/QtSolutions/
- doins src/QtLockedFile src/${PN}.h
-
- insinto /usr/share/qt4/mkspecs/features/
- doins "${FILESDIR}"/${PN}.prf
-
- use doc && dohtml -r doc/html
-}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlockedfile/
@ 2015-09-22 8:57 Agostino Sarubbo
0 siblings, 0 replies; 17+ messages in thread
From: Agostino Sarubbo @ 2015-09-22 8:57 UTC (permalink / raw
To: gentoo-commits
commit: f691859e68ea6389cf917376ba2b5b2cdbdb7b1d
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 22 08:55:19 2015 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 08:57:17 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f691859e
dev-qt/qtlockedfile: ppc stable wrt bug #554806
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ppc"
dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild b/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild
index 236ed49..854c9eb 100644
--- a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild
+++ b/dev-qt/qtlockedfile/qtlockedfile-2.4.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"
REQUIRED_USE="|| ( qt4 qt5 )"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlockedfile/
@ 2015-09-19 15:56 Agostino Sarubbo
0 siblings, 0 replies; 17+ messages in thread
From: Agostino Sarubbo @ 2015-09-19 15:56 UTC (permalink / raw
To: gentoo-commits
commit: c0635487947f135a7908d17ee34d8609394c411a
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 15:55:56 2015 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 15:55:56 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0635487
dev-qt/qtlockedfile: amd64 stable wrt bug #554806
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"
dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild b/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild
index ff4e90e..669f6ea 100644
--- a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild
+++ b/dev-qt/qtlockedfile/qtlockedfile-2.4.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"
REQUIRED_USE="|| ( qt4 qt5 )"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlockedfile/
@ 2015-09-01 16:06 Markus Meier
0 siblings, 0 replies; 17+ messages in thread
From: Markus Meier @ 2015-09-01 16:06 UTC (permalink / raw
To: gentoo-commits
commit: 3b632a0f7ad0458c0230ebb7da79f54477bb9622
Author: Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 1 16:06:48 2015 +0000
Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Tue Sep 1 16:06:48 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b632a0f
dev-qt/qtlockedfile: arm stable, bug #554806
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="arm"
dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild b/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild
index 8b0b49d..ff4e90e 100644
--- a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild
+++ b/dev-qt/qtlockedfile/qtlockedfile-2.4.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"
REQUIRED_USE="|| ( qt4 qt5 )"
^ permalink raw reply related [flat|nested] 17+ messages in thread
end of thread, other threads:[~2021-10-29 13:31 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-06 20:18 [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlockedfile/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2021-10-29 13:31 Yixun Lan
2021-09-08 16:55 Andreas Sturmlechner
2020-07-21 0:25 Sam James
2020-05-21 18:13 Andreas Sturmlechner
2018-05-06 18:21 Matt Turner
2018-04-24 23:59 Aaron Bauman
2018-02-23 0:48 Davide Pesavento
2018-02-23 0:48 Davide Pesavento
2018-02-22 10:51 Andreas Sturmlechner
2017-12-21 9:24 Michael Palimaka
2016-10-01 14:33 Jeroen Roovers
2015-10-31 6:04 Jeroen Roovers
2015-09-23 0:33 Davide Pesavento
2015-09-22 8:57 Agostino Sarubbo
2015-09-19 15:56 Agostino Sarubbo
2015-09-01 16:06 Markus Meier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox