OTWO-1213 Works around lost encoding in Ruby/C binding layer
[ohcount] / test / expected_dir / foo.exheres-0
1 exheres comment # This is an exheres.
2 exheres blank   
3 exheres code    require subversion bash-completion eutils flag-o-matic
4 exheres blank   
5 exheres code    DESCRIPTION="An exheres"
6 exheres code    HOMEPAGE="http://example.org/"
7 exheres code    SRC_URI=""
8 exheres blank   
9 exheres code    MYOPTIONS="monkey"
10 exheres code    LICENSE="GPL-2"
11 exheres code    SLOT="0"
12 exheres code    PLATFORMS="~amd64 ~ia64 ~x86"
13 exheres blank   
14 exheres code    DEPENDENCIES=""
15 exheres blank   
16 exheres code    src_prepare() {
17 exheres code        default
18 exheres code        ./autogen.bash || die "autogen.bash failed"
19 exheres code    }
20 exheres blank