diff options
author | 2013-05-25 00:17:46 +0000 | |
---|---|---|
committer | 2013-05-25 00:17:46 +0000 | |
commit | 9f4be56697437f53458d254990a66cf11b5da7f2 (patch) | |
tree | 873a23df1ba45d5412e5e5b39a5a5f6e921b0afe /media-sound | |
parent | Dev channel bump. Switch from make-based to ninja-based build. Fix bug #46914... (diff) | |
download | gentoo-2-9f4be56697437f53458d254990a66cf11b5da7f2.tar.gz gentoo-2-9f4be56697437f53458d254990a66cf11b5da7f2.tar.bz2 gentoo-2-9f4be56697437f53458d254990a66cf11b5da7f2.zip |
$HOMEPAGE changed. solves bug #449646.
(Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key BB6C42C7)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/aacgain/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/aacgain/aacgain-1.8.ebuild | 6 | ||||
-rw-r--r-- | media-sound/aacgain/aacgain-1.9.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/media-sound/aacgain/ChangeLog b/media-sound/aacgain/ChangeLog index 0dc78941c5f3..73b8c261a0d2 100644 --- a/media-sound/aacgain/ChangeLog +++ b/media-sound/aacgain/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/aacgain # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/aacgain/ChangeLog,v 1.11 2013/02/19 06:04:55 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/aacgain/ChangeLog,v 1.12 2013/05/25 00:17:46 sbriesen Exp $ + + 25 May 2013; Stefan Briesenick <sbriesen@gentoo.org> aacgain-1.8.ebuild, + aacgain-1.9.ebuild: + $HOMEPAGE changed. solves bug #449646. 19 Feb 2013; Jason A. Donenfeld <zx2c4@gentoo.org> +files/aacgain-1.9-patch-dotdot.patch, aacgain-1.9.ebuild: diff --git a/media-sound/aacgain/aacgain-1.8.ebuild b/media-sound/aacgain/aacgain-1.8.ebuild index 3566c5b218be..9bd3a6a6c7ac 100644 --- a/media-sound/aacgain/aacgain-1.8.ebuild +++ b/media-sound/aacgain/aacgain-1.8.ebuild @@ -1,12 +1,12 @@ -# 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/aacgain/aacgain-1.8.ebuild,v 1.3 2009/10/09 21:21:46 sbriesen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/aacgain/aacgain-1.8.ebuild,v 1.4 2013/05/25 00:17:46 sbriesen Exp $ EAPI=2 inherit eutils 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://altosdesign.com/aacgain/alvarez/${P}.tar.bz2" LICENSE="GPL-2" 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 |