View | Details | Raw Unified
Collapse All | Expand All

(-) parted-1.7.0.ebuild.orig (-1 / +3 lines)
 Lines 2-8    Link Here 
# Distributed under the terms of the GNU General Public License v2
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.7.0.ebuild,v 1.1 2006/05/20 12:23:02 allanonjl Exp $
# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.7.0.ebuild,v 1.1 2006/05/20 12:23:02 allanonjl Exp $
inherit eutils
inherit autotools eutils
DESCRIPTION="Create, destroy, resize, check, copy partitions and file systems"
DESCRIPTION="Create, destroy, resize, check, copy partitions and file systems"
HOMEPAGE="http://www.gnu.org/software/parted"
HOMEPAGE="http://www.gnu.org/software/parted"
 Lines 24-29    Link Here 
	unpack ${A}
	unpack ${A}
	cd ${S}
	cd ${S}
	epatch ${FILESDIR}/parted-1.7.0-pyparted.patch
	epatch ${FILESDIR}/parted-1.7.0-pyparted.patch
	epatch ${FILESDIR}/parted-1.7.0-as-needed.patch
	eautoreconf
}
}
src_compile() {
src_compile() {