Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/java-ebuilder:master commit in: scripts/
Date: Wed, 30 Oct 2019 17:35:29
Message-Id: 1483966241.9a02fdacc7449eb3a4f541c7ad8730648ff752a8.mgorny@gentoo
1 commit: 9a02fdacc7449eb3a4f541c7ad8730648ff752a8
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 9 12:50:41 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 9 12:50:41 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/java-ebuilder.git/commit/?id=9a02fdac
7
8 meta.sh: add scala.
9
10 scripts/meta.sh | 4 ++++
11 1 file changed, 4 insertions(+)
12
13 diff --git a/scripts/meta.sh b/scripts/meta.sh
14 index 82d3dc1..4bd16ba 100755
15 --- a/scripts/meta.sh
16 +++ b/scripts/meta.sh
17 @@ -74,6 +74,10 @@ case ${spkg} in
18 echo $1:org.huoc:${spkg}:${sver%%-*}
19 exit 0
20 ;;
21 + scala)
22 + echo $1:org.scala-lang:${spkg}-compiler:${sver%%-*}
23 + exit 0
24 + ;;
25 esac
26
27 touch bebd bpom