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

Sergej Pupykin spupykin at archlinux.org
Thu Jun 2 19:11:37 UTC 2016


    Date: Thursday, June 2, 2016 @ 21:11:36
  Author: spupykin
Revision: 177766

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

Added:
  repo/repos/community-i686/
  repo/repos/community-i686/PKGBUILD
    (from rev 177765, repo/trunk/PKGBUILD)
  repo/repos/community-x86_64/
  repo/repos/community-x86_64/PKGBUILD
    (from rev 177765, repo/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   26 ++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: repo/repos/community-i686/PKGBUILD (from rev 177765, repo/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-06-02 19:11:36 UTC (rev 177766)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+## Maintainer: benklett <b.klettbach at gmail.com>
+
+pkgname=repo
+pkgver=1.12.33
+pkgrel=1
+pkgdesc="The Multiple Git Repository Tool from the Android Open Source Project"
+arch=("i686" "x86_64")
+url="http://source.android.com/source/git-repo.html"
+license=("APACHE")
+depends=("git" "python2")
+makedepends=("git")
+source=("git+https://android.googlesource.com/tools/repo.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' repo
+}
+
+package() {
+  cd ${pkgname}
+  install -D -m 755 repo "${pkgdir}/usr/bin/repo"
+  install -D -m 644 docs/manifest-format.txt "${pkgdir}/usr/share/doc/${pkgname}/manifest-format.txt"
+}

Copied: repo/repos/community-x86_64/PKGBUILD (from rev 177765, repo/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-06-02 19:11:36 UTC (rev 177766)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+## Maintainer: benklett <b.klettbach at gmail.com>
+
+pkgname=repo
+pkgver=1.12.33
+pkgrel=1
+pkgdesc="The Multiple Git Repository Tool from the Android Open Source Project"
+arch=("i686" "x86_64")
+url="http://source.android.com/source/git-repo.html"
+license=("APACHE")
+depends=("git" "python2")
+makedepends=("git")
+source=("git+https://android.googlesource.com/tools/repo.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' repo
+}
+
+package() {
+  cd ${pkgname}
+  install -D -m 755 repo "${pkgdir}/usr/bin/repo"
+  install -D -m 644 docs/manifest-format.txt "${pkgdir}/usr/share/doc/${pkgname}/manifest-format.txt"
+}



More information about the arch-commits mailing list