Date: Saturday, July 9, 2016 @ 19:28:13 Author: arodseth Revision: 182595
archrelease: copy trunk to community-x86_64, community-i686 Added: rust/repos/community-i686/PKGBUILD (from rev 182594, rust/trunk/PKGBUILD) rust/repos/community-x86_64/PKGBUILD (from rev 182594, rust/trunk/PKGBUILD) Deleted: rust/repos/community-i686/PKGBUILD rust/repos/community-x86_64/PKGBUILD ---------------------------+ /PKGBUILD | 84 ++++++++++++++++++++++++++++++++++++++++++++ community-i686/PKGBUILD | 42 ---------------------- community-x86_64/PKGBUILD | 42 ---------------------- 3 files changed, 84 insertions(+), 84 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2016-07-09 19:28:00 UTC (rev 182594) +++ community-i686/PKGBUILD 2016-07-09 19:28:13 UTC (rev 182595) @@ -1,42 +0,0 @@ -# $Id$ -# Maintainer: Alexander F Rødseth <xypr...@archlinux.org> -# Contributor: Daniel Micay <danielmi...@gmail.com> - -pkgname=rust -epoch=1 -pkgver=1.9.0 -pkgrel=1 -arch=('x86_64' 'i686') -pkgdesc='Systems programming language focused on safety, speed and concurrency' -url='http://www.rust-lang.org/' -license=('MIT' 'Apache') -makedepends=('libffi' 'perl' 'python2' 'curl' 'jemalloc') -source=("http://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}) -sha256sums=('b19b21193d7d36039debeaaa1f61cbf98787e0ce94bd85c5cbe2a59462d7cfcd' - 'SKIP') -options=('staticlibs' '!strip') -validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag and Release Signing Key) <rust-...@rust-lang.org> -#gpg --keyserver hkp://keys.gnupg.net --recv-keys 108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE - -build() { - cd "rustc-$pkgver" - - ./configure --prefix=/usr --disable-docs --release-channel=stable - make CFLAGS="$CFLAGS -fPIC -w" -} - -package() { - cd "rustc-$pkgver" - - make DESTDIR="$pkgdir" install - - install -Dm644 LICENSE-APACHE \ - "$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE" - install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT" - - cd "$pkgdir/usr/lib" - rm rustlib/{components,manifest-rustc,rust-installer-version} - ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so . -} - -# vim:set ts=2 sw=2 et: Copied: rust/repos/community-i686/PKGBUILD (from rev 182594, rust/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-07-09 19:28:13 UTC (rev 182595) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Alexander F Rødseth <xypr...@archlinux.org> +# Contributor: Daniel Micay <danielmi...@gmail.com> + +pkgname=rust +epoch=1 +pkgver=1.10.0 +pkgrel=1 +arch=('x86_64' 'i686') +pkgdesc='Systems programming language focused on safety, speed and concurrency' +url='http://www.rust-lang.org/' +license=('MIT' 'Apache') +makedepends=('libffi' 'perl' 'python2' 'curl' 'jemalloc') +source=("http://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}) +sha256sums=('a4015aacf4f6d8a8239253c4da46e7abaa8584f8214d1828d2ff0a8f56176869' + 'SKIP') +options=('staticlibs' '!strip') +validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag and Release Signing Key) <rust-...@rust-lang.org> +#gpg --keyserver hkp://keys.gnupg.net --recv-keys 108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE + +build() { + cd "rustc-$pkgver" + + ./configure --prefix=/usr --disable-docs --release-channel=stable + make CFLAGS="$CFLAGS -fPIC -w" +} + +package() { + cd "rustc-$pkgver" + + make DESTDIR="$pkgdir" install + + install -Dm644 LICENSE-APACHE \ + "$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE" + install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT" + + cd "$pkgdir/usr/lib" + rm rustlib/{components,manifest-rustc,rust-installer-version} + ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so . +} + +# vim:set ts=2 sw=2 et: Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2016-07-09 19:28:00 UTC (rev 182594) +++ community-x86_64/PKGBUILD 2016-07-09 19:28:13 UTC (rev 182595) @@ -1,42 +0,0 @@ -# $Id$ -# Maintainer: Alexander F Rødseth <xypr...@archlinux.org> -# Contributor: Daniel Micay <danielmi...@gmail.com> - -pkgname=rust -epoch=1 -pkgver=1.9.0 -pkgrel=1 -arch=('x86_64' 'i686') -pkgdesc='Systems programming language focused on safety, speed and concurrency' -url='http://www.rust-lang.org/' -license=('MIT' 'Apache') -makedepends=('libffi' 'perl' 'python2' 'curl' 'jemalloc') -source=("http://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}) -sha256sums=('b19b21193d7d36039debeaaa1f61cbf98787e0ce94bd85c5cbe2a59462d7cfcd' - 'SKIP') -options=('staticlibs' '!strip') -validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag and Release Signing Key) <rust-...@rust-lang.org> -#gpg --keyserver hkp://keys.gnupg.net --recv-keys 108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE - -build() { - cd "rustc-$pkgver" - - ./configure --prefix=/usr --disable-docs --release-channel=stable - make CFLAGS="$CFLAGS -fPIC -w" -} - -package() { - cd "rustc-$pkgver" - - make DESTDIR="$pkgdir" install - - install -Dm644 LICENSE-APACHE \ - "$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE" - install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT" - - cd "$pkgdir/usr/lib" - rm rustlib/{components,manifest-rustc,rust-installer-version} - ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so . -} - -# vim:set ts=2 sw=2 et: Copied: rust/repos/community-x86_64/PKGBUILD (from rev 182594, rust/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2016-07-09 19:28:13 UTC (rev 182595) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Alexander F Rødseth <xypr...@archlinux.org> +# Contributor: Daniel Micay <danielmi...@gmail.com> + +pkgname=rust +epoch=1 +pkgver=1.10.0 +pkgrel=1 +arch=('x86_64' 'i686') +pkgdesc='Systems programming language focused on safety, speed and concurrency' +url='http://www.rust-lang.org/' +license=('MIT' 'Apache') +makedepends=('libffi' 'perl' 'python2' 'curl' 'jemalloc') +source=("http://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}) +sha256sums=('a4015aacf4f6d8a8239253c4da46e7abaa8584f8214d1828d2ff0a8f56176869' + 'SKIP') +options=('staticlibs' '!strip') +validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag and Release Signing Key) <rust-...@rust-lang.org> +#gpg --keyserver hkp://keys.gnupg.net --recv-keys 108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE + +build() { + cd "rustc-$pkgver" + + ./configure --prefix=/usr --disable-docs --release-channel=stable + make CFLAGS="$CFLAGS -fPIC -w" +} + +package() { + cd "rustc-$pkgver" + + make DESTDIR="$pkgdir" install + + install -Dm644 LICENSE-APACHE \ + "$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE" + install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT" + + cd "$pkgdir/usr/lib" + rm rustlib/{components,manifest-rustc,rust-installer-version} + ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so . +} + +# vim:set ts=2 sw=2 et: