Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] openbazaar: drop package
@ 2023-08-02  6:35 RunningDroid
  2023-08-05 20:49 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: RunningDroid @ 2023-08-02  6:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages drop_openbazaar
https://github.com/void-linux/void-packages/pull/45384

openbazaar: drop package
It's been broken for at least a year and upstream's last commit is 6 years old

closes #35126

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

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

<!--
#### 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/45384.patch is attached

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

From d668f1895ab177348421756cc8ee3c81d9e68928 Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Wed, 2 Aug 2023 02:21:33 -0400
Subject: [PATCH] openbazaar: drop package

It's been broken for at least a year and upstream's last commit is 6
years old

closes #35126
---
 srcpkgs/openbazaar/files/void_service.EXAMPLE | 15 ------
 srcpkgs/openbazaar/template                   | 48 -------------------
 srcpkgs/removed-packages/template             |  1 +
 3 files changed, 1 insertion(+), 63 deletions(-)
 delete mode 100644 srcpkgs/openbazaar/files/void_service.EXAMPLE
 delete mode 100644 srcpkgs/openbazaar/template

diff --git a/srcpkgs/openbazaar/files/void_service.EXAMPLE b/srcpkgs/openbazaar/files/void_service.EXAMPLE
deleted file mode 100644
index f2a90287c4e05..0000000000000
--- a/srcpkgs/openbazaar/files/void_service.EXAMPLE
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-exec 2>&1
-USER=user
-LOG=/var/log/openbazaar.log
-
-if [ ! -d $LOG ];
-then
-	touch $LOG
-	chown $USER:$USER $LOG
-fi
-
-#openbazaard looks for ob.cfg in PWD
-cd /etc		
-exec > $LOG
-exec chpst -u$USER:$USER openbazaard start
diff --git a/srcpkgs/openbazaar/template b/srcpkgs/openbazaar/template
deleted file mode 100644
index f1f8d85de9fd3..0000000000000
--- a/srcpkgs/openbazaar/template
+++ /dev/null
@@ -1,48 +0,0 @@
-# Template file for 'openbazaar'
-pkgname=openbazaar
-version=1.1.13
-revision=2
-archs="i686 x86_64"
-create_wrksrc=yes
-depends="nodejs"
-short_desc="P2P Distributed marketplace"
-maintainer="ananteris <ananteris@protonmail.ch>"
-license="MIT"
-homepage="http://openbazaar.org"
-python_version=3
-nostrip=yes
-repository="nonfree"
-
-case "${XBPS_TARGET_MACHINE}" in
-	x86_64) _debarch=amd64
-		checksum=34118eecedd15d89052b8cc6d08fb789adba5788d43019ea5c89e52f1f07064a
-		;;
-	i686)	_debarch=i386
-		checksum=87c73589aebdb78455e69fe1ccc058440d0ae662404e9ef7d4988e6c574e2add
-		;;
-esac
-
-distfiles="https://github.com/OpenBazaar/OpenBazaar-Installer/releases/download/v${version}/openbazaar_${version}_${_debarch}.deb"
-
-do_install() {
-	vcopy usr /
-	vlicense usr/share/openbazaar/LICENSE
-	vmkdir usr/lib/openbazaar/resources
-	mv -v ${DESTDIR}/usr/share/openbazaar/resources/OpenBazaar-Server \
-		${DESTDIR}/usr/lib/openbazaar/resources
-	ln -frsv ${DESTDIR}/usr/lib/openbazaar/resources/OpenBazaar-Server/openbazaard \
-		${DESTDIR}/usr/bin/
-	vconf ${DESTDIR}/usr/lib/openbazaar/resources/OpenBazaar-Server/ob.cfg
-	mv -v ${DESTDIR}/usr/share/openbazaar/openbazaar \
-		${DESTDIR}/usr/lib/openbazaar
-	ln -frsv ${DESTDIR}/usr/lib/openbazaar/openbazaar \
-		${DESTDIR}/usr/bin/
-	vdoc ${FILESDIR}/void_service.EXAMPLE
-
-	find ${DESTDIR}/usr/share/openbazaar -iname "*.so" -print0 | while read -d "" lib; do
-		dir="${lib%/*}"
-		dir="${dir/\/share\//\/lib\/}"
-		mkdir -p "${dir}"
-		mv -v "${lib}" "${dir}"
-	done
-}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 5b0e0047ee3e6..4db178cef4652 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -412,6 +412,7 @@ replaces="
  oce-devel<=0.18.3_1
  oce<=0.18.3_1
  onionshare<=2.2_5
