summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2016-12-16 22:12:09 +0200
committerAlon Bar-Lev <alonbl@gentoo.org>2016-12-16 22:12:09 +0200
commit1a8ba761cd22b959ef1a629b5c1ab1dbf2db2c09 (patch)
treefe15d84648017168d1781ae5d1c7984a071b218f /dev-python
parente497a6a6542a9864630a865a7226907a02751435 (diff)
downloadgentoo-1a8ba761cd22b959ef1a629b5c1ab1dbf2db2c09.tar.gz
gentoo-1a8ba761cd22b959ef1a629b5c1ab1dbf2db2c09.tar.xz
dev-python/pssi: treeclean
Upstream does not publish releases, no tags, last publish is on google code, no dependencies. Bug: 598982
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pssi/Manifest1
-rw-r--r--dev-python/pssi/metadata.xml16
-rw-r--r--dev-python/pssi/pssi-1.0-r1.ebuild20
3 files changed, 0 insertions, 37 deletions
diff --git a/dev-python/pssi/Manifest b/dev-python/pssi/Manifest
deleted file mode 100644
index 147207fcdc7..00000000000
--- a/dev-python/pssi/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pssi-1.0.tar 266240 SHA256 8c669ec679b1a5107b7446436bbe12ac75763da7d9cbb7d4508942d0b5cce81b SHA512 0127a74d4298d1c5bc3a05a559a5f3e15e1bc759edbeb3750f2557119e06c0b73c559aefd567e2416d8c90fd5772bc6614f2e81c7e9219e3cb29ea03736a233a WHIRLPOOL cf63967d73d709799e5407c238d83ec45bd02c13dcc451ab617e7501d1c9dfd45cff2beda11354855f75d36a474f377bbd8beb9d71bef766f1d9b704fcf9223b
diff --git a/dev-python/pssi/metadata.xml b/dev-python/pssi/metadata.xml
deleted file mode 100644
index 2da607d8c14..00000000000
--- a/dev-python/pssi/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>crypto@gentoo.org</email>
- <name>Crypto</name>
- </maintainer>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <upstream>
- <remote-id type="google-code">pssi</remote-id>
- <remote-id type="github">Eric-Bourry/pssi</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/pssi/pssi-1.0-r1.ebuild b/dev-python/pssi/pssi-1.0-r1.ebuild
deleted file mode 100644
index 9d1af58ee44..00000000000
--- a/dev-python/pssi/pssi-1.0-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python Simple Smartcard Interpreter"
-HOMEPAGE="https://github.com/Eric-Bourry/pssi"
-SRC_URI="https://pssi.googlecode.com/files/${P}.tar"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="dev-python/pyscard[${PYTHON_USEDEP}]"