xmw 15/05/23 09:42:27 Modified: ChangeLog Added: clipgrab-3.4.11.ebuild Log: Version bump (thanks Sergey S. Starikoff, bug 549654). (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Revision Changes Path 1.21 net-misc/clipgrab/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/clipgrab/ChangeLog?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/clipgrab/ChangeLog?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/clipgrab/ChangeLog?r1=1.20&r2=1.21 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/clipgrab/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 17 Mar 2015 07:25:34 -0000 1.20 +++ ChangeLog 23 May 2015 09:42:27 -0000 1.21 @@ -1,6 +1,11 @@ # ChangeLog for net-misc/clipgrab # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/clipgrab/ChangeLog,v 1.20 2015/03/17 07:25:34 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/clipgrab/ChangeLog,v 1.21 2015/05/23 09:42:27 xmw Exp $ + +*clipgrab-3.4.11 (23 May 2015) + + 23 May 2015; Michael Weber <[email protected]> +clipgrab-3.4.11.ebuild: + Version bump (thanks Sergey S. Starikoff, bug 549654). *clipgrab-3.4.9-r1 (17 Mar 2015) 1.1 net-misc/clipgrab/clipgrab-3.4.11.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/clipgrab/clipgrab-3.4.11.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/clipgrab/clipgrab-3.4.11.ebuild?rev=1.1&content-type=text/plain Index: clipgrab-3.4.11.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/clipgrab/clipgrab-3.4.11.ebuild,v 1.1 2015/05/23 09:42:27 xmw Exp $ EAPI=5 inherit qt4-r2 eutils DESCRIPTION="Download from various internet video services like Youtube etc." HOMEPAGE="http://clipgrab.de/en" SRC_URI="http://${PN}.de/download/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-qt/qtwebkit:4" RDEPEND="${DEPEND} || ( media-video/libav media-video/ffmpeg )" PATCHES=( "${FILESDIR}/${PN}-3.4.2-obey.patch" ) src_install() { dobin ${PN} newicon icon.png ${PN}.png make_desktop_entry clipgrab Clipgrab "" "Qt;Video;AudioVideo;" }
