Skip to content

Commit

Permalink
Updating scalafmt-bin
Browse files Browse the repository at this point in the history
  • Loading branch information
tmacedo committed Aug 30, 2023
1 parent e570fa3 commit 48a10fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
4 changes: 2 additions & 2 deletions dev-java/scalafmt-bin/Manifest
@@ -1,2 +1,2 @@
DIST scalafmt-linux.zip 18315010 BLAKE2B 1b1061996dd291aa20d867dda73e668a8ebbe011719998c30c2611da8a444160affe1804a892963e4617dce215f995ccec9333d5a1bf5ae4ea78eb07c12e210b SHA512 6cf20a4688e32e738e31f51cb91b704a694b9c29a980eb0968628d18339e82ca990534d5e721377fad3775105cebcecdf7480ce831fad20ce7dbd5f091c7df59
EBUILD scalafmt-bin-2.4.2.ebuild 509 BLAKE2B 2cde7d1333b7cc625cc17c0c6587014777a2819299c14b45b3a859cad445a4b3cb6ad38401cbc84b80367ae656aa352e110b58447732cdef2e5862621b387301 SHA512 0477cdfea69c18c21687919544adc1587550f2d744d08dc59ef939266a32bbd04ae6ebc59664374cbb7699120ddfe560c395de07c4df8e6a48b0b248306dcd3b
DIST scalafmt-linux-glibc 48485304 BLAKE2B 3d1aaf9d686597b17d7514ce345c1b4ba3fc8365a23ec71e829711621ba783ab1adc0e0e9585ccac215f907fe7b6664efaa6a77de0547b2bc217e65889a86a64 SHA512 eed6d1909d40d4d9fc57fb386f87aaab1f601dc1868e8745398ff8c68528a0ab985f30d2748a3363b66bec0b23a231c7dc10ec41c4842a8c83e06a838b1c9d52
EBUILD scalafmt-bin-3.7.13.ebuild 518 BLAKE2B 9455ea9f340520946e22fd43b452c4a9bc3953a06db29ab20abe26389a98ead6016c8127c8f8bcf249562c662fee59caa45b40c556af7ce12f47a7602a3c5425 SHA512 34234bd7ceaaf39c898baa4635ac5ee724686482e4a1fb33e540407da9d64ce56b20cd7512ddf6ea937a312b9de5995f3c15180838609259c2566a4cacf288e0
@@ -1,13 +1,11 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit eutils
EAPI=8

DESCRIPTION="Scalafmt - code formatter for Scala"
HOMEPAGE="http://scalameta.org/scalafmt/"
SRC_URI="https://github.com/scalameta/scalafmt/releases/download/v${PV}/scalafmt-linux.zip"
SRC_URI="https://github.com/scalameta/scalafmt/releases/download/v${PV}/scalafmt-linux-glibc"

LICENSE="Apache-2.0"
SLOT="0"
Expand All @@ -19,9 +17,8 @@ RDEPEND="
>=virtual/jre-1.8"

src_unpack() {
default
mkdir "${S}"
mv scalafmt "${S}"
cp ../distdir/scalafmt-linux-glibc "${S}/scalafmt"
}

src_install() {
Expand Down

0 comments on commit 48a10fa

Please sign in to comment.