Github messages for voidlinux
 help / color / mirror / Atom feed
From: paper42 <paper42@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] Lidarr: remove package
Date: Sun, 16 Oct 2022 13:30:06 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-39986@inbox.vuxu.org> (raw)

[-- 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

             reply	other threads:[~2022-10-16 11:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-16 11:30 paper42 [this message]
2022-10-17 22:25 ` [PR PATCH] [Merged]: " paper42
  -- strict thread matches above, loose matches on Subject: below --
2021-02-20 20:34 [PR PATCH] " ericonr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-39986@inbox.vuxu.org \
    --to=paper42@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).