]> Pileus Git - ~andy/sunrise/blobdiff - media-video/periscope/periscope-0.2.4.ebuild
Revert "New build for bug 383499 - thanks to Tommy[D] and jbergstroem for reviewing"
[~andy/sunrise] / media-video / periscope / periscope-0.2.4.ebuild
diff --git a/media-video/periscope/periscope-0.2.4.ebuild b/media-video/periscope/periscope-0.2.4.ebuild
deleted file mode 100644 (file)
index 8599ed7..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2010 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 python
-
-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"
-}
-