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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 904BC158094 for ; Wed, 29 Jun 2022 07:11:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87351E0ADD; Wed, 29 Jun 2022 07:11:58 +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 458D0E0ADD for ; Wed, 29 Jun 2022 07:11:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 146D6341256 for ; Wed, 29 Jun 2022 07:11:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABF6950C for ; Wed, 29 Jun 2022 07:11:54 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1656486709.c43d8892b289b49ec9f90bc60fa4b82bf66c906a.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libstrophe/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libstrophe/Manifest dev-libs/libstrophe/libstrophe-0.10.0.ebuild X-VCS-Directories: dev-libs/libstrophe/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: c43d8892b289b49ec9f90bc60fa4b82bf66c906a X-VCS-Branch: master Date: Wed, 29 Jun 2022 07:11:54 +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: ee576961-5419-4f95-b688-dd935bd98b1f X-Archives-Hash: 23b0d8c5e95bd4dbd90c526c2a929818 commit: c43d8892b289b49ec9f90bc60fa4b82bf66c906a Author: Adrian Schollmeyer nexadn de> AuthorDate: Tue Jun 28 19:28:30 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Jun 29 07:11:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c43d8892 dev-libs/libstrophe: drop 0.10.0 Signed-off-by: Adrian Schollmeyer nexadn.de> Closes: https://github.com/gentoo/gentoo/pull/26123 Signed-off-by: Florian Schmaus gentoo.org> dev-libs/libstrophe/Manifest | 1 - dev-libs/libstrophe/libstrophe-0.10.0.ebuild | 52 ---------------------------- 2 files changed, 53 deletions(-) diff --git a/dev-libs/libstrophe/Manifest b/dev-libs/libstrophe/Manifest index 23b6415267e0..a4ab34968f67 100644 --- a/dev-libs/libstrophe/Manifest +++ b/dev-libs/libstrophe/Manifest @@ -1,2 +1 @@ -DIST libstrophe-0.10.0.tar.xz 357896 BLAKE2B b457c1556b7bd8012fd0b0badb962c0002ca38884e246911b25c8e01fa785a08c316a18c84e8f9e124ebeed636c586097a2dacf56c7c94062ac262e44f9473d0 SHA512 cffd71f3c83f53a4f0681916249842cc17e11fc28afa940e29a786ee02c5294a11115c115b12d200e185a62520623c68e1d4514ab374423e13e26b9438d80ea8 DIST libstrophe-0.12.0.tar.xz 397120 BLAKE2B 6ac32e317e14a8641b1d092026772264682b7b0980158757a82036f3db2643a6429e5553d9173b578111d5b8b503e9a98a4e140f98f8ac03866758624a1cec67 SHA512 dd0fc54840bb5626859f91c7bbe5204ea89332856392a5a33c50cf7f66c8aaa7b0d7c24bd737e8473d63f2c9d7683a75dcb9465a19634d14e54c9f8f20580884 diff --git a/dev-libs/libstrophe/libstrophe-0.10.0.ebuild b/dev-libs/libstrophe/libstrophe-0.10.0.ebuild deleted file mode 100644 index bf0d452cd737..000000000000 --- a/dev-libs/libstrophe/libstrophe-0.10.0.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -DESCRIPTION="A simple, lightweight C library for writing XMPP clients" -HOMEPAGE="http://strophe.im/libstrophe/" -SRC_URI="https://github.com/strophe/${PN}/releases/download/${PV}/${P}.tar.xz" -LICENSE="|| ( MIT GPL-3 )" -SLOT="0" -KEYWORDS="amd64" -IUSE="doc expat" - -RDEPEND=" - expat? ( dev-libs/expat ) - !expat? ( dev-libs/libxml2:2 ) - dev-libs/openssl:0= -" -DEPEND="${RDEPEND}" -BDEPEND=" - virtual/pkgconfig - doc? ( app-doc/doxygen ) -" - -DOCS=( ChangeLog ) - -src_configure() { - # shellcheck disable=SC2207 - local myeconf=( - --enable-tls - $(use_with !expat libxml2) - ) - econf "${myeconf[@]}" -} -src_compile() { - default - if use doc; then - doxygen || die - HTML_DOCS=( docs/html/* ) - fi -} - -src_install() { - default - use doc && dodoc -r examples - find "${D}" -type f \( -name '*.la' -o -name '*.a' \) -delete || die -} - -# Explicit src_test is there to document that the test suite is integrated and -# is expected to pass. Please do not remove. -src_test() { - emake check -}