billie 15/01/30 11:27:05 Modified: ttcut-0.19.6-r3.ebuild ChangeLog Log: Fix SRC_URI. Thanks to Jeroen Roovers in bug #537766. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 215AD14D)
Revision Changes Path 1.9 media-video/ttcut/ttcut-0.19.6-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r3.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r3.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r3.ebuild?r1=1.8&r2=1.9 Index: ttcut-0.19.6-r3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r3.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ttcut-0.19.6-r3.ebuild 1 Mar 2014 22:43:38 -0000 1.8 +++ ttcut-0.19.6-r3.ebuild 30 Jan 2015 11:27:05 -0000 1.9 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r3.ebuild,v 1.8 2014/03/01 22:43:38 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r3.ebuild,v 1.9 2015/01/30 11:27:05 billie Exp $ EAPI=5 @@ -8,7 +8,7 @@ DESCRIPTION="Tool for cutting MPEG files especially for removing commercials" HOMEPAGE="http://www.tritime.de/ttcut/" -SRC_URI="mirror://berlios/${PN}/${P}.tar.gz" +SRC_URI="mirror://sourceforge/${PN}.berlios/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" 1.36 media-video/ttcut/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ttcut/ChangeLog?rev=1.36&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ttcut/ChangeLog?rev=1.36&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ttcut/ChangeLog?r1=1.35&r2=1.36 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- ChangeLog 1 Mar 2014 22:43:38 -0000 1.35 +++ ChangeLog 30 Jan 2015 11:27:05 -0000 1.36 @@ -1,6 +1,9 @@ # ChangeLog for media-video/ttcut -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v 1.35 2014/03/01 22:43:38 billie Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v 1.36 2015/01/30 11:27:05 billie Exp $ + + 30 Jan 2015; Daniel Pielmeier <[email protected]> ttcut-0.19.6-r3.ebuild: + Fix SRC_URI. Thanks to Jeroen Roovers in bug #537766. 01 Mar 2014; Daniel Pielmeier <[email protected]> ttcut-0.19.6-r3.ebuild: Depend on media-video/ffmpeg instead of virtual/ffmpeg. See bug #474348.
