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

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

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

https://github.com/paper42/void-packages remove-couchpotato
https://github.com/void-linux/void-packages/pull/39458

couchpotato: remove package
* last release in 2015, archived, uses Python 2

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

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

From 6ad91b71b09ae422a3eab9a1b5618ce2b6c045e9 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 25 Sep 2022 15:32:59 +0200
Subject: [PATCH] couchpotato: remove package

* last release in 2015, archived, uses Python 2
---
 srcpkgs/couchpotato/files/couchpotato/run | 12 ------------
 srcpkgs/couchpotato/template              | 24 -----------------------
 srcpkgs/couchpotato/update                |  1 -
 srcpkgs/removed-packages/template         |  1 +
 4 files changed, 1 insertion(+), 37 deletions(-)
 delete mode 100755 srcpkgs/couchpotato/files/couchpotato/run
 delete mode 100644 srcpkgs/couchpotato/template
 delete mode 100644 srcpkgs/couchpotato/update

diff --git a/srcpkgs/couchpotato/files/couchpotato/run b/srcpkgs/couchpotato/files/couchpotato/run
deleted file mode 100755
index e9355165004e..000000000000
--- a/srcpkgs/couchpotato/files/couchpotato/run
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-exec 2>&1
-
-if [ ! -e /var/log/couchpotato.log ]; 
-then
-	touch /var/log/couchpotato.log
-	chmod 644 /var/log/couchpotato.log
-	chown couchpotato:couchpotato /var/log/couchpotato.log
-fi
-
-exec > /var/log/couchpotato.log
-exec chpst -ucouchpotato:couchpotato /usr/share/couchpotato/CouchPotato.py --data_dir=/var/lib/couchpotato 
diff --git a/srcpkgs/couchpotato/template b/srcpkgs/couchpotato/template
deleted file mode 100644
index 5c3d743442a0..000000000000
--- a/srcpkgs/couchpotato/template
+++ /dev/null
@@ -1,24 +0,0 @@
-# Template file for 'couchpotato'
-pkgname=couchpotato
-version=3.0.1
-revision=3
-wrksrc="CouchPotatoServer-build-${version}"
-pycompile_dirs="/usr/share/couchpotato"
-make_dirs="
- /var/lib/couchpotato 0755 couchpotato couchpotato"
-depends="python"
-short_desc="Usenet PVR for movies"
-maintainer="Ananteris <ananteris@mailinator.com>"
-license="GPL-3.0-or-later"
-homepage="http://couchpota.to"
-distfiles="https://github.com/RuudBurger/CouchPotatoServer/archive/build/${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=f08f9c6ac02f66c6667f17ded1eea4c051a62bbcbadd2a8673394019878e92f7
-python_version=2
-couchpotato_homedir="/var/lib/couchpotato"
-system_accounts="couchpotato"
-
-do_install() {
-	vmkdir usr/share/couchpotato
-	vcopy "*" usr/share/couchpotato
-	vsv couchpotato
-}
diff --git a/srcpkgs/couchpotato/update b/srcpkgs/couchpotato/update
deleted file mode 100644
index e84dbbb47eff..000000000000
--- a/srcpkgs/couchpotato/update
+++ /dev/null
@@ -1 +0,0 @@
-pattern='>build/\K[\d.]+(?=<)'
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 7bed6e0f99b2..413955d496ad 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -47,6 +47,7 @@ replaces="
  cgminer<=4.11.1_1
  clamz<=0.5_4
  couchdb<=1.7.1_2
+ couchpotato<=3.0.1_3
  cracklib-python<=2.9.7_1
  crystal<=0.34.0_4
  ctpp2-devel<=2.8.3_7

             reply	other threads:[~2022-09-25 13:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-25 13:34 paper42 [this message]
2022-09-26 16:39 ` [PR PATCH] [Merged]: " paper42

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