[arch-commits] Commit in sbt/repos/community-any (10 files)
Guillaume Alaux
guillaume at archlinux.org
Tue Sep 1 20:36:36 UTC 2015
Date: Tuesday, September 1, 2015 @ 22:36:35
Author: guillaume
Revision: 139082
archrelease: copy trunk to community-any
Added:
sbt/repos/community-any/PKGBUILD
(from rev 139081, sbt/trunk/PKGBUILD)
sbt/repos/community-any/sbt.conf.csh
(from rev 139081, sbt/trunk/sbt.conf.csh)
sbt/repos/community-any/sbt.conf.sh
(from rev 139081, sbt/trunk/sbt.conf.sh)
sbt/repos/community-any/sbt.sh
(from rev 139081, 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 | 25 -----------------
LICENSE_Scala | 35 -----------------------
PKGBUILD | 82 +++++++++++++++++++++++++++++---------------------------
sbt.conf.csh | 2 -
sbt.conf.sh | 2 -
sbt.sh | 6 ++--
6 files changed, 48 insertions(+), 104 deletions(-)
Deleted: LICENSE
===================================================================
--- LICENSE 2015-09-01 20:35:33 UTC (rev 139081)
+++ LICENSE 2015-09-01 20:36:35 UTC (rev 139082)
@@ -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.
-
Deleted: LICENSE_Scala
===================================================================
--- LICENSE_Scala 2015-09-01 20:35:33 UTC (rev 139081)
+++ LICENSE_Scala 2015-09-01 20:36:35 UTC (rev 139082)
@@ -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
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-09-01 20:35:33 UTC (rev 139081)
+++ PKGBUILD 2015-09-01 20:36:35 UTC (rev 139082)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX <guillaume at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Leif Warner <abimelech at gmail.com>
-
-pkgname=sbt
-epoch=1
-pkgver=0.13.8
-pkgrel=1
-pkgdesc="A minimally intrusive build tool for Scala projects"
-arch=('any')
-url='http://www.scala-sbt.org/'
-license=('BSD')
-depends=('java-runtime-headless' 'sh')
-IFS='.' read -a _pkgver <<< "${pkgver}"
-source=(http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/${pkgver}/sbt-launch.jar
- https://raw.githubusercontent.com/${pkgname}/${pkgname}/${_pkgver[1].${_pkgver[2]}}/LICENSE
- sbt.sh
- sbt.conf.sh
- sbt.conf.csh)
-sha256sums=('6570bb03df6138ffaa7ac0bbe35eb4ea79062d1146b6929c75cf238d14dd9158'
- '8753689166238271fd8dceb33ff9dbd90fd8620a56b8387bca2b8807ce3209ca'
- '68f25719dde7e7de53e5f42eddd5d36e275a83cbb9f6a28208f245404233a6c7'
- 'b90676fc30faa4ad2ec3beb7815491bb58cd6e057ec0593664344d6711482357'
- 'b8825593744535787d2c227b61e4ffa2e95a7da071a6488c108ad79abeb9e182')
-
-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 -D -m644 "${srcdir}"/LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
Copied: sbt/repos/community-any/PKGBUILD (from rev 139081, sbt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-09-01 20:36:35 UTC (rev 139082)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Guillaume ALAUX <guillaume at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Leif Warner <abimelech at gmail.com>
+
+# TODO: remove old files from svn (Licenses, sbt, …)
+
+pkgname=sbt
+epoch=1
+pkgver=0.13.9
+pkgrel=1
+pkgdesc="A minimally intrusive build tool for Scala projects"
+arch=('any')
+url='http://www.scala-sbt.org/'
+license=('BSD')
+depends=('java-runtime-headless' 'sh')
+IFS='.' read -a _pkgver <<< "${pkgver}"
+source=(https://dl.bintray.com/${pkgname}/native-packages/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tgz
+ https://raw.githubusercontent.com/${pkgname}/${pkgname}/${_pkgver[0]}.${_pkgver[1]}/LICENSE
+ sbt.sh
+ sbt.conf.sh
+ sbt.conf.csh)
+sha256sums=('148f2801f2993773de6f8859fe0e6520fcabe649d66bb316e13aff8b2fd7f504'
+ '70b7b72694a56a3e922deaf5482273e7c33bab2c00c0c67fc0ccc5d33927ffed'
+ '68f25719dde7e7de53e5f42eddd5d36e275a83cbb9f6a28208f245404233a6c7'
+ 'b90676fc30faa4ad2ec3beb7815491bb58cd6e057ec0593664344d6711482357'
+ 'b8825593744535787d2c227b61e4ffa2e95a7da071a6488c108ad79abeb9e182')
+
+package() {
+ install -d "${pkgdir}"/usr/share
+ cp -r "${srcdir}/${pkgname}" "${pkgdir}"/usr/share
+ rm "${pkgdir}/usr/share/${pkgname}/bin/sbt.bat"
+ rm "${pkgdir}/usr/share/${pkgname}/conf/sbtconfig.txt"
+ find "${pkgdir}/usr/share/${pkgname}" -type f ! -name sbt -exec chmod -x {} \;
+
+ install -d "${pkgdir}"/usr/bin
+ ln -s "/usr/share/${pkgname}/bin/sbt" "${pkgdir}"/usr/bin/sbt
+
+ install -d "${pkgdir}/etc/${pkgname}"
+ ln -s "/usr/share/${pkgname}/conf/sbtopts" "${pkgdir}/etc/${pkgname}/sbtopts"
+
+ install -D -m644 "${srcdir}"/LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
Deleted: sbt.conf.csh
===================================================================
--- sbt.conf.csh 2015-09-01 20:35:33 UTC (rev 139081)
+++ sbt.conf.csh 2015-09-01 20:36:35 UTC (rev 139082)
@@ -1 +0,0 @@
-setenv SBT_OPTS "-Xms512M -Xmx1536M -Xss1M -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=256M"
Copied: sbt/repos/community-any/sbt.conf.csh (from rev 139081, sbt/trunk/sbt.conf.csh)
===================================================================
--- sbt.conf.csh (rev 0)
+++ sbt.conf.csh 2015-09-01 20:36:35 UTC (rev 139082)
@@ -0,0 +1 @@
+setenv SBT_OPTS "-Xms512M -Xmx1536M -Xss1M -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=256M"
Deleted: sbt.conf.sh
===================================================================
--- sbt.conf.sh 2015-09-01 20:35:33 UTC (rev 139081)
+++ sbt.conf.sh 2015-09-01 20:36:35 UTC (rev 139082)
@@ -1 +0,0 @@
-export SBT_OPTS="-Xms512M -Xmx1536M -Xss1M -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=256M"
Copied: sbt/repos/community-any/sbt.conf.sh (from rev 139081, sbt/trunk/sbt.conf.sh)
===================================================================
--- sbt.conf.sh (rev 0)
+++ sbt.conf.sh 2015-09-01 20:36:35 UTC (rev 139082)
@@ -0,0 +1 @@
+export SBT_OPTS="-Xms512M -Xmx1536M -Xss1M -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=256M"
Deleted: sbt.sh
===================================================================
--- sbt.sh 2015-09-01 20:35:33 UTC (rev 139081)
+++ sbt.sh 2015-09-01 20:36:35 UTC (rev 139082)
@@ -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 139081, sbt/trunk/sbt.sh)
===================================================================
--- sbt.sh (rev 0)
+++ sbt.sh 2015-09-01 20:36:35 UTC (rev 139082)
@@ -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