* [gentoo-commits] gentoo-x86 commit in net-misc/youtube-viewer: ChangeLog youtube-viewer-3.0.5.ebuild
@ 2013-01-01 23:16 Julian Ospald (hasufell)
0 siblings, 0 replies; only message in thread
From: Julian Ospald (hasufell) @ 2013-01-01 23:16 UTC (permalink / raw
To: gentoo-commits
hasufell 13/01/01 23:16:09
Modified: ChangeLog
Added: youtube-viewer-3.0.5.ebuild
Log:
version bump
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Revision Changes Path
1.17 net-misc/youtube-viewer/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-viewer/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-viewer/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-viewer/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/youtube-viewer/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 20 Nov 2012 18:48:51 -0000 1.16
+++ ChangeLog 1 Jan 2013 23:16:09 -0000 1.17
@@ -1,6 +1,12 @@
# ChangeLog for net-misc/youtube-viewer
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-viewer/ChangeLog,v 1.16 2012/11/20 18:48:51 hasufell Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-viewer/ChangeLog,v 1.17 2013/01/01 23:16:09 hasufell Exp $
+
+*youtube-viewer-3.0.5 (01 Jan 2013)
+
+ 01 Jan 2013; Julian Ospald <hasufell@gentoo.org>
+ +youtube-viewer-3.0.5.ebuild:
+ version bump
*youtube-viewer-3.0.4 (20 Nov 2012)
1.1 net-misc/youtube-viewer/youtube-viewer-3.0.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-viewer/youtube-viewer-3.0.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-viewer/youtube-viewer-3.0.5.ebuild?rev=1.1&content-type=text/plain
Index: youtube-viewer-3.0.5.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-viewer/youtube-viewer-3.0.5.ebuild,v 1.1 2013/01/01 23:16:09 hasufell Exp $
EAPI=4
inherit perl-module vcs-snapshot
DESCRIPTION="A command line utility for viewing youtube-videos in Mplayer"
HOMEPAGE="http://trizen.googlecode.com"
SRC_URI="https://github.com/trizen/youtube-viewer/tarball/${PV} -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gtk"
RDEPEND="
>=dev-lang/perl-5.16.0
dev-perl/Data-Dump
dev-perl/libwww-perl
dev-perl/XML-Fast
|| ( media-video/mplayer[X,network]
media-video/mplayer2[X,network] )
virtual/perl-File-Spec
virtual/perl-Getopt-Long
virtual/perl-Scalar-List-Utils
virtual/perl-Term-ANSIColor
gtk? (
dev-perl/gtk2-perl
!net-misc/gtk-youtube-viewer
virtual/freedesktop-icon-theme
x11-libs/gdk-pixbuf:2[X,jpeg]
)"
DEPEND="virtual/perl-Module-Build"
SRC_TEST="do"
S=${WORKDIR}/${P}/WWW-YoutubeViewer
# build system installs files on "perl Build.PL" too
# do all the work in src_install
src_configure() { :; }
src_compile() { :; }
src_install() {
use gtk && local myconf="--gtk-youtube-viewer"
perl-module_src_configure
perl-module_src_install
}
pkg_postinst() {
perl-module_pkg_postinst
einfo
elog "optional dependencies:"
elog " dev-perl/TermReadKey (to get the terminal width size)"
elog " dev-perl/Term-ReadLine-Gnu (for a better STDIN support)"
elog " net-misc/gcap (for retrieving Youtube closed captions)"
einfo
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-01-01 23:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-01 23:16 [gentoo-commits] gentoo-x86 commit in net-misc/youtube-viewer: ChangeLog youtube-viewer-3.0.5.ebuild Julian Ospald (hasufell)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox