diff --git a/dev-python/yenc/Manifest b/dev-python/yenc/Manifest new file mode 100644 index 000000000..3d8c484e1 --- /dev/null +++ b/dev-python/yenc/Manifest @@ -0,0 +1,2 @@ +DIST yenc-0.3.tar.gz 42740 RMD160 c71c776088ebb4ccc50276957a2d58b821ab52f0 SHA1 0ce392753e825f965dfc91cd0c106e434984496e SHA256 fb04fea7c5821345608fa01728ce5356b6dfb2d3e469e59e3fd31b88f45fb313 +EBUILD yenc-0.3.ebuild 468 RMD160 b4faa5226dc036f84ea51916887be85f2dc9ad88 SHA1 617773aa058623d611bf9c890355abcb4ed0efad SHA256 99e3791dd9e75343e67b287793590d1e6d88c78c8d989235330572798dd3b7bc diff --git a/dev-python/yenc/yenc-0.3.ebuild b/dev-python/yenc/yenc-0.3.ebuild new file mode 100644 index 000000000..dd6ea93af --- /dev/null +++ b/dev-python/yenc/yenc-0.3.ebuild @@ -0,0 +1,19 @@ +# 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="" +IUSE=""