From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D6682138A1A for ; Fri, 30 Jan 2015 11:27:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 754B9E0914; Fri, 30 Jan 2015 11:27:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 18C0CE0914 for ; Fri, 30 Jan 2015 11:27:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 41D5E340773 for ; Fri, 30 Jan 2015 11:27:07 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2248) id 8275F10AD3; Fri, 30 Jan 2015 11:27:05 +0000 (UTC) From: "Daniel Pielmeier (billie)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, billie@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-video/ttcut: ttcut-0.19.6-r3.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: ttcut-0.19.6-r3.ebuild ChangeLog X-VCS-Directories: media-video/ttcut X-VCS-Committer: billie X-VCS-Committer-Name: Daniel Pielmeier Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150130112705.8275F10AD3@oystercatcher.gentoo.org> Date: Fri, 30 Jan 2015 11:27:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 16efe27c-7a00-4860-b9f4-4187827d7d0b X-Archives-Hash: a4f2cd109439dc9eb217c0ae34285602 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 ttcut-0.19.6-r3.ebuild: + Fix SRC_URI. Thanks to Jeroen Roovers in bug #537766. 01 Mar 2014; Daniel Pielmeier ttcut-0.19.6-r3.ebuild: Depend on media-video/ffmpeg instead of virtual/ffmpeg. See bug #474348.