From 1b5a42d881e06362ed9f2ecee0526f53b17a7b01 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Fri, 27 Sep 2024 14:04:21 +0200 Subject: net-irc/quarg: drop package This is now available in the Gentoo GURU overlay [1] [1] https://gitweb.gentoo.org/repo/proj/guru.git/tree/net-irc/quarg?h=dev --- net-irc/quarg/quarg-1.0.0-r2.ebuild | 53 ------------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 net-irc/quarg/quarg-1.0.0-r2.ebuild (limited to 'net-irc/quarg/quarg-1.0.0-r2.ebuild') diff --git a/net-irc/quarg/quarg-1.0.0-r2.ebuild b/net-irc/quarg/quarg-1.0.0-r2.ebuild deleted file mode 100644 index 4266e25..0000000 --- a/net-irc/quarg/quarg-1.0.0-r2.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{11..13} ) -DISTUTILS_USE_PEP517=poetry - -VERIFY_SIG_METHOD="signify" -inherit distutils-r1 verify-sig - -DESCRIPTION="Search Quassel logs for matching messages and print them" -HOMEPAGE="https://git.oriole.systems/quarg" -SRC_URI=" - https://git.oriole.systems/${PN}/snapshot/${P}.tar.gz - verify-sig? ( - https://git.oriole.systems/${PN}/snapshot/${P}.tar.gz.asc - -> ${P}.sha.sig - ) -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" - -IUSE="sqlite postgres" -RESTRICT="mirror test" - -RDEPEND="${PYTHON_DEPS} - dev-python/python-dateutil[${PYTHON_USEDEP}] - postgres? ( dev-python/psycopg[${PYTHON_USEDEP}] ) - >=dev-python/sqlalchemy-2.0[${PYTHON_USEDEP},sqlite?] -" - -DEPEND="${RDEPEND}" -BDEPEND="verify-sig? ( sec-keys/signify-keys-oriole-systems )" - -VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/signify-keys/oriole-systems-20240330.pub" - -src_unpack() { - if use verify-sig; then - cp "${DISTDIR}"/${P}.{sha.sig,tar.gz} "${WORKDIR}" || die - verify-sig_verify_signed_checksums \ - ${P}.sha.sig sha256 ${P}.tar.gz - fi - default -} - -python_install_all() { - default - - doman quarg.1 -} -- cgit v1.2.3-2-gb3c3