summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Savchenko <bircoph@gentoo.org>2016-07-29 17:44:24 +0300
committerAndrew Savchenko <bircoph@gentoo.org>2016-07-29 17:44:24 +0300
commit55fc80131e8a92a5a894792fd91ac71d23c6b565 (patch)
treecc02c9ba2becd2685ffa1229c592fb47d9f0b086 /dev-python
parentapp-emulation/wine: sync with portage (diff)
downloadbircoph-55fc80131e8a92a5a894792fd91ac71d23c6b565.tar.gz
bircoph-55fc80131e8a92a5a894792fd91ac71d23c6b565.tar.bz2
bircoph-55fc80131e8a92a5a894792fd91ac71d23c6b565.zip
dev-python/pyDes: remove old
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pyDes/pyDes-2.0.1.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/pyDes/pyDes-2.0.1.ebuild b/dev-python/pyDes/pyDes-2.0.1.ebuild
deleted file mode 100644
index cb82e94..0000000
--- a/dev-python/pyDes/pyDes-2.0.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
-inherit distutils-r1
-
-DESCRIPTION="Python implementation of DES an Triple-DES algorithms"
-HOMEPAGE="http://twhiteman.netfirms.com/des.html"
-SRC_URI="http://twhiteman.netfirms.com/pyDES/${P}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-PYTHON_MODNAME="pyDes.py"