Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: fatresize-1.1.0
@ 2020-08-07  6:47 anjandev
  2020-08-08 11:26 ` [PR REVIEW] " ahesford
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: anjandev @ 2020-08-07  6:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/anjandev/void-packages fatresize
https://github.com/void-linux/void-packages/pull/24124

New package: fatresize-1.1.0
closes #24025

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

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

From 1061fed9192d6e364f6ed0a8c3af50a07bca8c48 Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Thu, 6 Aug 2020 23:45:34 -0700
Subject: [PATCH] New package: fatresize-1.1.0

closes #24025
---
 srcpkgs/fatresize/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/fatresize/template

diff --git a/srcpkgs/fatresize/template b/srcpkgs/fatresize/template
new file mode 100644
index 00000000000..015907f7d99
--- /dev/null
+++ b/srcpkgs/fatresize/template
@@ -0,0 +1,14 @@
+# Template file for 'fatresize'
+pkgname=fatresize
+version=1.1.0
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="libparted-devel"
+depends="parted"
+short_desc="Utility to resize FAT filesystems using libparted"
+maintainer="Anjandev Momi <anjan@momi.ca>"
+license="GPL-3.0-or-later"
+homepage="https://sourceforge.net/projects/fatresize"
+distfiles="https://github.com/ya-mouse/fatresize/archive/v${version}.tar.gz"
+checksum=9232bc354b6c49a9e695e071bfd2d62ec79cdf4bc84928fcf1967fa39b75c33e

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

* Re: [PR REVIEW] New package: fatresize-1.1.0
  2020-08-07  6:47 [PR PATCH] New package: fatresize-1.1.0 anjandev
@ 2020-08-08 11:26 ` ahesford
  2020-08-10  4:27 ` [PR PATCH] [Updated] " anjandev
  2020-08-10 10:58 ` [PR PATCH] [Merged]: " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2020-08-08 11:26 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/24124#discussion_r467455800

Comment:
Just make homepage [https://github.com/ya-mouse/fatresize](https://github.com/ya-mouse/fatresize). The Sourceforge project page offers no significant information about the project, while the Github page at least shows the README.

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

* Re: [PR PATCH] [Updated] New package: fatresize-1.1.0
  2020-08-07  6:47 [PR PATCH] New package: fatresize-1.1.0 anjandev
  2020-08-08 11:26 ` [PR REVIEW] " ahesford
@ 2020-08-10  4:27 ` anjandev
  2020-08-10 10:58 ` [PR PATCH] [Merged]: " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: anjandev @ 2020-08-10  4:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/anjandev/void-packages fatresize
https://github.com/void-linux/void-packages/pull/24124

New package: fatresize-1.1.0
closes #24025

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

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

From 4c99eb893971c32409e003a0c675e93fd18269af Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Thu, 6 Aug 2020 23:45:34 -0700
Subject: [PATCH] New package: fatresize-1.1.0

closes #24025
---
 srcpkgs/fatresize/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/fatresize/template

diff --git a/srcpkgs/fatresize/template b/srcpkgs/fatresize/template
new file mode 100644
index 00000000000..6455ed6039c
--- /dev/null
+++ b/srcpkgs/fatresize/template
@@ -0,0 +1,14 @@
+# Template file for 'fatresize'
+pkgname=fatresize
+version=1.1.0
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="libparted-devel"
+depends="parted"
+short_desc="Utility to resize FAT filesystems using libparted"
+maintainer="Anjandev Momi <anjan@momi.ca>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/ya-mouse/fatresize"
+distfiles="https://github.com/ya-mouse/fatresize/archive/v${version}.tar.gz"
+checksum=9232bc354b6c49a9e695e071bfd2d62ec79cdf4bc84928fcf1967fa39b75c33e

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

* Re: [PR PATCH] [Merged]: New package: fatresize-1.1.0
  2020-08-07  6:47 [PR PATCH] New package: fatresize-1.1.0 anjandev
  2020-08-08 11:26 ` [PR REVIEW] " ahesford
  2020-08-10  4:27 ` [PR PATCH] [Updated] " anjandev
@ 2020-08-10 10:58 ` ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2020-08-10 10:58 UTC (permalink / raw)
  To: ml

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

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

New package: fatresize-1.1.0
https://github.com/void-linux/void-packages/pull/24124

Description:
closes #24025

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

end of thread, other threads:[~2020-08-10 10:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-07  6:47 [PR PATCH] New package: fatresize-1.1.0 anjandev
2020-08-08 11:26 ` [PR REVIEW] " ahesford
2020-08-10  4:27 ` [PR PATCH] [Updated] " anjandev
2020-08-10 10:58 ` [PR PATCH] [Merged]: " ahesford

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