summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2011-09-18 15:00:02 +0000
committerMichał Górny <mgorny@gentoo.org>2011-09-18 15:00:02 +0000
commit29f07ad5a858e19b035cffe2dfbe03cbca0b7823 (patch)
tree38cc08ed30e84076fecca0f2d5e6013c99451629 /media-video
parentMask Zope packages for removal because of unsatisfied deps. (diff)
downloadsunrise-29f07ad5a858e19b035cffe2dfbe03cbca0b7823.tar.gz
sunrise-29f07ad5a858e19b035cffe2dfbe03cbca0b7823.tar.bz2
sunrise-29f07ad5a858e19b035cffe2dfbe03cbca0b7823.zip
Revert "New build for bug 383499 - thanks to Tommy[D] and jbergstroem for reviewing"
Please use sunrise-commit. svn path=/sunrise/; revision=12402
Diffstat (limited to 'media-video')
-rw-r--r--media-video/periscope/Manifest2
-rw-r--r--media-video/periscope/periscope-0.2.4.ebuild31
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"
-}
-