components/golang/text.p5m
changeset 5427 25b736152081
parent 5331 9c955076ffe3
equal deleted inserted replaced
5426:095b7eacbee6 5427:25b736152081
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 <include golang-supp-pkg.mog>
    24 <include golang-supp-pkg.mog>
    25 #
    25 #
    26 set name=pkg.fmri \
    26 set name=pkg.fmri \
    28 set name=pkg.summary value="Supplementary Go packages for processing text"
    28 set name=pkg.summary value="Supplementary Go packages for processing text"
    29 set name=com.oracle.info.description value="Google Go Text"
    29 set name=com.oracle.info.description value="Google Go Text"
    30 set name=com.oracle.info.tpno value=$(TPNO_text)
    30 set name=com.oracle.info.tpno value=$(TPNO_text)
    31 set name=info.classification \
    31 set name=info.classification \
    32     value="org.opensolaris.category.2008:Development/Other Languages"
    32     value="org.opensolaris.category.2008:Development/Other Languages"
    33 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL_text)
    33 set name=info.repository-url value=$(GIT_REPO_text)
    34 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    34 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    35 set name=org.opensolaris.arc-caseid value=$(ARC_CASE)
    35 set name=org.opensolaris.arc-caseid value=$(ARC_CASE)
    36 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    36 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    37 depend type=conditional fmri=library/golang/text-15 \
    37 depend type=conditional fmri=library/golang/text-15 \
    38     predicate=developer/golang-15
    38     predicate=developer/golang-15