[arch-commits] Commit in meteorjs/repos (8 files)

Massimiliano Torromeo mtorromeo at nymeria.archlinux.org
Thu Mar 14 08:59:11 UTC 2013


    Date: Thursday, March 14, 2013 @ 09:59:11
  Author: mtorromeo
Revision: 86245

archrelease: copy trunk to community-i686, community-x86_64

Added:
  meteorjs/repos/community-i686/PKGBUILD
    (from rev 86244, meteorjs/trunk/PKGBUILD)
  meteorjs/repos/community-i686/meteor
    (from rev 86244, meteorjs/trunk/meteor)
  meteorjs/repos/community-x86_64/PKGBUILD
    (from rev 86244, meteorjs/trunk/PKGBUILD)
  meteorjs/repos/community-x86_64/meteor
    (from rev 86244, meteorjs/trunk/meteor)
Deleted:
  meteorjs/repos/community-i686/PKGBUILD
  meteorjs/repos/community-i686/meteor
  meteorjs/repos/community-x86_64/PKGBUILD
  meteorjs/repos/community-x86_64/meteor

---------------------------+
 community-i686/PKGBUILD   |  104 ++++++++++++++++++++++----------------------
 community-i686/meteor     |   26 +++++------
 community-x86_64/PKGBUILD |  104 ++++++++++++++++++++++----------------------
 community-x86_64/meteor   |   26 +++++------
 4 files changed, 130 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-03-14 08:55:33 UTC (rev 86244)
+++ community-i686/PKGBUILD	2013-03-14 08:59:11 UTC (rev 86245)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-# Contributor: Parth Buch <parthbuch115 at gmail dot com>
-# Contributor: Tom Vincent <http://tlvince.com/contact/>
-
-pkgname=meteorjs
-pkgver=0.5.7
-pkgrel=1
-pkgdesc="Open-source platform for building top-quality web apps in a fraction of the time."
-arch=('i686' 'x86_64')
-url="https://github.com/meteor/meteor"
-license=('MIT')
-depends=('nodejs' 'mongodb')
-options=('!strip')
-
-sha256sums=('dea74135489b89d7a7fdebb3966a05b2df41440bbdc31adce85e6b140aff8e23'
-            'a3ac659c52b652676da0530f2148025e0f8bfa84bccf63431c20eb72d3bc5cb7')
-
-if [ "$CARCH" = "x86_64" ]; then
-    _arch="amd64"
-else
-    _arch="i386"
-    sha256sums[0]='2a126beb5224e4063c8efc849e099d7bf302f062e76356f8f7662737bccd41b6'
-fi
-
-source=("http://d3sqy0vbqsdhku.cloudfront.net/meteor_$pkgver-1_$_arch.deb" meteor)
-
-package() {
-    tar xf data.tar.gz -C "$pkgdir" ./usr/lib/meteor
-
-    install -Dm644 "$pkgdir/usr/lib/meteor/LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-    install -Dm755 "$srcdir/meteor" "$pkgdir/usr/bin/meteor"
-
-    cd "$pkgdir/usr/lib/meteor"
-    rm -rf LICENSE.txt lib/node lib/dtrace lib/node_modules/npm share include \
-           lib/node_modules/mongodb/node_modules/bson/build/Release/obj.target/bson.node \
-           lib/node_modules/websocket/build/Release/obj.target/xor.node \
-           lib/node_modules/websocket/build/Release/obj.target/validation.node
-
-    # mongodb links
-    rm -rf mongodb
-    install -dm755 mongodb/bin
-    ln -s /usr/bin/mongod mongodb/bin/mongod
-    ln -s /usr/bin/mongo mongodb/bin/mongo
-
-    # node links
-    rm -rf bin
-    install -dm755 bin
-    ln -s /usr/bin/node bin/node
-    ln -s /usr/bin/node-waf bin/node-waf
-    ln -s /usr/bin/npm bin/npm
-}

