Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New Package: RabbitMQ C-Client
@ 2019-10-28 22:29 voidlinux-github
  2019-10-28 22:32 ` voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-28 22:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/schmidh/void-packages rabbitmq-c
https://github.com/void-linux/void-packages/pull/15878

New Package: RabbitMQ C-Client
I'm getting this message:

> WARNING: rabbitmq-c-0.9.0_1: librabbitmq.so.4 not found in common/shlibs!

Can I ignore it or do I have to manually add the new library to common/shlibs?

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

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

From ea1911667423861e9a0b67a63e054f3948b8adef Mon Sep 17 00:00:00 2001
From: "Hans-J. Schmid" <knock@myopendoor.de>
Date: Mon, 28 Oct 2019 21:25:22 +0100
Subject: [PATCH] adds rabbitmq-c library.

---
 srcpkgs/rabbitmq-c-devel    |  1 +
 srcpkgs/rabbitmq-c/template | 28 ++++++++++++++++++++++++++++
 template                    | 18 ++++++++++++++++++
 3 files changed, 47 insertions(+)
 create mode 120000 srcpkgs/rabbitmq-c-devel
 create mode 100644 srcpkgs/rabbitmq-c/template
 create mode 100644 template

diff --git a/srcpkgs/rabbitmq-c-devel b/srcpkgs/rabbitmq-c-devel
new file mode 120000
index 00000000000..5039cc59dce
--- /dev/null
+++ b/srcpkgs/rabbitmq-c-devel
@@ -0,0 +1 @@
+rabbitmq-c
\ No newline at end of file
diff --git a/srcpkgs/rabbitmq-c/template b/srcpkgs/rabbitmq-c/template
new file mode 100644
index 00000000000..2319570d516
--- /dev/null
+++ b/srcpkgs/rabbitmq-c/template
@@ -0,0 +1,28 @@
+# Template file for 'rabbitmq-c'
+pkgname=rabbitmq-c
+version=0.9.0
+revision=1
+build_style=cmake
+hostmakedepends="popt xmlto doxygen"
+makedepends="libressl-devel"
+short_desc="RabbitMQ C client"
+maintainer="Hans-J. Schmid <knock@myopendoor.de>"
+license="MIT"
+homepage="https://github.com/alanxz/rabbitmq-c"
+distfiles="https://github.com/alanxz/${pkgname}/archive/v${version}.tar.gz"
+checksum=316c0d156452b488124806911a62e0c2aa8a546d38fc8324719cd29aaa493024
+
+post_install() {
+	vlicense LICENSE-MIT
+}
+
+rabbitmq-c-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove usr/lib/*.a
+		vmove usr/lib/*.so
+	}
+}
diff --git a/template b/template
new file mode 100644
index 00000000000..009da3b2ddf
--- /dev/null
+++ b/template
@@ -0,0 +1,18 @@
+# Template file for 'rabbitmq-c'
+pkgname=rabbitmq-c
+version=0.9.0
+revision=1
+build_style=cmake
+hostmakedepends="popt xmlto doxygen"
+makedepends="libressl-devel"
+depends="libressl"
+short_desc="RabbitMQ C client"
+maintainer="Hans-J. Schmid <knock@myopendoor.de>"
+license="MIT"
+homepage="https://github.com/alanxz/rabbitmq-c"
+distfiles="https://github.com/alanxz/${pkgname}/archive/v${version}.tar.gz"
+checksum=316c0d156452b488124806911a62e0c2aa8a546d38fc8324719cd29aaa493024
+
+post_install() {
+ vlicense LICENSE-MIT
+}

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

* Re: New Package: RabbitMQ C-Client
  2019-10-28 22:29 [PR PATCH] New Package: RabbitMQ C-Client voidlinux-github
@ 2019-10-28 22:32 ` voidlinux-github
  2019-10-28 22:34 ` voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-28 22:32 UTC (permalink / raw)
  To: ml

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/15878#issuecomment-547174034

Comment:
> I'm getting this message:
> 
> > WARNING: rabbitmq-c-0.9.0_1: librabbitmq.so.4 not found in common/shlibs!
> 
> Can I ignore it or do I have to manually add the new library to common/shlibs?

It only has to be added once you add a package that links against this lib. So you can ignore it for now.

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

* Re: New Package: RabbitMQ C-Client
  2019-10-28 22:29 [PR PATCH] New Package: RabbitMQ C-Client voidlinux-github
  2019-10-28 22:32 ` voidlinux-github
