Remove unidecode it's now in the gentoo tree
authorDa Risk <da_risk@geekorum.com>
Mon, 27 Feb 2017 10:42:09 -0800
changeset 205 8b1ff00ed57f
parent 204 65b4d35e7ec3
child 206 0381302aeb96
Remove unidecode it's now in the gentoo tree
dev-python/unidecode/Manifest
dev-python/unidecode/unidecode-0.04.9.ebuild
--- a/dev-python/unidecode/Manifest	Mon Feb 27 10:40:41 2017 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-DIST Unidecode-0.04.9.tar.gz 196659 RMD160 8ca1c7bb80dcb313b93d3bb6d47576c106e7a14e SHA1 c705b71ea08978012b5800f038b1de1a3ba81426 SHA256 95df723427e7e1872349e2c3aef54c77c1df48fa57563d050bf56f43ba1d4d14
-EBUILD unidecode-0.04.9.ebuild 445 RMD160 1cd2731f8fb67f86a26cd4b68d7385fc9a1e65da SHA1 45c197319166928e2d3ccfc3154f5b9e3819d451 SHA256 05b2de3de0cf478225a8179a097c696c047916355bdc7367ef4457ed1c67e02b
-MISC unidecode-0.04.9.ebuild~ 416 RMD160 61ac6e9f5915f246e99dfebe99d736097460e27a SHA1 9a28bb80db4cd24074e2126857ecec0774c0e4ce SHA256 a7ea101c906bd6c244b96860f6ec4dc9a7cd4a45e494a57731793fbb5089917f
--- a/dev-python/unidecode/unidecode-0.04.9.ebuild	Mon Feb 27 10:40:41 2017 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-inherit distutils python
-
-DESCRIPTION="ASCII transliterations of Unicode text"
-HOMEPAGE="http://pypi.python.org/pypi/Unidecode/"
-SRC_URI="http://pypi.python.org/packages/source/U/Unidecode/Unidecode-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-PYTHON_DEPEND="2:5"
-S=${WORKDIR}/Unidecode-${PV}
-