Re: NEW: devel/leiningen - Clojure project automation

2019-11-14 Thread Klemens Nanni
On Mon, Nov 11, 2019 at 08:07:00AM +0100, Rafael Sadowski wrote: > If upstream recommends OpenJDK 8, I prefer to set MODJAVA_VER = 1.8 instead > of 1.8+ otherwise we run in and error if only JDK11 is installed: > > $ lein > /usr/local/bin/lein: line 122: /usr/local/jdk-1.8.0/bin/java: No such >

Re: NEW: devel/leiningen - Clojure project automation

2019-11-10 Thread Rafael Sadowski
On Sat Nov 09, 2019 at 07:04:30PM +0100, Klemens Nanni wrote: > On Sat, Nov 02, 2019 at 10:39:26PM +0100, Klemens Nanni wrote: > > On Sat, Nov 02, 2019 at 04:11:50PM -0400, Jon Bernard wrote: > > > I submitted this some time back [1], and here's what I maintain > > > personally [2]. I think the

Re: NEW: devel/leiningen - Clojure project automation

2019-11-09 Thread Klemens Nanni
On Sat, Nov 02, 2019 at 10:39:26PM +0100, Klemens Nanni wrote: > On Sat, Nov 02, 2019 at 04:11:50PM -0400, Jon Bernard wrote: > > I submitted this some time back [1], and here's what I maintain > > personally [2]. I think the shell completions should be named to match > > the port to prevent

Re: NEW: devel/leiningen - Clojure project automation

2019-11-02 Thread Klemens Nanni
On Sat, Nov 02, 2019 at 04:11:50PM -0400, Jon Bernard wrote: > I submitted this some time back [1], and here's what I maintain > personally [2]. I think the shell completions should be named to match > the port to prevent possible collisions. Otherwise it looks good to me. Thanks, I did not look

Re: NEW: devel/leiningen - Clojure project automation

2019-11-02 Thread Jon Bernard
* Klemens Nanni wrote: > This is a small port that merely fetches a bash script and a zip archive > aka. jar file from GitHub and packages it: > > Information for inst:leiningen-2.9.1 > > Comment: > Clojure project automation > > Description: > Leiningen is for

NEW: devel/leiningen - Clojure project automation

2019-11-01 Thread Klemens Nanni
This is a small port that merely fetches a bash script and a zip archive aka. jar file from GitHub and packages it: Information for inst:leiningen-2.9.1 Comment: Clojure project automation Description: Leiningen is for automating Clojure projects without