Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: pgmetrics-1.12.0
@ 2021-10-23 10:28 arete
  2021-10-23 10:33 ` [PR PATCH] [Updated] " arete
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: arete @ 2021-10-23 10:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/arete/void-packages pgmetrics
https://github.com/void-linux/void-packages/pull/33711

New package: pgmetrics-1.12.0
<!-- 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?
- [ ] 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.)
- [ ] 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/33711.patch is attached

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

From e752dd078774f780fdd280bc8c6e4fb48cd60400 Mon Sep 17 00:00:00 2001
From: Gerardo Di iorio <arete74@gmail.com>
Date: Sat, 23 Oct 2021 12:27:39 +0200
Subject: [PATCH] New package: pgmetrics-1.12.0

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

diff --git a/srcpkgs/pgmetrics/template b/srcpkgs/pgmetrics/template
new file mode 100644
index 000000000000..63c527bd5b03
--- /dev/null
+++ b/srcpkgs/pgmetrics/template
@@ -0,0 +1,18 @@
+# Template file for 'pgmetrics'
+pkgname=pgmetrics
+version=1.12.0
+revision=1
+build_style=go
+go_import_path="github.com/rapidloop/pgmetrics/cmd/pgmetrics"
+short_desc="Collect and display statistics from running Postgresql"
+maintainer="Gerardo Di iorio <arete74@gmail.com>"
+license="Apache-2.0"
+homepage="https://pgmetrics.io"
+distfiles="https://github.com/rapidloop/pgmetrics/archive/refs/tags/v${version}.tar.gz"
+checksum=82f2527b4754f3b96282d14de7ddbd98fa7030ede193361062b6a83f51c68acf
+
+post_install() {
+	vdoc README.md
+	vlicense LICENSE
+}
+

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

* Re: [PR PATCH] [Updated] New package: pgmetrics-1.12.0
  2021-10-23 10:28 [PR PATCH] New package: pgmetrics-1.12.0 arete
@ 2021-10-23 10:33 ` arete
  2021-10-23 10:42 ` arete
  2021-10-30 23:29 ` [PR PATCH] [Merged]: " Piraty
  2 siblings, 0 replies; 4+ messages in thread
From: arete @ 2021-10-23 10:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/arete/void-packages pgmetrics
https://github.com/void-linux/void-packages/pull/33711

New package: pgmetrics-1.12.0
<!-- 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?
- [ ] 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.)
- [ ] 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/33711.patch is attached

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

From f68ac46c9d1176d778a059483a18d84f33cf79ce Mon Sep 17 00:00:00 2001
From: Gerardo Di iorio <arete74@gmail.com>
Date: Sat, 23 Oct 2021 12:27:39 +0200
Subject: [PATCH] New package: pgmetrics-1.12.0

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

diff --git a/srcpkgs/pgmetrics/template b/srcpkgs/pgmetrics/template
new file mode 100644
index 000000000000..0be1c5679584
--- /dev/null
+++ b/srcpkgs/pgmetrics/template
@@ -0,0 +1,17 @@
+# Template file for 'pgmetrics'
+pkgname=pgmetrics
+version=1.12.0
+revision=1
+build_style=go
+go_import_path="github.com/rapidloop/pgmetrics/cmd/pgmetrics"
+short_desc="Collect and display statistics from running Postgresql"
+maintainer="Gerardo Di iorio <arete74@gmail.com>"
+license="Apache-2.0"
+homepage="https://pgmetrics.io"
+distfiles="https://github.com/rapidloop/pgmetrics/archive/refs/tags/v${version}.tar.gz"
+checksum=82f2527b4754f3b96282d14de7ddbd98fa7030ede193361062b6a83f51c68acf
+
+post_install() {
+	vdoc README.md
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: pgmetrics-1.12.0
  2021-10-23 10:28 [PR PATCH] New package: pgmetrics-1.12.0 arete
  2021-10-23 10:33 ` [PR PATCH] [Updated] " arete
@ 2021-10-23 10:42 ` arete
  2021-10-30 23:29 ` [PR PATCH] [Merged]: " Piraty
  2 siblings, 0 replies; 4+ messages in thread
From: arete @ 2021-10-23 10:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/arete/void-packages pgmetrics
https://github.com/void-linux/void-packages/pull/33711

New package: pgmetrics-1.12.0
<!-- 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?
- [ ] 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.)
- [ ] 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/33711.patch is attached

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

From a34f9a17801fb40522dee0731ddd326a90f266c8 Mon Sep 17 00:00:00 2001
From: Gerardo Di iorio <arete74@gmail.com>
Date: Sat, 23 Oct 2021 12:27:39 +0200
Subject: [PATCH] New package: pgmetrics-1.12.0

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

diff --git a/srcpkgs/pgmetrics/template b/srcpkgs/pgmetrics/template
new file mode 100644
index 000000000000..944110d782cf
--- /dev/null
+++ b/srcpkgs/pgmetrics/template
@@ -0,0 +1,16 @@
+# Template file for 'pgmetrics'
+pkgname=pgmetrics
+version=1.12.0
+revision=1
+build_style=go
+go_import_path="github.com/rapidloop/pgmetrics/cmd/pgmetrics"
+short_desc="Collect and display statistics from running Postgresql"
+maintainer="Gerardo Di iorio <arete74@gmail.com>"
+license="Apache-2.0"
+homepage="https://pgmetrics.io"
+distfiles="https://github.com/rapidloop/pgmetrics/archive/refs/tags/v${version}.tar.gz"
+checksum=82f2527b4754f3b96282d14de7ddbd98fa7030ede193361062b6a83f51c68acf
+
+post_install() {
+	vdoc README.md
+}

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

* Re: [PR PATCH] [Merged]: New package: pgmetrics-1.12.0
  2021-10-23 10:28 [PR PATCH] New package: pgmetrics-1.12.0 arete
  2021-10-23 10:33 ` [PR PATCH] [Updated] " arete
  2021-10-23 10:42 ` arete
@ 2021-10-30 23:29 ` Piraty
  2 siblings, 0 replies; 4+ messages in thread
From: Piraty @ 2021-10-30 23:29 UTC (permalink / raw)
  To: ml

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

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

New package: pgmetrics-1.12.0
https://github.com/void-linux/void-packages/pull/33711

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?
- [ ] 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.)
- [ ] 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-10-30 23:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-23 10:28 [PR PATCH] New package: pgmetrics-1.12.0 arete
2021-10-23 10:33 ` [PR PATCH] [Updated] " arete
2021-10-23 10:42 ` arete
2021-10-30 23:29 ` [PR PATCH] [Merged]: " Piraty

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