commit: 0cb18645e0377c89f2c3135238da33cfe198ed06 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Thu Jun 1 18:42:35 2023 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Sat Jun 3 05:23:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cb18645
net-irc/quasselgrep: treeclean Closes: https://bugs.gentoo.org/897102 Closes: https://bugs.gentoo.org/888293 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> net-irc/quasselgrep/Manifest | 1 - net-irc/quasselgrep/metadata.xml | 12 --------- net-irc/quasselgrep/quasselgrep-0_p20200830.ebuild | 30 ---------------------- profiles/package.mask | 6 ----- 4 files changed, 49 deletions(-) diff --git a/net-irc/quasselgrep/Manifest b/net-irc/quasselgrep/Manifest deleted file mode 100644 index 13616f833907..000000000000 --- a/net-irc/quasselgrep/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST quasselgrep-0_p20200830.tar.gz 29944 BLAKE2B 011633afee9d9519b0c343c5d0b1a9ba775c870802532515a42a7c22d39af5138a051707a82f2b6a19dda3523fe9f04d2b56b62a36c554ff873275c095e7dd94 SHA512 88f568852cc9e85e0019335d3362f192766a2ce3e94ff1947485ad6eaf43d49873d94396791165f74e95edb25601c078a947a7740b4ae2e40424b5bdfecc2a48 diff --git a/net-irc/quasselgrep/metadata.xml b/net-irc/quasselgrep/metadata.xml deleted file mode 100644 index 5b401d3dfb84..000000000000 --- a/net-irc/quasselgrep/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Jakov Smolić</name> - </maintainer> - <upstream> - <bugs-to>https://github.com/fish-face/quasselgrep/issues</bugs-to> - <doc>https://github.com/fish-face/quasselgrep/blob/master/README.md</doc> - </upstream> -</pkgmetadata> diff --git a/net-irc/quasselgrep/quasselgrep-0_p20200830.ebuild b/net-irc/quasselgrep/quasselgrep-0_p20200830.ebuild deleted file mode 100644 index 69f478c2ec85..000000000000 --- a/net-irc/quasselgrep/quasselgrep-0_p20200830.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..10} ) -PYTHON_REQ_USE="sqlite" - -inherit distutils-r1 optfeature - -DESCRIPTION="Tool for searching quassel logs from the commandline" -HOMEPAGE="https://github.com/fish-face/quasselgrep" - -MY_COMMIT="9b6b0bc1252daa6e574363d87d04eebd981215a5" -SRC_URI="https://github.com/fish-face/quasselgrep/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-${MY_COMMIT}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" - -RDEPEND=" - dev-python/future[${PYTHON_USEDEP}] - dev-python/pycryptodome[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] -" - -pkg_postinst() { - optfeature "access postgres db" dev-python/psycopg:2 -} diff --git a/profiles/package.mask b/profiles/package.mask index c5f34c1ea631..0a06331db934 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -261,12 +261,6 @@ net-dns/ldns-utils # 7a1e8a90fa8a09a84741dc8ef5f774d92ae8433c acct-group/resin -# Jakov Smolić <[email protected]> (2023-04-21) -# Does not support python 3.11, uses deprecated dev-python/future, -# inactive upstream (last commit in 2019). -# Removal on 2023-05-21. Bugs #897102, #888293 -net-irc/quasselgrep - # Sam James <[email protected]> (2023-04-19) # Last-minute libstdc++ symbol versioning magic causes e.g. mold, cmake # to segfault:
