summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-05-28 15:29:20 +0200
committerMichał Górny <mgorny@gentoo.org>2019-05-28 15:29:35 +0200
commit925cc35703a7287ff5f8ced6ace229fed7e81d4a (patch)
tree86ca9614bfaa565da057a5683042bf2a6a20e439
parentpackage.mask: Remove obsolete masks for removed packages (diff)
downloadgentoo-925cc357.tar.gz
gentoo-925cc357.tar.bz2
gentoo-925cc357.zip
dev-python/python-rethinkdb: Remove last-rited pkg
Bug: https://bugs.gentoo.org/597340 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/python-rethinkdb/Manifest1
-rw-r--r--dev-python/python-rethinkdb/metadata.xml11
-rw-r--r--dev-python/python-rethinkdb/python-rethinkdb-2.3.0.ebuild24
-rw-r--r--profiles/package.mask6
4 files changed, 0 insertions, 42 deletions
diff --git a/dev-python/python-rethinkdb/Manifest b/dev-python/python-rethinkdb/Manifest
deleted file mode 100644
index aeffb4abf014..000000000000
--- a/dev-python/python-rethinkdb/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST rethinkdb-2.3.0.tar.gz 116289 BLAKE2B b75dcb5792d7c0b9af89034dc7e44e2f42ddc7d2339a686db159a20186538778a4e5364a4c65e68671353f5ce5b4137bae3cecfdd18d6cb504f1fb4f065ced29 SHA512 1e710bde31ce45b5cda7463ae0a328c073bbf68544ad790d331163de188855b78257461a5b7367eba7becdaae329f19df545d7dd9834a095c6d01cd2710f481b
diff --git a/dev-python/python-rethinkdb/metadata.xml b/dev-python/python-rethinkdb/metadata.xml
deleted file mode 100644
index 072edc1ad4e1..000000000000
--- a/dev-python/python-rethinkdb/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>ultrabug@gentoo.org</email>
- <name>Ultrabug</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">rethinkdb</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/python-rethinkdb/python-rethinkdb-2.3.0.ebuild b/dev-python/python-rethinkdb/python-rethinkdb-2.3.0.ebuild
deleted file mode 100644
index 699f4a4bd9d5..000000000000
--- a/dev-python/python-rethinkdb/python-rethinkdb-2.3.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
-
-inherit distutils-r1
-
-MY_PN="rethinkdb"
-DESCRIPTION="Python driver library for the RethinkDB database server."
-HOMEPAGE="https://rethinkdb.com/api/python/"
-SRC_URI="mirror://pypi/r/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-# no tests provided on pypi distribution
-RESTRICT="test"
-S="${WORKDIR}/${MY_PN}-${PV}"
diff --git a/profiles/package.mask b/profiles/package.mask
index 9e31919c0f92..80a2f39888ec 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -397,12 +397,6 @@ mail-filter/zdkimfilter
# Masked for removal (bug #683926)
sys-libs/ntdb
-# Alexys Jacob <ultrabug@gentoo.org> (20 Apr 2019)
-# Unmaintained. Not active any more with latest release Jul 23, 2017.
-# Does not build with recent openssl. Dropping useless python driver as well.
-# Removal in 30 days. Bug #597340, #674236.
-dev-python/python-rethinkdb
-
# Miroslav Šulc <fordfrog@gentoo.org> (19 Apr 2019)
# Depends on >=virtual/{jdk,jre}-11 which is masked
=www-servers/tomcat-9.0.19