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

Collapse All | Expand All

(-)parted-1.6.25.ebuild.orig (-1 / +3 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/sys-apps/parted/parted-1.6.25.ebuild,v 1.8 2006/04/22 05:45:22 vapier Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.6.25.ebuild,v 1.8 2006/04/22 05:45:22 vapier Exp $
4
4
5
inherit eutils
5
inherit autotools eutils
6
6
7
DESCRIPTION="Create, destroy, resize, check, copy partitions and file systems"
7
DESCRIPTION="Create, destroy, resize, check, copy partitions and file systems"
8
HOMEPAGE="http://www.gnu.org/software/parted"
8
HOMEPAGE="http://www.gnu.org/software/parted"
Lines 25-30 Link Here
25
	unpack ${A}
25
	unpack ${A}
26
	cd ${S}
26
	cd ${S}
27
	epatch ${FILESDIR}/005_all_parted-1.6.3-pyparted.patch
27
	epatch ${FILESDIR}/005_all_parted-1.6.3-pyparted.patch
28
	epatch ${FILESDIR}/${P}-as-needed.patch
29
	eautoreconf
28
}
30
}
29
31
30
src_compile() {
32
src_compile() {

Return to bug 131841