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.7.0.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.7.0.ebuild,v 1.1 2006/05/20 12:23:02 allanonjl Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.7.0.ebuild,v 1.1 2006/05/20 12:23:02 allanonjl 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 24-29 Link Here
24
	unpack ${A}
24
	unpack ${A}
25
	cd ${S}
25
	cd ${S}
26
	epatch ${FILESDIR}/parted-1.7.0-pyparted.patch
26
	epatch ${FILESDIR}/parted-1.7.0-pyparted.patch
27
	epatch ${FILESDIR}/parted-1.7.0-as-needed.patch
28
	eautoreconf
27
}
29
}
28
30
29
src_compile() {
31
src_compile() {

Return to bug 131841