+ openbazaar<=1.1.13
  opencl-clhpp<=2.0.15_1
  openlierox<=0.58.rc5_2
  opentmpfiles<=0.3.1_1

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

* Re: [PR REVIEW] openbazaar: drop package
  2023-08-02  6:35 [PR PATCH] openbazaar: drop package RunningDroid
@ 2023-08-05 20:49 ` classabbyamp
  2023-08-05 20:49 ` classabbyamp
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-08-05 20:49 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/45384#discussion_r1285121796

Comment:
```suggestion
 openbazaar<=1.1.13_2
```

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

* Re: [PR REVIEW] openbazaar: drop package
  2023-08-02  6:35 [PR PATCH] openbazaar: drop package RunningDroid
  2023-08-05 20:49 ` [PR REVIEW] " classabbyamp
@ 2023-08-05 20:49 ` classabbyamp
  2023-08-06  3:32 ` [PR PATCH] [Updated] " classabbyamp
  2023-08-06  3:34 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-08-05 20:49 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/45384#discussion_r1285121800

Comment:
also bump version

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

* Re: [PR PATCH] [Updated] openbazaar: drop package
  2023-08-02  6:35 [PR PATCH] openbazaar: drop package RunningDroid
  2023-08-05 20:49 ` [PR REVIEW] " classabbyamp
  2023-08-05 20:49 ` classabbyamp
@ 2023-08-06  3:32 ` classabbyamp
  2023-08-06  3:34 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-08-06  3:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages drop_openbazaar
https://github.com/void-linux/void-packages/pull/45384

openbazaar: drop package
It's been broken for at least a year and upstream's last commit is 6 years old

closes #35126

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

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

<!--
#### 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/45384.patch is attached

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

From b1876ee1369e2a1b5fb8231195ec8aecfed62739 Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Wed, 2 Aug 2023 02:21:33 -0400
Subject: [PATCH] openbazaar: drop package

It's been broken for at least a year and upstream's last commit is 6
years old

closes #35126
---
 srcpkgs/openbazaar/files/void_service.EXAMPLE | 15 ------
 srcpkgs/openbazaar/template                   | 48 -------------------
 srcpkgs/removed-packages/template             |  3 +-
 3 files changed, 2 insertions(+), 64 deletions(-)
 delete mode 100644 srcpkgs/openbazaar/files/void_service.EXAMPLE
 delete mode 100644 srcpkgs/openbazaar/template

