Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gandi-cli: remove.
@ 2022-07-02  4:33 Goorzhel
  2022-07-02  4:35 ` Goorzhel
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Goorzhel @ 2022-07-02  4:33 UTC (permalink / raw)
  To: ml

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

There is a new pull request by Goorzhel against master on the void-packages repository

https://github.com/Goorzhel/void-packages gandi-cli
https://github.com/void-linux/void-packages/pull/37797

gandi-cli: remove.
Upstream archived August 2021.

Follows from https://github.com/void-linux/void-packages/pull/37629#issuecomment-1165840400.

cc: @paper42 @lonwillett


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

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

From a77c1d6f9ff784d52fab40f1fffc9845332c7efb Mon Sep 17 00:00:00 2001
From: Antonio Gurgel <antonio@goorzhel.com>
Date: Fri, 1 Jul 2022 21:31:26 -0700
Subject: [PATCH] gandi-cli: remove.

Upstream archived August 2021.
---
 srcpkgs/gandi-cli/template        | 20 --------------------
 srcpkgs/removed-packages/template |  1 +
 2 files changed, 1 insertion(+), 20 deletions(-)
 delete mode 100644 srcpkgs/gandi-cli/template

diff --git a/srcpkgs/gandi-cli/template b/srcpkgs/gandi-cli/template
deleted file mode 100644
index 71cbc44cc7d7..000000000000
--- a/srcpkgs/gandi-cli/template
+++ /dev/null
@@ -1,20 +0,0 @@
-# Template file for 'gandi-cli'
-pkgname=gandi-cli
-version=1.6
-revision=2
-wrksrc="gandi.cli-${version}"
-build_style=python3-module
-hostmakedepends="python3-docutils python3-setuptools"
-depends="python3-setuptools python3-IPy python3-click python3-requests python3-yaml"
-checkdepends="$depends python3-pytest-cov"
-short_desc="Command line interface to Gandi.net"
-maintainer="Lon Willett <xgit@lonw.net>"
-license="GPL-3.0-or-later"
-homepage="http://cli.gandi.net"
-distfiles="https://github.com/Gandi/gandi.cli/archive/${version}.tar.gz"
-checksum=f9a8140604c2f8ff2bef31851456906d301bfef2a36101280bbaf531a05cb52e
-
-post_install() {
-	rst2man --no-generator gandicli.man.rst > gandi.1
-	vman gandi.1
-}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index f8cb33ef4098..0ccc276d6820 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -81,6 +81,7 @@ replaces="
  fontmatrix<=0.6.0.20171228_2
  freshplayerplugin<=0.3.9_9
  fuse-usmb<=20130204_7
+ gandi-cli<=1.6_2
  gconf-editor<=3.0.1_3
  gegl3<=0.3.28_2
  gens-gs<=2.16.7_2

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: gandi-cli: remove.
  2022-07-02  4:33 [PR PATCH] gandi-cli: remove Goorzhel
@ 2022-07-02  4:35 ` Goorzhel
  2022-07-02  6:03 ` sgn
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Goorzhel @ 2022-07-02  4:35 UTC (permalink / raw)
  To: ml

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

New comment by Goorzhel on void-packages repository

https://github.com/void-linux/void-packages/pull/37797#issuecomment-1172832736

Comment:
No dependencies:
```
❯ git l | head -2
a77c1d6f9f gandi-cli: remove.
d06dd0d007 wf-recorder: update to 0.3.0.
❯ ag gandi-cli srcpkgs
srcpkgs/removed-packages/template
84: gandi-cli<=1.6_2
```

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: gandi-cli: remove.
  2022-07-02  4:33 [PR PATCH] gandi-cli: remove Goorzhel
  2022-07-02  4:35 ` Goorzhel
@ 2022-07-02  6:03 ` sgn
  2022-07-02  6:07 ` Goorzhel
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: sgn @ 2022-07-02  6:03 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/37797#issuecomment-1172842081

Comment:
What is `git l`?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: gandi-cli: remove.
  2022-07-02  4:33 [PR PATCH] gandi-cli: remove Goorzhel
  2022-07-02  4:35 ` Goorzhel
  2022-07-02  6:03 ` sgn
@ 2022-07-02  6:07 ` Goorzhel
  2022-07-02  8:36 ` paper42
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Goorzhel @ 2022-07-02  6:07 UTC (permalink / raw)
  To: ml

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

New comment by Goorzhel on void-packages repository

https://github.com/void-linux/void-packages/pull/37797#issuecomment-1172842764

