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: app-misc/libdatovka/
Date: Sat, 04 Jan 2025 07:26:35 +0000 (UTC)	[thread overview]
Message-ID: <1735975581.d51e87aecb970fd77e2a8304ae7f3ce3049d4c5b.asturm@gentoo> (raw)

commit:     d51e87aecb970fd77e2a8304ae7f3ce3049d4c5b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  3 20:00:05 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan  4 07:26:21 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d51e87ae

app-misc/libdatovka: drop 0.6.0, 0.6.2

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-misc/libdatovka/Manifest                |  2 --
 app-misc/libdatovka/libdatovka-0.6.0.ebuild | 55 ----------------------------
 app-misc/libdatovka/libdatovka-0.6.2.ebuild | 56 -----------------------------
 3 files changed, 113 deletions(-)

diff --git a/app-misc/libdatovka/Manifest b/app-misc/libdatovka/Manifest
index bcd32514d7b4..b87d84e06f0e 100644
--- a/app-misc/libdatovka/Manifest
+++ b/app-misc/libdatovka/Manifest
@@ -1,3 +1 @@
-DIST libdatovka-0.6.0.tar.xz 721408 BLAKE2B b8b4398a3adc85a9eb9b642733941929a8d14aa6e4323fe5345f62adb6f7488c9c5b10688f0ed1e0fde8252377ae2b5e21d00bfe00f966523cd025fd4a35f60d SHA512 5a1b1574ae81f5d3c1ca8c2cd6e2fa9c9b3dc7dde6d1dd6de662a64120f2a8d107137b77da03043d4943fa6d51e4d7bdf330e3ddb2fe73467d705b0f7baf841c
-DIST libdatovka-0.6.2.tar.xz 720944 BLAKE2B 617a0cb367d84cdbac50b2cc2d446af361828b34ca329c7872846283ea52bc2d611d97ea650e9de919ec09085ac7e5053c761e3d01373a98176f5419fe3d7fe1 SHA512 5eace37bcf3ede1ac6c35f9ce62e8eb0bb963c1eba16afa001f0d3033ad4761b4a6e9023d2a0eaa3c9d8a51423c918c7c1a98b1336d6f4c6844d7fbaa3ee2b26
 DIST libdatovka-0.7.0.tar.xz 722344 BLAKE2B 0f9658e2f7c079142c1a914d858ed1a223bba2ac6619e908f63e22b93fd2fe00112414247a0368379ce492a04504bafcfdccb5a150207c202298b1f3d241dfd3 SHA512 134b48d1d489cb514474d73ec7b38958c5f6ca0af75d818eb6233b0867fd2f8a909a1a7bd3586f1e22e77efce896e3a38ec0bc6fe575e2ca3fe4bb3453a510da

diff --git a/app-misc/libdatovka/libdatovka-0.6.0.ebuild b/app-misc/libdatovka/libdatovka-0.6.0.ebuild
deleted file mode 100644
index 49155b443888..000000000000
--- a/app-misc/libdatovka/libdatovka-0.6.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Client library for accessing ISDS SOAP services"
-HOMEPAGE="https://www.datovka.cz/cs/pages/libdatovka.html"
-SRC_URI="https://secure.nic.cz/files/datove_schranky/${PN}/${P}.tar.xz"
-KEYWORDS="~amd64 ~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/app-misc/libdatovka/libdatovka-0.6.2.ebuild b/app-misc/libdatovka/libdatovka-0.6.2.ebuild
deleted file mode 100644
index da916814f61e..000000000000
--- a/app-misc/libdatovka/libdatovka-0.6.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Client library for accessing ISDS SOAP services"
-HOMEPAGE="https://www.datovka.cz/cs/pages/libdatovka.html"
-SRC_URI="https://secure.nic.cz/files/datove_schranky/${PN}/${P}.tar.xz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-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
-}


             reply	other threads:[~2025-01-04  7:26 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-04  7:26 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-25 12:31 [gentoo-commits] repo/gentoo:master commit in: app-misc/libdatovka/ Amy Liffey
2025-01-04  7:26 Andreas Sturmlechner
2024-05-04 10:41 Amy Liffey
2024-05-04 10:41 Amy Liffey
2024-01-03  7:25 Amy Liffey
2024-01-03  7:25 Amy Liffey
2023-09-14 18:31 Arthur Zamarin
2023-05-14 15:50 Amy Liffey
2023-05-14 15:50 Amy Liffey
2022-11-22  8:11 Sam James
2022-02-16 21:26 David Seifert
2021-10-07  8:29 Amy Liffey
2021-08-08 20:13 Amy Liffey

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=1735975581.d51e87aecb970fd77e2a8304ae7f3ce3049d4c5b.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