#!/bin/sh if ! which dep >/dev/null 2>&1; then go get -u github.com/golang/dep/cmd/dep fi if ! which golint >/dev/null 2>&1; then go get -u golang.org/x/lint/golint fi if ! which gosec >/dev/null 2>&1; then go get github.com/securego/gosec/cmd/gosec/... fi textproc/raptor/pkg-plist?h=mesa-next' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/raptor/pkg-plist
Commit message (Expand)AuthorAgeFilesLines
* Cleanup plistantoine2014-11-161-1/+0
* - Add USES=libtool to textproc/raptor and bump dependent portstijl2014-07-031-86/+83