From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 62AAE138252 for ; Thu, 12 May 2016 11:40:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6687E0855; Thu, 12 May 2016 11:40:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4662E07D4 for ; Thu, 12 May 2016 11:40:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C50373409A4 for ; Thu, 12 May 2016 11:40:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D78EA96D for ; Thu, 12 May 2016 11:40:07 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1463053176.c1da54e0940283893e879ddd24f8d41d60a40c06.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/subliminal/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/subliminal/Manifest media-video/subliminal/subliminal-0.7.4.ebuild X-VCS-Directories: media-video/subliminal/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: c1da54e0940283893e879ddd24f8d41d60a40c06 X-VCS-Branch: master Date: Thu, 12 May 2016 11:40:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ea34c704-e1e1-4c84-aae1-17715bc4868e X-Archives-Hash: 652daeff3394341b90c50fd6db56bc4e commit: c1da54e0940283893e879ddd24f8d41d60a40c06 Author: Ilya Tumaykin gmail com> AuthorDate: Wed May 11 04:03:54 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Thu May 12 11:39:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1da54e0 media-video/subliminal: remove old Package-Manager: portage-2.2.28 Signed-off-by: Ian Delaney gentoo.org> media-video/subliminal/Manifest | 1 - media-video/subliminal/subliminal-0.7.4.ebuild | 41 -------------------------- 2 files changed, 42 deletions(-) diff --git a/media-video/subliminal/Manifest b/media-video/subliminal/Manifest index dadd188..9d67508 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 7b7d69d..0000000 --- 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/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/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 -}