public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/youtube-viewer/
Date: Thu,  5 Mar 2020 12:21:10 +0000 (UTC)	[thread overview]
Message-ID: <1583409680.fbff324aa13b54ac3b56e4ba419822ade5e08c0b.juippis@gentoo> (raw)

commit:     fbff324aa13b54ac3b56e4ba419822ade5e08c0b
Author:     Zoltan Puskas <zoltan <AT> sinustrom <DOT> info>
AuthorDate: Mon Feb  3 00:52:16 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Mar  5 12:01:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbff324a

net-misc/youtube-viewer: Drop 3.5.8-r1

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Zoltan Puskas <zoltan <AT> sinustrom.info>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-misc/youtube-viewer/Manifest                   |  1 -
 .../youtube-viewer/youtube-viewer-3.5.8-r1.ebuild  | 75 ----------------------
 2 files changed, 76 deletions(-)

diff --git a/net-misc/youtube-viewer/Manifest b/net-misc/youtube-viewer/Manifest
index 2e889e1e97d..fb171bae7f8 100644
--- a/net-misc/youtube-viewer/Manifest
+++ b/net-misc/youtube-viewer/Manifest
@@ -1,3 +1,2 @@
 DIST youtube-viewer-3.5.5.tar.gz 238922 BLAKE2B 8e5b57f5e83ce53b3249e948e141042a4dff019e201718c5a75d5577a349707add5f2d4a6e5a53ff4968394b0b54df43bdee4933e9d4fe9ef62b6ed489a54678 SHA512 6e73565e7b8ba415e0f056a402804510af2d2d3e833daf3254330f75b404a21042318441d52b9b7ecb6659a693189c43a9b9148be4d3e154d4a1d23b402e8a63
-DIST youtube-viewer-3.5.8.tar.gz 239590 BLAKE2B 7230518b87f77d153820ba8c60af8e017cbc7e5f65d96597673f5c9500f5116a63aac28f385eac92a0df9e7f36ea7c3af8c4efa5b1ad55ae66afdb03abad95d7 SHA512 1d657c08ccf4fc4d79408e2020fda1f9187ffc1b6faea5524b4190627b46d22336b8faff22330882507ac81e3717344fdef614ea57717c1face1807a835ef746
 DIST youtube-viewer-3.5.9.tar.gz 236095 BLAKE2B b98cfbca26da99f148d3afe0a4f7a4478abaf7c9f9727b421b7718004950e8bee52f58fe08e30b7ccfcd44bdc3ba3f7f75a5a5450581c3f2a9badaeac0fcb5f4 SHA512 2fe06feacbb0240606197b982aa097272d1d615e83a15d686da96fe336a5e85c71dccc046faaa106d85b1012a6b169ff39434b72b2033b2c8d301616c085eae1

diff --git a/net-misc/youtube-viewer/youtube-viewer-3.5.8-r1.ebuild b/net-misc/youtube-viewer/youtube-viewer-3.5.8-r1.ebuild
deleted file mode 100644
index 676951a8131..00000000000
--- a/net-misc/youtube-viewer/youtube-viewer-3.5.8-r1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop eutils perl-module xdg-utils
-
-DESCRIPTION="A command line utility for viewing youtube-videos in Mplayer"
-HOMEPAGE="https://trizenx.blogspot.com/2012/03/gtk-youtube-viewer.html"
-SRC_URI="https://github.com/trizen/youtube-viewer/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="|| ( Artistic GPL-1+ )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gtk"
-
-RDEPEND="
-	dev-perl/Data-Dump
-	dev-perl/JSON
-	dev-perl/libwww-perl[ssl]
-	dev-perl/Term-ReadLine-Gnu
-	dev-perl/LWP-Protocol-https
-	virtual/perl-Encode
-	virtual/perl-File-Path
-	virtual/perl-File-Spec
-	virtual/perl-Getopt-Long
-	virtual/perl-Scalar-List-Utils
-	virtual/perl-Term-ANSIColor
-	virtual/perl-Term-ReadLine
-	virtual/perl-Text-ParseWords
-	virtual/perl-Text-Tabs+Wrap
-	gtk? (
-		dev-perl/File-ShareDir
-		>=dev-perl/Gtk2-1.244.0
-		virtual/freedesktop-icon-theme
-		x11-libs/gdk-pixbuf:2[X,jpeg]
-	)
-	|| ( media-video/ffmpeg[openssl,-libressl] media-video/ffmpeg[-openssl,libressl] media-video/ffmpeg[gnutls] )
-	|| ( media-video/mpv media-video/mplayer media-video/vlc gtk? ( media-video/smplayer ) )"
-DEPEND="dev-perl/Module-Build"
-
-src_configure() {
-	local myconf
-	if use gtk ; then
-		myconf="--gtk-youtube-viewer"
-	fi
-	perl-module_src_configure
-}
-
-src_install() {
-	perl-module_src_install
-
-	if use gtk ; then
-		domenu share/gtk-youtube-viewer.desktop
-		doicon share/icons/gtk-youtube-viewer.png
-	fi
-}
-
-pkg_postinst() {
-	use gtk && xdg_icon_cache_update
-	elog "Optional dependencies:"
-	optfeature "cache support" dev-perl/LWP-UserAgent-Cached
-	optfeature "faster JSON to HASH conversion" dev-perl/JSON-XS
-	optfeature "the case if there are SSL problems" dev-perl/Mozilla-CA
-	optfeature "printing results in a fixed-width format (--fixed-width, -W)" dev-perl/Text-CharWidth
-	optfeature "live streams support" net-misc/youtube-dl
-	optfeature "threads support" virtual/perl-threads
-	elog
-	elog "Check the configuration file in ~/.config/youtube-viewer/"
-	elog "and configure your video player backend."
-}
-
-pkg_postrm() {
-	use gtk && xdg_icon_cache_update
-}


             reply	other threads:[~2020-03-05 12:21 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-05 12:21 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-20 23:08 [gentoo-commits] repo/gentoo:master commit in: net-misc/youtube-viewer/ Stefan Strogin
2023-01-24 13:32 Ionen Wolkens
2022-07-29  0:11 Stefan Strogin
2022-07-02 23:08 Sam James
2022-01-21 23:24 Stefan Strogin
2022-01-21 23:18 Stefan Strogin
2021-11-01 16:40 Stefan Strogin
2021-11-01 16:40 Stefan Strogin
2021-11-01 16:40 Stefan Strogin
2021-08-07 20:46 Stefan Strogin
2021-05-01 18:07 Sam James
2021-04-04 18:55 Andreas Sturmlechner
2020-11-26  3:42 Matt Turner
2020-09-07  8:55 David Seifert
2020-06-04 16:52 Aaron Bauman
2020-04-16  8:11 Joonas Niilola
2020-04-16  8:11 Joonas Niilola
2020-04-13 16:53 Agostino Sarubbo
2020-04-13 14:48 Agostino Sarubbo
2020-03-18  8:30 Joonas Niilola
2020-03-05 12:21 Joonas Niilola
2020-03-05 12:21 Joonas Niilola
2019-11-16  9:45 Joonas Niilola
2019-11-16  9:45 Joonas Niilola
2019-10-23  5:10 Joonas Niilola
2019-10-23  5:10 Joonas Niilola
2019-10-02 19:08 Agostino Sarubbo
2019-09-26 19:02 Thomas Deutschmann
2019-09-25 13:31 Joonas Niilola
2019-09-25 13:31 Joonas Niilola
2019-08-11 21:30 Thomas Deutschmann
2019-08-09  7:10 Agostino Sarubbo
2019-08-08 15:10 Joonas Niilola
2019-08-08 15:10 Joonas Niilola
2019-08-08 15:10 Joonas Niilola
2019-04-09 12:52 Patrice Clement
2018-04-25 21:49 Aaron Bauman
2018-04-20  7:24 Michał Górny
2018-04-18 16:30 Mikle Kolyada
2018-04-17 22:09 Thomas Deutschmann
2018-02-21  3:01 Thomas Deutschmann
2018-02-20 20:26 Patrice Clement
2017-08-26  6:50 Patrick Lauer
2017-06-30 12:25 Patrice Clement
2017-03-19  4:12 Kent Fredric
2017-03-16  8:21 Amy Liffey
2016-12-02 19:19 Michał Górny
2016-11-20 22:03 Göktürk Yüksek
2016-05-22 19:35 Pacho Ramos
2016-05-07 21:24 Michał Górny
2016-03-26 12:35 Matthias Maier
2016-03-07  8:01 Jason Zaman
2016-02-13 15:33 Agostino Sarubbo
2016-02-08  2:23 Ian Delaney
2015-10-27 12:53 Julian Ospald
2015-10-27 12:36 Julian Ospald
2015-10-27 12:36 Julian Ospald
2015-10-27 12:36 Julian Ospald
2015-10-27 11:56 Julian Ospald

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1583409680.fbff324aa13b54ac3b56e4ba419822ade5e08c0b.juippis@gentoo \
    --to=juippis@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox