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/shove/
Date: Wed, 07 Oct 2020 02:48:00
Message-Id: 1602038861.54537865809b8e598a3f1c13322965e3ba074596.epsilon-0@gentoo
1 commit: 54537865809b8e598a3f1c13322965e3ba074596
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Wed Oct 7 02:47:41 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Wed Oct 7 02:47:41 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=54537865
7
8 dev-python/shove: drop dead package
9
10 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
11
12 dev-python/shove/metadata.xml | 15 ---------------
13 dev-python/shove/shove-0.6.6.ebuild | 20 --------------------
14 2 files changed, 35 deletions(-)
15
16 diff --git a/dev-python/shove/metadata.xml b/dev-python/shove/metadata.xml
17 deleted file mode 100644
18 index 597a68368..000000000
19 --- a/dev-python/shove/metadata.xml
20 +++ /dev/null
21 @@ -1,15 +0,0 @@
22 -<?xml version="1.0" encoding="UTF-8"?>
23 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
24 -<pkgmetadata>
25 - <maintainer type="person">
26 - <email>mmokrejs@×××××××××××××××.cz</email>
27 - <name>Martin Mokrejs</name>
28 - </maintainer>
29 - <maintainer type="project">
30 - <email>sci-biology@g.o</email>
31 - <name>Gentoo Biology Project</name>
32 - </maintainer>
33 - <upstream>
34 - <remote-id type="github">lcrees/shove</remote-id>
35 - </upstream>
36 -</pkgmetadata>
37
38 diff --git a/dev-python/shove/shove-0.6.6.ebuild b/dev-python/shove/shove-0.6.6.ebuild
39 deleted file mode 100644
40 index dd5a25e73..000000000
41 --- a/dev-python/shove/shove-0.6.6.ebuild
42 +++ /dev/null
43 @@ -1,20 +0,0 @@
44 -# Copyright 1999-2017 Gentoo Foundation
45 -# Distributed under the terms of the GNU General Public License v2
46 -
47 -EAPI=6
48 -
49 -PYTHON_COMPAT=( python2_7 python3_5 )
50 -inherit distutils-r1
51 -
52 -DESCRIPTION="Object storage frontend to DBM/fs/mem/sqlite backends"
53 -HOMEPAGE="https://github.com/lcrees/shove
54 - https://pypi.python.org/pypi/shove"
55 -SRC_URI="https://github.com/lcrees/shove/archive/0.6.6.tar.gz -> ${P}.tar.gz"
56 -
57 -LICENSE="BSD"
58 -SLOT="0"
59 -KEYWORDS="~amd64 ~x86"
60 -IUSE=""
61 -
62 -DEPEND=""
63 -RDEPEND="${DEPEND}"