diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2016-05-11 09:17:57 +0300 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-05-12 19:39:36 +0800 |
commit | ba035e357af26563e453b886508ff9f974338cc8 (patch) | |
tree | 66461e6a3537f68a94e47da71fc88bbea3aca92c /media-video/subliminal | |
parent | media-video/subliminal: revbump to 1.1.1-r1 (diff) | |
download | gentoo-ba035e357af26563e453b886508ff9f974338cc8.tar.gz gentoo-ba035e357af26563e453b886508ff9f974338cc8.tar.bz2 gentoo-ba035e357af26563e453b886508ff9f974338cc8.zip |
media-video/subliminal: remove old
Package-Manager: portage-2.2.28
Signed-off-by: Ian Delaney <idella4@gentoo.org>
Diffstat (limited to 'media-video/subliminal')
-rw-r--r-- | media-video/subliminal/Manifest | 1 | ||||
-rw-r--r-- | media-video/subliminal/subliminal-1.1.1.ebuild | 52 |
2 files changed, 0 insertions, 53 deletions
diff --git a/media-video/subliminal/Manifest b/media-video/subliminal/Manifest index 3f963e7fc4af..7c0d28532b29 100644 --- a/media-video/subliminal/Manifest +++ b/media-video/subliminal/Manifest @@ -1,2 +1 @@ DIST subliminal-1.1.1-r1.tar.gz 4117531 SHA256 fd02eec1206ab1ef0ce83b0e051b3e029d90348f7a06461b9b6cdc681cea7de6 SHA512 b00bb34def5982041b6eec1acba84b0c297ea1b909dc0b9fe7c290c20f0b00e17e19a847987f549a07e5edfe0fee92913f00396cb8abe26c1f86927e027bccf1 WHIRLPOOL 0d95103c6cca1d50d05b3cf3ae113fadf0a294569cac9e55c549357d16f7c77ce408e3914e2a2b9e3a837659924bd1ff47db4f3459c42b4892b823d0fcf87cce -DIST subliminal-1.1.1.tar.gz 37871 SHA256 ab50cff2dcdc4c302f11074d22b2aa8b1c12bbd13e81ee7ad362947a18ad3fca SHA512 00f86944daf1054ac57cf90ea34d5d898fd25f9dbf0cecaf5fba7f3a3f8e63e20edb18d62f7a48403a4478c3df5f344c642e82f7e6bcf49625a867164dc7193a WHIRLPOOL 4d1adb859f32c14bce9ef874dc1cd5fd4981cb2d9379dc2ecab9c5198eda667379aff965b21b2b2c6a69c5a320d687f3345d8f37e41e0524c0b609e175b2a792 diff --git a/media-video/subliminal/subliminal-1.1.1.ebuild b/media-video/subliminal/subliminal-1.1.1.ebuild deleted file mode 100644 index 1ca71dedbdfb..000000000000 --- a/media-video/subliminal/subliminal-1.1.1.ebuild +++ /dev/null @@ -1,52 +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_7,3_3,3_4} ) - -if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/Diaoul/subliminal.git" - inherit git-r3 -else - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -inherit distutils-r1 - -DESCRIPTION="Python library to search and download subtitles" -HOMEPAGE="http://subliminal.readthedocs.org https://github.com/Diaoul/subliminal https://pypi.python.org/pypi/subliminal" - -LICENSE="MIT" -SLOT="0" -IUSE="test" - -RDEPEND=" - >=dev-python/babelfish-0.5.2[${PYTHON_USEDEP}] - >=dev-python/beautifulsoup-4.2.0:4[${PYTHON_USEDEP}] - >=dev-python/chardet-2.3.0[${PYTHON_USEDEP}] - >=dev-python/click-4.0[${PYTHON_USEDEP}] - >=dev-python/dogpile-cache-0.5.4[${PYTHON_USEDEP}] - >=dev-python/enzyme-0.4.1[${PYTHON_USEDEP}] - >=dev-python/guessit-0.9.1[${PYTHON_USEDEP}] - >=dev-python/pysrt-1.0.1[${PYTHON_USEDEP}] - >=dev-python/requests-2.0.1[${PYTHON_USEDEP}] - >=dev-python/six-1.9.0[${PYTHON_USEDEP}] - >=dev-python/stevedore-1.0.0[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-cov[${PYTHON_USEDEP}] - dev-python/sympy[${PYTHON_USEDEP}] - >=dev-python/vcrpy-1.6.1[${PYTHON_USEDEP}] - ) - dev-python/setuptools[${PYTHON_USEDEP}] -" -# tests need network -RESTRICT="test" - -python_test() { - esetup.py test -} |