* [gentoo-commits] proj/qt:master commit in: dev-libs/qjson/
@ 2012-02-04 20:10 Johannes Huber
0 siblings, 0 replies; 7+ messages in thread
From: Johannes Huber @ 2012-02-04 20:10 UTC (permalink / raw
To: gentoo-commits
commit: 2757071dd897febc4b4c7f57ca34a0ac39bfead1
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 4 20:14:08 2012 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Feb 4 20:14:08 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=2757071d
[dev-libs/qjson] EAPI 4, git 2 eclass.
(Portage version: 2.2.0_alpha84/git/Linux i686, unsigned Manifest commit)
---
dev-libs/qjson/qjson-9999.ebuild | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-libs/qjson/qjson-9999.ebuild b/dev-libs/qjson/qjson-9999.ebuild
index 7727cfd..ac7c5e1 100644
--- a/dev-libs/qjson/qjson-9999.ebuild
+++ b/dev-libs/qjson/qjson-9999.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="2"
+EAPI=4
-inherit cmake-utils git
+inherit cmake-utils git-2
DESCRIPTION="A library for mapping JSON data to QVariant objects"
HOMEPAGE="http://qjson.sourceforge.net"
-EGIT_REPO_URI="git://gitorious.org/${PN}/${PN}.git"
+EGIT_REPO_URI="git://gitorious.org/${PN}/${PN}"
LICENSE="LGPL-2.1"
SLOT="0"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-libs/qjson/
@ 2012-03-20 0:11 Davide Pesavento
0 siblings, 0 replies; 7+ messages in thread
From: Davide Pesavento @ 2012-03-20 0:11 UTC (permalink / raw
To: gentoo-commits
commit: 42b02304c24f0150cd84a275e332b58347956fdf
Author: Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Tue Mar 20 00:10:52 2012 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Tue Mar 20 00:10:52 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=42b02304
[dev-libs/qjson] Remove ayoy from metadata.
(Portage version: 2.2.0_alpha92/git/Linux x86_64, unsigned Manifest commit)
---
dev-libs/qjson/metadata.xml | 9 +--------
1 files changed, 1 insertions(+), 8 deletions(-)
diff --git a/dev-libs/qjson/metadata.xml b/dev-libs/qjson/metadata.xml
index 156086b..dc439f7 100644
--- a/dev-libs/qjson/metadata.xml
+++ b/dev-libs/qjson/metadata.xml
@@ -1,12 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>qt</herd>
- <maintainer>
- <email>d@ayoy.net</email>
- <name>Dominik Kapusta</name>
- </maintainer>
- <longdescription lang="en">
- </longdescription>
+<herd>qt</herd>
</pkgmetadata>
-
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-libs/qjson/
@ 2012-11-12 9:29 Michael Palimaka
0 siblings, 0 replies; 7+ messages in thread
From: Michael Palimaka @ 2012-11-12 9:29 UTC (permalink / raw
To: gentoo-commits
commit: f5f390fac42fc325a07c03d2a1f28a17a361ae47
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 12 09:27:02 2012 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Nov 12 09:27:02 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=f5f390fa
[dev-libs/qjson] Install correct README file, wrt bug #442446. Tidy ebuild.
Package-Manager: portage-2.1.11.31
---
dev-libs/qjson/qjson-9999.ebuild | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/dev-libs/qjson/qjson-9999.ebuild b/dev-libs/qjson/qjson-9999.ebuild
index ac7c5e1..0e4f1db 100644
--- a/dev-libs/qjson/qjson-9999.ebuild
+++ b/dev-libs/qjson/qjson-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
inherit cmake-utils git-2
@@ -20,11 +20,13 @@ DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )"
S="${WORKDIR}/${PN}"
-DOCS=( "${S}/README" )
+
+DOCS=( README.md )
src_configure() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use test QJSON_BUILD_TESTS)"
+ local mycmakeargs=(
+ $(cmake-utils_use test QJSON_BUILD_TESTS)
+ )
cmake-utils_src_configure
}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-libs/qjson/
@ 2012-12-05 14:12 Michael Palimaka
0 siblings, 0 replies; 7+ messages in thread
From: Michael Palimaka @ 2012-12-05 14:12 UTC (permalink / raw
To: gentoo-commits
commit: 75db6cce12676df95a3c508e57aa5263594d3ee0
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 5 14:09:51 2012 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Dec 5 14:09:51 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=75db6cce
[dev-libs/qjson] Update remote git repo wrt bug #444300. Sync with portage.
Package-Manager: portage-2.1.11.33
---
dev-libs/qjson/qjson-9999.ebuild | 13 ++++++-------
1 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/dev-libs/qjson/qjson-9999.ebuild b/dev-libs/qjson/qjson-9999.ebuild
index 0e4f1db..972efe1 100644
--- a/dev-libs/qjson/qjson-9999.ebuild
+++ b/dev-libs/qjson/qjson-9999.ebuild
@@ -8,7 +8,7 @@ inherit cmake-utils git-2
DESCRIPTION="A library for mapping JSON data to QVariant objects"
HOMEPAGE="http://qjson.sourceforge.net"
-EGIT_REPO_URI="git://gitorious.org/${PN}/${PN}"
+EGIT_REPO_URI="git://github.com/flavio/${PN}.git"
LICENSE="LGPL-2.1"
SLOT="0"
@@ -17,11 +17,10 @@ IUSE="debug doc test"
RDEPEND="x11-libs/qt-core:4"
DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )"
+ doc? ( app-doc/doxygen )
+ test? ( x11-libs/qt-test:4 )"
-S="${WORKDIR}/${PN}"
-
-DOCS=( README.md )
+DOCS=( ChangeLog README.md )
src_configure() {
local mycmakeargs=(
@@ -33,9 +32,9 @@ src_configure() {
src_install() {
if use doc; then
- cd "${S}/doc"
+ cd doc
doxygen Doxyfile || die "Generating documentation failed"
- HTML_DOCS=( "${S}/doc/html/*" )
+ HTML_DOCS=( doc/html/ )
fi
cmake-utils_src_install
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-libs/qjson/
@ 2013-08-14 3:31 Davide Pesavento
0 siblings, 0 replies; 7+ messages in thread
From: Davide Pesavento @ 2013-08-14 3:31 UTC (permalink / raw
To: gentoo-commits
commit: da382faa408aea322111589076561f565ee148fa
Author: Uwe L. Korn <uwelk <AT> xhochy <DOT> com>
AuthorDate: Tue Aug 13 15:39:51 2013 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Tue Aug 13 21:15:09 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=da382faa
[dev-libs/qjson] Add qt5 USE flag to 9999
---
dev-libs/qjson/qjson-9999.ebuild | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/dev-libs/qjson/qjson-9999.ebuild b/dev-libs/qjson/qjson-9999.ebuild
index 53ca55f..8d75f61 100644
--- a/dev-libs/qjson/qjson-9999.ebuild
+++ b/dev-libs/qjson/qjson-9999.ebuild
@@ -13,17 +13,25 @@ EGIT_REPO_URI="git://github.com/flavio/${PN}.git"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS=""
-IUSE="debug doc test"
+IUSE="debug doc +qt4 qt5 test"
-RDEPEND="dev-qt/qtcore:4"
+RDEPEND="
+ qt4? ( dev-qt/qtcore:4 )
+ qt5? ( dev-qt/qtcore:5 )"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )
- test? ( dev-qt/qttest:4 )"
+ test? (
+ qt4? ( dev-qt/qttest:4 )
+ qt5? ( dev-qt/qttest:5 )
+ )"
+
+REQUIRED_USE="^^ ( qt4 qt5 )"
DOCS=( ChangeLog README.md )
src_configure() {
local mycmakeargs=(
+ $(cmake-utils_use qt4 QT4_BUILD)
$(cmake-utils_use test QJSON_BUILD_TESTS)
)
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-libs/qjson/
@ 2016-10-28 17:15 Michael Palimaka
0 siblings, 0 replies; 7+ messages in thread
From: Michael Palimaka @ 2016-10-28 17:15 UTC (permalink / raw
To: gentoo-commits
commit: ddfac650e9611294bee520a1812b7b3107a5aa34
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 16:49:30 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 17:14:52 2016 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=ddfac650
dev-libs/qjson: EAPI 6
Package-Manager: portage-2.3.2
dev-libs/qjson/qjson-9999.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-libs/qjson/qjson-9999.ebuild b/dev-libs/qjson/qjson-9999.ebuild
index 3400f3a..dc60129 100644
--- a/dev-libs/qjson/qjson-9999.ebuild
+++ b/dev-libs/qjson/qjson-9999.ebuild
@@ -2,9 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
-inherit cmake-utils git-2
+inherit cmake-utils git-r3
DESCRIPTION="A library for mapping JSON data to QVariant objects"
HOMEPAGE="http://qjson.sourceforge.net"
@@ -31,8 +31,8 @@ DOCS=( ChangeLog README.md )
src_configure() {
local mycmakeargs=(
- $(cmake-utils_use qt4 QT4_BUILD)
- $(cmake-utils_use test QJSON_BUILD_TESTS)
+ -DQT4_BUILD=$(usex qt4)
+ -DQJSON_BUILD_TESTS=$(usex test)
)
cmake-utils_src_configure
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-libs/qjson/
@ 2018-04-11 23:10 Andreas Sturmlechner
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2018-04-11 23:10 UTC (permalink / raw
To: gentoo-commits
commit: 32313ac303e979184cc50d2235e89196d9820626
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 11 21:23:14 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Apr 11 21:23:14 2018 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=32313ac3
dev-libs/qjson: No more consumers
Package-Manager: Portage-2.3.28, Repoman-2.3.9
dev-libs/qjson/metadata.xml | 8 -------
dev-libs/qjson/qjson-9999.ebuild | 48 ----------------------------------------
2 files changed, 56 deletions(-)
diff --git a/dev-libs/qjson/metadata.xml b/dev-libs/qjson/metadata.xml
deleted file mode 100644
index 17237689..00000000
--- a/dev-libs/qjson/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>qt@gentoo.org</email>
- <name>Gentoo Qt Project</name>
- </maintainer>
-</pkgmetadata>
diff --git a/dev-libs/qjson/qjson-9999.ebuild b/dev-libs/qjson/qjson-9999.ebuild
deleted file mode 100644
index 85920217..00000000
--- a/dev-libs/qjson/qjson-9999.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils git-r3
-
-DESCRIPTION="A library for mapping JSON data to QVariant objects"
-HOMEPAGE="http://qjson.sourceforge.net"
-EGIT_REPO_URI="git://github.com/flavio/${PN}.git"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS=""
-IUSE="debug doc +qt4 qt5 test"
-
-RDEPEND="
- qt4? ( dev-qt/qtcore:4 )
- qt5? ( dev-qt/qtcore:5 )"
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )
- test? (
- qt4? ( dev-qt/qttest:4 )
- qt5? ( dev-qt/qttest:5 )
- )"
-
-REQUIRED_USE="^^ ( qt4 qt5 )"
-
-DOCS=( ChangeLog README.md )
-
-src_configure() {
- local mycmakeargs=(
- -DQT4_BUILD=$(usex qt4)
- -DQJSON_BUILD_TESTS=$(usex test)
- )
-
- cmake-utils_src_configure
-}
-
-src_install() {
- if use doc; then
- cd doc
- doxygen Doxyfile || die "Generating documentation failed"
- HTML_DOCS=( doc/html/ )
- fi
-
- cmake-utils_src_install
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2018-04-11 23:10 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-12 9:29 [gentoo-commits] proj/qt:master commit in: dev-libs/qjson/ Michael Palimaka
-- strict thread matches above, loose matches on Subject: below --
2018-04-11 23:10 Andreas Sturmlechner
2016-10-28 17:15 Michael Palimaka
2013-08-14 3:31 Davide Pesavento
2012-12-05 14:12 Michael Palimaka
2012-03-20 0:11 Davide Pesavento
2012-02-04 20:10 Johannes Huber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox