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

Collapse All | Expand All

(-)/home/flame/devel/gentoo-x86/sys-apps/attr/attr-2.4.32.ebuild (-2 / +9 lines)
Lines 2-7 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/sys-apps/attr/attr-2.4.32.ebuild,v 1.2 2006/08/20 21:16:33 vapier Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.32.ebuild,v 1.2 2006/08/20 21:16:33 vapier Exp $
4
4
5
WANT_AUTOCONF="latest"
6
WANT_AUTOMAKE="latest"
7
5
inherit eutils autotools toolchain-funcs
8
inherit eutils autotools toolchain-funcs
6
9
7
MY_P="${PN}_${PV}-1"
10
MY_P="${PN}_${PV}-1"
Lines 16-23 Link Here
16
IUSE="nls"
19
IUSE="nls"
17
20
18
DEPEND=">=sys-apps/portage-2.0.47-r10
21
DEPEND=">=sys-apps/portage-2.0.47-r10
19
	nls? ( sys-devel/gettext )
22
	nls? ( sys-devel/gettext )"
20
	sys-devel/autoconf"
21
RDEPEND=""
23
RDEPEND=""
22
24
23
src_unpack() {
25
src_unpack() {
Lines 25-34 Link Here
25
	cd "${S}"
27
	cd "${S}"
26
	epatch "${FILESDIR}"/${PN}-2.4.24-only-symlink-when-needed.patch
28
	epatch "${FILESDIR}"/${PN}-2.4.24-only-symlink-when-needed.patch
27
	epatch "${FILESDIR}"/${PN}-2.4.28-no-compress-docs.patch
29
	epatch "${FILESDIR}"/${PN}-2.4.28-no-compress-docs.patch
30
	epatch "${FILESDIR}"/${PN}-2.4.32-libtool.patch
28
	sed -i \
31
	sed -i \
29
		-e "/^PKG_DOC_DIR/s:@pkg_name@:${PF}:" \
32
		-e "/^PKG_DOC_DIR/s:@pkg_name@:${PF}:" \
30
		include/builddefs.in \
33
		include/builddefs.in \
31
		|| die "failed to update builddefs"
34
		|| die "failed to update builddefs"
35
36
	AT_M4DIR="m4" eaclocal
37
	_elibtoolize
38
	AT_M4DIR="m4" eaclocal
32
	eautoconf
39
	eautoconf
33
}
40
}
34
41

Return to bug 158040