Codebase list ohcount / 29f5ec7d-1b44-45ad-9822-90a9c74d506b/main test / expected_dir / foo.exheres-0
29f5ec7d-1b44-45ad-9822-90a9c74d506b/main

Tree @29f5ec7d-1b44-45ad-9822-90a9c74d506b/main (Download .tar.gz)

foo.exheres-0 @29f5ec7d-1b44-45ad-9822-90a9c74d506b/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