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

Collapse All | Expand All

(-)libXpm-3.5.7.ebuild.orig (-2 / +17 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2007 Gentoo Foundation
1
# Copyright 1999-2008 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/x11-libs/libXpm/libXpm-3.5.7.ebuild,v 1.6 2007/12/19 23:43:55 cla Exp $
3
# $Header: /var/repositories/local/x11-libs/libXpm/libXpm-3.5.7-r1.ebuild,v 1.0 2008/01/05 16:25:31 impulze Exp $
4
4
5
# Must be before x-modular eclass is inherited
5
# Must be before x-modular eclass is inherited
6
#SNAPSHOT="yes"
6
#SNAPSHOT="yes"
Lines 16-18 Link Here
16
	x11-libs/libXext"
16
	x11-libs/libXext"
17
DEPEND="${RDEPEND}
17
DEPEND="${RDEPEND}
18
	x11-proto/xproto"
18
	x11-proto/xproto"
19
20
PATCHES="${FILESDIR}/${P}-gettext.patch"
21
22
src_unpack()
23
{
24
	# we can't use the eclass src_unpack because we have to force
25
	# eautoreconf
26
	x-modular_specs_check
27
	x-modular_server_supports_drivers_check
28
	x-modular_dri_check
29
	x-modular_unpack_source
30
	x-modular_patch_source
31
	eautoreconf
32
	elibtoolize
33
}

Return to bug 191669