Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: libzbc-5.9.0
@ 2020-10-09 20:16 ailiop-git
  2020-10-09 22:27 ` [PR PATCH] [Updated] " ailiop-git
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ailiop-git @ 2020-10-09 20:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ailiop-git/void-packages libzbc
https://github.com/void-linux/void-packages/pull/25478

New package: libzbc-5.9.0


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

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

From af4b3a325685caac921a92f12ddca9b1f4b3186f Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Fri, 9 Oct 2020 22:05:35 +0200
Subject: [PATCH] New package: libzbc-5.9.0

---
 srcpkgs/libzbc-devel    |  1 +
 srcpkgs/libzbc-progs    |  1 +
 srcpkgs/libzbc/template | 37 +++++++++++++++++++++++++++++++++++++
 3 files changed, 39 insertions(+)
 create mode 120000 srcpkgs/libzbc-devel
 create mode 120000 srcpkgs/libzbc-progs
 create mode 100644 srcpkgs/libzbc/template

diff --git a/srcpkgs/libzbc-devel b/srcpkgs/libzbc-devel
new file mode 120000
index 00000000000..09b8710bc7b
--- /dev/null
+++ b/srcpkgs/libzbc-devel
@@ -0,0 +1 @@
+libzbc
\ No newline at end of file
diff --git a/srcpkgs/libzbc-progs b/srcpkgs/libzbc-progs
new file mode 120000
index 00000000000..09b8710bc7b
--- /dev/null
+++ b/srcpkgs/libzbc-progs
@@ -0,0 +1 @@
+libzbc
\ No newline at end of file
diff --git a/srcpkgs/libzbc/template b/srcpkgs/libzbc/template
new file mode 100644
index 00000000000..2204bbea098
--- /dev/null
+++ b/srcpkgs/libzbc/template
@@ -0,0 +1,37 @@
+# Template file for 'libzbc'
+pkgname=libzbc
+version=5.9.0
+revision=1
+build_style=gnu-configure
+hostmakedepends="automake autoconf autoconf-archive libtool pkg-config"
+short_desc="ZBC device manipulation library"
+maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
+license="LGPL-3.0-or-later, BSD-2-Clause"
+homepage="https://github.com/hgst/libzbc"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=35424bcd8661314e654d18ad4b176ff1dbb473ae445d6c08d606c454dd64b500
+
+pre_configure() {
+	./autogen.sh
+}
+
+post_install() {
+	vlicense COPYING.BSD
+}
+
+libzbc-devel_package() {
+	depends="libzbc-${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove "usr/lib/*.a"
+		vmove "usr/include"
+		vmove "usr/lib/pkgconfig"
+	}
+}
+
+libzbc-progs_package() {
+	short_desc+=" - utilities"
+	pkg_install() {
+	    vmove "usr/bin/*"
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: libzbc-5.9.0
  2020-10-09 20:16 [PR PATCH] New package: libzbc-5.9.0 ailiop-git
@ 2020-10-09 22:27 ` ailiop-git
  2021-11-06 23:45 ` [PR REVIEW] " abenson
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ailiop-git @ 2020-10-09 22:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ailiop-git/void-packages libzbc
https://github.com/void-linux/void-packages/pull/25478

New package: libzbc-5.9.0


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

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

From 3521163fed2291094f1c986918ea56f1e278eebe Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Sat, 10 Oct 2020 00:26:35 +0200
Subject: [PATCH] New package: libzbc-5.9.0

---
 common/shlibs           |  2 ++
 srcpkgs/libzbc-devel    |  1 +
 srcpkgs/libzbc-progs    |  1 +
 srcpkgs/libzbc/template | 37 +++++++++++++++++++++++++++++++++++++
 4 files changed, 41 insertions(+)
 create mode 120000 srcpkgs/libzbc-devel
 create mode 120000 srcpkgs/libzbc-progs
 create mode 100644 srcpkgs/libzbc/template

diff --git a/common/shlibs b/common/shlibs
index ea2b1b4c85d..3acf5fdb5eb 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3993,3 +3993,5 @@ libneatvnc.so.0 neatvnc-0.2.0_1
 libtdjson.so.1.6.0 libtd-1.6.0_1
 libJudy.so.1 judy-1.0.5_1
 libsignal-protocol-c.so.2 libsignal-protocol-c-2.3.3_2
+libzbc-5.9.0.so libzbc-5.9.0_1
+
diff --git a/srcpkgs/libzbc-devel b/srcpkgs/libzbc-devel
new file mode 120000
index 00000000000..09b8710bc7b
--- /dev/null
+++ b/srcpkgs/libzbc-devel
@@ -0,0 +1 @@
+libzbc
\ No newline at end of file
diff --git a/srcpkgs/libzbc-progs b/srcpkgs/libzbc-progs
new file mode 120000
index 00000000000..09b8710bc7b
--- /dev/null
+++ b/srcpkgs/libzbc-progs
@@ -0,0 +1 @@
+libzbc
\ No newline at end of file
diff --git a/srcpkgs/libzbc/template b/srcpkgs/libzbc/template
new file mode 100644
index 00000000000..2204bbea098
--- /dev/null
+++ b/srcpkgs/libzbc/template
@@ -0,0 +1,37 @@
+# Template file for 'libzbc'
+pkgname=libzbc
+version=5.9.0
+revision=1
+build_style=gnu-configure
+hostmakedepends="automake autoconf autoconf-archive libtool pkg-config"
+short_desc="ZBC device manipulation library"
+maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
+license="LGPL-3.0-or-later, BSD-2-Clause"
+homepage="https://github.com/hgst/libzbc"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=35424bcd8661314e654d18ad4b176ff1dbb473ae445d6c08d606c454dd64b500
+
+pre_configure() {
+	./autogen.sh
+}
+
+post_install() {
+	vlicense COPYING.BSD
+}
+
+libzbc-devel_package() {
+	depends="libzbc-${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove "usr/lib/*.a"
+		vmove "usr/include"
+		vmove "usr/lib/pkgconfig"
+	}
+}
+
+libzbc-progs_package() {
+	short_desc+=" - utilities"
+	pkg_install() {
+	    vmove "usr/bin/*"
+	}
+}

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

* Re: [PR REVIEW] New package: libzbc-5.9.0
  2020-10-09 20:16 [PR PATCH] New package: libzbc-5.9.0 ailiop-git
  2020-10-09 22:27 ` [PR PATCH] [Updated] " ailiop-git
