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

Collapse All | Expand All

(-)air.orig//air-2.0.0.ebuild (+4 lines)
Lines 2-7 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/app-forensics/air/air-2.0.0.ebuild,v 1.1 2010/02/26 20:43:37 patrick Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-forensics/air/air-2.0.0.ebuild,v 1.1 2010/02/26 20:43:37 patrick Exp $
4
4
5
inherit eutils
6
5
DESCRIPTION="A GUI front-end to dd/dcfldd"
7
DESCRIPTION="A GUI front-end to dd/dcfldd"
6
HOMEPAGE="http://air-imager.sourceforge.net/"
8
HOMEPAGE="http://air-imager.sourceforge.net/"
7
SRC_URI="mirror://sourceforge/air-imager/${P}.tar.gz"
9
SRC_URI="mirror://sourceforge/air-imager/${P}.tar.gz"
Lines 24-29 Link Here
24
	userland_GNU? ( sys-apps/coreutils )"
26
	userland_GNU? ( sys-apps/coreutils )"
25
27
26
src_compile() {
28
src_compile() {
29
	epatch "${FILESDIR}"/install.patch
30
27
	einfo "nothing to compile"
31
	einfo "nothing to compile"
28
}
32
}
29
33

Return to bug 410525