Codebase list ohcount / dfcc369c-a8fa-4697-8331-c0472835aae2/main test / detect_files / foo.ebuild
dfcc369c-a8fa-4697-8331-c0472835aae2/main

Tree @dfcc369c-a8fa-4697-8331-c0472835aae2/main (Download .tar.gz)

foo.ebuild @dfcc369c-a8fa-4697-8331-c0472835aae2/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"
}