Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 314609
Collapse All | Expand All

(-)abcde-2.3.99.7_p235-r3.ebuild (-8 / +5 lines)
Lines 1-15 Link Here
1
# Copyright 1999-2010 Gentoo Foundation
1
# Copyright 1999-2010 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/media-sound/abcde/abcde-2.3.99.7_p235-r3.ebuild,v 1.1 2010/01/28 15:05:26 beandog Exp $
3
# $Header: $
4
5
EAPI="2"
4
6
5
inherit eutils
7
inherit eutils
6
8
7
DESCRIPTION="A Better CD Encoder"
9
DESCRIPTION="A Better CD Encoder"
8
HOMEPAGE="http://code.google.com/p/abcde/"
10
HOMEPAGE="http://code.google.com/p/abcde/"
9
SRC_URI="mirror://gentoo/${P}.tar.bz2"
11
SRC_URI="http://gentoo.radhermit.com/distfiles/${P}.tar.bz2"
10
11
MY_PV=${P/_p235/}
12
S="${WORKDIR}"/${MY_PV}
13
12
14
LICENSE="GPL-2"
13
LICENSE="GPL-2"
15
SLOT="0"
14
SLOT="0"
Lines 33-41 Link Here
33
	replaygain? ( vorbis? ( media-sound/vorbisgain )
32
	replaygain? ( vorbis? ( media-sound/vorbisgain )
34
		lame? ( media-sound/mp3gain ) )"
33
		lame? ( media-sound/mp3gain ) )"
35
34
36
src_unpack() {
35
src_prepare() {
37
	unpack ${A}
38
	cd "${S}"
39
	# bug 292315
36
	# bug 292315
40
	epatch "${FILESDIR}"/m4a-tagging.patch
37
	epatch "${FILESDIR}"/m4a-tagging.patch
41
	sed -i 's:/etc/abcde.conf:/etc/abcde/abcde.conf:g' abcde
38
	sed -i 's:/etc/abcde.conf:/etc/abcde/abcde.conf:g' abcde

Return to bug 314609