Codebase list ohcount / upstream/4.0.0 test / detect_files / foo.ebuild
upstream/4.0.0

Tree @upstream/4.0.0 (Download .tar.gz)

foo.ebuild @upstream/4.0.0raw · history · blame

# This is an ebuild.
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="An ebuild"
HOMEPAGE=""
SRC_URI=""

LICENSE=""
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND=""
RDEPEND=""

pkg_setup() {
	# This is foo
	einfo "This is foo"
}