Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: [PR PATCH] [Updated] syncthing-inotify: remove package
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23984@inbox.vuxu.org>
@ 2020-08-04 15:43 ` PaperMountainStudio
  2020-08-04 16:52 ` PaperMountainStudio
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: PaperMountainStudio @ 2020-08-04 15:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/PaperMountainStudio/void-packages remove-syncthing-inotify
https://github.com/void-linux/void-packages/pull/23984

syncthing-inotify: remove package
> As of version v0.14.40, the functionality of syncthing-inotify is integrated in Syncthing

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-remove-syncthing-inotify-23984.patch --]
[-- Type: text/x-diff, Size: 1974 bytes --]

From 3b40d4f28f2e8929c80e29d650a35341a8c590b6 Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Tue, 4 Aug 2020 17:38:04 +0200
Subject: [PATCH] syncthing-inotify: remove package

---
 srcpkgs/syncthing-inotify          |  1 +
 srcpkgs/syncthing-inotify/template | 18 ------------------
 srcpkgs/syncthing/template         |  6 ++++++
 3 files changed, 7 insertions(+), 18 deletions(-)
 create mode 120000 srcpkgs/syncthing-inotify
 delete mode 100644 srcpkgs/syncthing-inotify/template

diff --git a/srcpkgs/syncthing-inotify b/srcpkgs/syncthing-inotify
new file mode 120000
index 00000000000..29e19df41f9
--- /dev/null
+++ b/srcpkgs/syncthing-inotify
@@ -0,0 +1 @@
+syncthing
\ No newline at end of file
diff --git a/srcpkgs/syncthing-inotify/template b/srcpkgs/syncthing-inotify/template
deleted file mode 100644
index 061c91aba27..00000000000
--- a/srcpkgs/syncthing-inotify/template
+++ /dev/null
@@ -1,18 +0,0 @@
-# Template file for 'syncthing-inotify'
-pkgname=syncthing-inotify
-version=0.8.7
-revision=7
-build_style=go
-go_import_path="github.com/syncthing/syncthing-inotify"
-go_ldflags="-X main.Version=v${version}"
-short_desc="Inotify file watcher for Syncthing"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="MPLv2"
-homepage="https://github.com/syncthing/syncthing-inotify"
-distfiles="https://github.com/syncthing/syncthing-inotify/archive/v${version}.tar.gz"
-checksum=bf7a71695206c765cf407d85656f6f0f8be1715af3d3bb7f81985f749162a6b2
-
-post_install() {
-	vlicense LICENSE
-	vdoc README.md
-}
diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template
index acc4df3ecd9..2608d0dee18 100644
--- a/srcpkgs/syncthing/template
+++ b/srcpkgs/syncthing/template
@@ -75,3 +75,9 @@ syncthing-discosrv_package() {
 		vman man/stdiscosrv.1
 	}
 }
+
+syncthing-inotify_package() {
+	build_style=meta
+	short_desc="Inotify file watcher for Syncthing (transitional dummy package)"
+	depends="${sourcepkg}>=${version}_${revision}"
+}

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

* Re: syncthing-inotify: remove package
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23984@inbox.vuxu.org>
  2020-08-04 15:43 ` [PR PATCH] [Updated] syncthing-inotify: remove package PaperMountainStudio
@ 2020-08-04 16:52 ` PaperMountainStudio
  2020-08-04 17:12 ` [PR PATCH] [Updated] " PaperMountainStudio
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: PaperMountainStudio @ 2020-08-04 16:52 UTC (permalink / raw)
  To: ml

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

New comment by PaperMountainStudio on void-packages repository

https://github.com/void-linux/void-packages/pull/23984#issuecomment-668709153

Comment:
@ahesford I made the changes you requested, is the commit message still relevant?

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

* Re: [PR PATCH] [Updated] syncthing-inotify: remove package
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23984@inbox.vuxu.org>
  2020-08-04 15:43 ` [PR PATCH] [Updated] syncthing-inotify: remove package PaperMountainStudio
  2020-08-04 16:52 ` PaperMountainStudio
@ 2020-08-04 17:12 ` PaperMountainStudio
  2020-08-04 17:13 ` PaperMountainStudio
  2020-08-04 18:10 ` [PR PATCH] [Closed]: " ahesford
  4 siblings, 0 replies; 5+ messages in thread
From: PaperMountainStudio @ 2020-08-04 17:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/PaperMountainStudio/void-packages remove-syncthing-inotify
https://github.com/void-linux/void-packages/pull/23984

syncthing-inotify: remove package
> As of version v0.14.40, the functionality of syncthing-inotify is integrated in Syncthing

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-remove-syncthing-inotify-23984.patch --]
[-- Type: text/x-diff, Size: 2001 bytes --]

From 93005d9688c215800cbd0cb21cd1926d2f99f2b2 Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Tue, 4 Aug 2020 17:38:04 +0200
Subject: [PATCH] syncthing: make syncthing-inotify a transitional sub-package

---
 srcpkgs/syncthing-inotify          |  1 +
 srcpkgs/syncthing-inotify/template | 18 ------------------
 srcpkgs/syncthing/template         |  6 ++++++
 3 files changed, 7 insertions(+), 18 deletions(-)
 create mode 120000 srcpkgs/syncthing-inotify
 delete mode 100644 srcpkgs/syncthing-inotify/template

diff --git a/srcpkgs/syncthing-inotify b/srcpkgs/syncthing-inotify
new file mode 120000
index 00000000000..29e19df41f9
--- /dev/null
+++ b/srcpkgs/syncthing-inotify
@@ -0,0 +1 @@
+syncthing
\ No newline at end of file
diff --git a/srcpkgs/syncthing-inotify/template b/srcpkgs/syncthing-inotify/template
deleted file mode 100644
index 061c91aba27..00000000000
--- a/srcpkgs/syncthing-inotify/template
+++ /dev/null
@@ -1,18 +0,0 @@
-# Template file for 'syncthing-inotify'
-pkgname=syncthing-inotify
-version=0.8.7
-revision=7
-build_style=go
-go_import_path="github.com/syncthing/syncthing-inotify"
-go_ldflags="-X main.Version=v${version}"
-short_desc="Inotify file watcher for Syncthing"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="MPLv2"
-homepage="https://github.com/syncthing/syncthing-inotify"
-distfiles="https://github.com/syncthing/syncthing-inotify/archive/v${version}.tar.gz"
-checksum=bf7a71695206c765cf407d85656f6f0f8be1715af3d3bb7f81985f749162a6b2
-
-post_install() {
-	vlicense LICENSE
-	vdoc README.md
-}
diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template
index acc4df3ecd9..2608d0dee18 100644
--- a/srcpkgs/syncthing/template
+++ b/srcpkgs/syncthing/template
@@ -75,3 +75,9 @@ syncthing-discosrv_package() {
 		vman man/stdiscosrv.1
 	}
 }
+
+syncthing-inotify_package() {
+	build_style=meta
+	short_desc="Inotify file watcher for Syncthing (transitional dummy package)"
+	depends="${sourcepkg}>=${version}_${revision}"
+}

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

