[arch-commits] Commit in glide/repos (4 files)
Alexander Rødseth
arodseth at archlinux.org
Fri Oct 7 09:01:00 UTC 2016
Date: Friday, October 7, 2016 @ 09:00:59
Author: arodseth
Revision: 191539
archrelease: copy trunk to community-x86_64, community-i686
Added:
glide/repos/community-i686/PKGBUILD
(from rev 191538, glide/trunk/PKGBUILD)
glide/repos/community-x86_64/PKGBUILD
(from rev 191538, glide/trunk/PKGBUILD)
Deleted:
glide/repos/community-i686/PKGBUILD
glide/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 86 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 42 ---------------------
community-x86_64/PKGBUILD | 42 ---------------------
3 files changed, 86 insertions(+), 84 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-10-07 09:00:45 UTC (rev 191538)
+++ community-i686/PKGBUILD 2016-10-07 09:00:59 UTC (rev 191539)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: fanningert <thomas at fanninger.at>
-
-pkgname=glide
-pkgver=0.12.2
-pkgrel=1
-pkgdesc='Dependency management and vendoring for Go projects'
-arch=('x86_64' 'i686')
-_gourl="github.com/Masterminds"
-url='https://github.com/Masterminds/glide'
-license=('MIT')
-makedepends=('git' 'go')
-depends=('glibc')
-provides=('glide')
-options=('!strip' '!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://$_gourl/glide/archive/v${pkgver}.tar.gz")
-sha256sums=('ebb20c81df87e4d230027e07d81d88ce8ef18400df62c82f7b766693acb3106e')
-
-prepare() {
- mkdir -p build/go; cd build/go
- for f in "/usr/lib/go/"*; do ln -s "$f"; done
- rm pkg; mkdir pkg; cd pkg
- for f in "/usr/lib/go/pkg/"*; do ln -s "$f"; done
- export GOROOT="$srcdir/build/go"
- export GOPATH="$srcdir/build"
- mkdir -p "$GOPATH/src/$_gourl"
- mv "$srcdir/$pkgname-$pkgver" "$GOPATH/src/$_gourl/$pkgname"
-}
-
-build() {
- cd "$GOPATH/src/${_gourl}/${pkgname}"
-
- go fix && go build -o glide -ldflags "-X main.version=$pkgver" glide.go
-}
-
-package() {
- install -Dm755 "build/src/$_gourl/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
- install -Dm644 "build/src/$_gourl/$pkgname/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: glide/repos/community-i686/PKGBUILD (from rev 191538, glide/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-07 09:00:59 UTC (rev 191539)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: fanningert <thomas at fanninger.at>
+
+pkgname=glide
+pkgver=0.12.3
+pkgrel=1
+pkgdesc='Dependency management and vendoring for Go projects'
+arch=('x86_64' 'i686')
+_gourl="github.com/Masterminds"
+url='https://github.com/Masterminds/glide'
+license=('MIT')
+makedepends=('git' 'go')
+depends=('glibc')
+provides=('glide')
+options=('!strip' '!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://$_gourl/glide/archive/v${pkgver}.tar.gz")
+sha256sums=('a304c29267cf7e00b7299b6ac8da0317f2f4f4096acb6cf817d4c745e0dee8b4')
+
+prepare() {
+ mkdir -p build/go; cd build/go
+ for f in "/usr/lib/go/"*; do ln -s "$f"; done
+ rm pkg; mkdir pkg; cd pkg
+ for f in "/usr/lib/go/pkg/"*; do ln -s "$f"; done
+ export GOROOT="$srcdir/build/go"
+ export GOPATH="$srcdir/build"
+ mkdir -p "$GOPATH/src/$_gourl"
+ mv "$srcdir/$pkgname-$pkgver" "$GOPATH/src/$_gourl/$pkgname"
+}
+
+build() {
+ cd "$GOPATH/src/${_gourl}/${pkgname}"
+
+ go fix && go build -o glide -ldflags "-X main.version=$pkgver" glide.go
+}
+
+package() {
+ install -Dm755 "build/src/$_gourl/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
+ install -Dm644 "build/src/$_gourl/$pkgname/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: https://github.com/Masterminds/glide
+# vim:set ts=2 sw=2 et:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-10-07 09:00:45 UTC (rev 191538)
+++ community-x86_64/PKGBUILD 2016-10-07 09:00:59 UTC (rev 191539)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: fanningert <thomas at fanninger.at>
-
-pkgname=glide
-pkgver=0.12.2
-pkgrel=1
-pkgdesc='Dependency management and vendoring for Go projects'
-arch=('x86_64' 'i686')
-_gourl="github.com/Masterminds"
-url='https://github.com/Masterminds/glide'
-license=('MIT')
-makedepends=('git' 'go')
-depends=('glibc')
-provides=('glide')
-options=('!strip' '!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://$_gourl/glide/archive/v${pkgver}.tar.gz")
-sha256sums=('ebb20c81df87e4d230027e07d81d88ce8ef18400df62c82f7b766693acb3106e')
-
-prepare() {
- mkdir -p build/go; cd build/go
- for f in "/usr/lib/go/"*; do ln -s "$f"; done
- rm pkg; mkdir pkg; cd pkg
- for f in "/usr/lib/go/pkg/"*; do ln -s "$f"; done
- export GOROOT="$srcdir/build/go"
- export GOPATH="$srcdir/build"
- mkdir -p "$GOPATH/src/$_gourl"
- mv "$srcdir/$pkgname-$pkgver" "$GOPATH/src/$_gourl/$pkgname"
-}
-
-build() {
- cd "$GOPATH/src/${_gourl}/${pkgname}"
-
- go fix && go build -o glide -ldflags "-X main.version=$pkgver" glide.go
-}
-
-package() {
- install -Dm755 "build/src/$_gourl/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
- install -Dm644 "build/src/$_gourl/$pkgname/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: glide/repos/community-x86_64/PKGBUILD (from rev 191538, glide/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-10-07 09:00:59 UTC (rev 191539)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: fanningert <thomas at fanninger.at>
+
+pkgname=glide
+pkgver=0.12.3
+pkgrel=1
+pkgdesc='Dependency management and vendoring for Go projects'
+arch=('x86_64' 'i686')
+_gourl="github.com/Masterminds"
+url='https://github.com/Masterminds/glide'
+license=('MIT')
+makedepends=('git' 'go')
+depends=('glibc')
+provides=('glide')
+options=('!strip' '!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://$_gourl/glide/archive/v${pkgver}.tar.gz")
+sha256sums=('a304c29267cf7e00b7299b6ac8da0317f2f4f4096acb6cf817d4c745e0dee8b4')
+
+prepare() {
+ mkdir -p build/go; cd build/go
+ for f in "/usr/lib/go/"*; do ln -s "$f"; done
+ rm pkg; mkdir pkg; cd pkg
+ for f in "/usr/lib/go/pkg/"*; do ln -s "$f"; done
+ export GOROOT="$srcdir/build/go"
+ export GOPATH="$srcdir/build"
+ mkdir -p "$GOPATH/src/$_gourl"
+ mv "$srcdir/$pkgname-$pkgver" "$GOPATH/src/$_gourl/$pkgname"
+}
+
+build() {
+ cd "$GOPATH/src/${_gourl}/${pkgname}"
+
+ go fix && go build -o glide -ldflags "-X main.version=$pkgver" glide.go
+}
+
+package() {
+ install -Dm755 "build/src/$_gourl/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
+ install -Dm644 "build/src/$_gourl/$pkgname/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: https://github.com/Masterminds/glide
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list