commit:     51741a9540a75df0b3d7087e39dd5a17ac7ed435
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 24 21:21:49 2020 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Wed Jun 24 21:22:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51741a95

app-text/q-text-as-data: cleanup py2-only version

Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

 .../q-text-as-data/q-text-as-data-1.5.0.ebuild     | 41 ----------------------
 1 file changed, 41 deletions(-)

diff --git a/app-text/q-text-as-data/q-text-as-data-1.5.0.ebuild 
b/app-text/q-text-as-data/q-text-as-data-1.5.0.ebuild
deleted file mode 100644
index 3441091a994..00000000000
--- a/app-text/q-text-as-data/q-text-as-data-1.5.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-# Does not yet support py3
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite"
-
-inherit python-r1
-
-DESCRIPTION="A CLI tool that allows direct execution of SQL-like queries on 
text"
-HOMEPAGE="http://harelba.github.io/q/";
-MY_P="q-${PV}"
-SRC_URI="https://github.com/harelba/q/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# No dependencies other than python >= 2.5
-# http://harelba.github.io/q/requirements.html
-RDEPEND="${PYTHON_DEPS}"
-DEPEND=""
-
-S="${WORKDIR}/${MY_P}"
-
-q_install() {
-       python_newexe bin/q q-text-as-data
-}
-
-src_install() {
-       python_foreach_impl q_install
-       newdoc bin/.qrc dot-qrc
-       dodoc doc/*
-}
-
-pkg_postinst() {
-       einfo "On Gentoo, the 'q' binary is most often provided by 
app-portage/portage-utils;"
-       einfo "Thus, this tool is install as 'q-text-as-data' rather than 'q'."
-}

Reply via email to