Remove a bunch of packages now in the gentoo tree
List is
dev-java/icedtea
dev-python/django-pipeline
dev-python/jsmin
dev-python/pafy
dev-python/repoze-who
dev-tex/tex4ht
gnome-base/gvfs
media-gfx/aaphoto
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 versionator
DESCRIPTION="A collection of useful extensions for Django"
HOMEPAGE="http://github.com/djblets/djblets"
SRC_URI="http://downloads.reviewboard.org/releases/${PN}/$(get_version_component_range 1-2)/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RDEPEND=">=dev-python/django-1.7[${PYTHON_USEDEP}]
!>=dev-python/django-1.9
=dev-python/django-pipeline-1.3*[${PYTHON_USEDEP}]
virtual/python-dnspython[${PYTHON_USEDEP}]
>=dev-python/feedparser-5.1.2[${PYTHON_USEDEP}]
dev-python/pillowfight[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]"