diff options
author | Alexander van der Mey (alexandervdm) <alexvandermey@gmail.com> | 2011-09-18 14:22:07 +0000 |
---|---|---|
committer | Alexander van der Mey (alexandervdm) <alexvandermey@gmail.com> | 2011-09-18 14:22:07 +0000 |
commit | 828271467d8e5b7e4f1cf5a45f8f038940ecf76d (patch) | |
tree | f1b05fd51ec7f29f17ad223bdd83413f3a31c405 /media-video | |
parent | Automatic update to use.local.desc (diff) | |
download | sunrise-828271467d8e5b7e4f1cf5a45f8f038940ecf76d.tar.gz sunrise-828271467d8e5b7e4f1cf5a45f8f038940ecf76d.tar.bz2 sunrise-828271467d8e5b7e4f1cf5a45f8f038940ecf76d.zip |
New build for bug 383499 - thanks to Tommy[D] and jbergstroem for reviewing
svn path=/sunrise/; revision=12396
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/periscope/Manifest | 2 | ||||
-rw-r--r-- | media-video/periscope/periscope-0.2.4.ebuild | 31 |
2 files changed, 33 insertions, 0 deletions
diff --git a/media-video/periscope/Manifest b/media-video/periscope/Manifest new file mode 100644 index 000000000..bbb811e97 --- /dev/null +++ b/media-video/periscope/Manifest @@ -0,0 +1,2 @@ +DIST python-periscope_0.2.4.orig.tar.gz 27510 RMD160 ac4b7ad0ffa0106d783fc19acc162ef3f3271061 SHA1 ff49960c7866c754fb1cf18a6119f75e781947f1 SHA256 f5426ea136d329511c2d533750339c9871d5f89d59e083a2b3c1aa94d769d646 +EBUILD periscope-0.2.4.ebuild 823 RMD160 62fc26ab8638487319828e3eb0c3cc8f85c89e2e SHA1 d7f3200db6c5ea6aa6c94b3f3e08fe39297b1b0a SHA256 9903d77f1fd54808725fc66b8b71dd77559dc787db5d7b0a0de31ff225a9c387 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..8599ed755 --- /dev/null +++ b/media-video/periscope/periscope-0.2.4.ebuild @@ -0,0 +1,31 @@ +# 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" +} + |