diff --git a/srcpkgs/openbazaar/files/void_service.EXAMPLE b/srcpkgs/openbazaar/files/void_service.EXAMPLE
deleted file mode 100644
index f2a90287c4e05..0000000000000
--- a/srcpkgs/openbazaar/files/void_service.EXAMPLE
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-exec 2>&1
-USER=user
-LOG=/var/log/openbazaar.log
-
-if [ ! -d $LOG ];
-then
-	touch $LOG
-	chown $USER:$USER $LOG
-fi
-
-#openbazaard looks for ob.cfg in PWD
-cd /etc		
-exec > $LOG
-exec chpst -u$USER:$USER openbazaard start
diff --git a/srcpkgs/openbazaar/template b/srcpkgs/openbazaar/template
deleted file mode 100644
index f1f8d85de9fd3..0000000000000
--- a/srcpkgs/openbazaar/template
+++ /dev/null
@@ -1,48 +0,0 @@
-# Template file for 'openbazaar'
-pkgname=openbazaar
-version=1.1.13
-revision=2
-archs="i686 x86_64"
-create_wrksrc=yes
-depends="nodejs"
-short_desc="P2P Distributed marketplace"
-maintainer="ananteris <ananteris@protonmail.ch>"
-license="MIT"
-homepage="http://openbazaar.org"
-python_version=3
-nostrip=yes
-repository="nonfree"
-
-case "${XBPS_TARGET_MACHINE}" in
-	x86_64) _debarch=amd64
-		checksum=34118eecedd15d89052b8cc6d08fb789adba5788d43019ea5c89e52f1f07064a
-		;;
-	i686)	_debarch=i386
-		checksum=87c73589aebdb78455e69fe1ccc058440d0ae662404e9ef7d4988e6c574e2add
-		;;
-esac
-
-distfiles="https://github.com/OpenBazaar/OpenBazaar-Installer/releases/download/v${version}/openbazaar_${version}_${_debarch}.deb"
-
-do_install() {
-	vcopy usr /
-	vlicense usr/share/openbazaar/LICENSE
-	vmkdir usr/lib/openbazaar/resources
-	mv -v ${DESTDIR}/usr/share/openbazaar/resources/OpenBazaar-Server \
-		${DESTDIR}/usr/lib/openbazaar/resources
-	ln -frsv ${DESTDIR}/usr/lib/openbazaar/resources/OpenBazaar-Server/openbazaard \
-		${DESTDIR}/usr/bin/
-	vconf ${DESTDIR}/usr/lib/openbazaar/resources/OpenBazaar-Server/ob.cfg
-	mv -v ${DESTDIR}/usr/share/openbazaar/openbazaar \
-		${DESTDIR}/usr/lib/openbazaar
-	ln -frsv ${DESTDIR}/usr/lib/openbazaar/openbazaar \
-		${DESTDIR}/usr/bin/
-	vdoc ${FILESDIR}/void_service.EXAMPLE
-
-	find ${DESTDIR}/usr/share/openbazaar -iname "*.so" -print0 | while read -d "" lib; do
-		dir="${lib%/*}"
-		dir="${dir/\/share\//\/lib\/}"
-		mkdir -p "${dir}"
-		mv -v "${lib}" "${dir}"
-	done
-}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 6b6eeff565fe4..300e5b965662d 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.20230728
+version=0.1.20230805
 revision=1
 build_style=meta
 short_desc="Uninstalls packages removed from repository"
@@ -414,6 +414,7 @@ replaces="
  oce-devel<=0.18.3_1
  oce<=0.18.3_1
  onionshare<=2.2_5
+ openbazaar<=1.1.13_2
  opencl-clhpp<=2.0.15_1
  openlierox<=0.58.rc5_2
  opentmpfiles<=0.3.1_1

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

* Re: [PR PATCH] [Merged]: openbazaar: drop package
  2023-08-02  6:35 [PR PATCH] openbazaar: drop package RunningDroid
                   ` (2 preceding siblings ...)
  2023-08-06  3:32 ` [PR PATCH] [Updated] " classabbyamp
@ 2023-08-06  3:34 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-08-06  3:34 UTC (permalink / raw)
  To: ml

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

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

openbazaar: drop package
https://github.com/void-linux/void-packages/pull/45384

Description:
It's been broken for at least a year and upstream's last commit is 6 years old

closes #35126

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

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

<!--
#### 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] 5+ messages in thread

end of thread, other threads:[~2023-08-06  3:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-02  6:35 [PR PATCH] openbazaar: drop package RunningDroid
2023-08-05 20:49 ` [PR REVIEW] " classabbyamp
2023-08-05 20:49 ` classabbyamp
2023-08-06  3:32 ` [PR PATCH] [Updated] " classabbyamp
2023-08-06  3:34 ` [PR PATCH] [Merged]: " 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).