@ 2021-11-06 23:45 ` abenson
  2021-11-07 11:15 ` [PR PATCH] [Updated] " ailiop-git
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: abenson @ 2021-11-06 23:45 UTC (permalink / raw)
  To: ml

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

New review comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/25478#discussion_r744180948

Comment:
Drop this extra line.

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

* Re: [PR PATCH] [Updated] New package: libzbc-5.9.0
  2020-10-09 20:16 [PR PATCH] New package: libzbc-5.9.0 ailiop-git
  2020-10-09 22:27 ` [PR PATCH] [Updated] " ailiop-git
  2021-11-06 23:45 ` [PR REVIEW] " abenson
@ 2021-11-07 11:15 ` ailiop-git
  2022-04-20  2:15 ` github-actions
  2022-05-04  2:15 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: ailiop-git @ 2021-11-07 11:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ailiop-git/void-packages libzbc
https://github.com/void-linux/void-packages/pull/25478

New package: libzbc-5.9.0


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

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

From b756ea066955e3dd572af1026c33f90e219f82ed Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Sat, 10 Oct 2020 00:26:35 +0200
Subject: [PATCH] New package: libzbc-5.12.0

---
 common/shlibs           |  1 +
 srcpkgs/libzbc-devel    |  1 +
 srcpkgs/libzbc-progs    |  1 +
 srcpkgs/libzbc/template | 37 +++++++++++++++++++++++++++++++++++++
 4 files changed, 40 insertions(+)
 create mode 120000 srcpkgs/libzbc-devel
 create mode 120000 srcpkgs/libzbc-progs
 create mode 100644 srcpkgs/libzbc/template

