[arch-commits] Commit in rust/repos (6 files)
Alexander Rødseth
arodseth at archlinux.org
Sat May 28 09:00:45 UTC 2016
Date: Saturday, May 28, 2016 @ 11:00:44
Author: arodseth
Revision: 177360
archrelease: copy trunk to community-x86_64, community-i686
Added:
rust/repos/community-i686/PKGBUILD
(from rev 177359, rust/trunk/PKGBUILD)
rust/repos/community-x86_64/PKGBUILD
(from rev 177359, rust/trunk/PKGBUILD)
Deleted:
rust/repos/community-i686/PKGBUILD
rust/repos/community-i686/rust.install
rust/repos/community-x86_64/PKGBUILD
rust/repos/community-x86_64/rust.install
-------------------------------+
/PKGBUILD | 84 ++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 43 --------------------
community-i686/rust.install | 13 ------
community-x86_64/PKGBUILD | 43 --------------------
community-x86_64/rust.install | 13 ------
5 files changed, 84 insertions(+), 112 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-05-28 09:00:30 UTC (rev 177359)
+++ community-i686/PKGBUILD 2016-05-28 09:00:44 UTC (rev 177360)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Daniel Micay <danielmicay at gmail.com>
-
-pkgname=rust
-pkgver=1.8.0
-epoch=1
-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')
-source=("http://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc})
-sha256sums=('af4466147e8d4db4de2a46e07494d2dc2d96313c5b37da34237f511c905f7449'
- 'SKIP')
-install="$pkgname.install"
-options=('staticlibs' '!strip')
-validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag and Release Signing Key) <rust-key at 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
-}
-
-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 177359, rust/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-28 09:00:44 UTC (rev 177360)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Daniel Micay <danielmicay at 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-key at 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-i686/rust.install
===================================================================
--- community-i686/rust.install 2016-05-28 09:00:30 UTC (rev 177359)
+++ community-i686/rust.install 2016-05-28 09:00:44 UTC (rev 177360)
@@ -1,13 +0,0 @@
-post_install() {
- if type -P update-mime-database &> /dev/null; then
- update-mime-database usr/share/mime >/dev/null
- fi
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-05-28 09:00:30 UTC (rev 177359)
+++ community-x86_64/PKGBUILD 2016-05-28 09:00:44 UTC (rev 177360)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Daniel Micay <danielmicay at gmail.com>
-
-pkgname=rust
-pkgver=1.8.0
-epoch=1
-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')
-source=("http://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc})
-sha256sums=('af4466147e8d4db4de2a46e07494d2dc2d96313c5b37da34237f511c905f7449'
- 'SKIP')
-install="$pkgname.install"
-options=('staticlibs' '!strip')
-validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag and Release Signing Key) <rust-key at 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
-}
-
-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 177359, rust/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-05-28 09:00:44 UTC (rev 177360)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Daniel Micay <danielmicay at 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-key at 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/rust.install
===================================================================
--- community-x86_64/rust.install 2016-05-28 09:00:30 UTC (rev 177359)
+++ community-x86_64/rust.install 2016-05-28 09:00:44 UTC (rev 177360)
@@ -1,13 +0,0 @@
-post_install() {
- if type -P update-mime-database &> /dev/null; then
- update-mime-database usr/share/mime >/dev/null
- fi
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
More information about the arch-commits
mailing list