diff options
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/subdownloader/Manifest | 1 | ||||
-rw-r--r-- | media-video/subdownloader/metadata.xml | 12 | ||||
-rw-r--r-- | media-video/subdownloader/subdownloader-2.0.18-r1.ebuild | 35 |
3 files changed, 0 insertions, 48 deletions
diff --git a/media-video/subdownloader/Manifest b/media-video/subdownloader/Manifest deleted file mode 100644 index 11b1ce7e9ee8..000000000000 --- a/media-video/subdownloader/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST subdownloader-2.0.18.tar.gz 1259520 BLAKE2B 844310797fba42c4c525cde8cc8bd90de3614630061e693acae15385aa7d0a91f8ec690729f8ecedccd74d87c0654abe50a1c0d44d62abb18e1a2c19b6eef6d6 SHA512 ecddf606ce374af43fff39c225ee896af4d8bd2384a2f300dcbb4b443377807edd5233a0531e95d338b0f9c84a274b3afd4109d9216510a5a4bc8fa17485b999 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 -} |