diff options
-rw-r--r-- | media-video/periscope/Manifest | 2 | ||||
-rw-r--r-- | media-video/periscope/periscope-0.2.4.ebuild | 31 |
2 files changed, 0 insertions, 33 deletions
diff --git a/media-video/periscope/Manifest b/media-video/periscope/Manifest deleted file mode 100644 index bbb811e97..000000000 --- a/media-video/periscope/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -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 deleted file mode 100644 index 8599ed755..000000000 --- a/media-video/periscope/periscope-0.2.4.ebuild +++ /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" -} - |