summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah El Lazkani <ThyArmageddon+GentooOverlay@Gmail.com>2012-06-28 01:17:35 -0400
committerElijah El Lazkani <ThyArmageddon+GentooOverlay@Gmail.com>2012-06-28 01:17:35 -0400
commit4004d50675b73722d6a52eeea67462322936755c (patch)
treed821726f7b6afa937661af874ea5fb4f5ccb540b /media-video
parentForgot to add dependencies to gcm. (diff)
downloadArmageddon-4004d50675b73722d6a52eeea67462322936755c.tar.gz
Armageddon-4004d50675b73722d6a52eeea67462322936755c.tar.bz2
Armageddon-4004d50675b73722d6a52eeea67462322936755c.zip
Fixed gcm patch and cleaned old packages...
Diffstat (limited to 'media-video')
-rw-r--r--media-video/subdownloader/subdownloader-2.0.14.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/media-video/subdownloader/subdownloader-2.0.14.ebuild b/media-video/subdownloader/subdownloader-2.0.14.ebuild
deleted file mode 100644
index a6ce204..0000000
--- a/media-video/subdownloader/subdownloader-2.0.14.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit python eutils
-
-DESCRIPTION="GUI application for automatic downloading/uploading of subtitles for videofiles"
-HOMEPAGE="http://www.subdownloader.net/"
-SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- dev-python/PyQt4
- dev-python/kaa-metadata"
-RDEPEND="${DEPEND}"
-
-src_install() {
- insinto /usr/$(get_libdir)/subdownloader
- doins -r cli FileManagement gui languages locale modules run.py
- fperms 755 /usr/$(get_libdir)/subdownloader/run.py
- dosym /usr/$(get_libdir)/subdownloader/run.py /usr/bin/subdownloader
- doman subdownloader.1
- dodoc README ChangeLog
- doicon gui/images/subdownloader.png
- domenu subdownloader.desktop
-}