Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] curseradio: remove package
@ 2022-02-15 17:50 tibequadorian
  2022-02-15 23:25 ` paper42
  2022-02-20  0:01 ` [PR PATCH] [Closed]: " paper42
  0 siblings, 2 replies; 3+ messages in thread
From: tibequadorian @ 2022-02-15 17:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages curseradio
https://github.com/void-linux/void-packages/pull/35645

curseradio: remove package
Has no release and is unmaintained.

https://github.com/chronitis/curseradio

<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35645.patch is attached

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

From 71f0e2a03cf410e5b70231d1921de6c8d31de695 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 15 Feb 2022 18:46:29 +0100
Subject: [PATCH] curseradio: remove package

Has no release and is unmaintained.
---
 srcpkgs/curseradio/template       | 20 --------------------
 srcpkgs/removed-packages/template |  3 ++-
 2 files changed, 2 insertions(+), 21 deletions(-)
 delete mode 100644 srcpkgs/curseradio/template

diff --git a/srcpkgs/curseradio/template b/srcpkgs/curseradio/template
deleted file mode 100644
index a938acfca0bc..000000000000
--- a/srcpkgs/curseradio/template
+++ /dev/null
@@ -1,20 +0,0 @@
-# Template file for 'curseradio'
-pkgname=curseradio
-version=0.0.20171017
-revision=6
-_commit=1bd4bd0faeec675e0647bac9a100b526cba19f8d
-wrksrc="curseradio-${_commit}"
-build_style=python3-module
-pycompile_module="curseradio"
-hostmakedepends="python3-setuptools"
-depends="mpv python3-setuptools python3-lxml python3-requests python3-xdg"
-short_desc="Command line radio player"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="MIT"
-homepage="https://github.com/chronitis/curseradio"
-distfiles="https://github.com/chronitis/curseradio/archive/${_commit}.tar.gz"
-checksum=2b14a9a4caa65b4456039e091a7f2c8dcc6b5b4c5af42be762d671d9d2cdf539
-
-post_install() {
-	vlicense LICENSE
-}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 2f2c9c4fe497..3f72b1119886 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -1,7 +1,7 @@
 # Template file for 'removed-packages'
 pkgname=removed-packages
 version=0.1
-revision=60
+revision=61
 build_style=meta
 short_desc="Uninstalls packages removed from repository"
 maintainer="Piotr Wójcik <chocimier@tlen.pl>"
@@ -38,6 +38,7 @@ replaces="
  crystal<=0.34.0_4
  ctpp2-devel<=2.8.3_7
  ctpp2<=2.8.3_7
+ curseradio<=0.0.20171017_6
  deepin-calculator<=5.0.1_1
  deepin-draw<=1.0.0_1
  deepin-editor<=1.2.9.1_1

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

* Re: curseradio: remove package
  2022-02-15 17:50 [PR PATCH] curseradio: remove package tibequadorian
@ 2022-02-15 23:25 ` paper42
  2022-02-20  0:01 ` [PR PATCH] [Closed]: " paper42
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2022-02-15 23:25 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35645#issuecomment-1040900039

Comment:
> Has no release and is unmaintained.

 This package works and there is nothing wrong with it. It might not be accepted today, but I don't think that's a good enough reason to remove it. If it was broken, used Python 2 or was causing other problems, I think we could remove it, but as far as I can tell it's not (correct me if I am wrong and write it to the commit message).

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

* Re: [PR PATCH] [Closed]: curseradio: remove package
  2022-02-15 17:50 [PR PATCH] curseradio: remove package tibequadorian
  2022-02-15 23:25 ` paper42
@ 2022-02-20  0:01 ` paper42
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2022-02-20  0:01 UTC (permalink / raw)
  To: ml

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

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

curseradio: remove package
https://github.com/void-linux/void-packages/pull/35645

Description:
Has no release and is unmaintained.

https://github.com/chronitis/curseradio

<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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] 3+ messages in thread

end of thread, other threads:[~2022-02-20  0:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-15 17:50 [PR PATCH] curseradio: remove package tibequadorian
2022-02-15 23:25 ` paper42
2022-02-20  0:01 ` [PR PATCH] [Closed]: " 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).