aboutsummaryrefslogtreecommitdiffstats
path: root/net-irc/quarg/quarg-0.1.1.ebuild
diff options
context:
space:
mode:
authorWolfgang Müller2021-05-07 14:06:39 +0200
committerWolfgang Müller2021-05-07 14:06:39 +0200
commitbb9e5c3f055bfbcad361453bffbd5fc23185a0d8 (patch)
tree9e8edfb71bbf4c09f4409b349d2319e7323fcd63 /net-irc/quarg/quarg-0.1.1.ebuild
parent20ebdba090637f4a86e47ae971e9846a456f5793 (diff)
downloadpramantha-bb9e5c3f055bfbcad361453bffbd5fc23185a0d8.tar.gz
net-irc/quarg: Bump to 0.1.2
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Wolfgang Müller <wolf@oriole.systems>
Diffstat (limited to 'net-irc/quarg/quarg-0.1.1.ebuild')
-rw-r--r--net-irc/quarg/quarg-0.1.1.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/net-irc/quarg/quarg-0.1.1.ebuild b/net-irc/quarg/quarg-0.1.1.ebuild
deleted file mode 100644
index efb5865..0000000
--- a/net-irc/quarg/quarg-0.1.1.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_{8,9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-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:2[${PYTHON_USEDEP}] )
- >=dev-python/sqlalchemy-1.4[${PYTHON_USEDEP},sqlite?]
-"
-
-DEPEND="${RDEPEND}"
-
-python_install_all() {
- default
-
- doman quarg.1
-}