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 956C7158043 for ; Sun, 14 Apr 2024 17:03:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B05962BC01B; Sun, 14 Apr 2024 17:03:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 90D722BC014 for ; Sun, 14 Apr 2024 17:03:53 +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 A92BD343353 for ; Sun, 14 Apr 2024 17:03:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47BF616E2 for ; Sun, 14 Apr 2024 17:03:51 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1713111322.c3636f89a515bc1f1634e509d696cc8c0dc73bb7.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-im/heisenbridge/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-im/heisenbridge/heisenbridge-1.14.6.ebuild X-VCS-Directories: net-im/heisenbridge/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: c3636f89a515bc1f1634e509d696cc8c0dc73bb7 X-VCS-Branch: master Date: Sun, 14 Apr 2024 17:03:51 +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: ee8cefa5-bd54-4eec-b544-89a21ee7096b X-Archives-Hash: 907477d77081b7065696e63feee5a581 commit: c3636f89a515bc1f1634e509d696cc8c0dc73bb7 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Apr 14 16:15:22 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sun Apr 14 16:15:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c3636f89 net-im/heisenbridge: drop 1.14.6 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> net-im/heisenbridge/heisenbridge-1.14.6.ebuild | 60 -------------------------- 1 file changed, 60 deletions(-) diff --git a/net-im/heisenbridge/heisenbridge-1.14.6.ebuild b/net-im/heisenbridge/heisenbridge-1.14.6.ebuild deleted file mode 100644 index d8c2d4edbd..0000000000 --- a/net-im/heisenbridge/heisenbridge-1.14.6.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) - -inherit distutils-r1 systemd - -DESCRIPTION="A bouncer-style Matrix IRC bridge" -HOMEPAGE="https://github.com/hifi/heisenbridge/" -SRC_URI="https://github.com/hifi/heisenbridge/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - acct-user/${PN} - dev-python/irc[${PYTHON_USEDEP}] - dev-python/mautrix[${PYTHON_USEDEP}] - dev-python/python-socks[${PYTHON_USEDEP}] - dev-python/ruamel-yaml[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}/heisenbridge-1.14.1-qanotice.patch" -) - -distutils_enable_tests pytest - -src_install() { - distutils-r1_src_install - - newinitd "${FILESDIR}/heisenbridge.initd" "${PN}" - newconfd "${FILESDIR}/heisenbridge.confd" "${PN}" - systemd_dounit "${FILESDIR}/${PN}.service" -} - -pkg_postinst() { - einfo - elog "Before you can use ${PN}, you must configure it correctly" - elog "The configuration file is located at /etc/conf.d/${PN}" - elog "Then, you must generate the registration file using the following command" - elog "If you are using synapse:" - elog "/usr/bin/python -m ${PN} -c /var/lib/${PN}/registration.yaml --generate https://example.com" - elog "If you are using Dendrite, Conduit or others:" - elog "/usr/bin/python -m ${PN} -c /var/lib/${PN}/registration.yaml --generate-compat https://example.com" - elog "Notice the URL at the end, replace it with your homeserver's URL" - elog "Then, you must register the bridge with your homeserver" - elog "Refer to your homeserver's documentation for instructions" - elog "The registration file is located at /var/lib/${PN}/registration.yaml" - elog "Finally, you may start the ${PN} daemon" - einfo - -}