[arch-commits] Commit in dart/repos (4 files)
Felix Yan
fyan at archlinux.org
Wed Apr 15 03:44:11 UTC 2015
Date: Wednesday, April 15, 2015 @ 05:44:10
Author: fyan
Revision: 131380
archrelease: copy trunk to community-x86_64, community-i686
Added:
dart/repos/community-i686/PKGBUILD
(from rev 131379, dart/trunk/PKGBUILD)
dart/repos/community-x86_64/PKGBUILD
(from rev 131379, dart/trunk/PKGBUILD)
Deleted:
dart/repos/community-i686/PKGBUILD
dart/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 134 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 67 ----------------------
community-x86_64/PKGBUILD | 67 ----------------------
3 files changed, 134 insertions(+), 134 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-04-15 03:43:16 UTC (rev 131379)
+++ community-i686/PKGBUILD 2015-04-15 03:44:10 UTC (rev 131380)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: T. Jameson Little <t.jameson.little at gmail dot com>
-# Contributor: Usagi Ito <usagi at WonderRabbitProject.net>
-# Contributor: siasia <http://pastebin.com/qsBEmNCw>
-# Contributor: Julien Nicoulaud <julien.nicoulaud at gmail.com>
-
-pkgname=dart
-pkgver=1.9.1
-pkgrel=1
-pkgdesc='The dart programming language SDK'
-arch=('x86_64' 'i686')
-url='http://www.dartlang.org/'
-license=('BSD')
-makedepends=('setconf')
-options=('!strip')
-source_x86_64+=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip")
-source_i686+=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip")
-sha512sums_x86_64=('501d2bb601fe6a1dd78d04a554042f6d8ffea6790f1eaac36ee92a9dfe12c05ead8169ce22f35e830a86925898217fc95085a19e96bda526b573982af5be4904')
-sha512sums_i686=('489b65edc6446a140bdd7a0deef93975d0ff437e7230cc59b37aab1509b2685587f128b82d22d8453e69663984b37dc11c28ec2096126ef6d3805fdacf1452d5')
-
-prepare() {
- # Fix permissions
- find "$pkgname-sdk" -type d -exec chmod 0755 '{}' + \
- -or -type f -exec chmod 0644 '{}' +
- chmod +x "$pkgname-sdk/bin/"*
-
- cd "$pkgname-sdk/bin"
-
- # Configure paths
- setconf dart2js BIN_DIR "/opt/$pkgname-sdk/bin"
- setconf dart2js PROG_NAME "/opt/$pkgname-sdk/bin/dart2js"
- setconf dartanalyzer SCRIPT_DIR "/opt/$pkgname-sdk/bin"
- setconf docgen BIN_DIR "/opt/$pkgname-sdk/bin"
- setconf pub BIN_DIR "/opt/$pkgname-sdk/bin"
- setconf pub SDK_DIR "/opt/$pkgname-sdk/"
- setconf dartfmt BIN_DIR "/opt/$pkgname-sdk/bin"
- setconf dartfmt SDK_DIR "/opt/$pkgname-sdk/"
-
- # Extract license (AUTHORS and LICENSE files are missing)
- head -n5 "../include/dart_api.h" > ../../LICENSE
-}
-
-package() {
- # Create directories
- install -d "$pkgdir"{"/opt/$pkgname-sdk",/usr/{bin,"share/doc/$pkgname-sdk"}}
-
- # Package the files
- cp -a "$pkgname-sdk/"* "$pkgdir/opt/$pkgname-sdk/"
-
- # Set up symbolic links for the executables
- for f in dart dart2js dartanalyzer docgen pub dartfmt; do
- ln -s "/opt/$pkgname-sdk/bin/$f" "$pkgdir/usr/bin/$f"
- done
-
- # Package samples and documentation
- for f in samples about.html about_files; do
- echo mv "$pkgdir/opt/$pkgname-sdk/$f" "$pkgdir/usr/share/doc/$pkgname/"
- done
-
- # BSD License
- install -Dm644 LICENSE \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: dart/repos/community-i686/PKGBUILD (from rev 131379, dart/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-15 03:44:10 UTC (rev 131380)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: T. Jameson Little <t.jameson.little at gmail dot com>
+# Contributor: Usagi Ito <usagi at WonderRabbitProject.net>
+# Contributor: siasia <http://pastebin.com/qsBEmNCw>
+# Contributor: Julien Nicoulaud <julien.nicoulaud at gmail.com>
+
+pkgname=dart
+pkgver=1.9.3
+pkgrel=1
+pkgdesc='The dart programming language SDK'
+arch=('x86_64' 'i686')
+url='http://www.dartlang.org/'
+license=('BSD')
+makedepends=('setconf')
+options=('!strip')
+source_x86_64+=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip")
+source_i686+=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip")
+sha512sums_x86_64=('ace227c0bba501dddd7000d41601f1d6b54cf3215f1ec66780ff585c322f7321d375cd1fb52dd6bbe509bbd21756ebb301fb3e58fda8e3f7cd38545546f72c59')
+sha512sums_i686=('cc110b1004bebb4a1b1946681a9c9959672e984ceea22325548d604ebf0042a572f488c0f26a83f0b86547eb0b2c203cfaffe212971f40462fcc37b4ce775424')
+
+prepare() {
+ # Fix permissions
+ find "$pkgname-sdk" -type d -exec chmod 0755 '{}' + \
+ -or -type f -exec chmod 0644 '{}' +
+ chmod +x "$pkgname-sdk/bin/"*
+
+ cd "$pkgname-sdk/bin"
+
+ # Configure paths
+ setconf dart2js BIN_DIR "/opt/$pkgname-sdk/bin"
+ setconf dart2js PROG_NAME "/opt/$pkgname-sdk/bin/dart2js"
+ setconf dartanalyzer SCRIPT_DIR "/opt/$pkgname-sdk/bin"
+ setconf docgen BIN_DIR "/opt/$pkgname-sdk/bin"
+ setconf pub BIN_DIR "/opt/$pkgname-sdk/bin"
+ setconf pub SDK_DIR "/opt/$pkgname-sdk/"
+ setconf dartfmt BIN_DIR "/opt/$pkgname-sdk/bin"
+ setconf dartfmt SDK_DIR "/opt/$pkgname-sdk/"
+
+ # Extract license (AUTHORS and LICENSE files are missing)
+ head -n5 "../include/dart_api.h" > ../../LICENSE
+}
+
+package() {
+ # Create directories
+ install -d "$pkgdir"{"/opt/$pkgname-sdk",/usr/{bin,"share/doc/$pkgname-sdk"}}
+
+ # Package the files
+ cp -a "$pkgname-sdk/"* "$pkgdir/opt/$pkgname-sdk/"
+
+ # Set up symbolic links for the executables
+ for f in dart dart2js dartanalyzer docgen pub dartfmt; do
+ ln -s "/opt/$pkgname-sdk/bin/$f" "$pkgdir/usr/bin/$f"
+ done
+
+ # Package samples and documentation
+ for f in samples about.html about_files; do
+ echo mv "$pkgdir/opt/$pkgname-sdk/$f" "$pkgdir/usr/share/doc/$pkgname/"
+ done
+
+ # BSD License
+ install -Dm644 LICENSE \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-04-15 03:43:16 UTC (rev 131379)
+++ community-x86_64/PKGBUILD 2015-04-15 03:44:10 UTC (rev 131380)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: T. Jameson Little <t.jameson.little at gmail dot com>
-# Contributor: Usagi Ito <usagi at WonderRabbitProject.net>
-# Contributor: siasia <http://pastebin.com/qsBEmNCw>
-# Contributor: Julien Nicoulaud <julien.nicoulaud at gmail.com>
-
-pkgname=dart
-pkgver=1.9.1
-pkgrel=1
-pkgdesc='The dart programming language SDK'
-arch=('x86_64' 'i686')
-url='http://www.dartlang.org/'
-license=('BSD')
-makedepends=('setconf')
-options=('!strip')
-source_x86_64+=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip")
-source_i686+=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip")
-sha512sums_x86_64=('501d2bb601fe6a1dd78d04a554042f6d8ffea6790f1eaac36ee92a9dfe12c05ead8169ce22f35e830a86925898217fc95085a19e96bda526b573982af5be4904')
-sha512sums_i686=('489b65edc6446a140bdd7a0deef93975d0ff437e7230cc59b37aab1509b2685587f128b82d22d8453e69663984b37dc11c28ec2096126ef6d3805fdacf1452d5')
-
-prepare() {
- # Fix permissions
- find "$pkgname-sdk" -type d -exec chmod 0755 '{}' + \
- -or -type f -exec chmod 0644 '{}' +
- chmod +x "$pkgname-sdk/bin/"*
-
- cd "$pkgname-sdk/bin"
-
- # Configure paths
- setconf dart2js BIN_DIR "/opt/$pkgname-sdk/bin"
- setconf dart2js PROG_NAME "/opt/$pkgname-sdk/bin/dart2js"
- setconf dartanalyzer SCRIPT_DIR "/opt/$pkgname-sdk/bin"
- setconf docgen BIN_DIR "/opt/$pkgname-sdk/bin"
- setconf pub BIN_DIR "/opt/$pkgname-sdk/bin"
- setconf pub SDK_DIR "/opt/$pkgname-sdk/"
- setconf dartfmt BIN_DIR "/opt/$pkgname-sdk/bin"
- setconf dartfmt SDK_DIR "/opt/$pkgname-sdk/"
-
- # Extract license (AUTHORS and LICENSE files are missing)
- head -n5 "../include/dart_api.h" > ../../LICENSE
-}
-
-package() {
- # Create directories
- install -d "$pkgdir"{"/opt/$pkgname-sdk",/usr/{bin,"share/doc/$pkgname-sdk"}}
-
- # Package the files
- cp -a "$pkgname-sdk/"* "$pkgdir/opt/$pkgname-sdk/"
-
- # Set up symbolic links for the executables
- for f in dart dart2js dartanalyzer docgen pub dartfmt; do
- ln -s "/opt/$pkgname-sdk/bin/$f" "$pkgdir/usr/bin/$f"
- done
-
- # Package samples and documentation
- for f in samples about.html about_files; do
- echo mv "$pkgdir/opt/$pkgname-sdk/$f" "$pkgdir/usr/share/doc/$pkgname/"
- done
-
- # BSD License
- install -Dm644 LICENSE \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: dart/repos/community-x86_64/PKGBUILD (from rev 131379, dart/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-04-15 03:44:10 UTC (rev 131380)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: T. Jameson Little <t.jameson.little at gmail dot com>
+# Contributor: Usagi Ito <usagi at WonderRabbitProject.net>
+# Contributor: siasia <http://pastebin.com/qsBEmNCw>
+# Contributor: Julien Nicoulaud <julien.nicoulaud at gmail.com>
+
+pkgname=dart
+pkgver=1.9.3
+pkgrel=1
+pkgdesc='The dart programming language SDK'
+arch=('x86_64' 'i686')
+url='http://www.dartlang.org/'
+license=('BSD')
+makedepends=('setconf')
+options=('!strip')
+source_x86_64+=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip")
+source_i686+=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip")
+sha512sums_x86_64=('ace227c0bba501dddd7000d41601f1d6b54cf3215f1ec66780ff585c322f7321d375cd1fb52dd6bbe509bbd21756ebb301fb3e58fda8e3f7cd38545546f72c59')
+sha512sums_i686=('cc110b1004bebb4a1b1946681a9c9959672e984ceea22325548d604ebf0042a572f488c0f26a83f0b86547eb0b2c203cfaffe212971f40462fcc37b4ce775424')
+
+prepare() {
+ # Fix permissions
+ find "$pkgname-sdk" -type d -exec chmod 0755 '{}' + \
+ -or -type f -exec chmod 0644 '{}' +
+ chmod +x "$pkgname-sdk/bin/"*
+
+ cd "$pkgname-sdk/bin"
+
+ # Configure paths
+ setconf dart2js BIN_DIR "/opt/$pkgname-sdk/bin"
+ setconf dart2js PROG_NAME "/opt/$pkgname-sdk/bin/dart2js"
+ setconf dartanalyzer SCRIPT_DIR "/opt/$pkgname-sdk/bin"
+ setconf docgen BIN_DIR "/opt/$pkgname-sdk/bin"
+ setconf pub BIN_DIR "/opt/$pkgname-sdk/bin"
+ setconf pub SDK_DIR "/opt/$pkgname-sdk/"
+ setconf dartfmt BIN_DIR "/opt/$pkgname-sdk/bin"
+ setconf dartfmt SDK_DIR "/opt/$pkgname-sdk/"
+
+ # Extract license (AUTHORS and LICENSE files are missing)
+ head -n5 "../include/dart_api.h" > ../../LICENSE
+}
+
+package() {
+ # Create directories
+ install -d "$pkgdir"{"/opt/$pkgname-sdk",/usr/{bin,"share/doc/$pkgname-sdk"}}
+
+ # Package the files
+ cp -a "$pkgname-sdk/"* "$pkgdir/opt/$pkgname-sdk/"
+
+ # Set up symbolic links for the executables
+ for f in dart dart2js dartanalyzer docgen pub dartfmt; do
+ ln -s "/opt/$pkgname-sdk/bin/$f" "$pkgdir/usr/bin/$f"
+ done
+
+ # Package samples and documentation
+ for f in samples about.html about_files; do
+ echo mv "$pkgdir/opt/$pkgname-sdk/$f" "$pkgdir/usr/share/doc/$pkgname/"
+ done
+
+ # BSD License
+ install -Dm644 LICENSE \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list