Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] csync: remove package
@ 2023-01-21  2:12 oreo639
  2023-01-21  7:31 ` [PR REVIEW] " paper42
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: oreo639 @ 2023-01-21  2:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages csync
https://github.com/void-linux/void-packages/pull/41766

csync: remove package
Unmaintained since 2012 and the official mirror has been offline for several years.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 52285f3ac5c93c455597ce7275043bc8712d0a90 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Fri, 20 Jan 2023 18:08:43 -0800
Subject: [PATCH] csync: remove package

Unmaintained since 2012 and the official mirror has been offline
for several years.
---
 srcpkgs/csync-devel               |  1 -
 srcpkgs/csync/template            | 34 -------------------------------
 srcpkgs/csync/update              |  1 -
 srcpkgs/removed-packages/template |  4 +++-
 4 files changed, 3 insertions(+), 37 deletions(-)
 delete mode 120000 srcpkgs/csync-devel
 delete mode 100644 srcpkgs/csync/template
 delete mode 100644 srcpkgs/csync/update

diff --git a/srcpkgs/csync-devel b/srcpkgs/csync-devel
deleted file mode 120000
index d26d75f47c68..000000000000
--- a/srcpkgs/csync-devel
+++ /dev/null
@@ -1 +0,0 @@
-csync
\ No newline at end of file
diff --git a/srcpkgs/csync/template b/srcpkgs/csync/template
deleted file mode 100644
index 3367ce53875c..000000000000
--- a/srcpkgs/csync/template
+++ /dev/null
@@ -1,34 +0,0 @@
-# Template file for 'csync'
-pkgname=csync
-version=0.50.0
-revision=5
-build_style=cmake
-configure_args="-DSYSCONF_INSTALL_DIR=/etc"
-conf_files="/etc/csync/csync.conf /etc/csync/csync_exclude.conf"
-hostmakedepends="pkg-config asciidoc"
-makedepends="sqlite-devel libssh-devel samba-devel neon-devel"
-short_desc="Client only bidirectional file synchronizer"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-2.0-only"
-homepage="https://csync.org/"
-distfiles="https://gentoo.osuosl.org/distfiles/3e/csync-${version}.tar.xz"
-checksum=c07526942a93c1e213d354dc45fd61fbc0430c60e109e7a2f0fcaf6213a45c86
-
-pre_configure() {
-	sed -i cmake/Modules/DefineCompilerFlags.cmake \
-		-e's; -pedantic-errors;;'
-}
-
-post_build() {
-	cd ${wrksrc}/doc
-	./makeman.sh csync.1.txt
-}
-
-csync-devel_package() {
-	short_desc+=" - development files"
-	depends="${sourcepkg}>=${version}_${revision}"
-	pkg_install() {
-		vmove usr/include
-		vmove usr/lib/*.so
-	}
-}
diff --git a/srcpkgs/csync/update b/srcpkgs/csync/update
deleted file mode 100644
index d281179cb085..000000000000
--- a/srcpkgs/csync/update
+++ /dev/null
@@ -1 +0,0 @@
-site="https://open.cryptomilk.org/projects/csync/files"
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index c5f362f42fd8..cf1358d4a50f 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -1,6 +1,6 @@
 # Template file for 'removed-packages'
 pkgname=removed-packages
-version=0.1.20230118
+version=0.1.20230120
 revision=1
 build_style=meta
 short_desc="Uninstalls packages removed from repository"
@@ -59,6 +59,8 @@ replaces="
  couchpotato<=3.0.1_3
  cracklib-python<=2.9.7_1
  crystal<=0.34.0_4
+ csync-devel<=0.50.0_6
+ csync<=0.50.0_6
  ctpp2-devel<=2.8.3_7
  ctpp2<=2.8.3_7
  cycle<=0.3.2_2

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

* Re: [PR REVIEW] csync: remove package
  2023-01-21  2:12 [PR PATCH] csync: remove package oreo639
@ 2023-01-21  7:31 ` paper42
  2023-01-21  8:03 ` [PR PATCH] [Updated] " oreo639
  2023-01-21 16:37 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2023-01-21  7:31 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41766#discussion_r1083257218

Comment:
```suggestion
 csync-devel<=0.50.0_5
 csync<=0.50.0_5
```

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

* Re: [PR PATCH] [Updated] csync: remove package
  2023-01-21  2:12 [PR PATCH] csync: remove package oreo639
  2023-01-21  7:31 ` [PR REVIEW] " paper42
