Gentoo Archives: gentoo-commits

From: "Daniel Pielmeier (billie)" <billie@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/ttcut: ttcut-0.19.6-r3.ebuild ChangeLog
Date: Fri, 30 Jan 2015 11:27:08
Message-Id: 20150130112705.8275F10AD3@oystercatcher.gentoo.org
1 billie 15/01/30 11:27:05
2
3 Modified: ttcut-0.19.6-r3.ebuild ChangeLog
4 Log:
5 Fix SRC_URI. Thanks to Jeroen Roovers in bug #537766.
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 215AD14D)
8
9 Revision Changes Path
10 1.9 media-video/ttcut/ttcut-0.19.6-r3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r3.ebuild?rev=1.9&view=markup
13 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
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r3.ebuild?r1=1.8&r2=1.9
15
16 Index: ttcut-0.19.6-r3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r3.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ttcut-0.19.6-r3.ebuild 1 Mar 2014 22:43:38 -0000 1.8
23 +++ ttcut-0.19.6-r3.ebuild 30 Jan 2015 11:27:05 -0000 1.9
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $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 $
29 +# $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 $
30
31 EAPI=5
32
33 @@ -8,7 +8,7 @@
34
35 DESCRIPTION="Tool for cutting MPEG files especially for removing commercials"
36 HOMEPAGE="http://www.tritime.de/ttcut/"
37 -SRC_URI="mirror://berlios/${PN}/${P}.tar.gz"
38 +SRC_URI="mirror://sourceforge/${PN}.berlios/${P}.tar.gz"
39
40 LICENSE="GPL-2"
41 SLOT="0"
42
43
44
45 1.36 media-video/ttcut/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ttcut/ChangeLog?rev=1.36&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ttcut/ChangeLog?rev=1.36&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ttcut/ChangeLog?r1=1.35&r2=1.36
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v
54 retrieving revision 1.35
55 retrieving revision 1.36
56 diff -u -r1.35 -r1.36
57 --- ChangeLog 1 Mar 2014 22:43:38 -0000 1.35
58 +++ ChangeLog 30 Jan 2015 11:27:05 -0000 1.36
59 @@ -1,6 +1,9 @@
60 # ChangeLog for media-video/ttcut
61 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v 1.35 2014/03/01 22:43:38 billie Exp $
63 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v 1.36 2015/01/30 11:27:05 billie Exp $
65 +
66 + 30 Jan 2015; Daniel Pielmeier <billie@g.o> ttcut-0.19.6-r3.ebuild:
67 + Fix SRC_URI. Thanks to Jeroen Roovers in bug #537766.
68
69 01 Mar 2014; Daniel Pielmeier <billie@g.o> ttcut-0.19.6-r3.ebuild:
70 Depend on media-video/ffmpeg instead of virtual/ffmpeg. See bug #474348.