Codebase list ohcount / 6ef9399e-69b6-464b-98a8-52915e284046/main test / expected_dir / foo.exheres-0
6ef9399e-69b6-464b-98a8-52915e284046/main

Tree @6ef9399e-69b6-464b-98a8-52915e284046/main (Download .tar.gz)

foo.exheres-0 @6ef9399e-69b6-464b-98a8-52915e284046/mainraw · history · blame

exheres	comment	# This is an exheres.
exheres	blank	
exheres	code	require subversion bash-completion eutils flag-o-matic
exheres	blank	
exheres	code	DESCRIPTION="An exheres"
exheres	code	HOMEPAGE="http://example.org/"
exheres	code	SRC_URI=""
exheres	blank	
exheres	code	MYOPTIONS="monkey"
exheres	code	LICENSE="GPL-2"
exheres	code	SLOT="0"
exheres	code	PLATFORMS="~amd64 ~ia64 ~x86"
exheres	blank	
exheres	code	DEPENDENCIES=""
exheres	blank	
exheres	code	src_prepare() {
exheres	code	    default
exheres	code	    ./autogen.bash || die "autogen.bash failed"
exheres	code	}
exheres	blank