Comment:
Whoops, I usually remember to substitute aliases:
```
❯ git config alias.l
log --oneline
```

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: gandi-cli: remove.
  2022-07-02  4:33 [PR PATCH] gandi-cli: remove Goorzhel
                   ` (2 preceding siblings ...)
  2022-07-02  6:07 ` Goorzhel
@ 2022-07-02  8:36 ` paper42
  2022-07-02  8:44 ` [PR PATCH] [Updated] " Goorzhel
  2022-07-02 22:58 ` [PR PATCH] [Merged]: gandi-cli: remove package classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-07-02  8:36 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/37797#issuecomment-1172861661

Comment:
The commit message is usually `$pkgname: remove package`, could you change it?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] gandi-cli: remove.
  2022-07-02  4:33 [PR PATCH] gandi-cli: remove Goorzhel
                   ` (3 preceding siblings ...)
  2022-07-02  8:36 ` paper42
@ 2022-07-02  8:44 ` Goorzhel
  2022-07-02 22:58 ` [PR PATCH] [Merged]: gandi-cli: remove package classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: Goorzhel @ 2022-07-02  8:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Goorzhel/void-packages gandi-cli
https://github.com/void-linux/void-packages/pull/37797

gandi-cli: remove.
Upstream archived August 2021.

Follows from https://github.com/void-linux/void-packages/pull/37629#issuecomment-1165840400.

cc: @paper42 @lonwillett


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

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

From 19a58ad412a17853d568ad00b5e5c5c313038827 Mon Sep 17 00:00:00 2001
From: Antonio Gurgel <antonio@goorzhel.com>
Date: Sat, 2 Jul 2022 01:44:17 -0700
Subject: [PATCH] gandi-cli: remove package.

Upstream archived August 2021.
---
 srcpkgs/gandi-cli/template        | 20 --------------------
 srcpkgs/removed-packages/template |  1 +
 2 files changed, 1 insertion(+), 20 deletions(-)
 delete mode 100644 srcpkgs/gandi-cli/template

diff --git a/srcpkgs/gandi-cli/template b/srcpkgs/gandi-cli/template
deleted file mode 100644
index 71cbc44cc7d7..000000000000
--- a/srcpkgs/gandi-cli/template
+++ /dev/null
@@ -1,20 +0,0 @@
-# Template file for 'gandi-cli'
-pkgname=gandi-cli
-version=1.6
-revision=2
-wrksrc="gandi.cli-${version}"
-build_style=python3-module
-hostmakedepends="python3-docutils python3-setuptools"
-depends="python3-setuptools python3-IPy python3-click python3-requests python3-yaml"
-checkdepends="$depends python3-pytest-cov"
-short_desc="Command line interface to Gandi.net"
-maintainer="Lon Willett <xgit@lonw.net>"
-license="GPL-3.0-or-later"
-homepage="http://cli.gandi.net"
-distfiles="https://github.com/Gandi/gandi.cli/archive/${version}.tar.gz"
-checksum=f9a8140604c2f8ff2bef31851456906d301bfef2a36101280bbaf531a05cb52e
-
-post_install() {
-	rst2man --no-generator gandicli.man.rst > gandi.1
-	vman gandi.1
-}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index f8cb33ef4098..0ccc276d6820 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -81,6 +81,7 @@ replaces="
  fontmatrix<=0.6.0.20171228_2
  freshplayerplugin<=0.3.9_9
  fuse-usmb<=20130204_7
+ gandi-cli<=1.6_2
  gconf-editor<=3.0.1_3
  gegl3<=0.3.28_2
  gens-gs<=2.16.7_2

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Merged]: gandi-cli: remove package.
  2022-07-02  4:33 [PR PATCH] gandi-cli: remove Goorzhel
                   ` (4 preceding siblings ...)
  2022-07-02  8:44 ` [PR PATCH] [Updated] " Goorzhel
@ 2022-07-02 22:58 ` classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-07-02 22:58 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

gandi-cli: remove package.
https://github.com/void-linux/void-packages/pull/37797

Description:
Upstream archived August 2021.

Follows from https://github.com/void-linux/void-packages/pull/37629#issuecomment-1165840400.

cc: @paper42 @lonwillett


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-07-02 22:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-02  4:33 [PR PATCH] gandi-cli: remove Goorzhel
2022-07-02  4:35 ` Goorzhel
2022-07-02  6:03 ` sgn
2022-07-02  6:07 ` Goorzhel
2022-07-02  8:36 ` paper42
2022-07-02  8:44 ` [PR PATCH] [Updated] " Goorzhel
2022-07-02 22:58 ` [PR PATCH] [Merged]: gandi-cli: remove package classabbyamp

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).