public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-video/minitube/files/, media-video/minitube/
@ 2016-05-30 18:04 Davide Pesavento
  0 siblings, 0 replies; only message in thread
From: Davide Pesavento @ 2016-05-30 18:04 UTC (permalink / raw
  To: gentoo-commits

commit:     e30d3aae404c8529af2c57028a6f1755624941cd
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Mon May 30 17:49:25 2016 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Mon May 30 17:49:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e30d3aae

media-video/minitube: remove old

Package-Manager: portage-2.3.0_rc1

 media-video/minitube/Manifest                      |  1 -
 .../files/minitube-2.1.3-disable-updates.patch     | 13 ----
 media-video/minitube/minitube-2.3-r1.ebuild        | 77 ----------------------
 3 files changed, 91 deletions(-)

diff --git a/media-video/minitube/Manifest b/media-video/minitube/Manifest
index f7eb939..1e3d357 100644
--- a/media-video/minitube/Manifest
+++ b/media-video/minitube/Manifest
@@ -1,3 +1,2 @@
 DIST minitube-2.0.tar.gz 713577 SHA256 1ba1dd7725e6e0c92653fdee7bcfa4b833346d2ef4c091d94b181b60bb592554 SHA512 f08f49549486f22d6156aa4344fd0698e03b0fcf669530010a648467cd3da1edbe6ee9e7c7578c69c7f410a03afe2e5c25bb84e6e1dc70c6534210566789f81e WHIRLPOOL 415d5b17a0862aa74c09a4950be43cd78b5ab5f26c7d0bd5d4c4b78d97989b181ecdc86955f843348b52fc582346fbae32d664f43e5ba76fcc995a59c572776b
-DIST minitube-2.3.tar.gz 955192 SHA256 7fb24e295dc3e2f4ce41add1ef71c7b1fef57383578f46af8e271710c86c2247 SHA512 bfbd0a7bc73ba70172d3107b2c530d64764cb4e4e34aea8b33a4a9306ddc7570dcae1c33a6de07e7890142df9a39c3d4454edea0bf53d8e0ea2027fd91605d03 WHIRLPOOL 14e545cf2c2a7931a049ad6264fbd91d6f426906421ec1bbea06f96f15fd4a7678a24c106e8abd1ce17b0a2bcf1e69304c8321c3d381b872d95ae4bad81c2e40
 DIST minitube-2.4.tar.gz 984265 SHA256 1d8a427a4120d623c689969d92904bf66bf7d3edafcb0f6f9eb7f24d6db39c7b SHA512 45a90322540a281b337511af5e52a25bb5d908d3e37b6d7d4a068a2cb0d598095b6a312f862c7043851ceeda63c66944213646ba154ae505229da7fbe48251dc WHIRLPOOL 932ebcbf2397ceba78af6823f6eeb56edbf9b4c58dfd15218d10572d6a47110867b969b4711a1bcc0a00d3d47361ddec3c98fea7f69d5b56db40b842dba57b97

diff --git a/media-video/minitube/files/minitube-2.1.3-disable-updates.patch b/media-video/minitube/files/minitube-2.1.3-disable-updates.patch
deleted file mode 100644
index 869850a..0000000
--- a/media-video/minitube/files/minitube-2.1.3-disable-updates.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: minitube/src/mainwindow.cpp
-===================================================================
---- minitube.orig/src/mainwindow.cpp
-+++ minitube/src/mainwindow.cpp
-@@ -197,8 +197,6 @@ void MainWindow::lazyInit() {
- 
-     JsFunctions::instance();
- 
--    checkForUpdate();
--
-     ChannelAggregator::instance()->start();
- }
- 

diff --git a/media-video/minitube/minitube-2.3-r1.ebuild b/media-video/minitube/minitube-2.3-r1.ebuild
deleted file mode 100644
index d5a4895..0000000
--- a/media-video/minitube/minitube-2.3-r1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PLOCALES="ar ca ca_ES da de_DE el en es es_AR es_ES fi fi_FI fr he_IL hr hu
-ia it jv nl pl pl_PL pt_BR ro ru sk sl tr zh_CN"
-PLOCALE_BACKUP="en"
-
-inherit l10n qt4-r2
-
-DESCRIPTION="Qt4 YouTube Client"
-HOMEPAGE="http://flavio.tordini.org/minitube"
-# As usual, upstream never releases proper tarballs
-SRC_URI="https://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug download gstreamer kde"
-
-DEPEND=">=dev-qt/qtgui-4.8:4[accessibility]
-	>=dev-qt/qtdbus-4.8:4
-	>=dev-qt/qtsql-4.8:4
-	dev-qt/qtsingleapplication[qt4(+),X]
-	kde? ( || ( media-libs/phonon[gstreamer?,qt4] >=dev-qt/qtphonon-4.8:4 ) )
-	!kde? ( || ( >=dev-qt/qtphonon-4.8:4 media-libs/phonon[gstreamer?,qt4] ) )
-	gstreamer? (
-		media-plugins/gst-plugins-soup:0.10
-		media-plugins/gst-plugins-ffmpeg:0.10
-		media-plugins/gst-plugins-faac:0.10
-		media-plugins/gst-plugins-faad:0.10
-		media-plugins/gst-plugins-theora
-	)
-"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${PN}
-
-DOCS="AUTHORS CHANGES TODO"
-
-#455976
-PATCHES=( "${FILESDIR}"/${PN}-2.1.3-disable-updates.patch )
-
-src_prepare() {
-	qt4-r2_src_prepare
-
-	# Remove unneeded translations
-	local trans=
-	for x in $(l10n_get_locales); do
-		trans+="${x}.ts "
-	done
-	if [[ -n ${trans} ]]; then
-		sed -i -e "/^TRANSLATIONS/s/+=.*/+=${trans}/" locale/locale.pri || die
-	fi
-	sed -i \
-		's|include(src/qtsingleapplication/qtsingleapplication.pri)|CONFIG += qtsingleapplication|g' \
-		${PN}.pro || die "Failed to unbundle qtsingleapplication"
-	# Enable video downloads. Bug #491344
-	use download && { echo "DEFINES += APP_DOWNLOADS" >> ${PN}.pro; }
-}
-
-src_install() {
-	qt4-r2_src_install
-	newicon images/app.png minitube.png
-}
-
-pkg_postinst() {
-	if use download; then
-		elog "You activated the 'download' USE flag. This allows you to"
-		elog "download videos from youtube, which might violate the youtube"
-		elog "terms-of-service (TOS) in some legislations. If downloading"
-		elog "youtube-videos is not allowed in your legislation, please"
-		elog "disable the 'download' use flag. For details on the youtube TOS,"
-		elog "see http://www.youtube.com/t/terms"
-	fi
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-05-30 18:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-30 18:04 [gentoo-commits] repo/gentoo:master commit in: media-video/minitube/files/, media-video/minitube/ Davide Pesavento

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox