Add extension for Perl6
[ohcount] / test / detect_files / foo.ebuild
1 # This is an ebuild.
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 DESCRIPTION="An ebuild"
6 HOMEPAGE=""
7 SRC_URI=""
8
9 LICENSE=""
10 SLOT="0"
11 KEYWORDS="~x86"
12 IUSE=""
13
14 DEPEND=""
15 RDEPEND=""
16
17 pkg_setup() {
18         # This is foo
19         einfo "This is foo"
20 }
21