diff options
author | Stefan Briesenick <sbriesen@gentoo.org> | 2013-01-24 21:14:57 +0000 |
---|---|---|
committer | Stefan Briesenick <sbriesen@gentoo.org> | 2013-01-24 21:14:57 +0000 |
commit | 1f6e960da4350a9fffec1af027550dd5e03d610f (patch) | |
tree | 08485dd3db0050c5e5829b977ed31ee6eee5f310 /media-sound/vbrfixc | |
parent | removed old revisions (diff) | |
download | gentoo-2-1f6e960da4350a9fffec1af027550dd5e03d610f.tar.gz gentoo-2-1f6e960da4350a9fffec1af027550dd5e03d610f.tar.bz2 gentoo-2-1f6e960da4350a9fffec1af027550dd5e03d610f.zip |
fixed HOMEPAGE and SRC_URI, solving bug #413309.
(Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key BB6C42C7)
Diffstat (limited to 'media-sound/vbrfixc')
-rw-r--r-- | media-sound/vbrfixc/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/vbrfixc/vbrfixc-0.24.ebuild | 9 |
2 files changed, 10 insertions, 6 deletions
diff --git a/media-sound/vbrfixc/ChangeLog b/media-sound/vbrfixc/ChangeLog index 45ae463902f8..18aebad3267b 100644 --- a/media-sound/vbrfixc/ChangeLog +++ b/media-sound/vbrfixc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/vbrfixc -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/vbrfixc/ChangeLog,v 1.5 2008/06/29 10:15:48 loki_val Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/vbrfixc/ChangeLog,v 1.6 2013/01/24 21:14:57 sbriesen Exp $ + + 24 Jan 2013; Stefan Briesenick <sbriesen@gentoo.org> vbrfixc-0.24.ebuild: + fixed HOMEPAGE and SRC_URI, solving bug #413309. 29 Jun 2008; Peter Alfredsen <loki_val@gentoo.org> +files/vbrfixc-0.24-gcc43.patch, vbrfixc-0.24.ebuild: diff --git a/media-sound/vbrfixc/vbrfixc-0.24.ebuild b/media-sound/vbrfixc/vbrfixc-0.24.ebuild index 7232ba571984..f485ac72aa78 100644 --- a/media-sound/vbrfixc/vbrfixc-0.24.ebuild +++ b/media-sound/vbrfixc/vbrfixc-0.24.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/vbrfixc/vbrfixc-0.24.ebuild,v 1.5 2009/08/21 16:03:38 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/vbrfixc/vbrfixc-0.24.ebuild,v 1.6 2013/01/24 21:14:57 sbriesen Exp $ EAPI=2 inherit eutils DESCRIPTION="Vbrfix fixes MP3s and re-constructs VBR headers" -HOMEPAGE="http://www.willwap.co.uk/Programs/vbrfix.php" -SRC_URI="http://www.willwap.co.uk/Downloads/${P}.tar.gz" +HOMEPAGE="http://home.gna.org/vbrfix/" +SRC_URI="ftp://mirror.bytemark.co.uk/gentoo/distfiles/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -15,6 +15,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" DEPEND="" +RDEPEND="" src_prepare() { epatch "${FILESDIR}"/${P}-gcc43.patch |