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

Collapse All | Expand All

(-)/usr/portage/dev-lang/cm3/cm3-5.2.7_pre050331.ebuild (-1 / +2 lines)
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/dev-lang/cm3/cm3-5.2.7_pre050331.ebuild,v 1.2 2005/04/02 04:45:42 vapier Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-lang/cm3/cm3-5.2.7_pre050331.ebuild,v 1.2 2005/04/02 04:45:42 vapier Exp $
4
4
5
inherit fixheadtails
5
inherit eutils fixheadtails
6
6
7
STAMP=${PV/*_pre}
7
STAMP=${PV/*_pre}
8
MY_PV=${PV/_pre*}-20${STAMP:0:2}-${STAMP:2:2}-${STAMP:4:2}
8
MY_PV=${PV/_pre*}-20${STAMP:0:2}-${STAMP:2:2}-${STAMP:4:2}
Lines 27-32 Link Here
27
	unpack ${A}
27
	unpack ${A}
28
	cd "${S}"
28
	cd "${S}"
29
	ht_fix_all
29
	ht_fix_all
30
	epatch ${FILESDIR}/${P}-RUNPATH.patch
30
}
31
}
31
32
32
setup_env() {
33
setup_env() {

Return to bug 116027