Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: mangal-4.0.6
@ 2023-01-28 16:52 LucasTavaresA
  2023-01-28 20:02 ` [PR REVIEW] " abenson
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: LucasTavaresA @ 2023-01-28 16:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LucasTavaresA/void-packages mangal
https://github.com/void-linux/void-packages/pull/41918

New package: mangal-4.0.6
Closes #41806 

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl **cross**


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

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

From eae5c44a0fda8be1a1dbb64a94e5d19c79d33602 Mon Sep 17 00:00:00 2001
From: LucasTavaresA <tavares.lassuncao@gmail.com>
Date: Sat, 28 Jan 2023 13:52:59 -0300
Subject: [PATCH] New package: mangal-4.0.6

---
 srcpkgs/mangal/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/mangal/template

diff --git a/srcpkgs/mangal/template b/srcpkgs/mangal/template
new file mode 100644
index 000000000000..d5ccca90ccda
--- /dev/null
+++ b/srcpkgs/mangal/template
@@ -0,0 +1,18 @@
+# Template file for 'mangal'
+pkgname=mangal
+version=4.0.6
+revision=1
+build_style=go
+go_import_path=github.com/metafates/mangal
+short_desc="CLI/TUI manga downloader that has Lua scrapers, export formats, \
+	anilist integration and more"
+maintainer="LucasTavaresA <tavares.lassuncao@gmail.com>"
+license="MIT"
+homepage="https://github.com/metafates/mangal"
+changelog="https://raw.githubusercontent.com/metafates/mangal/main/CHANGELOG.md"
+distfiles="https://github.com/metafates/mangal/archive/v${version}.tar.gz"
+checksum=312e2d204343fac603a2bdbce3b21d813cd786d5163a0a97b259810b43f53d4d
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: mangal-4.0.6
  2023-01-28 16:52 [PR PATCH] New package: mangal-4.0.6 LucasTavaresA
@ 2023-01-28 20:02 ` abenson
  2023-01-28 20:16 ` [PR PATCH] [Updated] " LucasTavaresA
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: abenson @ 2023-01-28 20:02 UTC (permalink / raw)
  To: ml

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

New review comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/41918#discussion_r1089803368

Comment:
`short_desc` should be less than 72 chars

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

* Re: [PR PATCH] [Updated] New package: mangal-4.0.6
  2023-01-28 16:52 [PR PATCH] New package: mangal-4.0.6 LucasTavaresA
  2023-01-28 20:02 ` [PR REVIEW] " abenson
@ 2023-01-28 20:16 ` LucasTavaresA
  2023-04-29  1:52 ` github-actions
  2023-05-14  1:55 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: LucasTavaresA @ 2023-01-28 20:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LucasTavaresA/void-packages mangal
https://github.com/void-linux/void-packages/pull/41918

New package: mangal-4.0.6
Closes #41806 

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl **cross**


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

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

From 6f83572162bc9efab4dab9bf2c0cc02fdbf901f0 Mon Sep 17 00:00:00 2001
From: LucasTavaresA <tavares.lassuncao@gmail.com>
Date: Sat, 28 Jan 2023 13:52:59 -0300
Subject: [PATCH] New package: mangal-4.0.6

---
 srcpkgs/mangal/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/mangal/template

diff --git a/srcpkgs/mangal/template b/srcpkgs/mangal/template
new file mode 100644
index 000000000000..8b78c392d06e
--- /dev/null
+++ b/srcpkgs/mangal/template
@@ -0,0 +1,17 @@
+# Template file for 'mangal'
+pkgname=mangal
+version=4.0.6
+revision=1
+build_style=go
+go_import_path=github.com/metafates/mangal
+short_desc="CLI/TUI manga downloader w/ lua scrappers, anilist integration & more"
+maintainer="LucasTavaresA <tavares.lassuncao@gmail.com>"
+license="MIT"
+homepage="https://github.com/metafates/mangal"
+changelog="https://raw.githubusercontent.com/metafates/mangal/main/CHANGELOG.md"
+distfiles="https://github.com/metafates/mangal/archive/v${version}.tar.gz"
+checksum=312e2d204343fac603a2bdbce3b21d813cd786d5163a0a97b259810b43f53d4d
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: mangal-4.0.6
  2023-01-28 16:52 [PR PATCH] New package: mangal-4.0.6 LucasTavaresA
  2023-01-28 20:02 ` [PR REVIEW] " abenson
  2023-01-28 20:16 ` [PR PATCH] [Updated] " LucasTavaresA
@ 2023-04-29  1:52 ` github-actions
  2023-05-14  1:55 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2023-04-29  1:52 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/41918#issuecomment-1528457860

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]: New package: mangal-4.0.6
  2023-01-28 16:52 [PR PATCH] New package: mangal-4.0.6 LucasTavaresA
                   ` (2 preceding siblings ...)
  2023-04-29  1:52 ` github-actions
@ 2023-05-14  1:55 ` github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2023-05-14  1:55 UTC (permalink / raw)
  To: ml

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

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

New package: mangal-4.0.6
https://github.com/void-linux/void-packages/pull/41918

Description:
Closes #41806 

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl **cross**


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

end of thread, other threads:[~2023-05-14  1:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-28 16:52 [PR PATCH] New package: mangal-4.0.6 LucasTavaresA
2023-01-28 20:02 ` [PR REVIEW] " abenson
2023-01-28 20:16 ` [PR PATCH] [Updated] " LucasTavaresA
2023-04-29  1:52 ` github-actions
2023-05-14  1:55 ` [PR PATCH] [Closed]: " github-actions

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