Codebase list ohcount / 78cfc95f-7386-42a8-9c13-3be662a077b3/main test / src_dir / foo.ebuild
78cfc95f-7386-42a8-9c13-3be662a077b3/main

Tree @78cfc95f-7386-42a8-9c13-3be662a077b3/main (Download .tar.gz)

foo.ebuild @78cfc95f-7386-42a8-9c13-3be662a077b3/mainraw · 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"
}