Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rtv: drop package
@ 2020-08-19  2:19 abenson
  2020-08-19 13:13 ` sgn
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: abenson @ 2020-08-19  2:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages drop_rtv
https://github.com/void-linux/void-packages/pull/24355

rtv: drop package
Closes #23985

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

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

From bce2bd53279068fc060ec6c4a759a9aade957f1c Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Tue, 18 Aug 2020 21:16:10 -0500
Subject: [PATCH] rtv: drop package

Closes #23985
---
 srcpkgs/rtv              |  1 +
 srcpkgs/rtv/template     | 20 --------------------
 srcpkgs/tuir/INSTALL.msg |  1 +
 srcpkgs/tuir/template    |  9 ++++++++-
 4 files changed, 10 insertions(+), 21 deletions(-)
 create mode 120000 srcpkgs/rtv
 delete mode 100644 srcpkgs/rtv/template
 create mode 100644 srcpkgs/tuir/INSTALL.msg

diff --git a/srcpkgs/rtv b/srcpkgs/rtv
new file mode 120000
index 00000000000..4dc6fcbed12
--- /dev/null
+++ b/srcpkgs/rtv
@@ -0,0 +1 @@
+tuir
\ No newline at end of file
diff --git a/srcpkgs/rtv/template b/srcpkgs/rtv/template
deleted file mode 100644
index 3a67da91e61..00000000000
--- a/srcpkgs/rtv/template
+++ /dev/null
@@ -1,20 +0,0 @@
-# Template file for 'rtv'
-pkgname=rtv
-version=1.27.0
-revision=3
-archs=noarch
-build_style=python3-module
-pycompile_module="rtv"
-hostmakedepends="python3-setuptools"
-depends="ncurses python3-BeautifulSoup4 python3-decorator python3-kitchen
- python3-requests python3-six"
-short_desc="Simple terminal viewer for Reddit (Reddit Terminal Viewer)"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="MIT"
-homepage="https://github.com/michael-lazar/${pkgname}"
-distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=c57a6cbb2525160b6aaa9180aec0293962b6969675f8ac0f2cfacff3cbd00d7c
-
-post_install() {
-	vlicense LICENSE
-}
diff --git a/srcpkgs/tuir/INSTALL.msg b/srcpkgs/tuir/INSTALL.msg
new file mode 100644
index 00000000000..6ac93db499d
--- /dev/null
+++ b/srcpkgs/tuir/INSTALL.msg
@@ -0,0 +1 @@
+rtv has been replaced by tuir.
diff --git a/srcpkgs/tuir/template b/srcpkgs/tuir/template
index f57449896bb..5d45f9f647c 100644
--- a/srcpkgs/tuir/template
+++ b/srcpkgs/tuir/template
@@ -1,7 +1,7 @@
 # Template file for 'tuir'
 pkgname=tuir
 version=1.29.0
-revision=1
+revision=2
 archs=noarch
 wrksrc="$pkgname-v$version"
 build_style=python3-module
@@ -18,3 +18,10 @@ checksum=501ba4e6b24f20116ccfac39cdf16b6a5c89411b4928371d5c2314d0da57d80d
 post_install() {
 	vlicense LICENSE
 }
+
+rtv_package() {
+	archs=noarch
+	build_style=meta
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc="Simple terminal viewer for Reddit (transitional dummy package)"
+}

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

* Re: rtv: drop package
  2020-08-19  2:19 [PR PATCH] rtv: drop package abenson
@ 2020-08-19 13:13 ` sgn
  2020-08-19 13:20 ` [PR PATCH] [Updated] " abenson
  2020-08-21  1:05 ` [PR PATCH] [Merged]: " abenson
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2020-08-19 13:13 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/24355#issuecomment-676334929

Comment:
rename `INSTALL.msg` to `rtv.INSTALL.msg`, perhaps?

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

