Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Lidarr: remove package.
@ 2021-02-20 20:34 ericonr
  2021-02-21  1:14 ` yjp20
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: ericonr @ 2021-02-20 20:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages lidarr
https://github.com/void-linux/void-packages/pull/28941

Lidarr: remove package.
Was marked broken in 2019 a month after being added to repos, and was
never fixed.

@yjp20 ok?

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/28941.patch is attached

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

From d02d88c7dea873efd9d553f4a3ef89b6294ed182 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Sat, 20 Feb 2021 17:32:51 -0300
Subject: [PATCH] Lidarr: remove package.

Was marked broken in 2019 a month after being added to repos, and was
never fixed.
---
 srcpkgs/Lidarr/files/Lidarr/log/run |  2 --
 srcpkgs/Lidarr/files/Lidarr/run     |  3 --
 srcpkgs/Lidarr/files/lidarr         |  2 --
 srcpkgs/Lidarr/template             | 47 -----------------------------
 srcpkgs/removed-packages/template   |  1 +
 5 files changed, 1 insertion(+), 54 deletions(-)
 delete mode 100644 srcpkgs/Lidarr/files/Lidarr/log/run
 delete mode 100755 srcpkgs/Lidarr/files/Lidarr/run
 delete mode 100755 srcpkgs/Lidarr/files/lidarr
 delete mode 100644 srcpkgs/Lidarr/template

diff --git a/srcpkgs/Lidarr/files/Lidarr/log/run b/srcpkgs/Lidarr/files/Lidarr/log/run
deleted file mode 100644
index e343eacc54a..00000000000
--- a/srcpkgs/Lidarr/files/Lidarr/log/run
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-exec svlogd /var/log/Lidarr
diff --git a/srcpkgs/Lidarr/files/Lidarr/run b/srcpkgs/Lidarr/files/Lidarr/run
deleted file mode 100755
index aba59ea85ef..00000000000
--- a/srcpkgs/Lidarr/files/Lidarr/run
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-exec 2>&1
-exec chpst -u lidarr mono /usr/lib/Lidarr/Lidarr.exe
diff --git a/srcpkgs/Lidarr/files/lidarr b/srcpkgs/Lidarr/files/lidarr
deleted file mode 100755
index 19eeb777a07..00000000000
--- a/srcpkgs/Lidarr/files/lidarr
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-mono /usr/lib/Lidarr/Lidarr.exe
diff --git a/srcpkgs/Lidarr/template b/srcpkgs/Lidarr/template
deleted file mode 100644
index 30731f8dd1c..00000000000
--- a/srcpkgs/Lidarr/template
+++ /dev/null
@@ -1,47 +0,0 @@
-# Template file for 'Lidarr'
-pkgname=Lidarr
-version=0.5.0.583
-revision=1
-hostmakedepends="msbuild-bin mono nodejs-lts yarn"
-makedepends="libgdiplus-devel"
-depends="mono libmediainfo"
-short_desc="Music collection manager for Usenet and BitTorrent users"
-maintainer="Young Jin Park <youngjinpark20@gmail.com>"
-license="GPL-3.0-or-later"
-homepage="http://lidarr.audio/"
-_curlsharp_version=2.0.0
-distfiles="https://github.com/lidarr/Lidarr/archive/v${version}.tar.gz
- https://github.com/Sonarr/CurlSharp/archive/sonarr-v${_curlsharp_version}.tar.gz"
-checksum="58b814975b568fccaf3f68bfc37b9c7d81bea123a5c5f4e57fa1fd08b16bf450
- 46b2ab7fca9ee322bd245569cad6204f7fb21f4d47ade722b9a8c5ca44685eae"
-
-system_accounts="lidarr"
-broken="System.DllNotFoundException: libgdiplus.so.0"
-lidarr_homedir="/var/lib/lidarr"
-
-case "$XBPS_TARGET_MACHINE" in
-	i686*) broken="yarn broken on i686"
-esac
-
-make_dirs="
- /var/log/Lidarr/ 700 lidarr lidarr
- /var/lib/lidarr/ 750 lidarr lidarr"
-
-post_extract() {
-	cp -r ../CurlSharp-sonarr-v${_curlsharp_version}/* src/ExternalModules/CurlSharp
-}
-
-pre_build() {
-	mono tools/nuget/nuget.exe update -self
-}
-
-do_build() {
-	./build.sh
-}
-
-do_install() {
-	vmkdir usr/lib/Lidarr
-	vcopy _output_linux/* usr/lib/Lidarr
-	vbin ${FILESDIR}/lidarr
-	vsv Lidarr
-}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 2d2338a8b9b..d79a50ccff4 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -9,6 +9,7 @@ license="Public Domain"
 homepage="https://voidlinux.org"
 
 replaces="
+ Lidarr<=0.5.0.583_1
  Platinum9-theme<=0.0.0.20170720_3
  XorCurses<=0.2.2_1
  albert<=0.16.1_4

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

* Re: Lidarr: remove package.
  2021-02-20 20:34 [PR PATCH] Lidarr: remove package ericonr
@ 2021-02-21  1:14 ` yjp20
  2022-05-05  2:09 ` github-actions
  2022-05-19  2:15 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 5+ messages in thread
From: yjp20 @ 2021-02-21  1:14 UTC (permalink / raw)
  To: ml

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

New comment by yjp20 on void-packages repository

https://github.com/void-linux/void-packages/pull/28941#issuecomment-782776087

Comment:
I dont mind :D

On Sun, Feb 21, 2021, 5:35 AM Érico Nogueira Rolim <notifications@github.com>
wrote:

> Was marked broken in 2019 a month after being added to repos, and was
> never fixed.
>
> @yjp20 <https://github.com/yjp20> ok?
> General
>
>    - This is a new package and it conforms to the quality requirements
>    <https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements>
>
> Have the results of the proposed changes been tested?
>
>    - I use the packages affected by the proposed changes on a regular
>    basis and confirm this PR works for me
>    - I generally don't use the affected packages but briefly tested this
>    PR
>
> ------------------------------
> You can view, comment on, or merge this pull request online at:
>
>   https://github.com/void-linux/void-packages/pull/28941
> Commit Summary
>
>    - Lidarr: remove package.
>
> File Changes
>
>    - *D* srcpkgs/Lidarr/files/Lidarr/log/run
>    <https://github.com/void-linux/void-packages/pull/28941/files#diff-d26a5c177fe71ee2943c9d75f8082660e6373762671a36cd9abb49c8fca63a34>
>    (2)
>    - *D* srcpkgs/Lidarr/files/Lidarr/run
>    <https://github.com/void-linux/void-packages/pull/28941/files#diff-efe8c58c1c06ff87cf539e4adc99e591e3337c53077bf0b908a16e76bdd91ee2>
>    (3)
>    - *D* srcpkgs/Lidarr/files/lidarr
>    <https://github.com/void-linux/void-packages/pull/28941/files#diff-6e0c02dc77a6ab7769d942ada8ec4356a2856cce92e640a2c7738788e388d19b>
>    (2)
>    - *D* srcpkgs/Lidarr/template
>    <https://github.com/void-linux/void-packages/pull/28941/files#diff-a88b569ee0701d9be5670c631714f388ae23bba5508a1a43bdc520cf5fd5e8dd>
>    (47)
>    - *M* srcpkgs/removed-packages/template
>    <https://github.com/void-linux/void-packages/pull/28941/files#diff-7786ff29547b282d75c6f9dc830a8af689bd57c8a2083a9de06c98bc0b6a7b01>
>    (1)
>
> Patch Links:
>
>    - https://github.com/void-linux/void-packages/pull/28941.patch
>    - https://github.com/void-linux/void-packages/pull/28941.diff
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <https://github.com/void-linux/void-packages/pull/28941>, or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AKTFY2A3QPXSI6247RDYYJ3TAAMH3ANCNFSM4X6HDBFA>
> .
>


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

* Re: Lidarr: remove package.
  2021-02-20 20:34 [PR PATCH] Lidarr: remove package ericonr
  2021-02-21  1:14 ` yjp20
