Merge pull request #4329 from ertugerata/go_1_9_2

Go-1.9.2
This commit is contained in:
Ertuğrul Erata
2018-01-01 19:23:25 +03:00
committed by GitHub
6 changed files with 34 additions and 16 deletions
-2
View File
@@ -16,5 +16,3 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.domove("libau.*","/usr/lib")
+9 -2
View File
@@ -12,9 +12,9 @@
<IsA>app:gui</IsA>
<Summary>Utilities are always necessary for aufs</Summary>
<Description>Utilities are always necessary for aufs</Description>
<Archive sha1sum="5a2db9e6fcd362a6622ba81426226c190fb8a50e" type="targz">https://sourceforge.net/projects/pisilinux/files/source/aufs-util-20160717.tar.gz</Archive>
<Archive sha1sum="4309056189119319fc52fd44851b410ad8687685" type="tarxz">https://dev.gentoo.org/~jlec/distfiles/aufs-util-4.1_p20170130.tar.xz</Archive>
<Patches>
<Patch level="1">buildflags.patch</Patch>
<!--Patch level="1">buildflags.patch</Patch-->
</Patches>
</Source>
@@ -32,6 +32,13 @@
</Package>
<History>
<Update release="3">
<Date>2018-01-01</Date>
<Version>20170130</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="2">
<Date>2017-03-20</Date>
<Version>20160717</Version>
+2 -2
View File
@@ -11,7 +11,7 @@ from pisi.actionsapi import shelltools
def setup():
shelltools.system("./autogen.sh")
autotools.configure()
autotools.configure("--disable-zstd")
def build():
autotools.make("CC=%s" % get.CC())
@@ -26,4 +26,4 @@ def install():
pisitools.insinto("/usr/bin", "show-blocks", "btrfs-show-blocks")
pisitools.dodoc("COPYING")
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>Userspace utilities for btrfs</Summary>
<Description>btrfs-progs package provides all the userspace programs needed to create, check, modify and correct any inconsistencies in the btrfs filesystem.</Description>
<Archive sha1sum="8081d1324f6afca6fdbb51badce23252fa045954" type="tarxz">http://source.pisilinux.org/1.0/btrfs-progs-v4.1.2.tar.xz</Archive>
<Archive sha1sum="feac20de1b85da8247e50505ceb6f8f967a371a2" type="targz">https://github.com/kdave/btrfs-progs/archive/v4.14.tar.gz</Archive>
<BuildDependencies>
<Dependency>xmlto</Dependency>
<Dependency>asciidoc</Dependency>
@@ -52,6 +52,13 @@
</Package>
<History>
<Update release="4">
<Date>2017-12-31</Date>
<Version>4.14</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="3">
<Date>2017-03-19</Date>
<Version>4.1.2</Version>
+3 -4
View File
@@ -10,18 +10,17 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import get
NoStrip = ["/"]
#NoStrip = ["/usr/lib/go/pkg", "/usr/lib/go/src/runtime/race", "/usr/lib/go/src/debug/elf", "/usr/lib/go/src/debug/dwarf"]
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.7.6" % get.workDIR()) #0
shelltools.export("GOROOT", "%s/go-go1.9.2" % 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.7.6/go-linux-amd64-bootstrap" % get.workDIR()) #2
shelltools.export("GOROOT_BOOTSTRAP", "%s/go-go1.9.2/go-linux-amd64-bootstrap" % get.workDIR()) #2
shelltools.export("GOOS","linux")
shelltools.export("GOARCH","amd64")
@@ -42,7 +41,7 @@ def build():
def install():
shelltools.export("GOROOT_FINAL", "/usr/lib/go")
shelltools.cd("%s/go-go1.7.6" % get.workDIR())
shelltools.cd("%s/go-go1.9.2" % get.workDIR())
pisitools.dodir("/usr/lib/go")
shelltools.system("cp -r api bin doc lib pkg src %s/usr/lib/go" % get.installDIR())
+12 -5
View File
@@ -12,17 +12,17 @@
<IsA>app:console</IsA>
<Summary>Compiler and tools for the Go programming language from Google</Summary>
<Description>Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.</Description>
<Archive sha1sum="3591e9c184d75f3abdae6954796c779d1b2265a1" type="targz">https://github.com/golang/go/archive/go1.7.6.tar.gz</Archive>
<Archive sha1sum="97058ade5ad63119f78aa5d1717b1ac26c9f5f7b" type="tarbz2" target="go-go1.7.6">https://dev.gentoo.org/~williamh/dist/go-linux-amd64-bootstrap.tbz</Archive>
<Archive sha1sum="6f0797b14fe2d22ea2a4fcff0049a18bae44520d" type="targz">https://github.com/golang/go/archive/go1.9.2.tar.gz</Archive>
<Archive sha1sum="ed23e5951771f03d71dffdbd222617dd451fa511" type="tarbz2" target="go-go1.9.2">https://dev.gentoo.org/~williamh/dist/go-linux-amd64-bootstrap-1.8.tbz</Archive>
<!--BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>gawk</Dependency>
<Dependency>mercurial</Dependency>
<Dependency>git</Dependency>
</BuildDependencies-->
<Patches>
<!--Patches>
<Patch>45f759500ec80a1362deecd3693cbe44a354bf98.patch</Patch>
</Patches>
</Patches-->
</Source>
<Package>
<Name>golang</Name>
@@ -30,10 +30,10 @@
<Dependency>git</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="executable">/usr/bin/</Path>
<Path fileType="library">/usr/lib/</Path>
<Path fileType="data">/usr/share/</Path>
<Path fileType="config">/etc</Path>
</Files>
<AdditionalFiles>
<AdditionalFile owner="root" permission="0644" target="/etc/profile.d/go.sh">go.sh</AdditionalFile>
@@ -41,6 +41,13 @@
</Package>
<History>
<Update release="7">
<Date>2017-12-31</Date>
<Version>1.9.2</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="6">
<Date>2017-08-21</Date>
<Version>1.7.6</Version>