From 4cbcc855382a06088e2f016f62cafdbcb7e40665 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 20 Mar 2022 00:40:44 +0000 Subject: gentoo resync : 20.03.2022 --- net-irc/znc-palaver/Manifest | 2 +- net-irc/znc-palaver/znc-palaver-1.2.1-r1.ebuild | 60 +++++++++++++++++++++++++ net-irc/znc-palaver/znc-palaver-1.2.1.ebuild | 60 ------------------------- 3 files changed, 61 insertions(+), 61 deletions(-) create mode 100644 net-irc/znc-palaver/znc-palaver-1.2.1-r1.ebuild delete mode 100644 net-irc/znc-palaver/znc-palaver-1.2.1.ebuild (limited to 'net-irc/znc-palaver') diff --git a/net-irc/znc-palaver/Manifest b/net-irc/znc-palaver/Manifest index 99405700efa0..52a9a109364f 100644 --- a/net-irc/znc-palaver/Manifest +++ b/net-irc/znc-palaver/Manifest @@ -1,5 +1,5 @@ AUX znc-palaver-1.2.1-python310.patch 2084 BLAKE2B c764435ddcbe2ae6a00b4c937e030b5bb9f8c5f612d97dab6c655c4658523b66dcd8b0bf99a00dbcaffca704e61e191b2bcce43abbd79952b1f156e47bff2564 SHA512 171307c0cc374fe88bb59f5c344d14fc85088edc34b8ff2d85efb731efdeff8159a6ac640e36aec308b1bb3a39d8991323f956937482636aec46ffd6ee379f56 AUX znc-palaver-1.2.1-xunit2.patch 803 BLAKE2B c56e25f2961257f2a02e6f50d22542c484285460c51cba2b7e7ae9b115a182d79a2f1f2785f5bbc64381bf33062c0d2ffcad2569670e139f8360c769470fe136 SHA512 d37c7ef8e50852096ac152a984a67802ff65002ce94ae0d3e8fed76ebed8aa3b79f04cbc6587b316522cbb1d12f69e82693892e5f273600c5ce72553d03dc032 DIST znc-palaver-1.2.1.tar.gz 13302 BLAKE2B 0a46e4dd93f06a2b1705d619b0960a246ebf326fe4ca1afdc152a90274984421478ff52bd942a09dffe58349477d622b2839b2e1af0cb11b5bc8c7a329d3b3a4 SHA512 0cfa4dfcebca79ed0aaa9b44c7395318782237a8752e26810686276587004ab95342f5983e6c9a74950da062c34e634d8a4bf502977289e59686eef069dca84a -EBUILD znc-palaver-1.2.1.ebuild 1132 BLAKE2B ca6e52de23ff2eb013c0f61f136d3bfd91ba728a5d9170bb7591a580b83454e82ce49d6510aa11609ea9e8ce839d9c7a341490670cea8466e349dc652639aab1 SHA512 b810e01fbf319be577a290e1a29141953a7ca4e9662c378e63117443010ff5658a15346219b3012b2a45185f65c3e99d2d0cb0733912f63f82bd1a2785cf711e +EBUILD znc-palaver-1.2.1-r1.ebuild 1132 BLAKE2B 9a2d10fc8c97276313388bf07ce49ba17de0444f164d6e6c4d665aca13f05ef835510550ed5549a5d65b2c73815a180760cd7cb361225670635a64532ab63d07 SHA512 71d2c3d35fd4aa6f256561ed32b4eb41874d3be596178a985254c0d1b14696db285a385de7594bbc1bbdbbc2910c514904271f7f4f9a1980c86be0629f4f6d09 MISC metadata.xml 573 BLAKE2B 69a013a18c6c19b2211f70a09e80201d98c4909723f843043855751ddf6aa8545e2dc2b47ba5bfc0e932e25b9de609e5afebc1e9b2a4d81da0bee48cedea6397 SHA512 916557c4e13fe0f1044d427bb9041dcf5829bfc77fdbeb6874d0b75702f27a5a358d821e0db6154b1f3326ed393f7a1b72781acca5110856b0fffbb5b29736f3 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 new file mode 100644 index 000000000000..73185c6ac198 --- /dev/null +++ b/net-irc/znc-palaver/znc-palaver-1.2.1-r1.ebuild @@ -0,0 +1,60 @@ +# 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 +} diff --git a/net-irc/znc-palaver/znc-palaver-1.2.1.ebuild b/net-irc/znc-palaver/znc-palaver-1.2.1.ebuild deleted file mode 100644 index a39dad1cfee9..000000000000 --- a/net-irc/znc-palaver/znc-palaver-1.2.1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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 -} -- cgit v1.2.3