Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: disklow-1.2
@ 2021-02-10 10:13 Loomsday
  2021-07-20 21:01 ` [PR PATCH] [Updated] " ericonr
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Loomsday @ 2021-02-10 10:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Loomsday/void-packages disklow-branch
https://github.com/void-linux/void-packages/pull/28623

New package: disklow-1.2
<!-- Mark items with [x] where applicable -->

#### General
- [ x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x ] 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/28623.patch is attached

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

From bd4bc774934df420163b1416742d29aea1104bab Mon Sep 17 00:00:00 2001
From: Holger Jahn <holger@loomsday.co.nz>
Date: Wed, 10 Feb 2021 22:43:38 +1300
Subject: [PATCH] New package: disklow-1.2

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

diff --git a/srcpkgs/disklow/template b/srcpkgs/disklow/template
new file mode 100644
index 00000000000..b761b08f29b
--- /dev/null
+++ b/srcpkgs/disklow/template
@@ -0,0 +1,18 @@
+# Template file for 'disklow'
+pkgname=disklow
+version=1.2
+revision=1
+depends="perl perl-Filesys-Df perl-Config-General perl-Mail-Sendmail perl-Net-SMTP-SSL perl-Authen-SASL"
+short_desc="Fine grained disk space reporting with emphasis on mail functionality"
+maintainer="Holger Jahn <holger@loomsday.co.nz>"
+license="Artistic-1.0-Perl"
+homepage="https://loomsday.co.nz/development?id=linuxutils"
+distfiles="https://loomsday.co.nz/sources/disklow-${version}.tar.gz"
+checksum=05b9f510278147f24b0556eb745ff2b71c98c00fedf33434744fbe76ec884c26
+
+do_install() {
+	vbin  disklow
+	vconf disklow.conf
+	vman  disklow.1
+	vdoc  sendmail-setup.txt
+	}

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

* Re: [PR PATCH] [Updated] New package: disklow-1.2
  2021-02-10 10:13 [PR PATCH] New package: disklow-1.2 Loomsday
@ 2021-07-20 21:01 ` ericonr
  2021-07-20 21:03 ` ericonr
  2021-07-20 21:04 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-07-20 21:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Loomsday/void-packages disklow-branch
https://github.com/void-linux/void-packages/pull/28623

New package: disklow-1.2
<!-- Mark items with [x] where applicable -->

#### General
- [ x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x ] 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/28623.patch is attached

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

From a2fca49f1a7fa86fb670e68e19de3c2938d8553a Mon Sep 17 00:00:00 2001
From: Holger Jahn <holger@loomsday.co.nz>
Date: Wed, 10 Feb 2021 22:43:38 +1300
Subject: [PATCH] Fixed template: disklow-1.2

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

diff --git a/srcpkgs/disklow/template b/srcpkgs/disklow/template
new file mode 100644
index 000000000000..e4322b8d18c6
--- /dev/null
+++ b/srcpkgs/disklow/template
@@ -0,0 +1,18 @@
+# Template file for 'disklow'
+pkgname=disklow
+version=1.2
+revision=1
+depends="perl-Filesys-Df perl-Config-General perl-Mail-Sendmail perl-Net-SMTP-SSL perl-Authen-SASL"
+short_desc="Fine grained disk space reporting with emphasis on mail functionality"
+maintainer="Holger Jahn <holger@loomsday.co.nz>"
+license="Artistic-1.0-Perl"
+homepage="https://loomsday.co.nz/development?id=linuxutils"
+distfiles="https://loomsday.co.nz/sources/disklow-${version}.tar.gz"
+checksum=05b9f510278147f24b0556eb745ff2b71c98c00fedf33434744fbe76ec884c26
+
+do_install() {
+	vbin  disklow
+	vconf disklow.conf
+	vman  disklow.1
+	vdoc  sendmail-setup.txt
+}

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

* Re: [PR PATCH] [Updated] New package: disklow-1.2
  2021-02-10 10:13 [PR PATCH] New package: disklow-1.2 Loomsday
  2021-07-20 21:01 ` [PR PATCH] [Updated] " ericonr
@ 2021-07-20 21:03 ` ericonr
  2021-07-20 21:04 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-07-20 21:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Loomsday/void-packages disklow-branch
https://github.com/void-linux/void-packages/pull/28623

New package: disklow-1.2
<!-- Mark items with [x] where applicable -->

#### General
- [ x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x ] 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/28623.patch is attached

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

From e7f1609e390df9ab2293490d81007d8c5fdd46d0 Mon Sep 17 00:00:00 2001
From: Holger Jahn <holger@loomsday.co.nz>
Date: Wed, 10 Feb 2021 22:43:38 +1300
Subject: [PATCH] New package: disklow-1.2

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

diff --git a/srcpkgs/disklow/template b/srcpkgs/disklow/template
new file mode 100644
index 000000000000..e4322b8d18c6
--- /dev/null
+++ b/srcpkgs/disklow/template
@@ -0,0 +1,18 @@
+# Template file for 'disklow'
+pkgname=disklow
+version=1.2
+revision=1
+depends="perl-Filesys-Df perl-Config-General perl-Mail-Sendmail perl-Net-SMTP-SSL perl-Authen-SASL"
+short_desc="Fine grained disk space reporting with emphasis on mail functionality"
+maintainer="Holger Jahn <holger@loomsday.co.nz>"
+license="Artistic-1.0-Perl"
+homepage="https://loomsday.co.nz/development?id=linuxutils"
+distfiles="https://loomsday.co.nz/sources/disklow-${version}.tar.gz"
+checksum=05b9f510278147f24b0556eb745ff2b71c98c00fedf33434744fbe76ec884c26
+
+do_install() {
+	vbin  disklow
+	vconf disklow.conf
+	vman  disklow.1
+	vdoc  sendmail-setup.txt
+}

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

* Re: [PR PATCH] [Merged]: New package: disklow-1.2
  2021-02-10 10:13 [PR PATCH] New package: disklow-1.2 Loomsday
  2021-07-20 21:01 ` [PR PATCH] [Updated] " ericonr
  2021-07-20 21:03 ` ericonr
@ 2021-07-20 21:04 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-07-20 21:04 UTC (permalink / raw)
  To: ml

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

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

New package: disklow-1.2
https://github.com/void-linux/void-packages/pull/28623

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x ] 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] 4+ messages in thread

end of thread, other threads:[~2021-07-20 21:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-10 10:13 [PR PATCH] New package: disklow-1.2 Loomsday
2021-07-20 21:01 ` [PR PATCH] [Updated] " ericonr
2021-07-20 21:03 ` ericonr
2021-07-20 21:04 ` [PR PATCH] [Merged]: " ericonr

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