diff --git a/dev-python/yenc/Manifest b/dev-python/yenc/Manifest deleted file mode 100644 index 7adb574a3..000000000 --- a/dev-python/yenc/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST yenc-0.3.tar.gz 42740 SHA256 fb04fea7c5821345608fa01728ce5356b6dfb2d3e469e59e3fd31b88f45fb313 diff --git a/dev-python/yenc/yenc-0.3.ebuild b/dev-python/yenc/yenc-0.3.ebuild deleted file mode 100644 index 92bf89ae3..000000000 --- a/dev-python/yenc/yenc-0.3.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="3" -PYTHON_DEPEND="2:2.5" -PYTHON_RESTRICT_ABIS="3.*" -inherit distutils - - -DESCRIPTION="A fairly simple module, it provide only raw yEnc -encoding/decoding with builitin crc32 calculation.." -HOMEPAGE="http://sourceforge.net/projects/sabnzbd" -SRC_URI="http://sabnzbd.sourceforge.net/yenc-0.3.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE=""