diff options
author | Stefan Briesenick <sbriesen@gentoo.org> | 2013-05-25 00:17:57 +0000 |
---|---|---|
committer | Stefan Briesenick <sbriesen@gentoo.org> | 2013-05-25 00:17:57 +0000 |
commit | 5c31c76f4ad67d3f9f802a9ffc6e39db5876fb0f (patch) | |
tree | 23bb68cbe8228d6aa488845901bdffd2bc7bc56a /media-sound/aacgain/aacgain-1.9.ebuild | |
parent | Dev channel bump. Switch from make-based to ninja-based build. Fix bug #46914... (diff) | |
download | historical-5c31c76f4ad67d3f9f802a9ffc6e39db5876fb0f.tar.gz historical-5c31c76f4ad67d3f9f802a9ffc6e39db5876fb0f.tar.bz2 historical-5c31c76f4ad67d3f9f802a9ffc6e39db5876fb0f.zip |
$HOMEPAGE changed. solves bug #449646.
Package-Manager: portage-2.2.0_alpha176/cvs/Linux x86_64
Manifest-Sign-Key: 0xBB6C42C7
Diffstat (limited to 'media-sound/aacgain/aacgain-1.9.ebuild')
-rw-r--r-- | media-sound/aacgain/aacgain-1.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/aacgain/aacgain-1.9.ebuild b/media-sound/aacgain/aacgain-1.9.ebuild index 3f4938dc3063..bb918ed17309 100644 --- a/media-sound/aacgain/aacgain-1.9.ebuild +++ b/media-sound/aacgain/aacgain-1.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/aacgain/aacgain-1.9.ebuild,v 1.2 2013/02/19 06:04:55 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/aacgain/aacgain-1.9.ebuild,v 1.3 2013/05/25 00:17:46 sbriesen Exp $ EAPI=4 @@ -11,7 +11,7 @@ MP4V2_PV="1.9.1" MP3GAIN_PV="1.5.2" DESCRIPTION="AACGain normalizes the volume of digital music files using the Replay Gain algorithm." -HOMEPAGE="http://altosdesign.com/aacgain/" +HOMEPAGE="http://aacgain.altosdesign.com/" SRC_URI="http://sbriesen.de/gentoo/distfiles/${P}.tar.xz http://mp4v2.googlecode.com/files/mp4v2-${MP4V2_PV}.tar.bz2 mirror://sourceforge/mp3gain/mp3gain-${MP3GAIN_PV//./_}-src.zip |