[arch-commits] Commit in rust/repos (8 files)
Alexander Rødseth
arodseth at archlinux.org
Sat Sep 19 12:20:10 UTC 2015
Date: Saturday, September 19, 2015 @ 14:20:10
Author: arodseth
Revision: 140764
archrelease: copy trunk to community-x86_64, community-i686
Added:
rust/repos/community-i686/PKGBUILD
(from rev 140763, rust/trunk/PKGBUILD)
rust/repos/community-i686/rust.install
(from rev 140763, rust/trunk/rust.install)
rust/repos/community-x86_64/PKGBUILD
(from rev 140763, rust/trunk/PKGBUILD)
rust/repos/community-x86_64/rust.install
(from rev 140763, rust/trunk/rust.install)
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 | 98 ++++++++++++++++++++++++++++++++++++++++
/rust.install | 26 ++++++++++
community-i686/PKGBUILD | 49 --------------------
community-i686/rust.install | 13 -----
community-x86_64/PKGBUILD | 49 --------------------
community-x86_64/rust.install | 13 -----
6 files changed, 124 insertions(+), 124 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-09-19 12:19:56 UTC (rev 140763)
+++ community-i686/PKGBUILD 2015-09-19 12:20:10 UTC (rev 140764)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Daniel Micay <danielmicay at gmail.com>
-
-pkgname=rust
-pkgver=1.2.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=('ea6eb983daf2a073df57186a58f0d4ce0e85c711bec13c627a8c85d51b6a6d78'
- '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
-
-prepare() {
- cd "rustc-$pkgver"
-
- sed -i 's/^PYTHONVERSION.*/PYTHONVERSION := 3/' src/llvm/Makefile.rules
-}
-
-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 140763, rust/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-19 12:20:10 UTC (rev 140764)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Daniel Micay <danielmicay at gmail.com>
+
+pkgname=rust
+pkgver=1.3.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=('ea02d7bc9e7de5b8be3fe6b37ea9b2bd823f9a532c8e4c47d02f37f24ffa3126'
+ '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
+
+prepare() {
+ cd "rustc-$pkgver"
+
+ sed -i 's/^PYTHONVERSION.*/PYTHONVERSION := 3/' src/llvm/Makefile.rules
+}
+
+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:
Deleted: community-i686/rust.install
===================================================================
--- community-i686/rust.install 2015-09-19 12:19:56 UTC (rev 140763)
+++ community-i686/rust.install 2015-09-19 12:20:10 UTC (rev 140764)
@@ -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
-}
Copied: rust/repos/community-i686/rust.install (from rev 140763, rust/trunk/rust.install)
===================================================================
--- community-i686/rust.install (rev 0)
+++ community-i686/rust.install 2015-09-19 12:20:10 UTC (rev 140764)
@@ -0,0 +1,13 @@
+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 2015-09-19 12:19:56 UTC (rev 140763)
+++ community-x86_64/PKGBUILD 2015-09-19 12:20:10 UTC (rev 140764)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Daniel Micay <danielmicay at gmail.com>
-
-pkgname=rust
-pkgver=1.2.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=('ea6eb983daf2a073df57186a58f0d4ce0e85c711bec13c627a8c85d51b6a6d78'
- '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
-
-prepare() {
- cd "rustc-$pkgver"
-
- sed -i 's/^PYTHONVERSION.*/PYTHONVERSION := 3/' src/llvm/Makefile.rules
-}
-
-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 140763, rust/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-09-19 12:20:10 UTC (rev 140764)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Daniel Micay <danielmicay at gmail.com>
+
+pkgname=rust
+pkgver=1.3.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=('ea02d7bc9e7de5b8be3fe6b37ea9b2bd823f9a532c8e4c47d02f37f24ffa3126'
+ '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
+
+prepare() {
+ cd "rustc-$pkgver"
+
+ sed -i 's/^PYTHONVERSION.*/PYTHONVERSION := 3/' src/llvm/Makefile.rules
+}
+
+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:
Deleted: community-x86_64/rust.install
===================================================================
--- community-x86_64/rust.install 2015-09-19 12:19:56 UTC (rev 140763)
+++ community-x86_64/rust.install 2015-09-19 12:20:10 UTC (rev 140764)
@@ -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
-}
Copied: rust/repos/community-x86_64/rust.install (from rev 140763, rust/trunk/rust.install)
===================================================================
--- community-x86_64/rust.install (rev 0)
+++ community-x86_64/rust.install 2015-09-19 12:20:10 UTC (rev 140764)
@@ -0,0 +1,13 @@
+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