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

2017-09-05 Thread Guillaume Alaux
Date: Tuesday, September 5, 2017 @ 20:08:21
  Author: guillaume
Revision: 255903

archrelease: copy trunk to community-any

Added:
  sbt/repos/community-any/LICENSE
(from rev 255902, sbt/trunk/LICENSE)
  sbt/repos/community-any/PKGBUILD
(from rev 255902, sbt/trunk/PKGBUILD)
  sbt/repos/community-any/sbt.install
(from rev 255902, sbt/trunk/sbt.install)
Deleted:
  sbt/repos/community-any/PKGBUILD
  sbt/repos/community-any/sbt.install

-+
 LICENSE |   25 
 PKGBUILD|   89 +-
 sbt.install |   16 +-
 3 files changed, 78 insertions(+), 52 deletions(-)

Copied: sbt/repos/community-any/LICENSE (from rev 255902, sbt/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2017-09-05 20:08:21 UTC (rev 255903)
@@ -0,0 +1,25 @@
+Copyright (c) 2008-2014 Typesafe Inc, Mark Harrah, Grzegorz Kossakowski, Josh 
Suereth, Indrajit Raychaudhuri, Eugene Yokota, and other contributors.
+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: PKGBUILD
===
--- PKGBUILD2017-09-05 20:07:23 UTC (rev 255902)
+++ PKGBUILD2017-09-05 20:08:21 UTC (rev 255903)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX 
-# Contributor: Andrea Scarpino 
-# Contributor: Leif Warner 
-
-pkgname=sbt
-epoch=1
-pkgver=1.0.0
-pkgrel=2
-pkgdesc='The interactive build tool'
-arch=('any')
-url='http://www.scala-sbt.org/'
-license=('BSD')
-depends=('java-runtime-headless=8' 'sh')
-IFS='.' read -a _pkgver <<< "${pkgver}"
-_majorver=${_pkgver[0]}.x
-install=sbt.install
-source=(https://github.com/${pkgname}/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tgz{,.asc}
-
https://raw.githubusercontent.com/${pkgname}/${pkgname}/${_majorver}/LICENSE)
-validpgpkeys=('2EE0EA64E40A89B84B2DF73499E82A75642AC823') # sbt build tool
-sha256sums=('9ae04f4972145f2ac56c4deb868c9a5bb8b8b85c5151885dff3b997712645c5a'
-'SKIP'
-'c822d385b1a73329846241799becf18690b5d44764c1bed69300b536a405030a')
-backup=(etc/${pkgname}/sbtopts)
-
-package() {
-  cd "${pkgname}"
-
-  mkdir -p "${pkgdir}"/usr/share/${pkgname}
-  cp -r lib "${pkgdir}"/usr/share/${pkgname}
-  cp -r bin "${pkgdir}"/usr/share/${pkgname}
-  rm "${pkgdir}"/usr/share/${pkgname}/bin/*.bat
-  chmod -x "${pkgdir}"/usr/share/${pkgname}/bin/*
-  chmod +x "${pkgdir}"/usr/share/${pkgname}/bin/sbt
-  mkdir -p "${pkgdir}"/usr/bin
-  ln -s /usr/share/${pkgname}/bin/sbt "${pkgdir}"/usr/bin/sbt
-
-  mkdir -p "${pkgdir}/etc"
-  cp -r conf "${pkgdir}"/etc/${pkgname}
-  rm "${pkgdir}"/etc/${pkgname}/sbtconfig.txt
-  ln -s /etc/${pkgname} "${pkgdir}"/usr/share/${pkgname}/conf
-
-  install -D "${srcdir}"/LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: sbt/repos/community-any/PKGBUILD (from rev 255902, sbt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-05 20:08:21 UTC (rev 255903)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Guillaume ALAUX 
+# Contributor: Andrea Scarpino 
+# Contributor: Leif Warner 
+
+pkgname=sbt
+epoch=1
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='The interactive build tool'
+arch=('any')
+url='http://www.scala-sbt.org/'
+license=('BSD')
+depends=('java-runtime-headless=8' 'sh')
+IFS='.' read -a _pkgver <<< "${pkgver}"
+_majorver=${_pkgver[0]}.x

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

2016-02-24 Thread Guillaume Alaux
Date: Wednesday, February 24, 2016 @ 13:26:14
  Author: guillaume
Revision: 163300

archrelease: copy trunk to community-any

Added:
  sbt/repos/community-any/PKGBUILD
(from rev 163299, sbt/trunk/PKGBUILD)
Deleted:
  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

--+
 PKGBUILD |   78 +
 sbt.conf.csh |1 
 sbt.conf.sh  |1 
 sbt.sh   |3 --
 4 files changed, 35 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-24 12:24:52 UTC (rev 163299)
+++ PKGBUILD2016-02-24 12:26:14 UTC (rev 163300)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX 
-# Contributor: Andrea Scarpino 
-# Contributor: Leif Warner 
-
-# 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
-}

Copied: sbt/repos/community-any/PKGBUILD (from rev 163299, sbt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-24 12:26:14 UTC (rev 163300)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Guillaume ALAUX 
+# Contributor: Andrea Scarpino 
+# Contributor: Leif Warner 
+
+pkgname=sbt
+epoch=1
+pkgver=0.13.11
+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)
+sha256sums=('a36a6fbf6dd70afd93fb8db16c40e8ac00798fdddfa0b4c678786dc15617afa6'
+'70b7b72694a56a3e922deaf5482273e7c33bab2c00c0c67fc0ccc5d33927ffed')
+
+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.csh2016-02-24 12:24:52 UTC (rev 163299)
+++ sbt.conf.csh2016-02-24 12:26:14 UTC (rev 163300)
@@ -1 +0,0 @@
-setenv SBT_OPTS "-Xms512M -Xmx1536M -Xss1M -XX:+CMSClassUnloadingEnabled 
-XX:MaxPermSize=256M"

Deleted: sbt.conf.sh
===
--- sbt.conf.sh 2016-02-24 12:24:52 UTC (rev 163299)
+++ sbt.conf.sh 2016-02-24 12:26:14 UTC (rev 163300)
@@ -1 +0,0 @@
-export SBT_OPTS="-Xms512M -Xmx1536M -Xss1M -XX:+CMSClassUnloadingEnabled 
-XX:MaxPermSize=256M"

Deleted: sbt.sh
===
--- sbt.sh  2016-02-24 12:24:52