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

(-)xerces-2.5.0.ebuild (-1 / +4 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2003 Gentoo Technologies, Inc.
1
# Copyright 1999-2003 Gentoo Technologies, Inc.
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: /home/httpd/cvsroot/gentoo-x86/dev-java/xerces/xerces-2.5.0.ebuild,v 1.3 2003/09/09 02:37:55 strider Exp $
3
# $Header: /home/cvsroot/gentoo-x86/dev-java/xerces/xerces-2.5.0.ebuild,v 1.3 2003/09/09 02:37:55 strider Exp $
4
4
5
inherit java-pkg eutils
5
inherit java-pkg eutils
6
6
Lines 20-25 Link Here
20
20
21
src_unpack() {
21
src_unpack() {
22
	unpack ${A}
22
	unpack ${A}
23
	cd ${S}
24
	epatch ${FILESDIR}/${P}-gentoo.diff
25
	cd ${WORKDIR}
23
	mv tools ${S}
26
	mv tools ${S}
24
}
27
}
25
28

Return to bug 27241