dev-go/go-bindata:
added ebuild for go-bindata, which is simply copied from the mrueg overlay, but references the forked go-bindata of fritteli that has a tag instead of referencing an arbitrary commit hash Package-Manager: portage-2.3.0
This commit is contained in:
parent
becf75bd2b
commit
3f1df5a69b
5 changed files with 76 additions and 0 deletions
26
dev-go/go-bindata/files/0001-github-path.patch
Normal file
26
dev-go/go-bindata/files/0001-github-path.patch
Normal file
|
@ -0,0 +1,26 @@
|
|||
diff --git a/src/github.com/fritteli/go-bindata/README.md b/src/github.com/fritteli/go-bindata/README.md
|
||||
index bca57f7..ea3a64f 100644
|
||||
--- a/src/github.com/fritteli/go-bindata/README.md
|
||||
+++ b/src/github.com/fritteli/go-bindata/README.md
|
||||
@@ -13,7 +13,7 @@ output being generated.
|
||||
|
||||
To install the library and command line program, use the following:
|
||||
|
||||
- go get -u github.com/jteeuwen/go-bindata/...
|
||||
+ go get -u github.com/fritteli/go-bindata/...
|
||||
|
||||
|
||||
### Usage
|
||||
diff --git a/src/github.com/fritteli/go-bindata/go-bindata/main.go b/src/github.com/fritteli/go-bindata/go-bindata/main.go
|
||||
index 503a059..5513c99 100644
|
||||
--- a/src/github.com/fritteli/go-bindata/go-bindata/main.go
|
||||
+++ b/src/github.com/fritteli/go-bindata/go-bindata/main.go
|
||||
@@ -12,7 +12,7 @@ import (
|
||||
"regexp"
|
||||
"strings"
|
||||
|
||||
- "github.com/jteeuwen/go-bindata"
|
||||
+ "github.com/fritteli/go-bindata"
|
||||
)
|
||||
|
||||
func main() {
|
Loading…
Add table
Add a link
Reference in a new issue