summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2016-05-11 07:03:54 +0300
committerIan Delaney <idella4@gentoo.org>2016-05-12 19:39:36 +0800
commitc1da54e0940283893e879ddd24f8d41d60a40c06 (patch)
tree38fe8f87c53e7aa5f5579b9f939460bae83fd0c0 /media-video/subliminal
parentmedia-video/subliminal: substitute AWOL maintainer (diff)
downloadgentoo-c1da54e0940283893e879ddd24f8d41d60a40c06.tar.gz
gentoo-c1da54e0940283893e879ddd24f8d41d60a40c06.tar.bz2
gentoo-c1da54e0940283893e879ddd24f8d41d60a40c06.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/Manifest1
-rw-r--r--media-video/subliminal/subliminal-0.7.4.ebuild41
2 files changed, 0 insertions, 42 deletions
diff --git a/media-video/subliminal/Manifest b/media-video/subliminal/Manifest
index dadd188c7fb4..9d67508705ae 100644
--- a/media-video/subliminal/Manifest
+++ b/media-video/subliminal/Manifest
@@ -1,2 +1 @@
-DIST subliminal-0.7.4.tar.gz 27913 SHA256 b3ac61e8a915dc089356771637a38e4a155cf45ddd1f96a24adce8cbebc8e522 SHA512 1a7cbade7d895a6decf9abd30dc7c51f4104a91e3e01d3d600a97113dc5c8589c5957fad49e5ff537ea0cdb11d982e77c68a7566bf62455d842ab3afa64d2d47 WHIRLPOOL 72a68e58285e27580c3f19dab1c608de5aa1f3d11e90974602a589d33cd96d90da61ab35c8aa3ea32d418320d7707fb11c2aee3c8d885e4c6f4032918ef6f3e7
DIST subliminal-1.1.1.tar.gz 37871 SHA256 ab50cff2dcdc4c302f11074d22b2aa8b1c12bbd13e81ee7ad362947a18ad3fca SHA512 00f86944daf1054ac57cf90ea34d5d898fd25f9dbf0cecaf5fba7f3a3f8e63e20edb18d62f7a48403a4478c3df5f344c642e82f7e6bcf49625a867164dc7193a WHIRLPOOL 4d1adb859f32c14bce9ef874dc1cd5fd4981cb2d9379dc2ecab9c5198eda667379aff965b21b2b2c6a69c5a320d687f3345d8f37e41e0524c0b609e175b2a792
diff --git a/media-video/subliminal/subliminal-0.7.4.ebuild b/media-video/subliminal/subliminal-0.7.4.ebuild
deleted file mode 100644
index 7b7d69dcd4ef..000000000000
--- a/media-video/subliminal/subliminal-0.7.4.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-# setup.py declares support for python3.3, but it does not work
-PYTHON_COMPAT=( python2_7 )
-
-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"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- >=dev-python/beautifulsoup-4.3.2:4[${PYTHON_USEDEP}]
- >=dev-python/guessit-0.6.2[${PYTHON_USEDEP}]
- <dev-python/guessit-0.7[${PYTHON_USEDEP}]
- >=dev-python/requests-2.0.1[${PYTHON_USEDEP}]
- >=dev-python/enzyme-0.4[${PYTHON_USEDEP}]
- >=dev-python/html5lib-0.99[${PYTHON_USEDEP}]
- >=dev-python/dogpile-cache-0.5.2[${PYTHON_USEDEP}]
- >=dev-python/babelfish-0.4.0[${PYTHON_USEDEP}]
- <dev-python/babelfish-0.5[${PYTHON_USEDEP}]
- >=dev-python/charade-1.0.3[${PYTHON_USEDEP}]
- >=dev-python/pysrt-0.5.0[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
-"
-# tests need network
-RESTRICT="test"
-
-python_test() {
- esetup.py test
-}