From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AEF3A139507 for ; Fri, 28 Oct 2016 16:13:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C919E09FC; Fri, 28 Oct 2016 16:13:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D7AC3E09FC for ; Fri, 28 Oct 2016 16:13:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CE1B434167A for ; Fri, 28 Oct 2016 16:13:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0492E24A9 for ; Fri, 28 Oct 2016 16:12:59 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1477671164.0d2f7f27d048c2dc80579878366dc1cc1d0b59ad.kensington@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: media-video/xvideoservicethief/ X-VCS-Repository: proj/qt X-VCS-Files: media-video/xvideoservicethief/metadata.xml media-video/xvideoservicethief/xvideoservicethief-9999.ebuild X-VCS-Directories: media-video/xvideoservicethief/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 0d2f7f27d048c2dc80579878366dc1cc1d0b59ad X-VCS-Branch: master Date: Fri, 28 Oct 2016 16:12:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7a068d6e-09fd-4549-9963-f9bdc63c5517 X-Archives-Hash: 4ef8ac025b4445046a4a0cbcf06deacc commit: 0d2f7f27d048c2dc80579878366dc1cc1d0b59ad Author: Michael Palimaka gentoo org> AuthorDate: Fri Oct 28 15:35:17 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Oct 28 16:12:44 2016 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=0d2f7f27 media-video/xvideoservicethief: requires qt4, dead upstream media-video/xvideoservicethief/metadata.xml | 12 ---- .../xvideoservicethief-9999.ebuild | 74 ---------------------- 2 files changed, 86 deletions(-) diff --git a/media-video/xvideoservicethief/metadata.xml b/media-video/xvideoservicethief/metadata.xml deleted file mode 100644 index 21193fe..0000000 --- a/media-video/xvideoservicethief/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - media-video@gentoo.org - Gentoo Video project - - - qt@gentoo.org - Gentoo Qt Project - - diff --git a/media-video/xvideoservicethief/xvideoservicethief-9999.ebuild b/media-video/xvideoservicethief/xvideoservicethief-9999.ebuild deleted file mode 100644 index 647b53d..0000000 --- a/media-video/xvideoservicethief/xvideoservicethief-9999.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -LANGS="br ca cs da de es fr gl hu it ja ko nl pl ro ru sv" - -inherit eutils qt4-r2 versionator subversion - -MY_PN="xVST" -MY_PV=$(replace_all_version_separators '_') - -DESCRIPTION="Download (and convert) videos from various Web Video Services" -HOMEPAGE="http://xviservicethief.sourceforge.net/" -ESVN_REPO_URI="http://xviservicethief.svn.sourceforge.net/svnroot/xviservicethief/trunk/" -# Note: all released versions are labelled alpha - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="" -IUSE="debug" - -DEPEND="app-arch/unzip - dev-qt/qtgui:4" -RDEPEND="dev-qt/qtgui:4 - media-video/ffmpeg - media-video/flvstreamer" - -S=${WORKDIR} -TRANSLATIONSDIR=${S}/resources - -src_prepare() { - subversion_src_prepare - - # fix translations - mv "${S}"/resources/translations/${MY_PN}_cz.ts \ - "${S}"/resources/translations/${MY_PN}_cs.ts || die - mv "${S}"/resources/translations/${MY_PN}_jp.ts \ - "${S}"/resources/translations/${MY_PN}_ja.ts || die - mv "${S}"/resources/translations/${MY_PN}_du.ts \ - "${S}"/resources/translations/${MY_PN}_nl.ts || die - mv "${S}"/resources/translations/${MY_PN}_kr.ts \ - "${S}"/resources/translations/${MY_PN}_ko.ts || die - - # fix plugins, language path - sed -i -e "s/getApplicationPath()\ +\ \"/\"\/usr\/share\/${PN}/g" \ - "${S}"/src/options.cpp || die "failed to fix paths" - - qt4-r2_src_prepare -} - -src_compile() { - qt4-r2_src_compile - - local lang= - for lang in "${S}"/resources/translations/*.ts; do - lrelease ${lang} - done -} - -src_install() { - dobin bin/xvst - insinto /usr/share/pixmaps - newins resources/images/InformationLogo.png xvst.png - make_desktop_entry /usr/bin/xvst xVideoServiceThief xvst 'Qt;AudioVideo;Video' - - # install plugins - local dest=/usr/share/${PN}/plugins - dodir ${dest} - find resources/services -name '*.js' -exec cp -dpR {} "${D}"${dest} \; - - qt4-r2_install_translations -}