aboutsummaryrefslogtreecommitdiffstats
path: root/net-irc/quasselgrep/quasselgrep-0_p20190211-r1.ebuild
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-12-10 16:58:25 +0100
committerWynn Wolf Arbor2020-12-10 16:58:25 +0100
commit2ef7ce79ef9173fa08c03fed2fc3a52e6185890e (patch)
tree71f14da3094558b3d444529d68226628966ee978 /net-irc/quasselgrep/quasselgrep-0_p20190211-r1.ebuild
parent8dc4486b4879d46a9ce6cd7cd6e0ef131dfc6617 (diff)
downloadpramantha-2ef7ce79ef9173fa08c03fed2fc3a52e6185890e.tar.gz
net-irc/quasselgrep: Drop
Diffstat (limited to '')
-rw-r--r--net-irc/quasselgrep/quasselgrep-0_p20190211-r1.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/net-irc/quasselgrep/quasselgrep-0_p20190211-r1.ebuild b/net-irc/quasselgrep/quasselgrep-0_p20190211-r1.ebuild
deleted file mode 100644
index 47dc2b7..0000000
--- a/net-irc/quasselgrep/quasselgrep-0_p20190211-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-PYTHON_REQ_USE="sqlite?"
-
-inherit distutils-r1 eutils
-
-DESCRIPTION="Tool for searching quassel logs from the commandline"
-HOMEPAGE="https://github.com/fish-face/quasselgrep"
-
-if [[ "${PV}" == "9999" ]] ; then
- EGIT_REPO_URI="https://github.com/fish-face/quasselgrep.git"
- inherit git-r3
- KEYWORDS=""
-else
- MY_COMMIT=9b6b0bc1252daa6e574363d87d04eebd981215a5
- SRC_URI="https://github.com/fish-face/${PN}/tarball/${MY_COMMIT} -> ${P}.tar.gz"
- S="${WORKDIR}/fish-face-${PN}-${MY_COMMIT:0:7}"
- KEYWORDS="amd64 x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE="sqlite +postgres"
-
-RDEPEND="dev-python/future[${PYTHON_USEDEP}]
- dev-python/pycryptodome[${PYTHON_USEDEP}]
- dev-python/python-dateutil[${PYTHON_USEDEP}]
- postgres? ( dev-python/psycopg:2[${PYTHON_USEDEP}] )"