[arch-commits] Commit in sbt/repos/community-any (12 files)

Andrea Scarpino andrea at archlinux.org
Fri Dec 5 15:10:16 UTC 2014


    Date: Friday, December 5, 2014 @ 16:10:15
  Author: andrea
Revision: 123479

archrelease: copy trunk to community-any

Added:
  sbt/repos/community-any/LICENSE
    (from rev 123478, sbt/trunk/LICENSE)
  sbt/repos/community-any/LICENSE_Scala
    (from rev 123478, sbt/trunk/LICENSE_Scala)
  sbt/repos/community-any/PKGBUILD
    (from rev 123478, sbt/trunk/PKGBUILD)
  sbt/repos/community-any/sbt.conf.csh
    (from rev 123478, sbt/trunk/sbt.conf.csh)
  sbt/repos/community-any/sbt.conf.sh
    (from rev 123478, sbt/trunk/sbt.conf.sh)
  sbt/repos/community-any/sbt.sh
    (from rev 123478, sbt/trunk/sbt.sh)
Deleted:
  sbt/repos/community-any/LICENSE
  sbt/repos/community-any/LICENSE_Scala
  sbt/repos/community-any/PKGBUILD
  sbt/repos/community-any/sbt.conf.csh
  sbt/repos/community-any/sbt.conf.sh
  sbt/repos/community-any/sbt.sh

---------------+
 LICENSE       |   50 ++++++++++++++++++------------------
 LICENSE_Scala |   70 +++++++++++++++++++++++++--------------------------
 PKGBUILD      |   76 ++++++++++++++++++++++++++++----------------------------
 sbt.conf.csh  |    2 -
 sbt.conf.sh   |    2 -
 sbt.sh        |    6 ++--
 6 files changed, 103 insertions(+), 103 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2014-12-05 15:10:05 UTC (rev 123478)
+++ LICENSE	2014-12-05 15:10:15 UTC (rev 123479)
@@ -1,25 +0,0 @@
-Copyright (c) 2008, 2009, 2010 Steven Blundy, Josh Cough, Mark Harrah, Stuart Roebuck, Tony Sloane, Vesa Vilhonen, Jason Zaugg
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-1. Redistributions of source code must retain the above copyright
-   notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
-   notice, this list of conditions and the following disclaimer in the
-   documentation and/or other materials provided with the distribution.
-3. The name of the author may not be used to endorse or promote products
-   derived from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-

