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

Felix Yan felixonmars at archlinux.org
Sat Jan 26 09:25:59 UTC 2019


    Date: Saturday, January 26, 2019 @ 09:25:58
  Author: felixonmars
Revision: 428023

archrelease: copy trunk to community-any

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

-------------+
 LICENSE     |   50 ++++++++++++++++-----------------
 PKGBUILD    |   86 +++++++++++++++++++++++++++++-----------------------------
 sbt.install |   16 +++++-----
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2019-01-26 09:25:38 UTC (rev 428022)
+++ LICENSE	2019-01-26 09:25:58 UTC (rev 428023)
@@ -1,25 +0,0 @@
-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.
-

Copied: sbt/repos/community-any/LICENSE (from rev 428022, sbt/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2019-01-26 09:25:58 UTC (rev 428023)
@@ -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
===================================================================
--- PKGBUILD	2019-01-26 09:25:38 UTC (rev 428022)
+++ PKGBUILD	2019-01-26 09:25:58 UTC (rev 428023)
@@ -1,43 +0,0 @@
-# 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=1.2.7
-pkgrel=1
-pkgdesc='The interactive build tool'
-arch=('any')
-url='http://www.scala-sbt.org/'
-license=('BSD')
-depends=('java-runtime-headless' '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}
-        LICENSE)
-validpgpkeys=('2EE0EA64E40A89B84B2DF73499E82A75642AC823') # sbt build tool
-sha512sums=('9e539396a8223ab2b78e88433d4d3f5fc19a731bdd7f9c5c303ac9d89274a50a1fd147a0285bf5e263b76b64d69ca1a4fe37c071220ce33d1986f9e95e784a73'
-            'SKIP'
-            '49fefd36f8e3e796efd2b95aec76781832f64163445b6ebba624e385446bcbd308e27a82770b5e7b1ce7d4cd406d771549f0a121f1310611c92b3e15bff209d0')
-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 428022, sbt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-26 09:25:58 UTC (rev 428023)
@@ -0,0 +1,43 @@
+# 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=1.2.8
+pkgrel=1
+pkgdesc='The interactive build tool'
+arch=('any')
+url='http://www.scala-sbt.org/'
+license=('BSD')
+depends=('java-runtime-headless' '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}
+        LICENSE)
+validpgpkeys=('2EE0EA64E40A89B84B2DF73499E82A75642AC823') # sbt build tool
+sha512sums=('e12d50de4481dc599b8e129b5caf86b4a6a42426612308f9c8dd791525b5ae325e65f1c1db479bdc00fed2421c108a0dcdd00585f90334446e2cef914484719a'
+            'SKIP'
+            '49fefd36f8e3e796efd2b95aec76781832f64163445b6ebba624e385446bcbd308e27a82770b5e7b1ce7d4cd406d771549f0a121f1310611c92b3e15bff209d0')
+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}
+}

Deleted: sbt.install
===================================================================
--- sbt.install	2019-01-26 09:25:38 UTC (rev 428022)
+++ sbt.install	2019-01-26 09:25:58 UTC (rev 428023)
@@ -1,8 +0,0 @@
-# Config file switch does not play well with Pacman so let's clear this
-pre_upgrade() {
-  conf_link='/etc/sbt/sbtopts'
-  if [ -L $conf_link ]; then
-    unlink $conf_link
-    cp /usr/share/sbt/conf/sbtopts $conf_link
-  fi
-}

Copied: sbt/repos/community-any/sbt.install (from rev 428022, sbt/trunk/sbt.install)
===================================================================
--- sbt.install	                        (rev 0)
+++ sbt.install	2019-01-26 09:25:58 UTC (rev 428023)
@@ -0,0 +1,8 @@
+# Config file switch does not play well with Pacman so let's clear this
+pre_upgrade() {
+  conf_link='/etc/sbt/sbtopts'
+  if [ -L $conf_link ]; then
+    unlink $conf_link
+    cp /usr/share/sbt/conf/sbtopts $conf_link
+  fi
+}



More information about the arch-commits mailing list