* Re: [PR PATCH] [Updated] rtv: drop package
  2020-08-19  2:19 [PR PATCH] rtv: drop package abenson
  2020-08-19 13:13 ` sgn
@ 2020-08-19 13:20 ` abenson
  2020-08-21  1:05 ` [PR PATCH] [Merged]: " abenson
  2 siblings, 0 replies; 4+ messages in thread
From: abenson @ 2020-08-19 13:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages drop_rtv
https://github.com/void-linux/void-packages/pull/24355

rtv: drop package
Closes #23985

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

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

From c6ff7a2f58db88e8711750eecfb504db615b149a Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Tue, 18 Aug 2020 21:16:10 -0500
Subject: [PATCH] rtv: drop package

Closes #23985
---
 srcpkgs/rtv                  |  1 +
 srcpkgs/rtv/template         | 20 --------------------
 srcpkgs/tuir/rtv.INSTALL.msg |  1 +
 srcpkgs/tuir/template        |  9 ++++++++-
 4 files changed, 10 insertions(+), 21 deletions(-)
 create mode 120000 srcpkgs/rtv
 delete mode 100644 srcpkgs/rtv/template
 create mode 100644 srcpkgs/tuir/rtv.INSTALL.msg

diff --git a/srcpkgs/rtv b/srcpkgs/rtv
new file mode 120000
index 00000000000..4dc6fcbed12
--- /dev/null
+++ b/srcpkgs/rtv
@@ -0,0 +1 @@
+tuir
\ No newline at end of file
diff --git a/srcpkgs/rtv/template b/srcpkgs/rtv/template
deleted file mode 100644
index 3a67da91e61..00000000000
--- a/srcpkgs/rtv/template
+++ /dev/null
@@ -1,20 +0,0 @@
-# Template file for 'rtv'
-pkgname=rtv
-version=1.27.0
-revision=3
-archs=noarch
-build_style=python3-module
-pycompile_module="rtv"
-hostmakedepends="python3-setuptools"
-depends="ncurses python3-BeautifulSoup4 python3-decorator python3-kitchen
- python3-requests python3-six"
-short_desc="Simple terminal viewer for Reddit (Reddit Terminal Viewer)"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="MIT"
-homepage="https://github.com/michael-lazar/${pkgname}"
-distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=c57a6cbb2525160b6aaa9180aec0293962b6969675f8ac0f2cfacff3cbd00d7c
-
-post_install() {
-	vlicense LICENSE
-}
diff --git a/srcpkgs/tuir/rtv.INSTALL.msg b/srcpkgs/tuir/rtv.INSTALL.msg
new file mode 100644
index 00000000000..6ac93db499d
--- /dev/null
+++ b/srcpkgs/tuir/rtv.INSTALL.msg
@@ -0,0 +1 @@
+rtv has been replaced by tuir.
diff --git a/srcpkgs/tuir/template b/srcpkgs/tuir/template
index f57449896bb..5d45f9f647c 100644
--- a/srcpkgs/tuir/template
+++ b/srcpkgs/tuir/template
@@ -1,7 +1,7 @@
 # Template file for 'tuir'
 pkgname=tuir
 version=1.29.0
-revision=1
+revision=2
 archs=noarch
 wrksrc="$pkgname-v$version"
 build_style=python3-module
@@ -18,3 +18,10 @@ checksum=501ba4e6b24f20116ccfac39cdf16b6a5c89411b4928371d5c2314d0da57d80d
 post_install() {
 	vlicense LICENSE
 }
+
+rtv_package() {
+	archs=noarch
+	build_style=meta
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc="Simple terminal viewer for Reddit (transitional dummy package)"
+}

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

* Re: [PR PATCH] [Merged]: rtv: drop package
  2020-08-19  2:19 [PR PATCH] rtv: drop package abenson
  2020-08-19 13:13 ` sgn
  2020-08-19 13:20 ` [PR PATCH] [Updated] " abenson
@ 2020-08-21  1:05 ` abenson
  2 siblings, 0 replies; 4+ messages in thread
From: abenson @ 2020-08-21  1:05 UTC (permalink / raw)
  To: ml

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

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

rtv: drop package
https://github.com/void-linux/void-packages/pull/24355

Description:
Closes #23985

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

end of thread, other threads:[~2020-08-21  1:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-19  2:19 [PR PATCH] rtv: drop package abenson
2020-08-19 13:13 ` sgn
2020-08-19 13:20 ` [PR PATCH] [Updated] " abenson
2020-08-21  1:05 ` [PR PATCH] [Merged]: " abenson

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