summaryrefslogtreecommitdiff
path: root/media-video/subdownloader
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-05-04 11:22:40 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-05-04 11:22:40 +0100
commitfe1c8b732bd548b699d4c2ef725f67f8b8c8911c (patch)
tree84c0b6ca01b7cb63c7d6e685a63823200ce1007f /media-video/subdownloader
parent7c7c2c9727d6b2ff30945b5aea0d575e1c406d8b (diff)
gentoo resync : 04.05.2018
Diffstat (limited to 'media-video/subdownloader')
-rw-r--r--media-video/subdownloader/Manifest3
-rw-r--r--media-video/subdownloader/metadata.xml12
-rw-r--r--media-video/subdownloader/subdownloader-2.0.18-r1.ebuild35
3 files changed, 0 insertions, 50 deletions
diff --git a/media-video/subdownloader/Manifest b/media-video/subdownloader/Manifest
deleted file mode 100644
index fe43c2ba3cef..000000000000
--- a/media-video/subdownloader/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST subdownloader-2.0.18.tar.gz 1259520 BLAKE2B 844310797fba42c4c525cde8cc8bd90de3614630061e693acae15385aa7d0a91f8ec690729f8ecedccd74d87c0654abe50a1c0d44d62abb18e1a2c19b6eef6d6 SHA512 ecddf606ce374af43fff39c225ee896af4d8bd2384a2f300dcbb4b443377807edd5233a0531e95d338b0f9c84a274b3afd4109d9216510a5a4bc8fa17485b999
-EBUILD subdownloader-2.0.18-r1.ebuild 978 BLAKE2B 5beb411ed23e756a83a6d9e1b013d28785e2a0c58bf9a0cf0bd7b4bc956961301960683da36f02b2810d082f42152b15be8a8623ea895202e3b1ff183f9a51f0 SHA512 94d57b0a379be5ebbae07fa8ab92480d3e6245f976cf6ad57918b1557d75427271fa044b1371684fac2572e218bee5c2cfdaafd7cafb589621d40d545c070b23
-MISC metadata.xml 435 BLAKE2B 4e42106a731a2572992a72a5fb3ff6a228272bf5edccdf9df41e1a198419398535cc16469f9d8fda70c898542fcd5ec8c8ae072fd1f94b627a42c0f957c8af3a SHA512 0d8a60e50f5f7e5778f0e349e2584aca5eebdf5daeff67f9ae9dc86182e66aeb79ea3f3031f8fec0d9b7920bf63a67cc9078fff7edf51a72850b20e6504946cc
diff --git a/media-video/subdownloader/metadata.xml b/media-video/subdownloader/metadata.xml
deleted file mode 100644
index 3d4df9957039..000000000000
--- a/media-video/subdownloader/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
- <longdescription lang="en">
- SubDownloader is a program for automatic download/upload subtitles for
- videofiles (DIVX,MPEG,AVI,VOB,etc) and DVD's using fast hashing
- </longdescription>
- <upstream>
- <remote-id type="launchpad">subdownloader</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/media-video/subdownloader/subdownloader-2.0.18-r1.ebuild b/media-video/subdownloader/subdownloader-2.0.18-r1.ebuild
deleted file mode 100644
index 0237c1ee661f..000000000000
--- a/media-video/subdownloader/subdownloader-2.0.18-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1 eutils
-
-DESCRIPTION="GUI application for automatic downloading/uploading of subtitles for videofiles"
-HOMEPAGE="http://www.subdownloader.net/"
-SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${PN}_2.0.18.orig.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="${PYTHON_DEPS}
- dev-python/PyQt4[${PYTHON_USEDEP}]
- dev-python/kaa-metadata[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-src_install() {
- python_fix_shebang "${S}"/run.py
- insinto /usr/share/"${PN}"
- doins -r cli FileManagement gui languages locale modules run.py
- fperms 755 /usr/share/"${PN}"/run.py
- dosym /usr/share/"${PN}"/run.py /usr/bin/"${PN}"
- doman subdownloader.1
- dodoc README ChangeLog
- doicon gui/images/subdownloader.png
- domenu subdownloader.desktop
-}