Date: Monday, November 14, 2016 @ 18:54:13 Author: arodseth Revision: 195899
archrelease: copy trunk to community-x86_64, community-i686 Added: cargo/repos/community-i686/PKGBUILD (from rev 195898, cargo/trunk/PKGBUILD) cargo/repos/community-x86_64/PKGBUILD (from rev 195898, cargo/trunk/PKGBUILD) Deleted: cargo/repos/community-i686/PKGBUILD cargo/repos/community-x86_64/PKGBUILD ---------------------------+ /PKGBUILD | 102 ++++++++++++++++++++++++++++++++++++++++++++ community-i686/PKGBUILD | 47 -------------------- community-x86_64/PKGBUILD | 47 -------------------- 3 files changed, 102 insertions(+), 94 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2016-11-14 18:52:27 UTC (rev 195898) +++ community-i686/PKGBUILD 2016-11-14 18:54:13 UTC (rev 195899) @@ -1,47 +0,0 @@ -# $Id$ -# Maintainer: Alexander F Rødseth <xypr...@archlinux.org> -# Contributor: Christopher Reimer <mail+...@c-reimer.de> - -pkgname=cargo -pkgver=0.13.0 -pkgrel=1 -pkgdesc='Rust package manager' -url='http://crates.io/' -arch=('x86_64' 'i686') -license=('APACHE' 'MIT' 'custom') -depends=('curl' 'rust') -makedepends=('git' 'python' 'cmake') -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 -} - -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" -} - -# vim:set ts=2 sw=2 et: Copied: cargo/repos/community-i686/PKGBUILD (from rev 195898, cargo/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-11-14 18:54:13 UTC (rev 195899) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Alexander F Rødseth <xypr...@archlinux.org> +# Contributor: Christopher Reimer <mail+...@c-reimer.de> + +pkgname=cargo +pkgver=0.14.0 +pkgrel=1 +pkgdesc='Rust package manager' +url='http://crates.io/' +arch=('x86_64' 'i686') +license=('APACHE' 'MIT' 'custom') +depends=('curl' 'rust') +makedepends=('git' 'python' 'cmake') +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 +} + +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: Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2016-11-14 18:52:27 UTC (rev 195898) +++ community-x86_64/PKGBUILD 2016-11-14 18:54:13 UTC (rev 195899) @@ -1,47 +0,0 @@ -# $Id$ -# Maintainer: Alexander F Rødseth <xypr...@archlinux.org> -# Contributor: Christopher Reimer <mail+...@c-reimer.de> - -pkgname=cargo -pkgver=0.13.0 -pkgrel=1 -pkgdesc='Rust package manager' -url='http://crates.io/' -arch=('x86_64' 'i686') -license=('APACHE' 'MIT' 'custom') -depends=('curl' 'rust') -makedepends=('git' 'python' 'cmake') -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 -} - -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" -} - -# vim:set ts=2 sw=2 et: Copied: cargo/repos/community-x86_64/PKGBUILD (from rev 195898, cargo/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2016-11-14 18:54:13 UTC (rev 195899) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Alexander F Rødseth <xypr...@archlinux.org> +# Contributor: Christopher Reimer <mail+...@c-reimer.de> + +pkgname=cargo +pkgver=0.14.0 +pkgrel=1 +pkgdesc='Rust package manager' +url='http://crates.io/' +arch=('x86_64' 'i686') +license=('APACHE' 'MIT' 'custom') +depends=('curl' 'rust') +makedepends=('git' 'python' 'cmake') +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 +} + +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: