From a6fc5bcc93efb59caabb688a89b2a7d2ce73e456 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Sat, 3 May 2025 19:37:05 +0300 Subject: [PATCH] net-libs/libisds: drop 0.11.1-r1, 0.11.1-r2 Signed-off-by: Alfred Wingate Part-of: https://github.com/gentoo/gentoo/pull/41919 Signed-off-by: Sam James --- net-libs/libisds/Manifest | 1 - net-libs/libisds/libisds-0.11.1-r1.ebuild | 55 --------------------- net-libs/libisds/libisds-0.11.1-r2.ebuild | 59 ----------------------- 3 files changed, 115 deletions(-) delete mode 100644 net-libs/libisds/libisds-0.11.1-r1.ebuild delete mode 100644 net-libs/libisds/libisds-0.11.1-r2.ebuild diff --git a/net-libs/libisds/Manifest b/net-libs/libisds/Manifest index 4e6dad3848ab6..beccf37ff2df9 100644 --- a/net-libs/libisds/Manifest +++ b/net-libs/libisds/Manifest @@ -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 diff --git a/net-libs/libisds/libisds-0.11.1-r1.ebuild b/net-libs/libisds/libisds-0.11.1-r1.ebuild deleted file mode 100644 index d555e6ef693a0..0000000000000 --- a/net-libs/libisds/libisds-0.11.1-r1.ebuild +++ /dev/null @@ -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 -} diff --git a/net-libs/libisds/libisds-0.11.1-r2.ebuild b/net-libs/libisds/libisds-0.11.1-r2.ebuild deleted file mode 100644 index 9d5f28e184ff7..0000000000000 --- a/net-libs/libisds/libisds-0.11.1-r2.ebuild +++ /dev/null @@ -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 -}