@ 2019-10-28 22:34 ` voidlinux-github
  2019-10-28 22:39 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-28 22:34 UTC (permalink / raw)
  To: ml

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/15878#issuecomment-547174519

Comment:
Also use `New package: rabbitmq-c-0.9.0` as commit message. And you still have `template` in the commit content, instead of only `srcpkgs/rabbitmq-c/template` and the symlink

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

* Re: [PR PATCH] [Updated] New Package: RabbitMQ C-Client
  2019-10-28 22:29 [PR PATCH] New Package: RabbitMQ C-Client voidlinux-github
  2019-10-28 22:32 ` voidlinux-github
  2019-10-28 22:34 ` voidlinux-github
@ 2019-10-28 22:39 ` voidlinux-github
  2019-10-28 22:39 ` voidlinux-github
  2019-10-28 23:39 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-28 22:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/schmidh/void-packages rabbitmq-c
https://github.com/void-linux/void-packages/pull/15878

New Package: RabbitMQ C-Client
I'm getting this message:

> WARNING: rabbitmq-c-0.9.0_1: librabbitmq.so.4 not found in common/shlibs!

Can I ignore it or do I have to manually add the new library to common/shlibs?

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

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

From e3c91a91ef6fdcd26e8069e93217163c776fefe4 Mon Sep 17 00:00:00 2001
From: "Hans-J. Schmid" <knock@myopendoor.de>
Date: Mon, 28 Oct 2019 21:25:22 +0100
Subject: [PATCH] New package: rabbitmq-c-0.9.0

---
 common/shlibs               |  1 +
 srcpkgs/rabbitmq-c-devel    |  1 +
 srcpkgs/rabbitmq-c/template | 28 ++++++++++++++++++++++++++++
 3 files changed, 30 insertions(+)
 create mode 120000 srcpkgs/rabbitmq-c-devel
 create mode 100644 srcpkgs/rabbitmq-c/template

diff --git a/common/shlibs b/common/shlibs
index 935bc6c9bbd..a79ef996138 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3519,3 +3519,4 @@ libluv.so.1 libluv-1.30.1.0_1
 libarmadillo.so.9 armadillo-9.700.2_1
 libvarnishapi.so.2 libvarnishapi-6.3.0_1
 libicns.so.1 libicns-0.8.1_1
+librabbitmq.so.4 rabbitmq-c-0.9.0_1
diff --git a/srcpkgs/rabbitmq-c-devel b/srcpkgs/rabbitmq-c-devel
new file mode 120000
index 00000000000..5039cc59dce
--- /dev/null
+++ b/srcpkgs/rabbitmq-c-devel
@@ -0,0 +1 @@
+rabbitmq-c
\ No newline at end of file
diff --git a/srcpkgs/rabbitmq-c/template b/srcpkgs/rabbitmq-c/template
new file mode 100644
index 00000000000..2319570d516
--- /dev/null
+++ b/srcpkgs/rabbitmq-c/template
@@ -0,0 +1,28 @@
+# Template file for 'rabbitmq-c'
+pkgname=rabbitmq-c
+version=0.9.0
+revision=1
+build_style=cmake
+hostmakedepends="popt xmlto doxygen"
+makedepends="libressl-devel"
+short_desc="RabbitMQ C client"
+maintainer="Hans-J. Schmid <knock@myopendoor.de>"
+license="MIT"
+homepage="https://github.com/alanxz/rabbitmq-c"
+distfiles="https://github.com/alanxz/${pkgname}/archive/v${version}.tar.gz"
+checksum=316c0d156452b488124806911a62e0c2aa8a546d38fc8324719cd29aaa493024
+
+post_install() {
+	vlicense LICENSE-MIT
+}
+
+rabbitmq-c-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove usr/lib/*.a
+		vmove usr/lib/*.so
+	}
+}

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

* Re: [PR PATCH] [Updated] New Package: RabbitMQ C-Client
  2019-10-28 22:29 [PR PATCH] New Package: RabbitMQ C-Client voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-28 22:39 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-28 22:39 ` voidlinux-github
  2019-10-28 23:39 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-28 22:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/schmidh/void-packages rabbitmq-c
