summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-02-06 10:12:31 +0100
committerJustin Lecher <jlec@gentoo.org>2016-02-07 10:48:53 +0100
commit7b03c036bddafb4f269f77efc370f9a6bcfd8418 (patch)
treee44d5b5252a3e7171a794e0fce19dd2de395e6f4 /dev-python/pyscard/pyscard-1.7.0.ebuild
parentprofiles/package.mask: gspeakers fixed, unmasking it then (diff)
downloadgentoo-7b03c036bddafb4f269f77efc370f9a6bcfd8418.tar.gz
gentoo-7b03c036bddafb4f269f77efc370f9a6bcfd8418.tar.bz2
gentoo-7b03c036bddafb4f269f77efc370f9a6bcfd8418.zip
dev-python/pyscard: Drop old
Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/pyscard/pyscard-1.7.0.ebuild')
-rw-r--r--dev-python/pyscard/pyscard-1.7.0.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/pyscard/pyscard-1.7.0.ebuild b/dev-python/pyscard/pyscard-1.7.0.ebuild
deleted file mode 100644
index 6236af9bbb39..000000000000
--- a/dev-python/pyscard/pyscard-1.7.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="pyscard is a python module adding smart cards support to python"
-HOMEPAGE="http://pyscard.sourceforge.net/ https://pypi.python.org/pypi/pyscard"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="sys-apps/pcsc-lite"
-DEPEND="${RDEPEND}
- dev-lang/swig"
-
-pkg_postinst() {
- elog "For gui support, install dev-python/wxpython"
- elog "For support of remote readers with Pyro, install dev-python/pyro"
-}