blob: 0b2f7bd1ef82f95b628e66cc29033c207c79eb4a [file] [log] [blame]
# Copyright 2015 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2.
EAPI=5
CROS_GO_SOURCE="go.googlesource.com/text:golang.org/x/text 1cbadb444a806fd9430d14ad08967ed91da4fa0a"
CROS_GO_PACKAGES=(
"golang.org/x/text/secure/bidirule"
"golang.org/x/text/transform"
"golang.org/x/text/unicode/bidi"
"golang.org/x/text/unicode/norm"
)
CROS_GO_TEST=(
"${CROS_GO_PACKAGES[@]}"
)
inherit cros-go
DESCRIPTION="Go text processing support"
HOMEPAGE="https://golang.org/x/text"
SRC_URI="$(cros-go_src_uri)"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE=""
RESTRICT="binchecks strip"
DEPEND=""
RDEPEND=""