[arch-commits] Commit in godep/repos (4 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Fri Sep 16 17:26:34 UTC 2016


    Date: Friday, September 16, 2016 @ 17:26:34
  Author: jlichtblau
Revision: 189794

archrelease: copy trunk to community-i686, community-x86_64

Added:
  godep/repos/community-i686/PKGBUILD
    (from rev 189793, godep/trunk/PKGBUILD)
  godep/repos/community-x86_64/PKGBUILD
    (from rev 189793, godep/trunk/PKGBUILD)
Deleted:
  godep/repos/community-i686/PKGBUILD
  godep/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   76 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   38 ----------------------
 community-x86_64/PKGBUILD |   38 ----------------------
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-09-16 17:26:18 UTC (rev 189793)
+++ community-i686/PKGBUILD	2016-09-16 17:26:34 UTC (rev 189794)
@@ -1,38 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress <code at flexion.org>
-# Contributor: Sauyon Lee <arch at sauyon.com>
-
-pkgname=godep
-pkgver=116.20150528
-pkgrel=1
-epoch=1
-pkgdesc="Dependency tool for go"
-arch=('i686' 'x86_64')
-url="http://github.com/tools/godep"
-license=('BSD')
-depends=('glibc')
-makedepends=('git' 'go' 'mercurial')
-source=("${pkgname}::git+https://github.com/tools/godep#commit=e28aafa1c4a9ab9108ae98211f12bbcc43e24510")
-md5sums=('SKIP')
-
-pkgver() {
-	cd "${srcdir}/${pkgname}"
-    printf "%s.%s" "$(git rev-list --count HEAD)" "$(git log -1 --format=%cd --date=short | tr -d -)"
-}
-
-prepare() {
-	export GOPATH="${srcdir}"
-    go get golang.org/x/tools/go/vcs
-	go get github.com/kr/fs
-}
-
-build() {
-	cd "${srcdir}/${pkgname}"
-	GOPATH="${srcdir}" go build
-}
-
-package() {
-	cd "${srcdir}/${pkgname}"
-	install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/godep"
-	install -Dm644 License "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: godep/repos/community-i686/PKGBUILD (from rev 189793, godep/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-09-16 17:26:34 UTC (rev 189794)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer : Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+# Contributor: Sauyon Lee <arch at sauyon.com>
+
+pkgname=godep
+pkgver=74
+pkgrel=1
+epoch=2
+pkgdesc="Dependency tool for go"
+arch=('i686' 'x86_64')
+url="http://github.com/tools/godep"
+license=('BSD')
+depends=('glibc')
+makedepends=('git' 'go' 'mercurial')
+source=($pkgname-$pkgver.tar.gz::https://github.com/tools/godep/archive/v$pkgver.tar.gz)
+sha256sums=('e68c7766c06c59327a4189fb929d390e1cc7a0c4910e33cada54cf40f40ca546')
+
+prepare() {
+  export GOPATH="${srcdir}"
+  go get golang.org/x/tools/go/vcs
+  go get github.com/pmezard/go-difflib/difflib
+  go get github.com/kr/fs
+  go get github.com/kr/pretty
+}
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  GOPATH="${srcdir}" go build
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  install -Dm755 $pkgname-$pkgver "${pkgdir}"/usr/bin/$pkgname
+  install -Dm644 License "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-09-16 17:26:18 UTC (rev 189793)
+++ community-x86_64/PKGBUILD	2016-09-16 17:26:34 UTC (rev 189794)
@@ -1,38 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress <code at flexion.org>
-# Contributor: Sauyon Lee <arch at sauyon.com>
-
-pkgname=godep
-pkgver=116.20150528
-pkgrel=1
-epoch=1
-pkgdesc="Dependency tool for go"
-arch=('i686' 'x86_64')
-url="http://github.com/tools/godep"
-license=('BSD')
-depends=('glibc')
-makedepends=('git' 'go' 'mercurial')
-source=("${pkgname}::git+https://github.com/tools/godep#commit=e28aafa1c4a9ab9108ae98211f12bbcc43e24510")
-md5sums=('SKIP')
-
-pkgver() {
-	cd "${srcdir}/${pkgname}"
-    printf "%s.%s" "$(git rev-list --count HEAD)" "$(git log -1 --format=%cd --date=short | tr -d -)"
-}
-
-prepare() {
-	export GOPATH="${srcdir}"
-    go get golang.org/x/tools/go/vcs
-	go get github.com/kr/fs
-}
-
-build() {
-	cd "${srcdir}/${pkgname}"
-	GOPATH="${srcdir}" go build
-}
-
-package() {
-	cd "${srcdir}/${pkgname}"
-	install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/godep"
-	install -Dm644 License "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: godep/repos/community-x86_64/PKGBUILD (from rev 189793, godep/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-09-16 17:26:34 UTC (rev 189794)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer : Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+# Contributor: Sauyon Lee <arch at sauyon.com>
+
+pkgname=godep
+pkgver=74
+pkgrel=1
+epoch=2
+pkgdesc="Dependency tool for go"
+arch=('i686' 'x86_64')
+url="http://github.com/tools/godep"
+license=('BSD')
+depends=('glibc')
+makedepends=('git' 'go' 'mercurial')
+source=($pkgname-$pkgver.tar.gz::https://github.com/tools/godep/archive/v$pkgver.tar.gz)
+sha256sums=('e68c7766c06c59327a4189fb929d390e1cc7a0c4910e33cada54cf40f40ca546')
+
+prepare() {
+  export GOPATH="${srcdir}"
+  go get golang.org/x/tools/go/vcs
+  go get github.com/pmezard/go-difflib/difflib
+  go get github.com/kr/fs
+  go get github.com/kr/pretty
+}
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  GOPATH="${srcdir}" go build
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  install -Dm755 $pkgname-$pkgver "${pkgdir}"/usr/bin/$pkgname
+  install -Dm644 License "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}



More information about the arch-commits mailing list