diff --git a/common/shlibs b/common/shlibs
index 9664f48a6514..cca85c32e79b 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4038,3 +4038,4 @@ libstemmer.so.2 libstemmer-2.1.0_1
 libdecor-0.so.0 libdecor-0.1.0_1
 libavif.so.13 libavif-0.9.3_1
 libkdumpfile.so.8 libkdumpfile-0.4.0_1
+libzbc.so.5 libzbc-5.12.0_1
diff --git a/srcpkgs/libzbc-devel b/srcpkgs/libzbc-devel
new file mode 120000
index 000000000000..09b8710bc7b7
--- /dev/null
+++ b/srcpkgs/libzbc-devel
@@ -0,0 +1 @@
+libzbc
\ No newline at end of file
diff --git a/srcpkgs/libzbc-progs b/srcpkgs/libzbc-progs
new file mode 120000
index 000000000000..09b8710bc7b7
--- /dev/null
+++ b/srcpkgs/libzbc-progs
@@ -0,0 +1 @@
+libzbc
\ No newline at end of file
diff --git a/srcpkgs/libzbc/template b/srcpkgs/libzbc/template
new file mode 100644
index 000000000000..5b46896091b3
--- /dev/null
+++ b/srcpkgs/libzbc/template
@@ -0,0 +1,37 @@
+# Template file for 'libzbc'
+pkgname=libzbc
+version=5.12.0
+revision=1
+build_style=gnu-configure
+hostmakedepends="automake autoconf autoconf-archive libtool pkg-config"
+short_desc="ZBC device manipulation library"
+maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
+license="LGPL-3.0-or-later, BSD-2-Clause"
+homepage="https://github.com/westerndigitalcorporation/libzbc"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=3130f6c7111c4aa6076a53b4c259668552e8b2fb06ee792c224a3f97462243b6
+
+pre_configure() {
+	./autogen.sh
+}
+
+post_install() {
+	vlicense COPYING.BSD
+}
+
+libzbc-devel_package() {
+	depends="libzbc-${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove "usr/lib/*.a"
+		vmove "usr/include"
+		vmove "usr/lib/pkgconfig"
+	}
+}
+
+libzbc-progs_package() {
+	short_desc+=" - utilities"
+	pkg_install() {
+	    vmove "usr/bin/*"
+	}
+}

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

* Re: New package: libzbc-5.9.0
  2020-10-09 20:16 [PR PATCH] New package: libzbc-5.9.0 ailiop-git
                   ` (2 preceding siblings ...)
  2021-11-07 11:15 ` [PR PATCH] [Updated] " ailiop-git
@ 2022-04-20  2:15 ` github-actions
  2022-05-04  2:15 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2022-04-20  2:15 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/25478#issuecomment-1103384916

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] 6+ messages in thread

* Re: [PR PATCH] [Closed]: New package: libzbc-5.9.0
  2020-10-09 20:16 [PR PATCH] New package: libzbc-5.9.0 ailiop-git
                   ` (3 preceding siblings ...)
  2022-04-20  2:15 ` github-actions
@ 2022-05-04  2:15 ` github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2022-05-04  2:15 UTC (permalink / raw)
  To: ml

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

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

New package: libzbc-5.9.0
https://github.com/void-linux/void-packages/pull/25478

Description:


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

end of thread, other threads:[~2022-05-04  2:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-09 20:16 [PR PATCH] New package: libzbc-5.9.0 ailiop-git
2020-10-09 22:27 ` [PR PATCH] [Updated] " ailiop-git
2021-11-06 23:45 ` [PR REVIEW] " abenson
2021-11-07 11:15 ` [PR PATCH] [Updated] " ailiop-git
2022-04-20  2:15 ` github-actions
2022-05-04  2:15 ` [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).