Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] git: add netrc subpackage.
Date: Sat, 02 Nov 2019 13:57:19 +0100	[thread overview]
Message-ID: <20191102125719.Mbmf9fg625jHSpyArS5dHJjeBYzx8BtYvL4W_LHcmHg@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-15937@inbox.vuxu.org>

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

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

https://github.com/travankor/void-packages git
https://github.com/void-linux/void-packages/pull/15937

git: add netrc subpackage.
None

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

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

From 8f2ca96ea508527c681f05e4e5d61cde67ffb192 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Tue, 29 Oct 2019 04:27:31 -0700
Subject: [PATCH] git: add netrc subpackage.

---
 srcpkgs/git-netrc    |  1 +
 srcpkgs/git/template | 14 ++++++++++++--
 2 files changed, 13 insertions(+), 2 deletions(-)
 create mode 120000 srcpkgs/git-netrc

diff --git a/srcpkgs/git-netrc b/srcpkgs/git-netrc
new file mode 120000
index 00000000000..ce531e3ced1
--- /dev/null
+++ b/srcpkgs/git-netrc
@@ -0,0 +1 @@
+git/
\ No newline at end of file
diff --git a/srcpkgs/git/template b/srcpkgs/git/template
index 4287e24962a..27f1cd9852c 100644
--- a/srcpkgs/git/template
+++ b/srcpkgs/git/template
@@ -1,7 +1,7 @@
 # Template file for 'git'
 pkgname=git
 version=2.23.0
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--with-curl --with-expat --with-tcltk --with-libpcre2
  ac_cv_snprintf_returns_bogus=no"
@@ -22,7 +22,7 @@ checksum=234fa05b6839e92dc300b2dd78c92ec9c0c8d439f65e1d430a7034f60af16067
 replaces="git-perl>=0"
 register_shell=/usr/bin/git-shell
 
-subpackages="git-cvs git-svn gitk git-gui git-all git-libsecret"
+subpackages="git-cvs git-svn gitk git-gui git-all git-libsecret git-netrc"
 
 case "$XBPS_TARGET_MACHINE" in
 	*-musl)
@@ -52,6 +52,7 @@ post_install() {
 	vinstall contrib/git-jump/README 644 usr/share/doc/git-jump
 	make -C contrib/subtree DESTDIR=${DESTDIR} prefix=/usr install install-man
 	vinstall contrib/credential/libsecret/git-credential-libsecret 755 usr/libexec/git-core
+	vinstall contrib/credential/netrc/git-credential-netrc 755 usr/libexec/git-core
 }
 
 git-cvs_package() {
@@ -117,3 +118,12 @@ git-libsecret_package() {
 		vmove usr/libexec/git-core/git-credential-libsecret
 	}
 }
+
+git-netrc_package() {
+	depends="git-${version}_${revision}"
+	archs=noarch
+	short_desc+=" - netrc credential helper"
+	pkg_install() {
+		vmove usr/libexec/git-core/git-credential-netrc
+	}
+}

  parent reply	other threads:[~2019-11-02 12:57 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-30  7:52 [PR PATCH] " voidlinux-github
2019-10-31  7:27 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-31  7:27 ` voidlinux-github
2019-11-02 10:20 ` voidlinux-github
2019-11-02 12:57 ` [PR PATCH] [Updated] " voidlinux-github
2019-11-02 12:57 ` voidlinux-github [this message]
2019-11-06  7:06 ` voidlinux-github
2019-11-08  7:37 ` [PR PATCH] [Merged]: " voidlinux-github

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=20191102125719.Mbmf9fg625jHSpyArS5dHJjeBYzx8BtYvL4W_LHcmHg@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).