commit:     59ca01d66962779b94c754b186081eb11609c9f8
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Wed Oct  7 02:31:10 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Wed Oct  7 02:31:10 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=59ca01d6

dev-python/RecSQL: drop dead package

Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 dev-python/RecSQL/RecSQL-9999.ebuild | 32 --------------------------------
 dev-python/RecSQL/metadata.xml       | 12 ------------
 2 files changed, 44 deletions(-)

diff --git a/dev-python/RecSQL/RecSQL-9999.ebuild 
b/dev-python/RecSQL/RecSQL-9999.ebuild
deleted file mode 100644
index a31fdeee1..000000000
--- a/dev-python/RecSQL/RecSQL-9999.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite"
-
-if [[ $PV = *9999* ]]; then
-       scm_eclass=git-r3
-       EGIT_REPO_URI="
-               git://github.com/orbeckst/${PN}.git
-               https://github.com/orbeckst/${PN}.git";
-       SRC_URI=""
-       KEYWORDS=""
-else
-       scm_eclass=vcs-snapshot
-       SRC_URI="https://github.com/orbeckst/${PN}/archive/release-${PV}.tar.gz 
-> ${P}.tar.gz"
-       KEYWORDS="~amd64 ~x86"
-fi
-
-inherit eutils distutils-r1 ${scm_eclass}
-
-DESCRIPTION="Simple SQL analysis of python records"
-HOMEPAGE="http://orbeckst.github.com/RecSQL/";
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"

diff --git a/dev-python/RecSQL/metadata.xml b/dev-python/RecSQL/metadata.xml
deleted file mode 100644
index a3daeebd2..000000000
--- a/dev-python/RecSQL/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>ale...@gentoo.org</email>
-               <name>Alexey Shvetsov</name>
-       </maintainer>
-       <maintainer type="project">
-               <email>s...@gentoo.org</email>
-               <name>Gentoo Science Project</name>
-       </maintainer>
-</pkgmetadata>

Reply via email to