From 6bef50074b8778574106e8c27330751439e1dd3f Mon Sep 17 00:00:00 2001 From: Thomas Sachau Date: Sun, 14 Dec 2014 12:16:39 +0100 Subject: Remove media-video/periscope because of missing dependency: =dev-lang/python-2.6* --- media-video/periscope/ChangeLog | 8 -------- media-video/periscope/Manifest | 4 ---- media-video/periscope/metadata.xml | 8 -------- media-video/periscope/periscope-0.2.4.ebuild | 30 ---------------------------- 4 files changed, 50 deletions(-) delete mode 100644 media-video/periscope/ChangeLog delete mode 100644 media-video/periscope/Manifest delete mode 100644 media-video/periscope/metadata.xml delete mode 100644 media-video/periscope/periscope-0.2.4.ebuild diff --git a/media-video/periscope/ChangeLog b/media-video/periscope/ChangeLog deleted file mode 100644 index c6be99928..000000000 --- a/media-video/periscope/ChangeLog +++ /dev/null @@ -1,8 +0,0 @@ -# ChangeLog for media-video/periscope -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 18 Sep 2011; Alexander van der Mey (alexandervdm) - - -maintainer-wanted@gentoo.org - - Integrate with nautilus file manager - - diff --git a/media-video/periscope/periscope-0.2.4.ebuild b/media-video/periscope/periscope-0.2.4.ebuild deleted file mode 100644 index 8c3c9d8ef..000000000 --- a/media-video/periscope/periscope-0.2.4.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="3" -PYTHON_DEPEND="2:2.6" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.[45] 3.*" - -inherit distutils - -DESCRIPTION="Python module for searching subtitles on the web" -HOMEPAGE="http://code.google.com/p/periscope/" -SRC_URI="http://periscope.googlecode.com/files/python-${PN}_${PV}.orig.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="nautilus" - -RDEPEND="dev-python/beautifulsoup - nautilus? ( dev-python/nautilus-python - dev-python/notify-python )" -DEPEND="${RDEPEND} - dev-python/setuptools" - -pkg_postinst() { - elog "If you want to use Periscope as a Nautilus plugin, follow the instructions" - elog "on this url: http://code.google.com/p/periscope/wiki/NautilusSupport" -} -- cgit v1.2.3-65-gdbad