Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 513012 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +11 lines)
Line  Link Here
0
-- tagtool-0.12.3.ebuild
0
++ tagtool-0.12.3.ebuild
Lines 2-8 Link Here
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/tagtool/tagtool-0.12.3.ebuild,v 1.11 2012/05/05 08:53:12 mgorny Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-sound/tagtool/tagtool-0.12.3.ebuild,v 1.11 2012/05/05 08:53:12 mgorny Exp $
4
4
5
EAPI=2
5
EAPI=5
6
7
AUTOTOOLS_AUTORECONF=1
8
AUTOTOOLS_IN_SOURCE_BUILD=1
9
10
inherit autotools-utils
6
11
7
DESCRIPTION="Audio Tag Tool Ogg/Mp3 Tagger"
12
DESCRIPTION="Audio Tag Tool Ogg/Mp3 Tagger"
8
HOMEPAGE="http://pwp.netcabo.pt/paol/tagtool"
13
HOMEPAGE="http://pwp.netcabo.pt/paol/tagtool"
Lines 21-26 Link Here
21
DEPEND="${RDEPEND}
26
DEPEND="${RDEPEND}
22
	virtual/pkgconfig"
27
	virtual/pkgconfig"
23
28
29
PATCHES=(
30
	"${FILESDIR}"/${P}-underlinking.patch
31
)
32
24
src_configure() {
33
src_configure() {
25
	local myconf
34
	local myconf
26
35

Return to bug 513012