Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: tarpaulin-0.9.0
@ 2019-10-04 22:26 voidlinux-github
  2019-10-04 23:09 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-04 22:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages tarpaulin-0.9.0
https://github.com/void-linux/void-packages/pull/15100

New package: tarpaulin-0.9.0
None

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

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

From 9ac3b6d3b157c5db7261e8656442efe57adcf20c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sat, 5 Oct 2019 00:25:37 +0200
Subject: [PATCH] New package: tarpaulin-0.9.0

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

diff --git a/srcpkgs/tarpaulin/template b/srcpkgs/tarpaulin/template
new file mode 100644
index 00000000000..1a930d5d02f
--- /dev/null
+++ b/srcpkgs/tarpaulin/template
@@ -0,0 +1,18 @@
+# Template file for 'tarpaulin'
+pkgname=tarpaulin
+version=0.9.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config cmake"
+makedepends="libressl-devel zlib-devel"
+short_desc="Code coverage tool for Rust/Cargo projects"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MIT, Apache-2.0"
+homepage="https://github.com/xd009642/tarpaulin"
+distfiles="https://github.com/xd009642/tarpaulin/archive/${version}.tar.gz"
+checksum=e1812627338c3e4c272f280105f6d250ecc2d389b775bf6f24de13940758343b
+
+post_install() {
+	vlicense LICENSE-MIT
+	vlicense LICENSE-APACHE
+}

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

* Re: [PR PATCH] [Updated] New package: tarpaulin-0.9.0
  2019-10-04 22:26 [PR PATCH] New package: tarpaulin-0.9.0 voidlinux-github
@ 2019-10-04 23:09 ` voidlinux-github
  2019-10-04 23:09 ` voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-04 23:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages tarpaulin-0.9.0
https://github.com/void-linux/void-packages/pull/15100

New package: tarpaulin-0.9.0
None

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

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

From 0195036ffe77d107946e82a1fb77d1e15389942a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sat, 5 Oct 2019 00:25:37 +0200
Subject: [PATCH] New package: tarpaulin-0.9.0

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

diff --git a/srcpkgs/tarpaulin/template b/srcpkgs/tarpaulin/template
new file mode 100644
index 00000000000..a2c55aca144
--- /dev/null
+++ b/srcpkgs/tarpaulin/template
@@ -0,0 +1,19 @@
+# Template file for 'tarpaulin'
+pkgname=tarpaulin
+version=0.9.0
+revision=1
+archs="x86_64"
+build_style=cargo
+hostmakedepends="pkg-config cmake"
+makedepends="libressl-devel zlib-devel"
+short_desc="Code coverage tool for Rust/Cargo projects"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MIT, Apache-2.0"
+homepage="https://github.com/xd009642/tarpaulin"
+distfiles="https://github.com/xd009642/tarpaulin/archive/${version}.tar.gz"
+checksum=e1812627338c3e4c272f280105f6d250ecc2d389b775bf6f24de13940758343b
+
+post_install() {
+	vlicense LICENSE-MIT
+	vlicense LICENSE-APACHE
+}

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

* Re: [PR PATCH] [Updated] New package: tarpaulin-0.9.0
  2019-10-04 22:26 [PR PATCH] New package: tarpaulin-0.9.0 voidlinux-github
  2019-10-04 23:09 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-04 23:09 ` voidlinux-github
  2019-10-12 14:06 ` voidlinux-github
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-04 23:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages tarpaulin-0.9.0
https://github.com/void-linux/void-packages/pull/15100

New package: tarpaulin-0.9.0
None

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

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

From 0195036ffe77d107946e82a1fb77d1e15389942a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sat, 5 Oct 2019 00:25:37 +0200
Subject: [PATCH] New package: tarpaulin-0.9.0

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

diff --git a/srcpkgs/tarpaulin/template b/srcpkgs/tarpaulin/template
new file mode 100644
index 00000000000..a2c55aca144
--- /dev/null
+++ b/srcpkgs/tarpaulin/template
@@ -0,0 +1,19 @@
+# Template file for 'tarpaulin'
+pkgname=tarpaulin
+version=0.9.0
+revision=1
+archs="x86_64"
+build_style=cargo
+hostmakedepends="pkg-config cmake"
+makedepends="libressl-devel zlib-devel"
+short_desc="Code coverage tool for Rust/Cargo projects"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MIT, Apache-2.0"
+homepage="https://github.com/xd009642/tarpaulin"
+distfiles="https://github.com/xd009642/tarpaulin/archive/${version}.tar.gz"
+checksum=e1812627338c3e4c272f280105f6d250ecc2d389b775bf6f24de13940758343b
+
+post_install() {
+	vlicense LICENSE-MIT
+	vlicense LICENSE-APACHE
+}

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

