View | Details | Raw Unified
Collapse All | Expand All

(-) quilt/quilt-0.37.ebuild (-1 / +10 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/dev-util/quilt/quilt-0.32.ebuild,v 1.4 2004/12/18 11:51:36 blubb Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-util/quilt/quilt-0.32.ebuild,v 1.4 2004/12/18 11:51:36 blubb Exp $
inherit eutils
inherit bash-completion
DESCRIPTION="quilt patch manager"
DESCRIPTION="quilt patch manager"
HOMEPAGE="http://savannah.nongnu.org/projects/quilt"
HOMEPAGE="http://savannah.nongnu.org/projects/quilt"
 Lines 33-36   src_compile() { Link Here 
src_install() {
src_install() {
	make BUILD_ROOT=${D} install || die
	make BUILD_ROOT=${D} install || die
	# Install the bash completion file in the usual Gentoo way, so users
	# can decide whether it should be enabled or not.
	rm ${D}/etc/bash_completion.d/quilt
	dobashcompletion bash_completion ${PN}
}
pkg_postinst() {
	bash-completion_pkg_postinst
}
}