From ffcbe1496ba37495f13bfcc2463d065dbb29ed6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 12 Jul 2020 18:44:09 +0200 Subject: [PATCH] dev-python/pygpgme: Remove redundant versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pygpgme/pygpgme-0.3-r1.ebuild | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 dev-python/pygpgme/pygpgme-0.3-r1.ebuild diff --git a/dev-python/pygpgme/pygpgme-0.3-r1.ebuild b/dev-python/pygpgme/pygpgme-0.3-r1.ebuild deleted file mode 100644 index 6b8e974c31e26..0000000000000 --- a/dev-python/pygpgme/pygpgme-0.3-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) - -inherit distutils-r1 flag-o-matic - -DESCRIPTION="A Python wrapper for the GPGME library" -HOMEPAGE="https://launchpad.net/pygpgme" -SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 arm64 x86" -IUSE="" - -DEPEND="app-crypt/gpgme" -RDEPEND="${DEPEND}" - -python_configure_all() { - append-cflags $(gpgme-config --cflags) -}