* Re: [PR PATCH] [Updated] syncthing-inotify: remove package
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23984@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2020-08-04 17:12 ` [PR PATCH] [Updated] " PaperMountainStudio
@ 2020-08-04 17:13 ` PaperMountainStudio
  2020-08-04 18:10 ` [PR PATCH] [Closed]: " ahesford
  4 siblings, 0 replies; 5+ messages in thread
From: PaperMountainStudio @ 2020-08-04 17:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/PaperMountainStudio/void-packages remove-syncthing-inotify
https://github.com/void-linux/void-packages/pull/23984

syncthing-inotify: remove package
> As of version v0.14.40, the functionality of syncthing-inotify is integrated in Syncthing

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-remove-syncthing-inotify-23984.patch --]
[-- Type: text/x-diff, Size: 2189 bytes --]

From 316e8f7dea79f7c1d1121bd60ece872f4b02a583 Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Tue, 4 Aug 2020 17:38:04 +0200
Subject: [PATCH] syncthing: make syncthing-inotify a transitional sub-package

---
 srcpkgs/syncthing-inotify          |  1 +
 srcpkgs/syncthing-inotify/template | 18 ------------------
 srcpkgs/syncthing/template         |  8 +++++++-
 3 files changed, 8 insertions(+), 19 deletions(-)
 create mode 120000 srcpkgs/syncthing-inotify
 delete mode 100644 srcpkgs/syncthing-inotify/template

diff --git a/srcpkgs/syncthing-inotify b/srcpkgs/syncthing-inotify
new file mode 120000
index 00000000000..29e19df41f9
--- /dev/null
+++ b/srcpkgs/syncthing-inotify
@@ -0,0 +1 @@
+syncthing
\ No newline at end of file
diff --git a/srcpkgs/syncthing-inotify/template b/srcpkgs/syncthing-inotify/template
deleted file mode 100644
index 061c91aba27..00000000000
--- a/srcpkgs/syncthing-inotify/template
+++ /dev/null
@@ -1,18 +0,0 @@
-# Template file for 'syncthing-inotify'
-pkgname=syncthing-inotify
-version=0.8.7
-revision=7
-build_style=go
-go_import_path="github.com/syncthing/syncthing-inotify"
-go_ldflags="-X main.Version=v${version}"
-short_desc="Inotify file watcher for Syncthing"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="MPLv2"
-homepage="https://github.com/syncthing/syncthing-inotify"
-distfiles="https://github.com/syncthing/syncthing-inotify/archive/v${version}.tar.gz"
-checksum=bf7a71695206c765cf407d85656f6f0f8be1715af3d3bb7f81985f749162a6b2
-
-post_install() {
-	vlicense LICENSE
-	vdoc README.md
-}
diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template
index acc4df3ecd9..f39f270328d 100644
--- a/srcpkgs/syncthing/template
+++ b/srcpkgs/syncthing/template
@@ -1,7 +1,7 @@
 # Template file for 'syncthing'
 pkgname=syncthing
 version=1.7.1
-revision=1
+revision=2
 build_style=go
 go_import_path="github.com/syncthing/syncthing"
 go_package="
@@ -75,3 +75,9 @@ syncthing-discosrv_package() {
 		vman man/stdiscosrv.1
 	}
 }
+
+syncthing-inotify_package() {
+	build_style=meta
+	short_desc="Inotify file watcher for Syncthing (transitional dummy package)"
+	depends="${sourcepkg}>=${version}_${revision}"
+}

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

* Re: [PR PATCH] [Closed]: syncthing-inotify: remove package
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23984@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2020-08-04 17:13 ` PaperMountainStudio
@ 2020-08-04 18:10 ` ahesford
  4 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2020-08-04 18:10 UTC (permalink / raw)
  To: ml

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

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

syncthing-inotify: remove package
https://github.com/void-linux/void-packages/pull/23984

Description:
> As of version v0.14.40, the functionality of syncthing-inotify is integrated in Syncthing

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

end of thread, other threads:[~2020-08-04 18:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23984@inbox.vuxu.org>
2020-08-04 15:43 ` [PR PATCH] [Updated] syncthing-inotify: remove package PaperMountainStudio
2020-08-04 16:52 ` PaperMountainStudio
2020-08-04 17:12 ` [PR PATCH] [Updated] " PaperMountainStudio
2020-08-04 17:13 ` PaperMountainStudio
2020-08-04 18:10 ` [PR PATCH] [Closed]: " ahesford

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