mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-libs/libisds: drop 0.11.1-r1, 0.11.1-r2
Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41919 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
603137ae36
commit
a6fc5bcc93
@@ -1,2 +1 @@
|
||||
DIST libisds-0.11.1.tar.xz 741992 BLAKE2B e1895450b1148c63a365a569fcdfa0d3cf3f2cdd011da6dbe92ea876aa1a9082470f3c7efc5757766df7e870559dd4ba62b59973e22d47401ef575e0fd412ec1 SHA512 8baf126ebf49c5eae6aa7b8f872ad90882a9a5088c8a33ffb415983eaf1ffc1df489f44ae6ba14a69a94bc4f79f455c7937276885afaa29e61c5c67408f7080a
|
||||
DIST libisds-0.11.2.tar.xz 746388 BLAKE2B 08e5e1ba5c100faf18e4fa3d89b66486b773be4cf9097f9b237c8f407a98ac2cac0337bcb2665072f65414c06ee26f5670ee2604c8420eb12990b51534eaa062 SHA512 edaa591eda18dc0b8cc7c6e29a36610845cc293f1665a2e9744ec904aaa1c561caa41ada2e87de9428bb0397772c0c2884412fd0474daf28528d7ef2a7f28426
|
||||
|
||||
@@ -1,55 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Client library for accessing ISDS Soap services"
|
||||
HOMEPAGE="http://xpisar.wz.cz/libisds/"
|
||||
SRC_URI="http://xpisar.wz.cz/${PN}/dist/${P}.tar.xz"
|
||||
KEYWORDS="amd64 ~mips x86"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
IUSE="+curl debug doc nls openssl test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/expat
|
||||
dev-libs/libxml2
|
||||
curl? ( net-misc/curl[ssl] )
|
||||
doc? (
|
||||
app-text/docbook-xsl-stylesheets
|
||||
dev-libs/libxslt
|
||||
)
|
||||
openssl? ( dev-libs/openssl:= )
|
||||
!openssl? (
|
||||
app-crypt/gnupg
|
||||
app-crypt/gpgme:=
|
||||
dev-libs/libgcrypt:=
|
||||
)"
|
||||
DEPEND="${RDEPEND}
|
||||
test? ( net-libs/gnutls )"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
nls? ( sys-devel/gettext )"
|
||||
|
||||
src_configure() {
|
||||
local myeconfargs=(
|
||||
--disable-fatalwarnings
|
||||
--disable-static
|
||||
$(use_with curl libcurl)
|
||||
$(use_enable curl curlreauthorizationbug)
|
||||
$(use_enable doc)
|
||||
$(use_enable debug)
|
||||
$(use_enable nls)
|
||||
$(use_enable openssl openssl-backend)
|
||||
$(use_enable test)
|
||||
)
|
||||
econf "${myeconfargs[@]}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
find "${ED}" -name '*.la' -delete || die
|
||||
}
|
||||
@@ -1,59 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Client library for accessing ISDS Soap services"
|
||||
HOMEPAGE="http://xpisar.wz.cz/libisds/"
|
||||
SRC_URI="http://xpisar.wz.cz/${PN}/dist/${P}.tar.xz"
|
||||
KEYWORDS="~amd64 ~mips ~x86"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
IUSE="+curl debug doc nls openssl test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/expat
|
||||
dev-libs/libxml2
|
||||
curl? ( net-misc/curl[ssl] )
|
||||
doc? (
|
||||
app-text/docbook-xsl-stylesheets
|
||||
dev-libs/libxslt
|
||||
)
|
||||
openssl? ( dev-libs/openssl:= )
|
||||
!openssl? (
|
||||
app-crypt/gnupg
|
||||
app-crypt/gpgme:=
|
||||
dev-libs/libgcrypt:=
|
||||
)"
|
||||
DEPEND="${RDEPEND}
|
||||
test? ( net-libs/gnutls )"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
nls? ( sys-devel/gettext )"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PN}-0.11.1-Fix-building-with-libxml2-2.12.0.patch"
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
local myeconfargs=(
|
||||
--disable-fatalwarnings
|
||||
--disable-static
|
||||
$(use_with curl libcurl)
|
||||
$(use_enable curl curlreauthorizationbug)
|
||||
$(use_enable doc)
|
||||
$(use_enable debug)
|
||||
$(use_enable nls)
|
||||
$(use_enable openssl openssl-backend)
|
||||
$(use_enable test)
|
||||
)
|
||||
econf "${myeconfargs[@]}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
find "${ED}" -name '*.la' -delete || die
|
||||
}
|
||||
Reference in New Issue
Block a user