Copied: sbt/repos/community-any/LICENSE (from rev 123478, sbt/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2014-12-05 15:10:15 UTC (rev 123479)
@@ -0,0 +1,25 @@
+Copyright (c) 2008, 2009, 2010 Steven Blundy, Josh Cough, Mark Harrah, Stuart Roebuck, Tony Sloane, Vesa Vilhonen, Jason Zaugg
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+3. The name of the author may not be used to endorse or promote products
+   derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+

Deleted: LICENSE_Scala
===================================================================
--- LICENSE_Scala	2014-12-05 15:10:05 UTC (rev 123478)
+++ LICENSE_Scala	2014-12-05 15:10:15 UTC (rev 123479)
@@ -1,35 +0,0 @@
-SCALA LICENSE
-
-Copyright (c) 2002-2008 EPFL, Lausanne, unless otherwise specified.
-All rights reserved.
-
-This software was developed by the Programming Methods Laboratory of the
-Swiss Federal Institute of Technology (EPFL), Lausanne, Switzerland.
-
-Permission to use, copy, modify, and distribute this software in source
-or binary form for any purpose with or without fee is hereby granted,
-provided that the following conditions are met:
-
-   1. Redistributions of source code must retain the above copyright
-      notice, this list of conditions and the following disclaimer.
-
-   2. Redistributions in binary form must reproduce the above copyright
-      notice, this list of conditions and the following disclaimer in the
-      documentation and/or other materials provided with the distribution.
-
-   3. Neither the name of the EPFL nor the names of its contributors
-      may be used to endorse or promote products derived from this
-      software without specific prior written permission.
-
-
-THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
-SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGE.
\ No newline at end of file

Copied: sbt/repos/community-any/LICENSE_Scala (from rev 123478, sbt/trunk/LICENSE_Scala)
===================================================================
--- LICENSE_Scala	                        (rev 0)
+++ LICENSE_Scala	2014-12-05 15:10:15 UTC (rev 123479)
@@ -0,0 +1,35 @@
+SCALA LICENSE
+
+Copyright (c) 2002-2008 EPFL, Lausanne, unless otherwise specified.
+All rights reserved.
+
+This software was developed by the Programming Methods Laboratory of the
+Swiss Federal Institute of Technology (EPFL), Lausanne, Switzerland.
+
+Permission to use, copy, modify, and distribute this software in source
+or binary form for any purpose with or without fee is hereby granted,
+provided that the following conditions are met:
+
+   1. Redistributions of source code must retain the above copyright
+      notice, this list of conditions and the following disclaimer.
+
+   2. Redistributions in binary form must reproduce the above copyright
+      notice, this list of conditions and the following disclaimer in the
+      documentation and/or other materials provided with the distribution.
+
+   3. Neither the name of the EPFL nor the names of its contributors
+      may be used to endorse or promote products derived from this
+      software without specific prior written permission.
+
+
+THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGE.
\ No newline at end of file

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-05 15:10:05 UTC (rev 123478)
+++ PKGBUILD	2014-12-05 15:10:15 UTC (rev 123479)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Leif Warner <abimelech at gmail.com>
-
-pkgname=sbt
-epoch=1
-pkgver=0.13.6
-pkgrel=1
-pkgdesc="A minimally intrusive build tool for Scala projects"
-arch=('any')
-url='http://www.scala-sbt.org/'
-license=('custom' 'APACHE')
-depends=('java-runtime-headless' 'sh')
-source=("http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/${pkgver}/sbt-launch.jar"
-        'LICENSE' 'LICENSE_Scala' 'sbt.sh' 'sbt.conf.sh' 'sbt.conf.csh')
-md5sums=('9371cbb34dd1d1e8e7233d9140cef22e'
-         '0cc49331142988765ce73782a5839c57'
-         '4a09aae439532404ef76d0ba1db3342c'
-         'd7b78b04e20ceb05c6870757bce6d3d9'
-         'd3691d3866b0f4e35d4cdc15fac495ef'
-         'db3701bd6facf736100efa5871847564')
-
-package() {
-  install -d "${pkgdir}"/usr/share/java/${pkgname}
-  install -m755 sbt-launch.jar "${pkgdir}"/usr/share/java/${pkgname}
-
-  install -d "${pkgdir}"/usr/bin/
-  install -Dm755 "${srcdir}"/sbt.sh "${pkgdir}"/usr/bin/sbt
-
-  install -d "${pkgdir}"/etc/profile.d
-  install -Dm644 "${srcdir}"/sbt.conf.sh "${pkgdir}"/etc/profile.d/sbt.sh
-  install -Dm644 "${srcdir}"/sbt.conf.csh "${pkgdir}"/etc/profile.d/sbt.csh
-
-  install -Dm644 "${srcdir}"/LICENSE \
-    "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-  install -Dm644 "${srcdir}"/LICENSE_Scala \
-    "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE_Scala
-}

Copied: sbt/repos/community-any/PKGBUILD (from rev 123478, sbt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-12-05 15:10:15 UTC (rev 123479)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Leif Warner <abimelech at gmail.com>
+
+pkgname=sbt
+epoch=1
+pkgver=0.13.7
+pkgrel=1
+pkgdesc="A minimally intrusive build tool for Scala projects"
+arch=('any')
+url='http://www.scala-sbt.org/'
+license=('custom' 'APACHE')
+depends=('java-runtime-headless' 'sh')
+source=("http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/${pkgver}/sbt-launch.jar"
+        'LICENSE' 'LICENSE_Scala' 'sbt.sh' 'sbt.conf.sh' 'sbt.conf.csh')
+md5sums=('7341059aa30c953021d6af41c89d2cac'
+         '0cc49331142988765ce73782a5839c57'
+         '4a09aae439532404ef76d0ba1db3342c'
+         'd7b78b04e20ceb05c6870757bce6d3d9'
+         'd3691d3866b0f4e35d4cdc15fac495ef'
+         'db3701bd6facf736100efa5871847564')
+
+package() {
+  install -d "${pkgdir}"/usr/share/java/${pkgname}
+  install -m755 sbt-launch.jar "${pkgdir}"/usr/share/java/${pkgname}
+
+  install -d "${pkgdir}"/usr/bin/
+  install -Dm755 "${srcdir}"/sbt.sh "${pkgdir}"/usr/bin/sbt
+
+  install -d "${pkgdir}"/etc/profile.d
+  install -Dm644 "${srcdir}"/sbt.conf.sh "${pkgdir}"/etc/profile.d/sbt.sh
+  install -Dm644 "${srcdir}"/sbt.conf.csh "${pkgdir}"/etc/profile.d/sbt.csh
+
+  install -Dm644 "${srcdir}"/LICENSE \
+    "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm644 "${srcdir}"/LICENSE_Scala \
+    "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE_Scala
+}

Deleted: sbt.conf.csh
===================================================================
--- sbt.conf.csh	2014-12-05 15:10:05 UTC (rev 123478)
+++ sbt.conf.csh	2014-12-05 15:10:15 UTC (rev 123479)
@@ -1 +0,0 @@
-setenv SBT_OPTS "-Xms512M -Xmx1536M -Xss1M -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=256M"

Copied: sbt/repos/community-any/sbt.conf.csh (from rev 123478, sbt/trunk/sbt.conf.csh)
===================================================================
--- sbt.conf.csh	                        (rev 0)
+++ sbt.conf.csh	2014-12-05 15:10:15 UTC (rev 123479)
@@ -0,0 +1 @@
+setenv SBT_OPTS "-Xms512M -Xmx1536M -Xss1M -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=256M"

Deleted: sbt.conf.sh
===================================================================
--- sbt.conf.sh	2014-12-05 15:10:05 UTC (rev 123478)
+++ sbt.conf.sh	2014-12-05 15:10:15 UTC (rev 123479)
@@ -1 +0,0 @@
-export SBT_OPTS="-Xms512M -Xmx1536M -Xss1M -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=256M"

Copied: sbt/repos/community-any/sbt.conf.sh (from rev 123478, sbt/trunk/sbt.conf.sh)
===================================================================
--- sbt.conf.sh	                        (rev 0)
+++ sbt.conf.sh	2014-12-05 15:10:15 UTC (rev 123479)
@@ -0,0 +1 @@
+export SBT_OPTS="-Xms512M -Xmx1536M -Xss1M -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=256M"

Deleted: sbt.sh
===================================================================
--- sbt.sh	2014-12-05 15:10:05 UTC (rev 123478)
+++ sbt.sh	2014-12-05 15:10:15 UTC (rev 123479)
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-java $SBT_OPTS -jar /usr/share/java/sbt/sbt-launch.jar "$@"

Copied: sbt/repos/community-any/sbt.sh (from rev 123478, sbt/trunk/sbt.sh)
===================================================================
--- sbt.sh	                        (rev 0)
+++ sbt.sh	2014-12-05 15:10:15 UTC (rev 123479)
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+java $SBT_OPTS -jar /usr/share/java/sbt/sbt-launch.jar "$@"



More information about the arch-commits mailing list