public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/kdsoap/
Date: Thu, 19 Mar 2020 14:34:54 +0000 (UTC)	[thread overview]
Message-ID: <1584628396.0a8dfd35ec5fddf6b6d9a69bfa6b8f5b09e93a77.asturm@gentoo> (raw)

commit:     0a8dfd35ec5fddf6b6d9a69bfa6b8f5b09e93a77
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 19 14:33:16 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 19 14:33:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a8dfd35

net-libs/kdsoap: New package

Bug: https://bugs.gentoo.org/489446
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-libs/kdsoap/Manifest                         |  2 +
 net-libs/kdsoap/kdsoap-1.9.50_pre20200317.ebuild | 52 ++++++++++++++++++++++++
 net-libs/kdsoap/metadata.xml                     |  8 ++++
 3 files changed, 62 insertions(+)

diff --git a/net-libs/kdsoap/Manifest b/net-libs/kdsoap/Manifest
new file mode 100644
index 00000000000..c24b812b570
--- /dev/null
+++ b/net-libs/kdsoap/Manifest
@@ -0,0 +1,2 @@
+DIST kdsoap-1.9.50_pre20200317-libkode-dfe0d565cb58cfb25da77853d9694097aa8e5882.tar.gz 50653 BLAKE2B a14145adcb1a9551c9fc70246bebe034db605e8d4056744856ff67a575ed192b90439a25b7ba6916d66b9830d7ffec1da82f2e12425b6e58801ebbe289cc09b7 SHA512 efe539888d25a527d43a83a6e3c38d75eec92bab3f09766890870f3fe6516cbd8349b049b42399c8764b28550291130b705350ae9d4d9947b839c03174b9b984
+DIST kdsoap-1.9.50_pre20200317.tar.gz 919821 BLAKE2B 8028e98a1d79800e9f8bbddcb50e0b3ebb2d71b2f87d4f2920c6689b8536d712f76fb9ff48dd16b3d68871e46d9b1d36198aadab3d1d645f2dc397beef3d596e SHA512 f00c960d442c6a2977d321441ddd0924b42422e2a4e974a7fabb2d896fdb7310813750154f7548758ccb01a5d312d9af74a8d34746e09d07aff7925ebb6c3b4c

diff --git a/net-libs/kdsoap/kdsoap-1.9.50_pre20200317.ebuild b/net-libs/kdsoap/kdsoap-1.9.50_pre20200317.ebuild
new file mode 100644
index 00000000000..ba5f0c21a6b
--- /dev/null
+++ b/net-libs/kdsoap/kdsoap-1.9.50_pre20200317.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ ${PV} != *9999* ]]; then
+	KDSOAP_COMMIT=8fde0425e38bf58922b6054768b4a7e5f349500b
+	LIBKODE_COMMIT=dfe0d565cb58cfb25da77853d9694097aa8e5882
+	SRC_URI="https://github.com/KDAB/KDSoap/archive/${KDSOAP_COMMIT}.tar.gz -> ${P}.tar.gz
+		https://github.com/cornelius/libkode/archive/${LIBKODE_COMMIT}.tar.gz -> ${P}-libkode-${LIBKODE_COMMIT}.tar.gz"
+	KEYWORDS="~amd64"
+	S="${WORKDIR}/KDSoap-${KDSOAP_COMMIT}"
+else
+	EGIT_REPO_URI="https://github.com/KDAB/KDSoap.git"
+	EGIT_SUBMODULES=( kdwsdl2cpp/libkode -autogen )
+	inherit git-r3
+fi
+inherit cmake
+
+DESCRIPTION="Qt-based client-side and server-side SOAP component"
+HOMEPAGE="https://www.kdab.com/development-resources/qt-tools/kd-soap/"
+
+LICENSE="GPL-3 AGPL-3"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtnetwork:5
+	dev-qt/qtxml:5
+"
+DEPEND="${RDEPEND}
+	dev-libs/boost
+"
+
+src_prepare() {
+	rmdir kdwsdl2cpp/libkode || die
+	mv "${WORKDIR}"/libkode-${LIBKODE_COMMIT} "${S}"/kdwsdl2cpp/libkode || die
+
+	cmake_src_prepare
+
+	sed -e "/^find_package.*Qt5/s/Widgets //" \
+		-e "/install.*INSTALL_DOC_DIR/d" \
+		-i CMakeLists.txt || die
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DKDSoap_EXAMPLES=OFF # Qt4-based and no install targets
+	)
+	cmake_src_configure
+}

diff --git a/net-libs/kdsoap/metadata.xml b/net-libs/kdsoap/metadata.xml
new file mode 100644
index 00000000000..2fdbf33d963
--- /dev/null
+++ b/net-libs/kdsoap/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>kde@gentoo.org</email>
+		<name>Gentoo KDE Project</name>
+	</maintainer>
+</pkgmetadata>


             reply	other threads:[~2020-03-19 14:34 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-19 14:34 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-03-25  4:31 [gentoo-commits] repo/gentoo:master commit in: net-libs/kdsoap/ Georgy Yakovlev
2020-05-01  8:40 Mart Raudsepp
2020-05-06  1:01 Thomas Deutschmann
2020-07-09 11:16 Sam James
2020-07-30  6:58 Agostino Sarubbo
2020-07-30  7:21 Agostino Sarubbo
2021-01-02 20:31 Andreas Sturmlechner
2021-04-05 22:54 Thomas Deutschmann
2021-04-06  6:31 Agostino Sarubbo
2021-04-06  6:40 Mikle Kolyada
2021-04-07  8:36 Andreas Sturmlechner
2021-11-07 21:34 Andreas Sturmlechner
2021-11-29 14:51 Andreas Sturmlechner
2022-09-15 17:24 Andreas Sturmlechner
2022-10-25 17:55 Sam James
2022-10-25 17:55 Sam James
2022-10-25 17:59 Sam James
2022-10-25 18:36 Andreas Sturmlechner
2024-06-28  0:16 Sam James
2024-06-28 12:59 Sam James
2024-06-28 12:59 Sam James
2024-06-29 16:34 Andreas Sturmlechner
2025-01-05 22:51 Andreas Sturmlechner
2025-01-05 22:51 Andreas Sturmlechner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1584628396.0a8dfd35ec5fddf6b6d9a69bfa6b8f5b09e93a77.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox