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 7FC2E158020 for ; Wed, 23 Nov 2022 23:46:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD799E0A0B; Wed, 23 Nov 2022 23:46:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id A8152E0A0B for ; Wed, 23 Nov 2022 23:46:25 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E9C8340BE0 for ; Wed, 23 Nov 2022 23:46:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDB54762 for ; Wed, 23 Nov 2022 23:46:21 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1669247095.8e3297e85b4b4a0d8221d5b164e25a7f4d5d949b.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/znc-palaver/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/znc-palaver/Manifest net-irc/znc-palaver/znc-palaver-1.2.1-r1.ebuild X-VCS-Directories: net-irc/znc-palaver/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 8e3297e85b4b4a0d8221d5b164e25a7f4d5d949b X-VCS-Branch: master Date: Wed, 23 Nov 2022 23:46:21 +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: 215242b1-9a90-4cde-9f29-e1b080c1a227 X-Archives-Hash: c655a07b8c7d1b034b2a99a4bb0932ae commit: 8e3297e85b4b4a0d8221d5b164e25a7f4d5d949b Author: Conrad Kostecki gentoo org> AuthorDate: Wed Nov 23 23:44:01 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Wed Nov 23 23:44:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e3297e8 net-irc/znc-palaver: drop 1.2.1-r1 Signed-off-by: Conrad Kostecki gentoo.org> net-irc/znc-palaver/Manifest | 1 - net-irc/znc-palaver/znc-palaver-1.2.1-r1.ebuild | 60 ------------------------- 2 files changed, 61 deletions(-) diff --git a/net-irc/znc-palaver/Manifest b/net-irc/znc-palaver/Manifest index bff72c1e0f33..b571ecbc2f12 100644 --- a/net-irc/znc-palaver/Manifest +++ b/net-irc/znc-palaver/Manifest @@ -1,2 +1 @@ -DIST znc-palaver-1.2.1.tar.gz 13302 BLAKE2B 0a46e4dd93f06a2b1705d619b0960a246ebf326fe4ca1afdc152a90274984421478ff52bd942a09dffe58349477d622b2839b2e1af0cb11b5bc8c7a329d3b3a4 SHA512 0cfa4dfcebca79ed0aaa9b44c7395318782237a8752e26810686276587004ab95342f5983e6c9a74950da062c34e634d8a4bf502977289e59686eef069dca84a DIST znc-palaver-1.2.2.tar.gz 14649 BLAKE2B ad67bbbfc9ad293ce71669d84b7ccb3bd69f52e534662ac35c4a3ecd41fe91af2fe519f109dd2e9b9b824e5970883706a6dc7ebc89b806e74e5ad121466947f8 SHA512 b91ba7200cac393557252874293f131c83a4cea83203457e8f6f91a129d8207c16951b983e52848ce4f54750752f69765ca26b8e3f50e74da2a11138eaf2bdce diff --git a/net-irc/znc-palaver/znc-palaver-1.2.1-r1.ebuild b/net-irc/znc-palaver/znc-palaver-1.2.1-r1.ebuild deleted file mode 100644 index 73185c6ac198..000000000000 --- a/net-irc/znc-palaver/znc-palaver-1.2.1-r1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) - -inherit python-single-r1 toolchain-funcs - -DESCRIPTION="A ZNC module which provides push notifications to Palaver" -HOMEPAGE="https://github.com/cocodelabs/znc-palaver" -SRC_URI="https://github.com/cocodelabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RESTRICT="!test? ( test )" - -RDEPEND=" - ${PYTHON_DEPS} - net-irc/znc:=[ssl]" - -BDEPEND=" - ${RDEPEND} - $(python_gen_cond_dep ' - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-asyncio[${PYTHON_USEDEP}] - dev-python/semantic_version[${PYTHON_USEDEP}] - ') -" - -DOCS=( "CHANGELOG.md" "README.md" ) - -PATCHES=( - "${FILESDIR}/${P}-python310.patch" - "${FILESDIR}/${P}-xunit2.patch" -) - -src_compile() { - tc-export CXX - - # Building znc modules by 'znc-buildmod' - # does not support multiple threads. - emake -j1 -} - -src_test() { - default - - emake test-integration -} - -src_install() { - insinto /usr/$(get_libdir)/znc - doins palaver.so - - einstalldocs -}