Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [NOMERGE] [RFC] New package: libnsl-1.2.0
@ 2019-07-06  5:33 voidlinux-github
  2019-07-06 17:11 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2019-07-06  5:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages np_libnsl
https://github.com/void-linux/void-packages/pull/12832

[NOMERGE] [RFC] New package: libnsl-1.2.0


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

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

From c974c84ecb31f7a0ad3e2568e0cb0fd3421f6bde Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Sat, 6 Jul 2019 00:01:43 -0500
Subject: [PATCH] New package: libnsl-1.2.0

---
 common/shlibs           |  1 +
 srcpkgs/libnsl-devel    |  1 +
 srcpkgs/libnsl/template | 29 +++++++++++++++++++++++++++++
 3 files changed, 31 insertions(+)
 create mode 120000 srcpkgs/libnsl-devel
 create mode 100644 srcpkgs/libnsl/template

diff --git a/common/shlibs b/common/shlibs
index d4a66b6b797..a6e4dda1fa4 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3480,3 +3480,4 @@ libgtk-4.so.0.9400.0 gtk4-3.94.0_1
 libmodule.so.4 libmodule-4.1.0_1
 libgnustep-gui.so.0.27 gnustep-gui-0.27.0_1
 libmhash.so.2 mhash-0.9.9.9_1
+libnsl.so.2 libnsl-1.2.0_1
diff --git a/srcpkgs/libnsl-devel b/srcpkgs/libnsl-devel
new file mode 120000
index 00000000000..f29b06bcb35
--- /dev/null
+++ b/srcpkgs/libnsl-devel
@@ -0,0 +1 @@
+libnsl
\ No newline at end of file
diff --git a/srcpkgs/libnsl/template b/srcpkgs/libnsl/template
new file mode 100644
index 00000000000..04d5f96be53
--- /dev/null
+++ b/srcpkgs/libnsl/template
@@ -0,0 +1,29 @@
+# Template file for 'libnsl'
+pkgname=libnsl
+version=1.2.0
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config automake m4 libtool"
+makedepends="gettext-devel"
+depends=""
+short_desc="Public client interface for NIS(YP) and NIS+"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="LGPL-2.1-only"
+homepage="https://github.com/thkukuk/libnsl"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=a5a28ef17c4ca23a005a729257c959620b09f8c7f99d0edbfe2eb6b06bafd3f8
+
+pre_configure() {
+	autoreconf -fi
+}
+
+libnsl-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}"
+	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] [NOMERGE] [RFC] New package: libnsl-1.2.0
  2019-07-06  5:33 [PR PATCH] [NOMERGE] [RFC] New package: libnsl-1.2.0 voidlinux-github
@ 2019-07-06 17:11 ` voidlinux-github
  2019-07-06 17:11 ` voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-07-06 17:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages np_libnsl
https://github.com/void-linux/void-packages/pull/12832

[NOMERGE] [RFC] New package: libnsl-1.2.0


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

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

From e44f69b2750c7b98a86a7d5ae0ab891d19390e81 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Sat, 6 Jul 2019 00:01:43 -0500
Subject: [PATCH] New package: libnsl-1.2.0

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

diff --git a/common/shlibs b/common/shlibs
index 8f92f249b4e..7f1814e75dd 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3476,3 +3476,4 @@ libgtk-4.so.0.9400.0 gtk4-3.94.0_1
 libmodule.so.4 libmodule-4.1.0_1
 libgnustep-gui.so.0.27 gnustep-gui-0.27.0_1
 libmhash.so.2 mhash-0.9.9.9_1
+libnsl.so.2 libnsl-1.2.0_1
diff --git a/srcpkgs/libnsl-devel b/srcpkgs/libnsl-devel
new file mode 120000
index 00000000000..f29b06bcb35
--- /dev/null
+++ b/srcpkgs/libnsl-devel
@@ -0,0 +1 @@
+libnsl
\ No newline at end of file
diff --git a/srcpkgs/libnsl/template b/srcpkgs/libnsl/template
new file mode 100644
index 00000000000..1d51fc6ed5d
--- /dev/null
+++ b/srcpkgs/libnsl/template
@@ -0,0 +1,28 @@
+# Template file for 'libnsl'
+pkgname=libnsl
+version=1.2.0
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config automake m4 libtool gettext-devel"
+makedepends="libtirpc-devel"
+short_desc="Public client interface for NIS(YP) and NIS+"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="LGPL-2.1-only"
+homepage="https://github.com/thkukuk/libnsl"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=a5a28ef17c4ca23a005a729257c959620b09f8c7f99d0edbfe2eb6b06bafd3f8
+
+pre_configure() {
+	autoreconf -fi
+}
+
+libnsl-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}"
+	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] [NOMERGE] [RFC] New package: libnsl-1.2.0
  2019-07-06  5:33 [PR PATCH] [NOMERGE] [RFC] New package: libnsl-1.2.0 voidlinux-github
  2019-07-06 17:11 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-07-06 17:11 ` voidlinux-github
  2019-07-10 16:29 ` voidlinux-github
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-07-06 17:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages np_libnsl
https://github.com/void-linux/void-packages/pull/12832

[NOMERGE] [RFC] New package: libnsl-1.2.0


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

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

From e44f69b2750c7b98a86a7d5ae0ab891d19390e81 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Sat, 6 Jul 2019 00:01:43 -0500
Subject: [PATCH] New package: libnsl-1.2.0

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

diff --git a/common/shlibs b/common/shlibs
index 8f92f249b4e..7f1814e75dd 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3476,3 +3476,4 @@ libgtk-4.so.0.9400.0 gtk4-3.94.0_1
 libmodule.so.4 libmodule-4.1.0_1
 libgnustep-gui.so.0.27 gnustep-gui-0.27.0_1
 libmhash.so.2 mhash-0.9.9.9_1
+libnsl.so.2 libnsl-1.2.0_1
diff --git a/srcpkgs/libnsl-devel b/srcpkgs/libnsl-devel
new file mode 120000
index 00000000000..f29b06bcb35
--- /dev/null
+++ b/srcpkgs/libnsl-devel
@@ -0,0 +1 @@
+libnsl
\ No newline at end of file
diff --git a/srcpkgs/libnsl/template b/srcpkgs/libnsl/template
new file mode 100644
index 00000000000..1d51fc6ed5d
--- /dev/null
+++ b/srcpkgs/libnsl/template
@@ -0,0 +1,28 @@
+# Template file for 'libnsl'
+pkgname=libnsl
+version=1.2.0
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config automake m4 libtool gettext-devel"
+makedepends="libtirpc-devel"
+short_desc="Public client interface for NIS(YP) and NIS+"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="LGPL-2.1-only"
+homepage="https://github.com/thkukuk/libnsl"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=a5a28ef17c4ca23a005a729257c959620b09f8c7f99d0edbfe2eb6b06bafd3f8
+
+pre_configure() {
+	autoreconf -fi
+}
+
+libnsl-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}"
+	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] [NOMERGE] [RFC] New package: libnsl-1.2.0
  2019-07-06  5:33 [PR PATCH] [NOMERGE] [RFC] New package: libnsl-1.2.0 voidlinux-github
  2019-07-06 17:11 ` [PR PATCH] [Updated] " voidlinux-github
  2019-07-06 17:11 ` voidlinux-github
@ 2019-07-10 16:29 ` voidlinux-github
  2019-07-10 16:29 ` voidlinux-github
  2019-07-10 18:53 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-07-10 16:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages np_libnsl
https://github.com/void-linux/void-packages/pull/12832

[NOMERGE] [RFC] New package: libnsl-1.2.0


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

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

From b217af59e9ad029f8bd101e0a2111d2afd08c6ad Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Sat, 6 Jul 2019 00:01:43 -0500
Subject: [PATCH] New package: libnsl-1.2.0

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

diff --git a/common/shlibs b/common/shlibs
index ed76ac8f470..951f2e781d4 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3482,3 +3482,4 @@ libknot.so.9 libknot-2.8.2_1
 libdnssec.so.7 libknot-2.8.2_1
 libzscanner.so.3 libknot-2.8.2_1
 libkres.so.9 knot-resolver-4.0.0_1
