components/golang-17/lint-17.p5m
changeset 7518 c388d4e1d3ad
parent 5781 ecbdf40c0a37
equal deleted inserted replaced
7517:42ae3923b8fe 7518:c388d4e1d3ad
       
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 # Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 
       
    24 <include golang-supp-pkg.mog>
       
    25 #
       
    26 set name=pkg.fmri \
       
    27     value=pkg:/library/golang/lint-$(COMPONENT_CMAJOR_VERSION)@$(IPS_COMPONENT_VERSION_lint),$(BUILD_VERSION)
       
    28 set name=pkg.summary \
       
    29     value="Supplementary Go tool and packages for linting Go programs"
       
    30 set name=com.oracle.info.description value="Google Go Lint"
       
    31 set name=com.oracle.info.tpno value=$(TPNO_lint)
       
    32 set name=info.classification \
       
    33     value="org.opensolaris.category.2008:Development/Other Languages"
       
    34 set name=info.repository-changeset value=$(GIT_COMMIT_ID_lint)
       
    35 set name=info.repository-url value=$(GIT_REPO_lint)
       
    36 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    37 set name=org.opensolaris.arc-caseid value=$(ARC_CASE)
       
    38 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    39 link path=usr/bin/golint \
       
    40     target=../lib/gocode/$(COMPONENT_MAJOR_VERSION)/bin/golint
       
    41 file path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/bin/golint
       
    42 file path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_$(GOMACH64)/github.com/golang/lint.a
       
    43 file path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/src/github.com/golang/lint/CONTRIBUTING.md
       
    44 file path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/src/github.com/golang/lint/LICENSE
       
    45 file path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/src/github.com/golang/lint/README.md
       
    46 file path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/src/github.com/golang/lint/golint/golint.go
       
    47 file path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/src/github.com/golang/lint/golint/import.go
       
    48 file path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/src/github.com/golang/lint/lint.go
       
    49 file path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/src/github.com/golang/lint/lint16.go
       
    50 file path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/src/github.com/golang/lint/lint_test.go
       
    51 file path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/src/github.com/golang/lint/misc/emacs/golint.el
       
    52 file path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/src/github.com/golang/lint/misc/vim/ftplugin/go/lint.vim
       
    53 file path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/src/github.com/golang/lint/testdata/4.go
       
    54 file path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/src/github.com/golang/lint/testdata/5_test.go
       
    55 file path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/src/github.com/golang/lint/testdata/blank-import-lib.go
       
    56 file path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/src/github.com/golang/lint/testdata/blank-import-lib_test.go
       
    57 file path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/src/github.com/golang/lint/testdata/blank-import-main.go
       
    58 file path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/src/github.com/golang/lint/testdata/broken.go
       
    59 file path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/src/github.com/golang/lint/testdata/common-methods.go
       
    60 file path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/src/github.com/golang/lint/testdata/const-block.go
       
    61 file path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/src/github.com/golang/lint/testdata/else-multi.go
       
    62 file path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/src/github.com/golang/lint/testdata/else.go
       
    63 file path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/src/github.com/golang/lint/testdata/error-return.go
       
    64 file path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/src/github.com/golang/lint/testdata/errorf.go
       
    65 file path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/src/github.com/golang/lint/testdata/errors.go
       
    66 file path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/src/github.com/golang/lint/testdata/import-dot.go
       
    67 file path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/src/github.com/golang/lint/testdata/inc.go
       
    68 file path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/src/github.com/golang/lint/testdata/make.go
       
    69 file path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/src/github.com/golang/lint/testdata/names.go
       
    70 file path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/src/github.com/golang/lint/testdata/pkg-doc1.go
       
    71 file path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/src/github.com/golang/lint/testdata/pkg-doc2.go
       
    72 file path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/src/github.com/golang/lint/testdata/pkg-doc3.go
       
    73 file path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/src/github.com/golang/lint/testdata/pkg-doc4.go
       
    74 file path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/src/github.com/golang/lint/testdata/pkg-doc5.go
       
    75 file path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/src/github.com/golang/lint/testdata/pkg-main.go
       
    76 file path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/src/github.com/golang/lint/testdata/range.go
       
    77 file path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/src/github.com/golang/lint/testdata/receiver-names.go
       
    78 file path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/src/github.com/golang/lint/testdata/sort.go
       
    79 file path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/src/github.com/golang/lint/testdata/stutter.go
       
    80 file path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/src/github.com/golang/lint/testdata/time.go
       
    81 file path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/src/github.com/golang/lint/testdata/unexp-return.go
       
    82 file path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/src/github.com/golang/lint/testdata/var-decl.go
       
    83 license license.lint license=BSD-style