commit: 925cc35703a7287ff5f8ced6ace229fed7e81d4a Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue May 28 13:29:20 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue May 28 13:29:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=925cc357
dev-python/python-rethinkdb: Remove last-rited pkg Bug: https://bugs.gentoo.org/597340 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/python-rethinkdb/Manifest | 1 - dev-python/python-rethinkdb/metadata.xml | 11 ---------- .../python-rethinkdb/python-rethinkdb-2.3.0.ebuild | 24 ---------------------- profiles/package.mask | 6 ------ 4 files changed, 42 deletions(-) diff --git a/dev-python/python-rethinkdb/Manifest b/dev-python/python-rethinkdb/Manifest deleted file mode 100644 index aeffb4abf01..00000000000 --- 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 072edc1ad4e..00000000000 --- 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>[email protected]</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 699f4a4bd9d..00000000000 --- 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 9e31919c0f9..80a2f39888e 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 <[email protected]> (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 <[email protected]> (19 Apr 2019) # Depends on >=virtual/{jdk,jre}-11 which is masked =www-servers/tomcat-9.0.19
