Manuel Friedli
3f1df5a69b
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
26 lines
876 B
Diff
26 lines
876 B
Diff
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() {
|