@ 2023-01-21  8:03 ` oreo639
  2023-01-21 16:37 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: oreo639 @ 2023-01-21  8:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages csync
https://github.com/void-linux/void-packages/pull/41766

csync: remove package
Unmaintained since 2012 and the official mirror has been offline for several years.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 8b593ea50542fa0aaa6d39786ec1a52cbbcc362d Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Fri, 20 Jan 2023 18:08:43 -0800
Subject: [PATCH] csync: remove package

Unmaintained since 2012 and the official mirror has been offline
for several years.
---
 srcpkgs/csync-devel               |  1 -
 srcpkgs/csync/template            | 34 -------------------------------
 srcpkgs/csync/update              |  1 -
 srcpkgs/removed-packages/template |  4 +++-
 4 files changed, 3 insertions(+), 37 deletions(-)
 delete mode 120000 srcpkgs/csync-devel
 delete mode 100644 srcpkgs/csync/template
 delete mode 100644 srcpkgs/csync/update

diff --git a/srcpkgs/csync-devel b/srcpkgs/csync-devel
deleted file mode 120000
index d26d75f47c68..000000000000
--- a/srcpkgs/csync-devel
+++ /dev/null
@@ -1 +0,0 @@
-csync
\ No newline at end of file
diff --git a/srcpkgs/csync/template b/srcpkgs/csync/template
deleted file mode 100644
index 3367ce53875c..000000000000
--- a/srcpkgs/csync/template
+++ /dev/null
@@ -1,34 +0,0 @@
-# Template file for 'csync'
-pkgname=csync
-version=0.50.0
-revision=5
-build_style=cmake
-configure_args="-DSYSCONF_INSTALL_DIR=/etc"
-conf_files="/etc/csync/csync.conf /etc/csync/csync_exclude.conf"
-hostmakedepends="pkg-config asciidoc"
-makedepends="sqlite-devel libssh-devel samba-devel neon-devel"
-short_desc="Client only bidirectional file synchronizer"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-2.0-only"
-homepage="https://csync.org/"
-distfiles="https://gentoo.osuosl.org/distfiles/3e/csync-${version}.tar.xz"
-checksum=c07526942a93c1e213d354dc45fd61fbc0430c60e109e7a2f0fcaf6213a45c86
-
-pre_configure() {
-	sed -i cmake/Modules/DefineCompilerFlags.cmake \
-		-e's; -pedantic-errors;;'
-}
-
-post_build() {
-	cd ${wrksrc}/doc
-	./makeman.sh csync.1.txt
-}
-
-csync-devel_package() {
-	short_desc+=" - development files"
-	depends="${sourcepkg}>=${version}_${revision}"
-	pkg_install() {
-		vmove usr/include
-		vmove usr/lib/*.so
-	}
-}
diff --git a/srcpkgs/csync/update b/srcpkgs/csync/update
deleted file mode 100644
index d281179cb085..000000000000
--- a/srcpkgs/csync/update
+++ /dev/null
@@ -1 +0,0 @@
-site="https://open.cryptomilk.org/projects/csync/files"
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index c5f362f42fd8..76503449f1e5 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -1,6 +1,6 @@
 # Template file for 'removed-packages'
 pkgname=removed-packages
-version=0.1.20230118
+version=0.1.20230120
 revision=1
 build_style=meta
 short_desc="Uninstalls packages removed from repository"
@@ -59,6 +59,8 @@ replaces="
  couchpotato<=3.0.1_3
  cracklib-python<=2.9.7_1
  crystal<=0.34.0_4
+ csync-devel<=0.50.0_5
+ csync<=0.50.0_5
  ctpp2-devel<=2.8.3_7
  ctpp2<=2.8.3_7
  cycle<=0.3.2_2

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

* Re: [PR PATCH] [Merged]: csync: remove package
  2023-01-21  2:12 [PR PATCH] csync: remove package oreo639
  2023-01-21  7:31 ` [PR REVIEW] " paper42
  2023-01-21  8:03 ` [PR PATCH] [Updated] " oreo639
@ 2023-01-21 16:37 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2023-01-21 16:37 UTC (permalink / raw)
  To: ml

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

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

csync: remove package
https://github.com/void-linux/void-packages/pull/41766

Description:
Unmaintained since 2012 and the official mirror has been offline for several years.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-01-21 16:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-21  2:12 [PR PATCH] csync: remove package oreo639
2023-01-21  7:31 ` [PR REVIEW] " paper42
2023-01-21  8:03 ` [PR PATCH] [Updated] " oreo639
2023-01-21 16:37 ` [PR PATCH] [Merged]: " paper42

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