Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/RecSQL/
Date: Wed, 07 Oct 2020 02:31:35
Message-Id: 1602037870.59ca01d66962779b94c754b186081eb11609c9f8.epsilon-0@gentoo
1 commit: 59ca01d66962779b94c754b186081eb11609c9f8
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Wed Oct 7 02:31:10 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Wed Oct 7 02:31:10 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=59ca01d6
7
8 dev-python/RecSQL: drop dead package
9
10 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
11
12 dev-python/RecSQL/RecSQL-9999.ebuild | 32 --------------------------------
13 dev-python/RecSQL/metadata.xml | 12 ------------
14 2 files changed, 44 deletions(-)
15
16 diff --git a/dev-python/RecSQL/RecSQL-9999.ebuild b/dev-python/RecSQL/RecSQL-9999.ebuild
17 deleted file mode 100644
18 index a31fdeee1..000000000
19 --- a/dev-python/RecSQL/RecSQL-9999.ebuild
20 +++ /dev/null
21 @@ -1,32 +0,0 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -PYTHON_COMPAT=( python2_7 )
28 -PYTHON_REQ_USE="sqlite"
29 -
30 -if [[ $PV = *9999* ]]; then
31 - scm_eclass=git-r3
32 - EGIT_REPO_URI="
33 - git://github.com/orbeckst/${PN}.git
34 - https://github.com/orbeckst/${PN}.git"
35 - SRC_URI=""
36 - KEYWORDS=""
37 -else
38 - scm_eclass=vcs-snapshot
39 - SRC_URI="https://github.com/orbeckst/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
40 - KEYWORDS="~amd64 ~x86"
41 -fi
42 -
43 -inherit eutils distutils-r1 ${scm_eclass}
44 -
45 -DESCRIPTION="Simple SQL analysis of python records"
46 -HOMEPAGE="http://orbeckst.github.com/RecSQL/"
47 -
48 -LICENSE="GPL-3"
49 -SLOT="0"
50 -IUSE=""
51 -
52 -DEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
53 -RDEPEND="${DEPEND}"
54
55 diff --git a/dev-python/RecSQL/metadata.xml b/dev-python/RecSQL/metadata.xml
56 deleted file mode 100644
57 index a3daeebd2..000000000
58 --- a/dev-python/RecSQL/metadata.xml
59 +++ /dev/null
60 @@ -1,12 +0,0 @@
61 -<?xml version="1.0" encoding="UTF-8"?>
62 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
63 -<pkgmetadata>
64 - <maintainer type="person">
65 - <email>alexxy@g.o</email>
66 - <name>Alexey Shvetsov</name>
67 - </maintainer>
68 - <maintainer type="project">
69 - <email>sci@g.o</email>
70 - <name>Gentoo Science Project</name>
71 - </maintainer>
72 -</pkgmetadata>