@ 2022-05-05  2:09 ` github-actions
  2022-05-19  2:15 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2022-05-05  2:09 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/28941#issuecomment-1118098184

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: Lidarr: remove package.
  2021-02-20 20:34 [PR PATCH] Lidarr: remove package ericonr
  2021-02-21  1:14 ` yjp20
  2022-05-05  2:09 ` github-actions
@ 2022-05-19  2:15 ` github-actions
  2 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2022-05-19  2:15 UTC (permalink / raw)
  To: ml

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

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

Lidarr: remove package.
https://github.com/void-linux/void-packages/pull/28941

Description:
Was marked broken in 2019 a month after being added to repos, and was
never fixed.

@yjp20 ok? Feel free to make a PR to update instead.

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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

* [PR PATCH] Lidarr: remove package
@ 2022-10-16 11:30 paper42
  0 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-10-16 11:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages remove/lidarr
https://github.com/void-linux/void-packages/pull/39986

Lidarr: remove package
marked broken since 2019 (14 days after its addition)

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

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

From 45183531584c689a42a1a94a88c460a00c5eacac Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 16 Oct 2022 13:12:40 +0200
Subject: [PATCH] Lidarr: remove package

marked broken since 2019 (14 days after its addition)
---
 srcpkgs/Lidarr/files/Lidarr/log/run |  2 --
 srcpkgs/Lidarr/files/Lidarr/run     |  3 --
 srcpkgs/Lidarr/files/lidarr         |  2 --
 srcpkgs/Lidarr/template             | 47 -----------------------------
 srcpkgs/removed-packages/template   |  1 +
 5 files changed, 1 insertion(+), 54 deletions(-)
 delete mode 100644 srcpkgs/Lidarr/files/Lidarr/log/run
 delete mode 100755 srcpkgs/Lidarr/files/Lidarr/run
 delete mode 100755 srcpkgs/Lidarr/files/lidarr
 delete mode 100644 srcpkgs/Lidarr/template

