diff options
author | 2015-01-30 11:27:05 +0000 | |
---|---|---|
committer | 2015-01-30 11:27:05 +0000 | |
commit | 933140fe95da6bd18d72853de8a6a15d50d9f5f4 (patch) | |
tree | 6313f5d7b2d95e986a61ed8fdf99afb027a4b59f /media-video | |
parent | Fix configure logic with regard to readline/libedit (bug #538190 by Brian Eva... (diff) | |
download | gentoo-2-933140fe95da6bd18d72853de8a6a15d50d9f5f4.tar.gz gentoo-2-933140fe95da6bd18d72853de8a6a15d50d9f5f4.tar.bz2 gentoo-2-933140fe95da6bd18d72853de8a6a15d50d9f5f4.zip |
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)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/ttcut/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/ttcut/ttcut-0.19.6-r3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-video/ttcut/ChangeLog b/media-video/ttcut/ChangeLog index d7e52c54bf6b..d8a68059681c 100644 --- a/media-video/ttcut/ChangeLog +++ b/media-video/ttcut/ChangeLog @@ -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 <billie@gentoo.org> ttcut-0.19.6-r3.ebuild: + Fix SRC_URI. Thanks to Jeroen Roovers in bug #537766. 01 Mar 2014; Daniel Pielmeier <billie@gentoo.org> ttcut-0.19.6-r3.ebuild: Depend on media-video/ffmpeg instead of virtual/ffmpeg. See bug #474348. diff --git a/media-video/ttcut/ttcut-0.19.6-r3.ebuild b/media-video/ttcut/ttcut-0.19.6-r3.ebuild index 62c0ae75b9a3..f3fd351b309a 100644 --- a/media-video/ttcut/ttcut-0.19.6-r3.ebuild +++ b/media-video/ttcut/ttcut-0.19.6-r3.ebuild @@ -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 @@ inherit eutils fdo-mime qt4-r2 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" |