diff options
author | Mounir Lamouri <volkmar@gentoo.org> | 2009-11-27 16:45:05 +0000 |
---|---|---|
committer | Mounir Lamouri <volkmar@gentoo.org> | 2009-11-27 16:45:05 +0000 |
commit | 709097f77de7b44294a1bbc4219338095c79a7b1 (patch) | |
tree | 9c5d05c52f152284c5b41f9497d65654cde06cdf /net-misc/yaydl | |
parent | Adding static-libs to IUSE (diff) | |
download | gentoo-2-709097f77de7b44294a1bbc4219338095c79a7b1.tar.gz gentoo-2-709097f77de7b44294a1bbc4219338095c79a7b1.tar.bz2 gentoo-2-709097f77de7b44294a1bbc4219338095c79a7b1.zip |
Version bump to 1.3.6 and change HOMEPAGE.
Fix bug 294806.
(Portage version: 14755-svn/cvs/Linux ppc)
Diffstat (limited to 'net-misc/yaydl')
-rw-r--r-- | net-misc/yaydl/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/yaydl/yaydl-1.3.6.ebuild | 36 |
2 files changed, 42 insertions, 1 deletions
diff --git a/net-misc/yaydl/ChangeLog b/net-misc/yaydl/ChangeLog index a1b2e3b5d9d5..48b3f359d7cc 100644 --- a/net-misc/yaydl/ChangeLog +++ b/net-misc/yaydl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/yaydl # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/yaydl/ChangeLog,v 1.3 2009/07/19 18:55:12 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/yaydl/ChangeLog,v 1.4 2009/11/27 16:45:05 volkmar Exp $ + +*yaydl-1.3.6 (27 Nov 2009) + + 27 Nov 2009; Mounir Lamouri <volkmar@gentoo.org> +yaydl-1.3.6.ebuild: + Version bump to 1.3.6 and change HOMEPAGE, bug 294806 17 May 2009; Mounir Lamouri <volkmar@gentoo.org> yaydl-1.3.ebuild: Upstream has changed whitout version bump (sic). Udpating ebuild and diff --git a/net-misc/yaydl/yaydl-1.3.6.ebuild b/net-misc/yaydl/yaydl-1.3.6.ebuild new file mode 100644 index 000000000000..bf08c418e22b --- /dev/null +++ b/net-misc/yaydl/yaydl-1.3.6.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/yaydl/yaydl-1.3.6.ebuild,v 1.1 2009/11/27 16:45:05 volkmar Exp $ + +EAPI="2" + +DESCRIPTION="Yet Another Youtube DownLoader which is downloading more than youtube" +HOMEPAGE="http://pdes-net.org/x-haui/" +SRC_URI="http://pdes-net.org/x-haui/scripts/perl/yaydl_youtubedownloader/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~ppc ~x86" +IUSE="encode soundextract" + +DEPEND="" +RDEPEND="dev-lang/perl + dev-perl/LWP-UserAgent-Determined + dev-perl/MP3-Info + dev-perl/Term-ProgressBar + dev-perl/URI + encode? ( || ( media-video/ffmpeg[encode] + media-video/mplayer[encode,mp3,xvid] ) ) + soundextract? ( || ( media-video/ffmpeg[encode,mp3] + ( media-video/mplayer media-sound/lame ) ) )" + +src_install() { + exeinto /usr/bin + newexe ${PN}.pl ${PN} || die "newexe failed" + dodoc changelog README || die "dodoc failed" +} + +pkg_postinst() { + elog "${PN} is supporting a lot of video websites." + elog "Look at ${HOMEPAGE} for more information." +} |