diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-07-19 21:27:08 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-07-19 21:29:39 +0200 |
commit | 906e24a221b3450c7f46c44e11f4983e437c3aeb (patch) | |
tree | 7437bb3cf2c796f3bb2cd56f9a4047cf2efd7eef /media-libs | |
parent | sys-fs/fuseiso: add links to patch origins (diff) | |
download | gentoo-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>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/pymemphis/Manifest | 1 | ||||
-rw-r--r-- | media-libs/pymemphis/metadata.xml | 8 | ||||
-rw-r--r-- | media-libs/pymemphis/pymemphis-0.2.1-r3.ebuild | 41 |
3 files changed, 0 insertions, 50 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 -} |