Copied: meteorjs/repos/community-i686/PKGBUILD (from rev 86244, meteorjs/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-03-14 08:59:11 UTC (rev 86245)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Contributor: Parth Buch <parthbuch115 at gmail dot com>
+# Contributor: Tom Vincent <http://tlvince.com/contact/>
+
+pkgname=meteorjs
+pkgver=0.5.8
+pkgrel=1
+pkgdesc="Open-source platform for building top-quality web apps in a fraction of the time."
+arch=('i686' 'x86_64')
+url="https://github.com/meteor/meteor"
+license=('MIT')
+depends=('nodejs' 'mongodb')
+options=('!strip')
+
+sha256sums=('232d7a0bf0947e29fcd6ff8e7314d5783c1b4b7e5c6b5b68ed9ef2ed8d75c6cc'
+            'a3ac659c52b652676da0530f2148025e0f8bfa84bccf63431c20eb72d3bc5cb7')
+
+if [ "$CARCH" = "x86_64" ]; then
+    _arch="amd64"
+else
+    _arch="i386"
+    sha256sums[0]='b9c45ad56b2ccd2d6fa41740b20c671ea642ce84271474c319ddc8a67a0c77ff'
+fi
+
+source=("http://d3sqy0vbqsdhku.cloudfront.net/meteor_$pkgver-1_$_arch.deb" meteor)
+
+package() {
+    tar xf data.tar.gz -C "$pkgdir" ./usr/lib/meteor
+
+    install -Dm644 "$pkgdir/usr/lib/meteor/LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+    install -Dm755 "$srcdir/meteor" "$pkgdir/usr/bin/meteor"
+
+    cd "$pkgdir/usr/lib/meteor"
+    rm -rf LICENSE.txt lib/node lib/dtrace lib/node_modules/npm share include \
+           lib/node_modules/mongodb/node_modules/bson/build/Release/obj.target/bson.node \
+           lib/node_modules/websocket/build/Release/obj.target/xor.node \
+           lib/node_modules/websocket/build/Release/obj.target/validation.node
+
+    # mongodb links
+    rm -rf mongodb
+    install -dm755 mongodb/bin
+    ln -s /usr/bin/mongod mongodb/bin/mongod
+    ln -s /usr/bin/mongo mongodb/bin/mongo
+
+    # node links
+    rm -rf bin
+    install -dm755 bin
+    ln -s /usr/bin/node bin/node
+    ln -s /usr/bin/node-waf bin/node-waf
+    ln -s /usr/bin/npm bin/npm
+}

Deleted: community-i686/meteor
===================================================================
--- community-i686/meteor	2013-03-14 08:55:33 UTC (rev 86244)
+++ community-i686/meteor	2013-03-14 08:59:11 UTC (rev 86245)
@@ -1,13 +0,0 @@
-#!/bin/sh
-if [ "$(ulimit -n)" != "unlimited" ] ; then
-    ulimit -n 16384 > /dev/null 2>&1 || \
-    ulimit -n 8192 > /dev/null 2>&1 || \
-    ulimit -n 4096 > /dev/null 2>&1 || \
-    ulimit -n 2048 > /dev/null 2>&1 || \
-    ulimit -n 1024 > /dev/null 2>&1 || \
-    ulimit -n 512 > /dev/null 2>&1
-fi
-
-METEORDIR=/usr/lib/meteor
-export NODE_PATH=$METEORDIR/lib/node_modules
-exec /usr/bin/node $METEORDIR/app/meteor/meteor.js "$@"

Copied: meteorjs/repos/community-i686/meteor (from rev 86244, meteorjs/trunk/meteor)
===================================================================
--- community-i686/meteor	                        (rev 0)
+++ community-i686/meteor	2013-03-14 08:59:11 UTC (rev 86245)
@@ -0,0 +1,13 @@
+#!/bin/sh
+if [ "$(ulimit -n)" != "unlimited" ] ; then
+    ulimit -n 16384 > /dev/null 2>&1 || \
+    ulimit -n 8192 > /dev/null 2>&1 || \
+    ulimit -n 4096 > /dev/null 2>&1 || \
+    ulimit -n 2048 > /dev/null 2>&1 || \
+    ulimit -n 1024 > /dev/null 2>&1 || \
+    ulimit -n 512 > /dev/null 2>&1
+fi
+
+METEORDIR=/usr/lib/meteor
+export NODE_PATH=$METEORDIR/lib/node_modules
+exec /usr/bin/node $METEORDIR/app/meteor/meteor.js "$@"

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-03-14 08:55:33 UTC (rev 86244)
+++ community-x86_64/PKGBUILD	2013-03-14 08:59:11 UTC (rev 86245)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-# Contributor: Parth Buch <parthbuch115 at gmail dot com>
-# Contributor: Tom Vincent <http://tlvince.com/contact/>
-
-pkgname=meteorjs
-pkgver=0.5.7
-pkgrel=1
-pkgdesc="Open-source platform for building top-quality web apps in a fraction of the time."
-arch=('i686' 'x86_64')
-url="https://github.com/meteor/meteor"
-license=('MIT')
-depends=('nodejs' 'mongodb')
-options=('!strip')
-
-sha256sums=('dea74135489b89d7a7fdebb3966a05b2df41440bbdc31adce85e6b140aff8e23'
-            'a3ac659c52b652676da0530f2148025e0f8bfa84bccf63431c20eb72d3bc5cb7')
-
-if [ "$CARCH" = "x86_64" ]; then
-    _arch="amd64"
-else
-    _arch="i386"
-    sha256sums[0]='2a126beb5224e4063c8efc849e099d7bf302f062e76356f8f7662737bccd41b6'
-fi
-
-source=("http://d3sqy0vbqsdhku.cloudfront.net/meteor_$pkgver-1_$_arch.deb" meteor)
-
-package() {
-    tar xf data.tar.gz -C "$pkgdir" ./usr/lib/meteor
-
-    install -Dm644 "$pkgdir/usr/lib/meteor/LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-    install -Dm755 "$srcdir/meteor" "$pkgdir/usr/bin/meteor"
-
-    cd "$pkgdir/usr/lib/meteor"
-    rm -rf LICENSE.txt lib/node lib/dtrace lib/node_modules/npm share include \
-           lib/node_modules/mongodb/node_modules/bson/build/Release/obj.target/bson.node \
-           lib/node_modules/websocket/build/Release/obj.target/xor.node \
-           lib/node_modules/websocket/build/Release/obj.target/validation.node
-
-    # mongodb links
-    rm -rf mongodb
-    install -dm755 mongodb/bin
-    ln -s /usr/bin/mongod mongodb/bin/mongod
-    ln -s /usr/bin/mongo mongodb/bin/mongo
-
-    # node links
-    rm -rf bin
-    install -dm755 bin
-    ln -s /usr/bin/node bin/node
-    ln -s /usr/bin/node-waf bin/node-waf
-    ln -s /usr/bin/npm bin/npm
-}

Copied: meteorjs/repos/community-x86_64/PKGBUILD (from rev 86244, meteorjs/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-03-14 08:59:11 UTC (rev 86245)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Contributor: Parth Buch <parthbuch115 at gmail dot com>
+# Contributor: Tom Vincent <http://tlvince.com/contact/>
+
+pkgname=meteorjs
+pkgver=0.5.8
+pkgrel=1
+pkgdesc="Open-source platform for building top-quality web apps in a fraction of the time."
+arch=('i686' 'x86_64')
+url="https://github.com/meteor/meteor"
+license=('MIT')
+depends=('nodejs' 'mongodb')
+options=('!strip')
+
+sha256sums=('232d7a0bf0947e29fcd6ff8e7314d5783c1b4b7e5c6b5b68ed9ef2ed8d75c6cc'
+            'a3ac659c52b652676da0530f2148025e0f8bfa84bccf63431c20eb72d3bc5cb7')
+
+if [ "$CARCH" = "x86_64" ]; then
+    _arch="amd64"
+else
+    _arch="i386"
+    sha256sums[0]='b9c45ad56b2ccd2d6fa41740b20c671ea642ce84271474c319ddc8a67a0c77ff'
+fi
+
+source=("http://d3sqy0vbqsdhku.cloudfront.net/meteor_$pkgver-1_$_arch.deb" meteor)
+
+package() {
+    tar xf data.tar.gz -C "$pkgdir" ./usr/lib/meteor
+
+    install -Dm644 "$pkgdir/usr/lib/meteor/LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+    install -Dm755 "$srcdir/meteor" "$pkgdir/usr/bin/meteor"
+
+    cd "$pkgdir/usr/lib/meteor"
+    rm -rf LICENSE.txt lib/node lib/dtrace lib/node_modules/npm share include \
+           lib/node_modules/mongodb/node_modules/bson/build/Release/obj.target/bson.node \
+           lib/node_modules/websocket/build/Release/obj.target/xor.node \
+           lib/node_modules/websocket/build/Release/obj.target/validation.node
+
+    # mongodb links
+    rm -rf mongodb
+    install -dm755 mongodb/bin
+    ln -s /usr/bin/mongod mongodb/bin/mongod
+    ln -s /usr/bin/mongo mongodb/bin/mongo
+
+    # node links
+    rm -rf bin
+    install -dm755 bin
+    ln -s /usr/bin/node bin/node
+    ln -s /usr/bin/node-waf bin/node-waf
+    ln -s /usr/bin/npm bin/npm
+}

Deleted: community-x86_64/meteor
===================================================================
--- community-x86_64/meteor	2013-03-14 08:55:33 UTC (rev 86244)
+++ community-x86_64/meteor	2013-03-14 08:59:11 UTC (rev 86245)
@@ -1,13 +0,0 @@
-#!/bin/sh
-if [ "$(ulimit -n)" != "unlimited" ] ; then
-    ulimit -n 16384 > /dev/null 2>&1 || \
-    ulimit -n 8192 > /dev/null 2>&1 || \
-    ulimit -n 4096 > /dev/null 2>&1 || \
-    ulimit -n 2048 > /dev/null 2>&1 || \
-    ulimit -n 1024 > /dev/null 2>&1 || \
-    ulimit -n 512 > /dev/null 2>&1
-fi
-
-METEORDIR=/usr/lib/meteor
-export NODE_PATH=$METEORDIR/lib/node_modules
-exec /usr/bin/node $METEORDIR/app/meteor/meteor.js "$@"

Copied: meteorjs/repos/community-x86_64/meteor (from rev 86244, meteorjs/trunk/meteor)
===================================================================
--- community-x86_64/meteor	                        (rev 0)
+++ community-x86_64/meteor	2013-03-14 08:59:11 UTC (rev 86245)
@@ -0,0 +1,13 @@
+#!/bin/sh
+if [ "$(ulimit -n)" != "unlimited" ] ; then
+    ulimit -n 16384 > /dev/null 2>&1 || \
+    ulimit -n 8192 > /dev/null 2>&1 || \
+    ulimit -n 4096 > /dev/null 2>&1 || \
+    ulimit -n 2048 > /dev/null 2>&1 || \
+    ulimit -n 1024 > /dev/null 2>&1 || \
+    ulimit -n 512 > /dev/null 2>&1
+fi
+
+METEORDIR=/usr/lib/meteor
+export NODE_PATH=$METEORDIR/lib/node_modules
+exec /usr/bin/node $METEORDIR/app/meteor/meteor.js "$@"




More information about the arch-commits mailing list