From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 716B5158042 for ; Thu, 31 Oct 2024 23:32:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71724E08CA; Thu, 31 Oct 2024 23:32:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5484BE08C4 for ; Thu, 31 Oct 2024 23:32:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C4A53409EC for ; Thu, 31 Oct 2024 23:32:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB9AEAE7 for ; Thu, 31 Oct 2024 23:32:41 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1730417542.665ea838d2dd799d1f41ee80695a945dd88ba01b.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/yaz/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/yaz/Manifest dev-libs/yaz/yaz-5.32.0.ebuild X-VCS-Directories: dev-libs/yaz/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 665ea838d2dd799d1f41ee80695a945dd88ba01b X-VCS-Branch: master Date: Thu, 31 Oct 2024 23:32:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5eb8eec5-b37b-4d05-adff-643c27844d31 X-Archives-Hash: 735d071c9ad104ae318e516096d891fc commit: 665ea838d2dd799d1f41ee80695a945dd88ba01b Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu Oct 31 22:42:21 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Thu Oct 31 23:32:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=665ea838 dev-libs/yaz: drop 5.32.0 Bug: https://bugs.gentoo.org/923291 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-libs/yaz/Manifest | 1 - dev-libs/yaz/yaz-5.32.0.ebuild | 67 ------------------------------------------ 2 files changed, 68 deletions(-) diff --git a/dev-libs/yaz/Manifest b/dev-libs/yaz/Manifest index aada9f520b75..c3e7c5a58e68 100644 --- a/dev-libs/yaz/Manifest +++ b/dev-libs/yaz/Manifest @@ -1,2 +1 @@ -DIST yaz-5.32.0.tar.gz 2607933 BLAKE2B 9119b77a262ef2d6f0b1140425384575218a5b93cbe50a716bb254b07e2427eaad55de3c4590d0d6843af31b987b201fa733fdf010e463648a35b5600d055d5a SHA512 a4d40b5c20b1d4acab0e687235eda361fe0550c00396f6aa26d1965d2ecdd217433ba65160eda07fcc4c263d9e2e47b607e4b668412f81123b2904b9deece763 DIST yaz-5.34.0.tar.gz 2656382 BLAKE2B 7a16974dc815c1121aaea4179843a6982600a0491c8c95a03f28cf0c68725b986ebc39049e2159cd0d105b23811d35ae3d3538a83e945b64951cc9215efe7f3d SHA512 0c835b98b4640e077459c9ead8043cea941a75f39dace9501efbb56c38837b1525349b8668c135ac0753ba7a4803e38d9c90d7bf3f6f2951c0e7e863b4c51f65 diff --git a/dev-libs/yaz/yaz-5.32.0.ebuild b/dev-libs/yaz/yaz-5.32.0.ebuild deleted file mode 100644 index be30b1466226..000000000000 --- a/dev-libs/yaz/yaz-5.32.0.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="C/C++ toolkit for Z39.50v3 clients and servers" -HOMEPAGE="https://www.indexdata.com/resources/software/yaz/" - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/indexdata/yaz.git" -else - SRC_URI="https://ftp.indexdata.com/pub/${PN}/${P}.tar.gz" - KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ppc ppc64 ~s390 ~sparc x86" -fi - -LICENSE="BSD GPL-2" -SLOT="0/5" -IUSE="gnutls tcpd ziffy" - -RDEPEND=" - dev-libs/icu:= - dev-libs/libxml2 - dev-libs/libxslt - sys-libs/readline:= - sys-libs/ncurses:= - virtual/libintl - !gnutls? ( dev-libs/openssl:0= ) - gnutls? ( net-libs/gnutls:= ) - tcpd? ( sys-apps/tcp-wrappers ) - ziffy? ( net-libs/libpcap ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-lang/tcl:0 - app-alternatives/yacc - >=dev-build/libtool-2 - virtual/pkgconfig -" - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf \ - --enable-shared \ - $(use_with gnutls) \ - $(use_enable tcpd tcpd /usr) -} - -src_install() { - local docdir="/usr/share/doc/${PF}" - emake DESTDIR="${D}" docdir="${EPREFIX}/${docdir}" install - - find "${D}" -name '*.la' -delete || die - - dodir "${docdir}"/html - mv -f "${ED}"/${docdir}/*.{html,png} "${ED}"/${docdir}/html/ || die "Failed to move HTML docs" - mv -f "${ED}"/usr/share/doc/${PN}/common "${ED}"/${docdir}/html/ || die "Failed to move HTML docs" - rm -rf "${ED}"/usr/share/doc/${PN} || die - - dodoc ChangeLog NEWS -}