Page MenuHomeSolus

D10595.diff
No OneTemporary

D10595.diff

diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,13 +1,14 @@
name : scala
-version : 2.13.3
-release : 7
+version : 2.13.5
+release : 8
source :
- - https://github.com/scala/scala/archive/v2.13.3.tar.gz : ca46cfc74ee32604b65670df24e6044fd422a59f8e8e6279657f272318daa931
+ - https://github.com/scala/scala/archive/v2.13.5.tar.gz : dfb1102c0d6238663b2a082f299431ca6c2bb4191947e03e3c462007f01b03a1
license : BSD-3-Clause
component : programming
+homepage : https://www.scala-lang.org/
summary : Scala Language Toolchain
description: |
- Scala Language Toolchain
+ Scala combines object-oriented and functional programming in one concise, high-level language. Scala's static types help avoid bugs in complex applications, and its JVM and JavaScript runtimes let you build high-performance systems with easy access to huge ecosystems of libraries.
builddeps :
- git
- openjdk-11-devel
@@ -16,6 +17,8 @@
- openjdk-11
networking : yes
build : |
+ export SBT_OPTS="-Xmx4G -XX:ReservedCodeCacheSize=64M"
+
sbt -Divy.home=$workdir/.ivy2 \
-Dsbt.global.base=$workdir/.sbt \
-Dsbt.ivy.home=$workdir/.ivy2 \
@@ -37,4 +40,4 @@
done
popd
- cp -a quick/classes/scala-dist/man $installdir/usr/share
+ cp -a quick/classes/scalaDist/man $installdir/usr/share
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -1,6 +1,7 @@
<PISI>
<Source>
<Name>scala</Name>
+ <Homepage>https://www.scala-lang.org/</Homepage>
<Packager>
<Name>Campbell Jones</Name>
<Email>dev@serebit.com</Email>
@@ -8,14 +9,14 @@
<License>BSD-3-Clause</License>
<PartOf>programming</PartOf>
<Summary xml:lang="en">Scala Language Toolchain</Summary>
- <Description xml:lang="en">Scala Language Toolchain
+ <Description xml:lang="en">Scala combines object-oriented and functional programming in one concise, high-level language. Scala&apos;s static types help avoid bugs in complex applications, and its JVM and JavaScript runtimes let you build high-performance systems with easy access to huge ecosystems of libraries.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
</Source>
<Package>
<Name>scala</Name>
<Summary xml:lang="en">Scala Language Toolchain</Summary>
- <Description xml:lang="en">Scala Language Toolchain
+ <Description xml:lang="en">Scala combines object-oriented and functional programming in one concise, high-level language. Scala&apos;s static types help avoid bugs in complex applications, and its JVM and JavaScript runtimes let you build high-performance systems with easy access to huge ecosystems of libraries.
</Description>
<PartOf>programming</PartOf>
<Files>
@@ -49,12 +50,12 @@
</Files>
</Package>
<History>
- <Update release="7">
- <Date>2020-09-30</Date>
- <Version>2.13.3</Version>
+ <Update release="8">
+ <Date>2021-02-23</Date>
+ <Version>2.13.5</Version>
<Comment>Packaging update</Comment>
<Name>Campbell Jones</Name>
<Email>dev@serebit.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
May 19 2023, 3:45 AM (12 w, 19 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5801332
Default Alt Text
D10595.diff (3 KB)

Event Timeline