Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 632536 - dev-java/sbt-bin-1.0.4 version bump request
Summary: dev-java/sbt-bin-1.0.4 version bump request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-30 14:46 UTC by Florian Schmaus
Modified: 2018-04-15 16:40 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Schmaus gentoo-dev 2017-09-30 14:46:54 UTC
sbt 1.0.2 has been released. See http://www.scala-sbt.org/download.html
Comment 1 Jonas Stein gentoo-dev 2017-10-01 19:16:31 UTC
Thank you for the bump request. 
You can help the maintainer with further information:
Does a simple bump [1] work on your system? 
Chances are high, because a first look on the bump revealed only small changes.

[1] https://wiki.gentoo.org/wiki/Custom_repository#Simple_version_bump_of_an_ebuild_in_the_local_overlay
Comment 2 Alex Belykh 2017-12-17 00:51:25 UTC
Simply bumping the ebuild doesn't help, as they don't seem to publish sbt-bin to bintray.com anymore. SRC_URI has to be changed to github as follows.

SRC_URI="https://github.com/sbt/sbt/releases/download/v${PV}/${PN/-bin}-${PV}.tgz"

Then everything works. Meanwhile 1.0.4 is already out.
Comment 3 Mike Limansky 2018-02-15 08:04:57 UTC
sbt 1.1.1 is available
Comment 4 Mike Limansky 2018-04-15 07:38:14 UTC
sbt-1.1.4 is available. Works fine with renamed ebuild with

SRC_URI="https://github.com/sbt/sbt/releases/download/v${PV}/${PN/-bin}-${PV}.tgz"
Comment 5 Larry the Git Cow gentoo-dev 2018-04-15 16:40:35 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=071f0e57ff6441f6225a8e0023c894b9832de464

commit 071f0e57ff6441f6225a8e0023c894b9832de464
Author:     Patrice Clement <monsieurp@gentoo.org>
AuthorDate: 2018-04-15 12:42:56 +0000
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: 2018-04-15 16:40:19 +0000

    dev-java/sbt-bin: version bump.
    
    Closes: https://bugs.gentoo.org/632536
    Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-java/sbt-bin/Manifest             |  1 +
 dev-java/sbt-bin/sbt-bin-1.1.4.ebuild | 49 +++++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)