diff --git a/programming/language/go/actions.py b/programming/language/go/actions.py index 32df52245d..950e2ba32d 100644 --- a/programming/language/go/actions.py +++ b/programming/language/go/actions.py @@ -4,9 +4,9 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/licenses/gpl.txt +from pisi.actionsapi import shelltools from pisi.actionsapi import pisitools from pisi.actionsapi import autotools -from pisi.actionsapi import shelltools from pisi.actionsapi import get NoStrip = ["/"] @@ -15,12 +15,12 @@ def build(): shelltools.export("go_platform","linux-amd64") shelltools.export("go_linker","/lib/ld-linux-x86-64.so.2") - shelltools.export("GOROOT", "%s/go-go1.11.9" % get.workDIR()) #0 + shelltools.export("GOROOT", "%s/go-go1.13.8" % get.workDIR()) #0 shelltools.export("GOBIN", "$GOROOT/bin") #1 shelltools.export("GOPATH", "%s" % get.workDIR()) shelltools.export("GOROOT_FINAL", "/usr/lib/go") - shelltools.export("GOROOT_BOOTSTRAP", "%s/go-go1.11.9/go-linux-amd64-bootstrap" % get.workDIR()) #2 + shelltools.export("GOROOT_BOOTSTRAP", "%s/go-go1.13.8/go-linux-amd64-bootstrap" % get.workDIR()) #2 shelltools.export("GOOS","linux") shelltools.export("GOARCH","amd64") @@ -31,7 +31,7 @@ def build(): def install(): shelltools.export("GOROOT_FINAL", "/usr/lib/go") - shelltools.cd("%s/go-go1.11.9" % get.workDIR()) + shelltools.cd("%s/go-go1.13.8" % get.workDIR()) pisitools.dodir("/usr/lib/go") shelltools.system("cp -r api bin doc lib pkg src %s/usr/lib/go" % get.installDIR()) @@ -45,7 +45,7 @@ def install(): shelltools.system("cp -r misc %s/usr/lib/go" % get.installDIR()) - pisitools.removeDir("/usr/lib/go/pkg/bootstrap") + #pisitools.removeDir("/usr/lib/go/pkg/bootstrap") # remove testdata, which hit cave fix-linkage pisitools.remove("/usr/lib/go/src/debug/elf/testdata/gcc-386-freebsd-exec") @@ -55,4 +55,4 @@ def install(): pisitools.removeDir("/usr/lib/go/pkg/linux_amd64") - pisitools.dodoc("VERSION", "LICENSE", "PATENTS", "README*", "AUTHORS", "CONTRIBUTORS") + pisitools.dodoc("LICENSE", "PATENTS", "README*") diff --git a/programming/language/go/pspec.xml b/programming/language/go/pspec.xml index 43a00f07e0..5c30c57ebb 100644 --- a/programming/language/go/pspec.xml +++ b/programming/language/go/pspec.xml @@ -1,5 +1,5 @@ - + go @@ -12,8 +12,8 @@ app:console Compiler and tools for the Go programming language from Google Go is an open source programming language that makes it easy to build simple, reliable, and efficient software. - https://github.com/golang/go/archive/go1.11.9.tar.gz - https://dev.gentoo.org/~williamh/dist/go-linux-amd64-bootstrap-1.8.tbz + https://github.com/golang/go/archive/go1.13.8.tar.gz + https://dev.gentoo.org/~williamh/dist/go-linux-amd64-bootstrap-1.13.6.tbz golang @@ -21,17 +21,26 @@ git - /etc /usr/bin/ /usr/lib/ /usr/share/ + /etc + + + 2020-02-24 + 1.13.8 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2019-04-14 1.11.9 @@ -103,4 +112,4 @@ ertugrulerata@gmail.com - + \ No newline at end of file diff --git a/programming/language/go/translations.xml b/programming/language/go/translations.xml index 2b17d951e6..01138966fc 100644 --- a/programming/language/go/translations.xml +++ b/programming/language/go/translations.xml @@ -5,4 +5,4 @@ Google'dan Go programlama dili için araçlar ve derleyici Go basit, güvenilir ve verimli yazılım inşa etmek için onu kolay yapan açık kaynaklı bir programlama dilidir. - + \ No newline at end of file