summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-07-19 21:27:08 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-07-19 21:29:39 +0200
commit906e24a221b3450c7f46c44e11f4983e437c3aeb (patch)
tree7437bb3cf2c796f3bb2cd56f9a4047cf2efd7eef
parent0fa0186b07af75e7612f5b33f85f5f7d745d9496 (diff)
downloadgentoo-906e24a221b3450c7f46c44e11f4983e437c3aeb.tar.gz
gentoo-906e24a221b3450c7f46c44e11f4983e437c3aeb.tar.bz2
gentoo-906e24a221b3450c7f46c44e11f4983e437c3aeb.zip
media-libs/pymemphis: Remove last-rited package
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--media-libs/pymemphis/Manifest1
-rw-r--r--media-libs/pymemphis/metadata.xml8
-rw-r--r--media-libs/pymemphis/pymemphis-0.2.1-r3.ebuild41
-rw-r--r--profiles/package.mask5
4 files changed, 0 insertions, 55 deletions
diff --git a/media-libs/pymemphis/Manifest b/media-libs/pymemphis/Manifest
deleted file mode 100644
index b3f91f63eece..000000000000
--- a/media-libs/pymemphis/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pymemphis-0.2.1.tar.gz 128848 BLAKE2B fe48cb4e33a7402e02fea007667401b77c38f0fc4f47d5ed61e8fa074a21700db008afd7a6d7ad8bdb34dd9ce3d42f416ceb8f41edb9e551b971077b87969a12 SHA512 0eb2d5112956673e115575b7d6601dd56708f02da2a67a67a0d54dd2fe53654d07e99265092c67834a07eaf8f353a643e7d2a6aa50efd38d5761ac349de1813a
diff --git a/media-libs/pymemphis/metadata.xml b/media-libs/pymemphis/metadata.xml
deleted file mode 100644
index 1c984f64751f..000000000000
--- a/media-libs/pymemphis/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>sci-geosciences@gentoo.org</email>
- <name>Gentoo Geosciences Project</name>
-</maintainer>
-</pkgmetadata>
diff --git a/media-libs/pymemphis/pymemphis-0.2.1-r3.ebuild b/media-libs/pymemphis/pymemphis-0.2.1-r3.ebuild
deleted file mode 100644
index 5239a296f165..000000000000
--- a/media-libs/pymemphis/pymemphis-0.2.1-r3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-AT_M4DIR="build/autotools/"
-
-inherit autotools python-single-r1
-
-DESCRIPTION="Python bindings for the libmemphis library"
-HOMEPAGE="http://gitorious.net/pymemphis"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-LICENSE="LGPL-2.1"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- $(python_gen_cond_dep '
- dev-python/pycairo[${PYTHON_MULTI_USEDEP}]
- dev-python/pygobject:2[${PYTHON_MULTI_USEDEP}]
- ')
- media-libs/memphis"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"/${PN}-mainline
-
-src_prepare() {
- default
- eautoreconf
- sed 's:0.1:0.2:g' -i pymemphis.pc.in || die
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index a08467a25a5d..0937db69241c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -421,11 +421,6 @@ sci-chemistry/relax
# library from 2005. Removal in 30 days.
virtual/libstdc++
-# Andreas Sturmlechner <asturm@gentoo.org> (2020-06-20)
-# Stuck on Python 2, depends on deprecated dev-python/pygobject:2
-# Masked for removal in 30 days.
-media-libs/pymemphis
-
# Ulrich Müller <ulm@gentoo.org> (2020-06-20)
# Unmaintained upstream, included with TeX Live.
# Use >=dev-texlive/texlive-metapost-2020-r1 as replacement.