* [gentoo-commits] proj/qt:master commit in: dev-libs/qjsonrpc/
@ 2012-04-04 17:55 Davide Pesavento
0 siblings, 0 replies; 3+ messages in thread
From: Davide Pesavento @ 2012-04-04 17:55 UTC (permalink / raw
To: gentoo-commits
commit: cd8de93a926b44ca518aa513fac5f8860cc38c44
Author: Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Wed Apr 4 17:54:23 2012 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Wed Apr 4 17:54:23 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=cd8de93a
[dev-libs/qjsonrpc] Initial commit.
---
dev-libs/qjsonrpc/metadata.xml | 5 ++++
dev-libs/qjsonrpc/qjsonrpc-9999.ebuild | 33 ++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+), 0 deletions(-)
diff --git a/dev-libs/qjsonrpc/metadata.xml b/dev-libs/qjsonrpc/metadata.xml
new file mode 100644
index 0000000..dc439f7
--- /dev/null
+++ b/dev-libs/qjsonrpc/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>qt</herd>
+</pkgmetadata>
diff --git a/dev-libs/qjsonrpc/qjsonrpc-9999.ebuild b/dev-libs/qjsonrpc/qjsonrpc-9999.ebuild
new file mode 100644
index 0000000..a7e6214
--- /dev/null
+++ b/dev-libs/qjsonrpc/qjsonrpc-9999.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit qt4-r2 git-2
+
+DESCRIPTION="Qt-based library implementing the JSON-RPC 2.0 protocol"
+HOMEPAGE="http://symbiosoft.net/projects/qjsonrpc"
+EGIT_REPO_URI="git://gitorious.org/${PN}/${PN}
+ https://git.gitorious.org/${PN}/${PN}"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS=""
+IUSE="debug test"
+
+DEPEND=">=x11-libs/qt-core-4.7:4"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ qt4-r2_src_prepare
+
+ if ! use test; then
+ sed -i -e '/SUBDIRS += tests/d' ${PN}.pro || die
+ fi
+}
+
+src_install() {
+ dolib.a lib/libqjsonrpc.a
+ dodoc AUTHORS TODO
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-libs/qjsonrpc/
@ 2013-08-12 9:29 Davide Pesavento
0 siblings, 0 replies; 3+ messages in thread
From: Davide Pesavento @ 2013-08-12 9:29 UTC (permalink / raw
To: gentoo-commits
commit: c7fe4b09cf855ed76c8e6aac46ebda71c2606e46
Author: Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Mon Aug 12 09:29:47 2013 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Mon Aug 12 09:29:47 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=c7fe4b09
[dev-libs/qjsonrpc] Update EGIT_REPO_URI and make it install correctly again.
Package-Manager: portage-2.2.0_alpha196
---
dev-libs/qjsonrpc/qjsonrpc-9999.ebuild | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/dev-libs/qjsonrpc/qjsonrpc-9999.ebuild b/dev-libs/qjsonrpc/qjsonrpc-9999.ebuild
index 2980591..bad05a5 100644
--- a/dev-libs/qjsonrpc/qjsonrpc-9999.ebuild
+++ b/dev-libs/qjsonrpc/qjsonrpc-9999.ebuild
@@ -2,16 +2,15 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
-inherit qt4-r2 git-2
+inherit multilib qt4-r2 git-2
-DESCRIPTION="Qt-based library implementing the JSON-RPC 2.0 protocol"
+DESCRIPTION="Qt implementation of the JSON-RPC 2.0 protocol"
HOMEPAGE="http://symbiosoft.net/projects/qjsonrpc"
-EGIT_REPO_URI="git://gitorious.org/${PN}/${PN}
- https://git.gitorious.org/${PN}/${PN}"
+EGIT_REPO_URI="https://bitbucket.org/devonit/qjsonrpc"
-LICENSE="LGPL-3"
+LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS=""
IUSE="debug test"
@@ -19,15 +18,16 @@ IUSE="debug test"
DEPEND=">=dev-qt/qtcore-4.7:4"
RDEPEND="${DEPEND}"
+DOCS=(AUTHORS CHANGES TODO)
+
src_prepare() {
qt4-r2_src_prepare
if ! use test; then
- sed -i -e '/SUBDIRS += tests/d' ${PN}.pro || die
+ sed -i -e 's/tests//' qjsonrpc.pro || die
fi
}
-src_install() {
- dolib.a lib/libqjsonrpc.a
- dodoc AUTHORS TODO
+src_configure() {
+ eqmake4 LIBDIR="$(get_libdir)"
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-libs/qjsonrpc/
@ 2016-10-28 17:15 Michael Palimaka
0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2016-10-28 17:15 UTC (permalink / raw
To: gentoo-commits
commit: 78436ff71d2f6a39352763d57a31f443633b066a
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 16:47:13 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=78436ff7
dev-libs/qjsonrpc: requires qt4, dead upstream
dev-libs/qjsonrpc/metadata.xml | 8 --------
dev-libs/qjsonrpc/qjsonrpc-9999.ebuild | 33 ---------------------------------
2 files changed, 41 deletions(-)
diff --git a/dev-libs/qjsonrpc/metadata.xml b/dev-libs/qjsonrpc/metadata.xml
deleted file mode 100644
index 1723768..0000000
--- a/dev-libs/qjsonrpc/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/qjsonrpc/qjsonrpc-9999.ebuild b/dev-libs/qjsonrpc/qjsonrpc-9999.ebuild
deleted file mode 100644
index 4b79e0a..0000000
--- a/dev-libs/qjsonrpc/qjsonrpc-9999.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit multilib qt4-r2 git-2
-
-DESCRIPTION="Qt implementation of the JSON-RPC 2.0 protocol"
-HOMEPAGE="http://symbiosoft.net/projects/qjsonrpc"
-EGIT_REPO_URI="https://bitbucket.org/devonit/qjsonrpc"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS=""
-IUSE="debug test"
-
-DEPEND=">=dev-qt/qtcore-4.7:4"
-RDEPEND="${DEPEND}"
-
-DOCS=(AUTHORS CHANGES TODO)
-
-src_prepare() {
- qt4-r2_src_prepare
-
- if ! use test; then
- sed -i -e 's/tests//' qjsonrpc.pro || die
- fi
-}
-
-src_configure() {
- eqmake4 LIBDIR="$(get_libdir)"
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-10-28 17:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-12 9:29 [gentoo-commits] proj/qt:master commit in: dev-libs/qjsonrpc/ Davide Pesavento
-- strict thread matches above, loose matches on Subject: below --
2016-10-28 17:15 Michael Palimaka
2012-04-04 17:55 Davide Pesavento
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox