[arch-commits] Commit in cargo/repos (6 files)

Johannes Löthberg demize at archlinux.org
Sat Mar 4 16:19:55 UTC 2017


    Date: Saturday, March 4, 2017 @ 16:19:54
  Author: demize
Revision: 214908

db-move: moved cargo from [community-testing] to [community] (i686, x86_64)

Added:
  cargo/repos/community-i686/PKGBUILD
    (from rev 214907, cargo/repos/community-testing-i686/PKGBUILD)
  cargo/repos/community-x86_64/PKGBUILD
    (from rev 214907, cargo/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  cargo/repos/community-i686/PKGBUILD
  cargo/repos/community-testing-i686/
  cargo/repos/community-testing-x86_64/
  cargo/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-03-04 16:19:33 UTC (rev 214907)
+++ community-i686/PKGBUILD	2017-03-04 16:19:54 UTC (rev 214908)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Christopher Reimer <mail+aur at c-reimer.de>
-
-pkgname=cargo
-pkgver=0.15.0
-pkgrel=1
-pkgdesc='Rust package manager'
-url='http://crates.io/'
-arch=('x86_64' 'i686')
-license=('APACHE' 'MIT' 'custom')
-depends=('curl' 'rust')
-makedepends=('git' 'setconf' 'python' 'cmake' 'cargo')
-optdepends=('gcc: for compiling C source code with gcc'
-            'clang: for compiling C source code with clang')
-groups=('rust')
-options=('!emptydirs')
-source=("git+https://github.com/rust-lang/cargo.git#tag=$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  git submodule update --init --recursive
-  sed 's^share/doc^share/licenses^g' -i Makefile.in
-
-  # Upstream forgot to bump the version number, FS#51939
-  setconf Makefile.in CFG_RELEASE_NUM="$pkgver"
-}
-
-build() {
-  cd "$pkgname"
-
-  ./configure --prefix=/usr --enable-optimize
-  make
-}
-
-package() {
-  cd "$pkgname"
-
-  make DESTDIR="$pkgdir" install
-
-  # Remove files that contains references to $srcdir or $pkgdir,
-  # or that conflicts with the rust package.
-  rm -f "$pkgdir/usr/lib/rustlib/"{install.log,manifest-cargo,uninstall.sh}
-
-  install -d "$pkgdir/usr/share/bash-completion/completions"
-  mv "$pkgdir/usr/etc/bash_completion.d/cargo" \
-    "$pkgdir/usr/share/bash-completion/completions/cargo"
-
-  for f in LICENSE-APACHE LICENSE-MIT LICENSE-THIRD-PARTY; do
-    install -Dm644 "$f" "$pkgdir/usr/share/licenses/$pkgname/$f"
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cargo/repos/community-i686/PKGBUILD (from rev 214907, cargo/repos/community-testing-i686/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-03-04 16:19:54 UTC (rev 214908)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Christopher Reimer <mail+aur at c-reimer.de>
+
+pkgname=cargo
+pkgver=0.16.0
+pkgrel=1
+pkgdesc='Rust package manager'
+url='http://crates.io/'
+arch=('x86_64' 'i686')
+license=('APACHE' 'MIT' 'custom')
+depends=('curl' 'rust')
+makedepends=('git' 'setconf' 'python' 'cmake' 'cargo')
+optdepends=('gcc: for compiling C source code with gcc'
+            'clang: for compiling C source code with clang')
+groups=('rust')
+options=('!emptydirs')
+source=("git+https://github.com/rust-lang/cargo.git#tag=$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  cd cargo
+
+  git submodule update --init --recursive
+  sed 's^share/doc^share/licenses^g' -i Makefile.in
+
+  # Upstream forgot to bump the version number, FS#51939
+  setconf Makefile.in CFG_RELEASE_NUM="$pkgver"
+}
+
+build() {
+  cd cargo
+
+  ./configure --prefix=/usr --enable-optimize
+  make
+}
+
+package() {
+  cd cargo
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove files that contains references to $srcdir or $pkgdir,
+  # or that conflicts with the rust package.
+  rm -f "$pkgdir/usr/lib/rustlib/"{install.log,manifest-cargo,uninstall.sh}
+
+  install -d "$pkgdir/usr/share/bash-completion/completions"
+  mv "$pkgdir/usr/etc/bash_completion.d/cargo" \
+    "$pkgdir/usr/share/bash-completion/completions/cargo"
+
+  for f in LICENSE-APACHE LICENSE-MIT LICENSE-THIRD-PARTY; do
+    install -Dm644 "$f" "$pkgdir/usr/share/licenses/$pkgname/$f"
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-03-04 16:19:33 UTC (rev 214907)
+++ community-x86_64/PKGBUILD	2017-03-04 16:19:54 UTC (rev 214908)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Christopher Reimer <mail+aur at c-reimer.de>
-
-pkgname=cargo
-pkgver=0.15.0
-pkgrel=1
-pkgdesc='Rust package manager'
-url='http://crates.io/'
-arch=('x86_64' 'i686')
-license=('APACHE' 'MIT' 'custom')
-depends=('curl' 'rust')
-makedepends=('git' 'setconf' 'python' 'cmake' 'cargo')
-optdepends=('gcc: for compiling C source code with gcc'
-            'clang: for compiling C source code with clang')
-groups=('rust')
-options=('!emptydirs')
-source=("git+https://github.com/rust-lang/cargo.git#tag=$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  git submodule update --init --recursive
-  sed 's^share/doc^share/licenses^g' -i Makefile.in
-
-  # Upstream forgot to bump the version number, FS#51939
-  setconf Makefile.in CFG_RELEASE_NUM="$pkgver"
-}
-
-build() {
-  cd "$pkgname"
-
-  ./configure --prefix=/usr --enable-optimize
-  make
-}
-
-package() {
-  cd "$pkgname"
-
-  make DESTDIR="$pkgdir" install
-
-  # Remove files that contains references to $srcdir or $pkgdir,
-  # or that conflicts with the rust package.
-  rm -f "$pkgdir/usr/lib/rustlib/"{install.log,manifest-cargo,uninstall.sh}
-
-  install -d "$pkgdir/usr/share/bash-completion/completions"
-  mv "$pkgdir/usr/etc/bash_completion.d/cargo" \
-    "$pkgdir/usr/share/bash-completion/completions/cargo"
-
-  for f in LICENSE-APACHE LICENSE-MIT LICENSE-THIRD-PARTY; do
-    install -Dm644 "$f" "$pkgdir/usr/share/licenses/$pkgname/$f"
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cargo/repos/community-x86_64/PKGBUILD (from rev 214907, cargo/repos/community-testing-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-03-04 16:19:54 UTC (rev 214908)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Christopher Reimer <mail+aur at c-reimer.de>
+
+pkgname=cargo
+pkgver=0.16.0
+pkgrel=1
+pkgdesc='Rust package manager'
+url='http://crates.io/'
+arch=('x86_64' 'i686')
+license=('APACHE' 'MIT' 'custom')
+depends=('curl' 'rust')
+makedepends=('git' 'setconf' 'python' 'cmake' 'cargo')
+optdepends=('gcc: for compiling C source code with gcc'
+            'clang: for compiling C source code with clang')
+groups=('rust')
+options=('!emptydirs')
+source=("git+https://github.com/rust-lang/cargo.git#tag=$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  cd cargo
+
+  git submodule update --init --recursive
+  sed 's^share/doc^share/licenses^g' -i Makefile.in
+
+  # Upstream forgot to bump the version number, FS#51939
+  setconf Makefile.in CFG_RELEASE_NUM="$pkgver"
+}
+
+build() {
+  cd cargo
+
+  ./configure --prefix=/usr --enable-optimize
+  make
+}
+
+package() {
+  cd cargo
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove files that contains references to $srcdir or $pkgdir,
+  # or that conflicts with the rust package.
+  rm -f "$pkgdir/usr/lib/rustlib/"{install.log,manifest-cargo,uninstall.sh}
+
+  install -d "$pkgdir/usr/share/bash-completion/completions"
+  mv "$pkgdir/usr/etc/bash_completion.d/cargo" \
+    "$pkgdir/usr/share/bash-completion/completions/cargo"
+
+  for f in LICENSE-APACHE LICENSE-MIT LICENSE-THIRD-PARTY; do
+    install -Dm644 "$f" "$pkgdir/usr/share/licenses/$pkgname/$f"
+  done
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list