diff --git a/srcpkgs/Lidarr/files/Lidarr/log/run b/srcpkgs/Lidarr/files/Lidarr/log/run
deleted file mode 100644
index e343eacc54aa..000000000000
--- a/srcpkgs/Lidarr/files/Lidarr/log/run
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-exec svlogd /var/log/Lidarr
diff --git a/srcpkgs/Lidarr/files/Lidarr/run b/srcpkgs/Lidarr/files/Lidarr/run
deleted file mode 100755
index aba59ea85efe..000000000000
--- a/srcpkgs/Lidarr/files/Lidarr/run
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-exec 2>&1
-exec chpst -u lidarr mono /usr/lib/Lidarr/Lidarr.exe
diff --git a/srcpkgs/Lidarr/files/lidarr b/srcpkgs/Lidarr/files/lidarr
deleted file mode 100755
index 19eeb777a070..000000000000
--- a/srcpkgs/Lidarr/files/lidarr
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-mono /usr/lib/Lidarr/Lidarr.exe
diff --git a/srcpkgs/Lidarr/template b/srcpkgs/Lidarr/template
deleted file mode 100644
index 30731f8dd1cd..000000000000
--- a/srcpkgs/Lidarr/template
+++ /dev/null
@@ -1,47 +0,0 @@
-# Template file for 'Lidarr'
-pkgname=Lidarr
-version=0.5.0.583
-revision=1
-hostmakedepends="msbuild-bin mono nodejs-lts yarn"
-makedepends="libgdiplus-devel"
-depends="mono libmediainfo"
-short_desc="Music collection manager for Usenet and BitTorrent users"
-maintainer="Young Jin Park <youngjinpark20@gmail.com>"
-license="GPL-3.0-or-later"
-homepage="http://lidarr.audio/"
-_curlsharp_version=2.0.0
-distfiles="https://github.com/lidarr/Lidarr/archive/v${version}.tar.gz
- https://github.com/Sonarr/CurlSharp/archive/sonarr-v${_curlsharp_version}.tar.gz"
-checksum="58b814975b568fccaf3f68bfc37b9c7d81bea123a5c5f4e57fa1fd08b16bf450
- 46b2ab7fca9ee322bd245569cad6204f7fb21f4d47ade722b9a8c5ca44685eae"
-
-system_accounts="lidarr"
-broken="System.DllNotFoundException: libgdiplus.so.0"
-lidarr_homedir="/var/lib/lidarr"
-
-case "$XBPS_TARGET_MACHINE" in
-	i686*) broken="yarn broken on i686"
-esac
-
-make_dirs="
- /var/log/Lidarr/ 700 lidarr lidarr
- /var/lib/lidarr/ 750 lidarr lidarr"
-
-post_extract() {
-	cp -r ../CurlSharp-sonarr-v${_curlsharp_version}/* src/ExternalModules/CurlSharp
-}
-
-pre_build() {
-	mono tools/nuget/nuget.exe update -self
-}
-
-do_build() {
-	./build.sh
-}
-
-do_install() {
-	vmkdir usr/lib/Lidarr
-	vcopy _output_linux/* usr/lib/Lidarr
-	vbin ${FILESDIR}/lidarr
-	vsv Lidarr
-}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 5137faa11723..1b8e3bb7a7d2 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -11,6 +11,7 @@ homepage="https://voidlinux.org"
 replaces="
  FeedReader<=2.11.0_2
  ImageMagick6<=6.9.12.12_2
+ Lidarr<=0.5.0.583_1
  MoinMoin<=1.9.11_1
  MultiMC<=0.6.13_1
  Platinum9-theme<=0.0.0.20170720_3

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

end of thread, other threads:[~2022-10-16 11:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-20 20:34 [PR PATCH] Lidarr: remove package ericonr
2021-02-21  1:14 ` yjp20
2022-05-05  2:09 ` github-actions
2022-05-19  2:15 ` [PR PATCH] [Closed]: " github-actions
2022-10-16 11:30 [PR PATCH] " 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).