From 98143d936314b108772b70ae27dc79382fa07d62 Mon Sep 17 00:00:00 2001 From: "Alexander van der Mey (alexandervdm)" Date: Sun, 18 Sep 2011 15:34:08 +0000 Subject: media-video/ periscope: New ebuild for bug 383499 - thanks to jbergstroem, Tommy[D] & mgorny svn path=/sunrise/; revision=12405 --- media-video/periscope/ChangeLog | 8 ++++++++ media-video/periscope/Manifest | 4 ++++ media-video/periscope/metadata.xml | 9 +++++++++ media-video/periscope/periscope-0.2.4.ebuild | 30 ++++++++++++++++++++++++++++ 4 files changed, 51 insertions(+) create mode 100644 media-video/periscope/ChangeLog create mode 100644 media-video/periscope/Manifest create mode 100644 media-video/periscope/metadata.xml create mode 100644 media-video/periscope/periscope-0.2.4.ebuild (limited to 'media-video') diff --git a/media-video/periscope/ChangeLog b/media-video/periscope/ChangeLog new file mode 100644 index 000000000..c6be99928 --- /dev/null +++ b/media-video/periscope/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for media-video/periscope +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 18 Sep 2011; Alexander van der Mey (alexandervdm) + + +no-herd +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 new file mode 100644 index 000000000..706a37f9e --- /dev/null +++ b/media-video/periscope/periscope-0.2.4.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2011 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