https://github.com/void-linux/void-packages/pull/15878

New Package: RabbitMQ C-Client
I'm getting this message:

> WARNING: rabbitmq-c-0.9.0_1: librabbitmq.so.4 not found in common/shlibs!

Can I ignore it or do I have to manually add the new library to common/shlibs?

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

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

From e3c91a91ef6fdcd26e8069e93217163c776fefe4 Mon Sep 17 00:00:00 2001
From: "Hans-J. Schmid" <knock@myopendoor.de>
Date: Mon, 28 Oct 2019 21:25:22 +0100
Subject: [PATCH] New package: rabbitmq-c-0.9.0

---
 common/shlibs               |  1 +
 srcpkgs/rabbitmq-c-devel    |  1 +
 srcpkgs/rabbitmq-c/template | 28 ++++++++++++++++++++++++++++
 3 files changed, 30 insertions(+)
 create mode 120000 srcpkgs/rabbitmq-c-devel
 create mode 100644 srcpkgs/rabbitmq-c/template

diff --git a/common/shlibs b/common/shlibs
index 935bc6c9bbd..a79ef996138 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3519,3 +3519,4 @@ libluv.so.1 libluv-1.30.1.0_1
 libarmadillo.so.9 armadillo-9.700.2_1
 libvarnishapi.so.2 libvarnishapi-6.3.0_1
 libicns.so.1 libicns-0.8.1_1
+librabbitmq.so.4 rabbitmq-c-0.9.0_1
diff --git a/srcpkgs/rabbitmq-c-devel b/srcpkgs/rabbitmq-c-devel
new file mode 120000
index 00000000000..5039cc59dce
--- /dev/null
+++ b/srcpkgs/rabbitmq-c-devel
@@ -0,0 +1 @@
+rabbitmq-c
\ No newline at end of file
diff --git a/srcpkgs/rabbitmq-c/template b/srcpkgs/rabbitmq-c/template
new file mode 100644
index 00000000000..2319570d516
--- /dev/null
+++ b/srcpkgs/rabbitmq-c/template
@@ -0,0 +1,28 @@
+# Template file for 'rabbitmq-c'
+pkgname=rabbitmq-c
+version=0.9.0
+revision=1
+build_style=cmake
+hostmakedepends="popt xmlto doxygen"
+makedepends="libressl-devel"
+short_desc="RabbitMQ C client"
+maintainer="Hans-J. Schmid <knock@myopendoor.de>"
+license="MIT"
+homepage="https://github.com/alanxz/rabbitmq-c"
+distfiles="https://github.com/alanxz/${pkgname}/archive/v${version}.tar.gz"
+checksum=316c0d156452b488124806911a62e0c2aa8a546d38fc8324719cd29aaa493024
+
+post_install() {
+	vlicense LICENSE-MIT
+}
+
+rabbitmq-c-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove usr/lib/*.a
+		vmove usr/lib/*.so
+	}
+}

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

* Re: [PR PATCH] [Merged]: New Package: RabbitMQ C-Client
  2019-10-28 22:29 [PR PATCH] New Package: RabbitMQ C-Client voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-28 22:39 ` voidlinux-github
@ 2019-10-28 23:39 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-28 23:39 UTC (permalink / raw)
  To: ml

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

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

New Package: RabbitMQ C-Client
https://github.com/void-linux/void-packages/pull/15878

Description:
I'm getting this message:

> WARNING: rabbitmq-c-0.9.0_1: librabbitmq.so.4 not found in common/shlibs!

Can I ignore it or do I have to manually add the new library to common/shlibs?

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

end of thread, other threads:[~2019-10-28 23:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-28 22:29 [PR PATCH] New Package: RabbitMQ C-Client voidlinux-github
2019-10-28 22:32 ` voidlinux-github
2019-10-28 22:34 ` voidlinux-github
2019-10-28 22:39 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-28 22:39 ` voidlinux-github
2019-10-28 23:39 ` [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).