[arch-commits] Commit in cargo/repos (4 files)
Alexander Rødseth
arodseth at archlinux.org
Sat Apr 23 17:50:32 UTC 2016
Date: Saturday, April 23, 2016 @ 19:50:32
Author: arodseth
Revision: 171639
archrelease: copy trunk to community-x86_64, community-i686
Added:
cargo/repos/community-i686/PKGBUILD
(from rev 171638, cargo/trunk/PKGBUILD)
cargo/repos/community-x86_64/PKGBUILD
(from rev 171638, cargo/trunk/PKGBUILD)
Deleted:
cargo/repos/community-i686/PKGBUILD
cargo/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 106 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 53 ----------------------
community-x86_64/PKGBUILD | 53 ----------------------
3 files changed, 106 insertions(+), 106 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-04-23 17:48:31 UTC (rev 171638)
+++ community-i686/PKGBUILD 2016-04-23 17:50:32 UTC (rev 171639)
@@ -1,53 +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.10.0
-pkgrel=1
-pkgdesc='Rust package manager'
-url='http://crates.io/'
-arch=('x86_64' 'i686')
-license=('custom')
-depends=('curl' 'rust' 'clang')
-makedepends=('cmake' 'git' 'python')
-options=('!emptydirs')
-source=("git+https://github.com/rust-lang/cargo.git#tag=$pkgver")
-md5sums=('SKIP')
-
-prepare() {
- cd "$pkgname"
-
- git submodule init
- git submodule update
-}
-
-build() {
- cd "$pkgname"
-
- ./configure --prefix=/usr --enable-optimize
- make
-}
-
-package() {
- cd "$pkgname"
-
- make DESTDIR="$pkgdir" install
-
- # Contains reference to $srcdir and $pkgdir
- find "$pkgdir" -name install.log -delete
- find "$pkgdir" -name manifest-cargo -delete
-
- # Conflicts with the rust package
- find "$pkgdir" -name uninstall.sh -delete
-
- install -d "$pkgdir/usr/share/bash-completion/completions"
- mv "$pkgdir/usr/etc/bash_completion.d/cargo" \
- "$pkgdir/usr/share/bash-completion/completions/cargo"
-
- install -d "$pkgdir/usr/share/licenses/$pkgname"
- mv "$pkgdir/usr/share/doc/cargo/LICENSE"* \
- "$pkgdir/usr/share/licenses/$pkgname"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: cargo/repos/community-i686/PKGBUILD (from rev 171638, cargo/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-23 17:50:32 UTC (rev 171639)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Christopher Reimer <mail+aur at c-reimer.de>
+
+pkgname=cargo
+pkgver=0.10.0
+pkgrel=2
+pkgdesc='Rust package manager'
+url='http://crates.io/'
+arch=('x86_64' 'i686')
+license=('APACHE' 'MIT' 'custom')
+depends=('curl' 'rust' 'clang')
+makedepends=('cmake' 'git' 'python')
+options=('!emptydirs')
+source=("git+https://github.com/rust-lang/cargo.git#tag=$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+ cd "$pkgname"
+
+ git submodule init
+ git submodule update
+}
+
+build() {
+ cd "$pkgname"
+
+ ./configure --prefix=/usr --enable-optimize
+ make
+}
+
+package() {
+ cd "$pkgname"
+
+ make DESTDIR="$pkgdir" install
+
+ # Contains reference to $srcdir and $pkgdir
+ find "$pkgdir" -name install.log -delete
+ find "$pkgdir" -name manifest-cargo -delete
+
+ # Conflicts with the rust package
+ find "$pkgdir" -name uninstall.sh -delete
+
+ install -d "$pkgdir/usr/share/bash-completion/completions"
+ mv "$pkgdir/usr/etc/bash_completion.d/cargo" \
+ "$pkgdir/usr/share/bash-completion/completions/cargo"
+
+ install -d "$pkgdir/usr/share/licenses/$pkgname"
+ mv "$pkgdir/usr/share/doc/cargo/LICENSE"* \
+ "$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-04-23 17:48:31 UTC (rev 171638)
+++ community-x86_64/PKGBUILD 2016-04-23 17:50:32 UTC (rev 171639)
@@ -1,53 +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.10.0
-pkgrel=1
-pkgdesc='Rust package manager'
-url='http://crates.io/'
-arch=('x86_64' 'i686')
-license=('custom')
-depends=('curl' 'rust' 'clang')
-makedepends=('cmake' 'git' 'python')
-options=('!emptydirs')
-source=("git+https://github.com/rust-lang/cargo.git#tag=$pkgver")
-md5sums=('SKIP')
-
-prepare() {
- cd "$pkgname"
-
- git submodule init
- git submodule update
-}
-
-build() {
- cd "$pkgname"
-
- ./configure --prefix=/usr --enable-optimize
- make
-}
-
-package() {
- cd "$pkgname"
-
- make DESTDIR="$pkgdir" install
-
- # Contains reference to $srcdir and $pkgdir
- find "$pkgdir" -name install.log -delete
- find "$pkgdir" -name manifest-cargo -delete
-
- # Conflicts with the rust package
- find "$pkgdir" -name uninstall.sh -delete
-
- install -d "$pkgdir/usr/share/bash-completion/completions"
- mv "$pkgdir/usr/etc/bash_completion.d/cargo" \
- "$pkgdir/usr/share/bash-completion/completions/cargo"
-
- install -d "$pkgdir/usr/share/licenses/$pkgname"
- mv "$pkgdir/usr/share/doc/cargo/LICENSE"* \
- "$pkgdir/usr/share/licenses/$pkgname"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: cargo/repos/community-x86_64/PKGBUILD (from rev 171638, cargo/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-04-23 17:50:32 UTC (rev 171639)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Christopher Reimer <mail+aur at c-reimer.de>
+
+pkgname=cargo
+pkgver=0.10.0
+pkgrel=2
+pkgdesc='Rust package manager'
+url='http://crates.io/'
+arch=('x86_64' 'i686')
+license=('APACHE' 'MIT' 'custom')
+depends=('curl' 'rust' 'clang')
+makedepends=('cmake' 'git' 'python')
+options=('!emptydirs')
+source=("git+https://github.com/rust-lang/cargo.git#tag=$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+ cd "$pkgname"
+
+ git submodule init
+ git submodule update
+}
+
+build() {
+ cd "$pkgname"
+
+ ./configure --prefix=/usr --enable-optimize
+ make
+}
+
+package() {
+ cd "$pkgname"
+
+ make DESTDIR="$pkgdir" install
+
+ # Contains reference to $srcdir and $pkgdir
+ find "$pkgdir" -name install.log -delete
+ find "$pkgdir" -name manifest-cargo -delete
+
+ # Conflicts with the rust package
+ find "$pkgdir" -name uninstall.sh -delete
+
+ install -d "$pkgdir/usr/share/bash-completion/completions"
+ mv "$pkgdir/usr/etc/bash_completion.d/cargo" \
+ "$pkgdir/usr/share/bash-completion/completions/cargo"
+
+ install -d "$pkgdir/usr/share/licenses/$pkgname"
+ mv "$pkgdir/usr/share/doc/cargo/LICENSE"* \
+ "$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list