Github messages for voidlinux
 help / color / mirror / Atom feed
From: ndowens <ndowens@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] leiningen: update to 2.9.5.
Date: Thu, 10 Dec 2020 00:24:27 +0100	[thread overview]
Message-ID: <20201209232427.-_NILyT8aCDKXWSvyW6yVzxoTQGAgOSeomKEt72orH4@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27057@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

There is an updated pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages leiningen
https://github.com/void-linux/void-packages/pull/27057

leiningen: update to 2.9.5.


A patch file from https://github.com/void-linux/void-packages/pull/27057.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-leiningen-27057.patch --]
[-- Type: text/x-diff, Size: 3174 bytes --]

From fa5e05ee50b82ea1aa4916dcfe6faf20394233d2 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Wed, 9 Dec 2020 17:22:12 -0600
Subject: [PATCH] leiningen: update to 2.9.5.

---
 srcpkgs/leiningen/patches/quote.patch | 21 ---------------------
 srcpkgs/leiningen/template            | 15 ++++++++-------
 2 files changed, 8 insertions(+), 28 deletions(-)
 delete mode 100644 srcpkgs/leiningen/patches/quote.patch

diff --git a/srcpkgs/leiningen/patches/quote.patch b/srcpkgs/leiningen/patches/quote.patch
deleted file mode 100644
index 4b2623003ee..00000000000
--- a/srcpkgs/leiningen/patches/quote.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From 7677dabea40a2d17a42a718ca8c7e450b09e153c Mon Sep 17 00:00:00 2001
-From: Phil Hagelberg <phil@hagelb.org>
-Date: Wed, 8 Jul 2020 14:31:03 -0700
-Subject: [PATCH] Fix missing quote in bin/lein-pkg.
-
-Fixes #2691
----
- bin/lein-pkg | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- bin/lein-pkg
-+++ bin/lein-pkg
-@@ -86,7 +86,7 @@ if [ -r .lein-fast-trampoline ]; then
- fi
- 
- if [ "$LEIN_FAST_TRAMPOLINE" != "" ] && [ -r project.clj ]; then
--    INPUTS="$* $(cat project.clj) $LEIN_VERSION $(test -f "$LEIN_HOME/profiles.clj" && cat "$LEIN_HOME/profiles.clj") $(test -f profiles.clj && cat profiles.clj)
-+    INPUTS="$* $(cat project.clj) $LEIN_VERSION $(test -f "$LEIN_HOME/profiles.clj" && cat "$LEIN_HOME/profiles.clj") $(test -f profiles.clj && cat profiles.clj)"
- 
-     if command -v shasum >/dev/null 2>&1; then
-         SUM="shasum"
diff --git a/srcpkgs/leiningen/template b/srcpkgs/leiningen/template
index 6d51d39df14..bed67800d0e 100644
--- a/srcpkgs/leiningen/template
+++ b/srcpkgs/leiningen/template
@@ -1,7 +1,7 @@
 # Template file for 'leiningen'
 pkgname=leiningen
-version=2.9.4
-revision=2
+version=2.9.5
+revision=1
 depends="bash virtual?java-runtime"
 short_desc="Automate Clojure projects without setting your hair on fire"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -9,15 +9,16 @@ license="EPL-2.0"
 homepage="http://leiningen.org/"
 distfiles="https://github.com/technomancy/${pkgname}/archive/${version}.tar.gz
  https://github.com/technomancy/${pkgname}/releases/download/${version}/leiningen-${version}-standalone.zip"
-checksum="be1b1e43c5376f2fdc8666aeb671df16c19776d5cfe64339292a3d35ce3a7faa
- 0e3c339480347df0445317d329accbd4a578ebbd8d91e568e661feb1b388706c"
+checksum="a29b45966e5cc1a37d5dc07fe436ed7cb172c88c53d44a049956ff53a096d43e
+ df490c98bfe8d667bc5d83b80238528877234c285d0d48f61a4c8743c2db1eea"
 skip_extraction="leiningen-${version}-standalone.zip"
 
 do_install() {
 	vbin bin/lein-pkg lein
 	vman doc/lein.1
 
-	vinstall ${XBPS_SRCDISTDIR}/${pkgname}-${version}/leiningen-${version}-standalone.zip 644 usr/share/java leiningen-${version}-standalone.jar
-	vinstall zsh_completion.zsh 644 usr/share/zsh/site-functions _lein
-	vinstall bash_completion.bash 644 usr/share/bash-completion/completions lein
+	vinstall ${XBPS_SRCDISTDIR}/${pkgname}-${version}/leiningen-${version}-standalone.zip \
+		644 usr/share/java leiningen-${version}-standalone.jar
+	vcompletion zsh_completion.zsh zsh lein
+	vcompletion bash_completion.bash bash lein
 }

  reply	other threads:[~2020-12-09 23:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-09 23:21 [PR PATCH] " ndowens
2020-12-09 23:24 ` ndowens [this message]
2020-12-12  6:15 ` [PR PATCH] [Merged]: " ericonr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201209232427.-_NILyT8aCDKXWSvyW6yVzxoTQGAgOSeomKEt72orH4@z \
    --to=ndowens@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).