* Re: [PR PATCH] [Updated] New package: tarpaulin-0.9.0
  2019-10-04 22:26 [PR PATCH] New package: tarpaulin-0.9.0 voidlinux-github
  2019-10-04 23:09 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-04 23:09 ` voidlinux-github
@ 2019-10-12 14:06 ` voidlinux-github
  2019-10-12 14:06 ` voidlinux-github
  2019-10-12 15:22 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-12 14:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages tarpaulin-0.9.0
https://github.com/void-linux/void-packages/pull/15100

New package: tarpaulin-0.9.0
None

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

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

From 765d65938ddffceb2637614b782f13f930e3d171 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sat, 5 Oct 2019 00:25:37 +0200
Subject: [PATCH] New package: tarpaulin-0.9.0

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

diff --git a/srcpkgs/tarpaulin/template b/srcpkgs/tarpaulin/template
new file mode 100644
index 00000000000..d9791af1506
--- /dev/null
+++ b/srcpkgs/tarpaulin/template
@@ -0,0 +1,19 @@
+# Template file for 'tarpaulin'
+pkgname=tarpaulin
+version=0.9.0
+revision=1
+archs="x86_64*"
+build_style=cargo
+hostmakedepends="pkg-config cmake"
+makedepends="libressl-devel zlib-devel"
+short_desc="Code coverage tool for Rust/Cargo projects"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MIT, Apache-2.0"
+homepage="https://github.com/xd009642/tarpaulin"
+distfiles="https://github.com/xd009642/tarpaulin/archive/${version}.tar.gz"
+checksum=e1812627338c3e4c272f280105f6d250ecc2d389b775bf6f24de13940758343b
+
+post_install() {
+	vlicense LICENSE-MIT
+	vlicense LICENSE-APACHE
+}

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

* Re: [PR PATCH] [Updated] New package: tarpaulin-0.9.0
  2019-10-04 22:26 [PR PATCH] New package: tarpaulin-0.9.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-12 14:06 ` voidlinux-github
@ 2019-10-12 14:06 ` voidlinux-github
  2019-10-12 15:22 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-12 14:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages tarpaulin-0.9.0
https://github.com/void-linux/void-packages/pull/15100

New package: tarpaulin-0.9.0
None

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

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

From 765d65938ddffceb2637614b782f13f930e3d171 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sat, 5 Oct 2019 00:25:37 +0200
Subject: [PATCH] New package: tarpaulin-0.9.0

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

diff --git a/srcpkgs/tarpaulin/template b/srcpkgs/tarpaulin/template
new file mode 100644
index 00000000000..d9791af1506
--- /dev/null
+++ b/srcpkgs/tarpaulin/template
@@ -0,0 +1,19 @@
+# Template file for 'tarpaulin'
+pkgname=tarpaulin
+version=0.9.0
+revision=1
+archs="x86_64*"
+build_style=cargo
+hostmakedepends="pkg-config cmake"
+makedepends="libressl-devel zlib-devel"
+short_desc="Code coverage tool for Rust/Cargo projects"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MIT, Apache-2.0"
+homepage="https://github.com/xd009642/tarpaulin"
+distfiles="https://github.com/xd009642/tarpaulin/archive/${version}.tar.gz"
+checksum=e1812627338c3e4c272f280105f6d250ecc2d389b775bf6f24de13940758343b
+
+post_install() {
+	vlicense LICENSE-MIT
+	vlicense LICENSE-APACHE
+}

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

* Re: [PR PATCH] [Merged]: New package: tarpaulin-0.9.0
  2019-10-04 22:26 [PR PATCH] New package: tarpaulin-0.9.0 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-12 14:06 ` voidlinux-github
@ 2019-10-12 15:22 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-12 15:22 UTC (permalink / raw)
  To: ml

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

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

New package: tarpaulin-0.9.0
https://github.com/void-linux/void-packages/pull/15100

Description:
None

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

end of thread, other threads:[~2019-10-12 15:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-04 22:26 [PR PATCH] New package: tarpaulin-0.9.0 voidlinux-github
2019-10-04 23:09 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-04 23:09 ` voidlinux-github
2019-10-12 14:06 ` voidlinux-github
2019-10-12 14:06 ` voidlinux-github
2019-10-12 15:22 ` [PR PATCH] [Merged]: " voidlinux-github

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