summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-07-12 18:44:09 +0200
committerMichał Górny <mgorny@gentoo.org>2020-07-12 18:54:24 +0200
commitffcbe1496ba37495f13bfcc2463d065dbb29ed6b (patch)
tree0b6661ee0d21f217e4d9361f257909d102dcac50 /dev-python/pygpgme
parentdev-python/pygit2: Remove redundant versions (diff)
downloadgentoo-ffcbe1496ba37495f13bfcc2463d065dbb29ed6b.tar.gz
gentoo-ffcbe1496ba37495f13bfcc2463d065dbb29ed6b.tar.bz2
gentoo-ffcbe1496ba37495f13bfcc2463d065dbb29ed6b.zip
dev-python/pygpgme: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pygpgme')
-rw-r--r--dev-python/pygpgme/pygpgme-0.3-r1.ebuild24
1 files changed, 0 insertions, 24 deletions
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 6b8e974c31e2..000000000000
--- 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)
-}