Add KDSoap

Need it as dependency
This commit is contained in:
2020-01-11 12:59:28 +02:00
parent 0694189afa
commit 7bc311e472
3 changed files with 31 additions and 0 deletions

1
net-libs/kdsoap/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST kdsoap-1.8.0.tar.gz 1435341 BLAKE2B 951241018a7aeefcb4650c78a25a9375cceefe1781cd484c6fe4f40ee609bedd733d1521036e696f595e38592f09b01dcffec2aec67fc4cc6e205379236d6f6d SHA512 2290f4618269cc136c885c00fca0873b577ff3bc2f2fe4e80ffd1ba36b68b42e264cfdb4dabf46c28d7bc86091be943ddf3287585ccc10f1d0a1639cc94696dd

View File

@@ -0,0 +1,18 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit cmake-utils
DESCRIPTION="A fast replacement for tigetvnc"
HOMEPAGE="https://github.com/KDAB/KDSoap/"
SRC_URI="https://github.com/KDAB/KDSoap/releases/download/${P}/${P}.tar.gz"
RESTRICT="primaryuri"
LICENSE="GPL-2 GPL-3 LGPL-2.1 AGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="kde-frameworks/extra-cmake-modules"
RDEPEND="${DEPEND}"

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>ceamac.paragon@gmail.com</email>
<description>Primary maintainer</description>
</maintainer>
<longdescription>
KD Soap is a Qt-based client-side and server-side SOAP component.
It can be used to create client applications for web services and also provides the means to create web services without the need for any further component such as a dedicated web server.
</longdescription>
</pkgmetadata>