aboutsummaryrefslogtreecommitdiffstats
path: root/net-irc/quarg/quarg-0.2.0.ebuild
diff options
context:
space:
mode:
authorWolfgang Müller2024-03-08 13:04:35 +0100
committerWolfgang Müller2024-03-08 13:04:35 +0100
commit193a5955711b1c556ec085cce1cb680d7cdadde2 (patch)
tree10d8419a1b8d41efe8f9b870dfe0c1e8e07cb893 /net-irc/quarg/quarg-0.2.0.ebuild
parent3b95575a6143d312ab2d7f395128e4c5574c7aa9 (diff)
downloadpramantha-193a5955711b1c556ec085cce1cb680d7cdadde2.tar.gz
net-irc/quarg: add 1.0.0, drop 0.2.0
Diffstat (limited to 'net-irc/quarg/quarg-0.2.0.ebuild')
-rw-r--r--net-irc/quarg/quarg-0.2.0.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/net-irc/quarg/quarg-0.2.0.ebuild b/net-irc/quarg/quarg-0.2.0.ebuild
deleted file mode 100644
index 0657929..0000000
--- a/net-irc/quarg/quarg-0.2.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{10,11} )
-DISTUTILS_USE_PEP517=poetry
-inherit distutils-r1
-
-DESCRIPTION="Search Quassel logs for matching messages and print them"
-HOMEPAGE="https://git.oriole.systems/quarg"
-
-SRC_URI="https://git.oriole.systems/quarg/snapshot/${P}.tar.gz"
-KEYWORDS="amd64 x86"
-
-RESTRICT="mirror test"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="sqlite postgres"
-
-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}"
-
-python_install_all() {
- default
-
- doman quarg.1
-}