+libnsl.so.2 libnsl-1.2.0_1
diff --git a/srcpkgs/libnsl-devel b/srcpkgs/libnsl-devel
new file mode 120000
index 00000000000..f29b06bcb35
--- /dev/null
+++ b/srcpkgs/libnsl-devel
@@ -0,0 +1 @@
+libnsl
\ No newline at end of file
diff --git a/srcpkgs/libnsl/template b/srcpkgs/libnsl/template
new file mode 100644
index 00000000000..1d51fc6ed5d
--- /dev/null
+++ b/srcpkgs/libnsl/template
@@ -0,0 +1,28 @@
+# Template file for 'libnsl'
+pkgname=libnsl
+version=1.2.0
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config automake m4 libtool gettext-devel"
+makedepends="libtirpc-devel"
+short_desc="Public client interface for NIS(YP) and NIS+"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="LGPL-2.1-only"
+homepage="https://github.com/thkukuk/libnsl"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=a5a28ef17c4ca23a005a729257c959620b09f8c7f99d0edbfe2eb6b06bafd3f8
+
+pre_configure() {
+	autoreconf -fi
+}
+
+libnsl-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}"
+	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] [NOMERGE] [RFC] New package: libnsl-1.2.0
  2019-07-06  5:33 [PR PATCH] [NOMERGE] [RFC] New package: libnsl-1.2.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-07-10 16:29 ` voidlinux-github
@ 2019-07-10 16:29 ` voidlinux-github
  2019-07-10 18:53 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-07-10 16:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages np_libnsl
https://github.com/void-linux/void-packages/pull/12832

[NOMERGE] [RFC] New package: libnsl-1.2.0


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

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

From b217af59e9ad029f8bd101e0a2111d2afd08c6ad Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Sat, 6 Jul 2019 00:01:43 -0500
Subject: [PATCH] New package: libnsl-1.2.0

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

diff --git a/common/shlibs b/common/shlibs
index ed76ac8f470..951f2e781d4 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3482,3 +3482,4 @@ libknot.so.9 libknot-2.8.2_1
 libdnssec.so.7 libknot-2.8.2_1
 libzscanner.so.3 libknot-2.8.2_1
 libkres.so.9 knot-resolver-4.0.0_1
+libnsl.so.2 libnsl-1.2.0_1
diff --git a/srcpkgs/libnsl-devel b/srcpkgs/libnsl-devel
new file mode 120000
index 00000000000..f29b06bcb35
--- /dev/null
+++ b/srcpkgs/libnsl-devel
@@ -0,0 +1 @@
+libnsl
\ No newline at end of file
diff --git a/srcpkgs/libnsl/template b/srcpkgs/libnsl/template
new file mode 100644
index 00000000000..1d51fc6ed5d
--- /dev/null
+++ b/srcpkgs/libnsl/template
@@ -0,0 +1,28 @@
+# Template file for 'libnsl'
+pkgname=libnsl
+version=1.2.0
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config automake m4 libtool gettext-devel"
+makedepends="libtirpc-devel"
+short_desc="Public client interface for NIS(YP) and NIS+"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="LGPL-2.1-only"
+homepage="https://github.com/thkukuk/libnsl"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=a5a28ef17c4ca23a005a729257c959620b09f8c7f99d0edbfe2eb6b06bafd3f8
+
+pre_configure() {
+	autoreconf -fi
+}
+
+libnsl-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}"
+	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: libnsl-1.2.0
  2019-07-06  5:33 [PR PATCH] [NOMERGE] [RFC] New package: libnsl-1.2.0 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-07-10 16:29 ` voidlinux-github
@ 2019-07-10 18:53 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-07-10 18:53 UTC (permalink / raw)
  To: ml

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

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

New package: libnsl-1.2.0
https://github.com/void-linux/void-packages/pull/12832
Description: 

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

end of thread, other threads:[~2019-07-10 18:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-06  5:33 [PR PATCH] [NOMERGE] [RFC] New package: libnsl-1.2.0 voidlinux-github
2019-07-06 17:11 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-06 17:11 ` voidlinux-github
2019-07-10 16:29 ` voidlinux-github
2019-07-10 16:29 ` voidlinux-github
2019-07-10 18:53 ` [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).