Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: liburing-0.1
@ 2019-09-22 13:41 voidlinux-github
  2019-09-22 14:10 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: voidlinux-github @ 2019-09-22 13:41 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 master
https://github.com/void-linux/void-packages/pull/14642

New package: liburing-0.1


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

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

From b330cf9ec567f0e20c61969aa7e302ab1694ddb1 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Sun, 22 Sep 2019 15:37:38 +0200
Subject: [PATCH] New package: liburing-0.1

---
 srcpkgs/liburing-devel    |  1 +
 srcpkgs/liburing/template | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)
 create mode 120000 srcpkgs/liburing-devel
 create mode 100644 srcpkgs/liburing/template

diff --git a/srcpkgs/liburing-devel b/srcpkgs/liburing-devel
new file mode 120000
index 00000000000..84e26155468
--- /dev/null
+++ b/srcpkgs/liburing-devel
@@ -0,0 +1 @@
+liburing
\ No newline at end of file
diff --git a/srcpkgs/liburing/template b/srcpkgs/liburing/template
new file mode 100644
index 00000000000..4ad5a768dab
--- /dev/null
+++ b/srcpkgs/liburing/template
@@ -0,0 +1,24 @@
+# Template file for 'liburing'
+pkgname=liburing
+version=0.1
+revision=1
+build_style=configure
+configure_args="--mandir=/usr/share/man"
+short_desc="Linux-native io_uring I/O access library"
+maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
+license="LGPL-2.1-only"
+homepage="http://git.kernel.dk/cgit/liburing/"
+distfiles="${homepage}/snapshot/${pkgname}-${version}.tar.xz"
+checksum=a018ca58d38d5d4b544bfaa539f8dba60ed30e74ffae91ffbc8bea70d304fc5e
+
+liburing-devel_package() {
+	short_desc+=" - development files"
+	depends="liburing-${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove usr/lib/*.a
+		vmove usr/lib/*.so
+		vmove usr/share/man
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: liburing-0.1
  2019-09-22 13:41 [PR PATCH] New package: liburing-0.1 voidlinux-github
  2019-09-22 14:10 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-22 14:10 ` voidlinux-github
  2019-09-22 14:25 ` voidlinux-github
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-09-22 14:10 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 master
https://github.com/void-linux/void-packages/pull/14642

New package: liburing-0.1


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

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

From 03c791bca60ecaebb594d34f7cb582d66e0db341 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Sun, 22 Sep 2019 15:37:38 +0200
Subject: [PATCH] New package: liburing-0.1

---
 srcpkgs/liburing-devel    |  1 +
 srcpkgs/liburing/template | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)
 create mode 120000 srcpkgs/liburing-devel
 create mode 100644 srcpkgs/liburing/template

diff --git a/srcpkgs/liburing-devel b/srcpkgs/liburing-devel
new file mode 120000
index 00000000000..84e26155468
--- /dev/null
+++ b/srcpkgs/liburing-devel
@@ -0,0 +1 @@
+liburing
\ No newline at end of file
diff --git a/srcpkgs/liburing/template b/srcpkgs/liburing/template
new file mode 100644
index 00000000000..8a7a4db5a38
--- /dev/null
+++ b/srcpkgs/liburing/template
@@ -0,0 +1,25 @@
+# Template file for 'liburing'
+pkgname=liburing
+version=0.1
+revision=1
+build_style=configure
+configure_args="--mandir=/usr/share/man"
+short_desc="Linux-native io_uring I/O access library"
+maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
+license="LGPL-2.1-only"
+homepage="http://git.kernel.dk/cgit/liburing/"
+distfiles="${homepage}/snapshot/${pkgname}-${version}.tar.xz"
+checksum=a018ca58d38d5d4b544bfaa539f8dba60ed30e74ffae91ffbc8bea70d304fc5e
+archs="i686* x86_64*"
+
+liburing-devel_package() {
+	short_desc+=" - development files"
+	depends="liburing-${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove usr/lib/*.a
+		vmove usr/lib/*.so
+		vmove usr/share/man
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: liburing-0.1
  2019-09-22 13:41 [PR PATCH] New package: liburing-0.1 voidlinux-github
@ 2019-09-22 14:10 ` voidlinux-github
  2019-09-22 14:10 ` voidlinux-github
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-09-22 14:10 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 master
https://github.com/void-linux/void-packages/pull/14642

New package: liburing-0.1


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

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

From 03c791bca60ecaebb594d34f7cb582d66e0db341 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Sun, 22 Sep 2019 15:37:38 +0200
Subject: [PATCH] New package: liburing-0.1

---
 srcpkgs/liburing-devel    |  1 +
 srcpkgs/liburing/template | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)
 create mode 120000 srcpkgs/liburing-devel
 create mode 100644 srcpkgs/liburing/template

diff --git a/srcpkgs/liburing-devel b/srcpkgs/liburing-devel
new file mode 120000
index 00000000000..84e26155468
--- /dev/null
+++ b/srcpkgs/liburing-devel
@@ -0,0 +1 @@
+liburing
\ No newline at end of file
diff --git a/srcpkgs/liburing/template b/srcpkgs/liburing/template
new file mode 100644
index 00000000000..8a7a4db5a38
--- /dev/null
+++ b/srcpkgs/liburing/template
@@ -0,0 +1,25 @@
+# Template file for 'liburing'
+pkgname=liburing
+version=0.1
+revision=1
+build_style=configure
+configure_args="--mandir=/usr/share/man"
+short_desc="Linux-native io_uring I/O access library"
+maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
+license="LGPL-2.1-only"
+homepage="http://git.kernel.dk/cgit/liburing/"
+distfiles="${homepage}/snapshot/${pkgname}-${version}.tar.xz"
+checksum=a018ca58d38d5d4b544bfaa539f8dba60ed30e74ffae91ffbc8bea70d304fc5e
+archs="i686* x86_64*"
+
+liburing-devel_package() {
+	short_desc+=" - development files"
+	depends="liburing-${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove usr/lib/*.a
+		vmove usr/lib/*.so
+		vmove usr/share/man
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: liburing-0.1
  2019-09-22 13:41 [PR PATCH] New package: liburing-0.1 voidlinux-github
  2019-09-22 14:10 ` [PR PATCH] [Updated] " voidlinux-github
  2019-09-22 14:10 ` voidlinux-github
@ 2019-09-22 14:25 ` voidlinux-github
  2019-09-22 14:25 ` voidlinux-github
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-09-22 14:25 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 master
https://github.com/void-linux/void-packages/pull/14642

New package: liburing-0.1


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

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

From 733c9e10abd96cf1d7358020df5e3dba089a79ae Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Sun, 22 Sep 2019 15:37:38 +0200
Subject: [PATCH] New package: liburing-0.1

---
 srcpkgs/liburing-devel    |  1 +
 srcpkgs/liburing/template | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)
 create mode 120000 srcpkgs/liburing-devel
 create mode 100644 srcpkgs/liburing/template

diff --git a/srcpkgs/liburing-devel b/srcpkgs/liburing-devel
new file mode 120000
index 00000000000..84e26155468
--- /dev/null
+++ b/srcpkgs/liburing-devel
@@ -0,0 +1 @@
+liburing
\ No newline at end of file
diff --git a/srcpkgs/liburing/template b/srcpkgs/liburing/template
new file mode 100644
index 00000000000..f586b7facdc
--- /dev/null
+++ b/srcpkgs/liburing/template
@@ -0,0 +1,25 @@
+# Template file for 'liburing'
+pkgname=liburing
+version=0.1
+revision=1
+archs="i686* x86_64*"
+build_style=configure
+configure_args="--mandir=/usr/share/man"
+short_desc="Linux-native io_uring I/O access library"
+maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
+license="LGPL-2.1-only"
+homepage="http://git.kernel.dk/cgit/liburing/"
+distfiles="${homepage}/snapshot/${pkgname}-${version}.tar.xz"
+checksum=a018ca58d38d5d4b544bfaa539f8dba60ed30e74ffae91ffbc8bea70d304fc5e
+
+liburing-devel_package() {
+	short_desc+=" - development files"
+	depends="liburing-${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove usr/lib/*.a
+		vmove usr/lib/*.so
+		vmove usr/share/man
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: liburing-0.1
  2019-09-22 13:41 [PR PATCH] New package: liburing-0.1 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-09-22 14:25 ` voidlinux-github
@ 2019-09-22 14:25 ` voidlinux-github
  2019-09-23 17:50 ` voidlinux-github
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-09-22 14:25 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 master
https://github.com/void-linux/void-packages/pull/14642

New package: liburing-0.1


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

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

From 733c9e10abd96cf1d7358020df5e3dba089a79ae Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Sun, 22 Sep 2019 15:37:38 +0200
Subject: [PATCH] New package: liburing-0.1

---
 srcpkgs/liburing-devel    |  1 +
 srcpkgs/liburing/template | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)
 create mode 120000 srcpkgs/liburing-devel
 create mode 100644 srcpkgs/liburing/template

diff --git a/srcpkgs/liburing-devel b/srcpkgs/liburing-devel
new file mode 120000
index 00000000000..84e26155468
--- /dev/null
+++ b/srcpkgs/liburing-devel
@@ -0,0 +1 @@
+liburing
\ No newline at end of file
diff --git a/srcpkgs/liburing/template b/srcpkgs/liburing/template
new file mode 100644
index 00000000000..f586b7facdc
--- /dev/null
+++ b/srcpkgs/liburing/template
@@ -0,0 +1,25 @@
+# Template file for 'liburing'
+pkgname=liburing
+version=0.1
+revision=1
+archs="i686* x86_64*"
+build_style=configure
+configure_args="--mandir=/usr/share/man"
+short_desc="Linux-native io_uring I/O access library"
+maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
+license="LGPL-2.1-only"
+homepage="http://git.kernel.dk/cgit/liburing/"
+distfiles="${homepage}/snapshot/${pkgname}-${version}.tar.xz"
+checksum=a018ca58d38d5d4b544bfaa539f8dba60ed30e74ffae91ffbc8bea70d304fc5e
+
+liburing-devel_package() {
+	short_desc+=" - development files"
+	depends="liburing-${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove usr/lib/*.a
+		vmove usr/lib/*.so
+		vmove usr/share/man
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: liburing-0.1
  2019-09-22 13:41 [PR PATCH] New package: liburing-0.1 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-09-23 17:50 ` voidlinux-github
@ 2019-09-23 17:50 ` voidlinux-github
  2019-09-25 10:44 ` [PR PATCH] [Merged]: " voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-09-23 17:50 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 master
https://github.com/void-linux/void-packages/pull/14642

New package: liburing-0.1


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

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

From 768756dccfaff22da18a1739a9be2d3b6df6f6e1 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Sun, 22 Sep 2019 15:37:38 +0200
Subject: [PATCH] New package: liburing-0.1

---
 srcpkgs/liburing-devel    |  1 +
 srcpkgs/liburing/template | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)
 create mode 120000 srcpkgs/liburing-devel
 create mode 100644 srcpkgs/liburing/template

diff --git a/srcpkgs/liburing-devel b/srcpkgs/liburing-devel
new file mode 120000
index 00000000000..84e26155468
--- /dev/null
+++ b/srcpkgs/liburing-devel
@@ -0,0 +1 @@
+liburing
\ No newline at end of file
diff --git a/srcpkgs/liburing/template b/srcpkgs/liburing/template
new file mode 100644
index 00000000000..061f29d1525
--- /dev/null
+++ b/srcpkgs/liburing/template
@@ -0,0 +1,25 @@
+# Template file for 'liburing'
+pkgname=liburing
+version=0.1
+revision=1
+archs="i686* x86_64*"
+build_style=configure
+configure_args="--mandir=/usr/share/man"
+short_desc="Linux-native io_uring I/O access library"
+maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
+license="LGPL-2.1-only"
+homepage="http://git.kernel.dk/cgit/liburing/"
+distfiles="${homepage}/snapshot/${pkgname}-${version}.tar.xz"
+checksum=a018ca58d38d5d4b544bfaa539f8dba60ed30e74ffae91ffbc8bea70d304fc5e
+
+liburing-devel_package() {
+	short_desc+=" - development files"
+	depends="liburing-${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+		vmove usr/share/man
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: liburing-0.1
  2019-09-22 13:41 [PR PATCH] New package: liburing-0.1 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-09-22 14:25 ` voidlinux-github
@ 2019-09-23 17:50 ` voidlinux-github
  2019-09-23 17:50 ` voidlinux-github
  2019-09-25 10:44 ` [PR PATCH] [Merged]: " voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-09-23 17:50 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 master
https://github.com/void-linux/void-packages/pull/14642

New package: liburing-0.1


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

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

From 768756dccfaff22da18a1739a9be2d3b6df6f6e1 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Sun, 22 Sep 2019 15:37:38 +0200
Subject: [PATCH] New package: liburing-0.1

---
 srcpkgs/liburing-devel    |  1 +
 srcpkgs/liburing/template | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)
 create mode 120000 srcpkgs/liburing-devel
 create mode 100644 srcpkgs/liburing/template

diff --git a/srcpkgs/liburing-devel b/srcpkgs/liburing-devel
new file mode 120000
index 00000000000..84e26155468
--- /dev/null
+++ b/srcpkgs/liburing-devel
@@ -0,0 +1 @@
+liburing
\ No newline at end of file
diff --git a/srcpkgs/liburing/template b/srcpkgs/liburing/template
new file mode 100644
index 00000000000..061f29d1525
--- /dev/null
+++ b/srcpkgs/liburing/template
@@ -0,0 +1,25 @@
+# Template file for 'liburing'
+pkgname=liburing
+version=0.1
+revision=1
+archs="i686* x86_64*"
+build_style=configure
+configure_args="--mandir=/usr/share/man"
+short_desc="Linux-native io_uring I/O access library"
+maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
+license="LGPL-2.1-only"
+homepage="http://git.kernel.dk/cgit/liburing/"
+distfiles="${homepage}/snapshot/${pkgname}-${version}.tar.xz"
+checksum=a018ca58d38d5d4b544bfaa539f8dba60ed30e74ffae91ffbc8bea70d304fc5e
+
+liburing-devel_package() {
+	short_desc+=" - development files"
+	depends="liburing-${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+		vmove usr/share/man
+	}
+}

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

* Re: [PR PATCH] [Merged]: New package: liburing-0.1
  2019-09-22 13:41 [PR PATCH] New package: liburing-0.1 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-09-23 17:50 ` voidlinux-github
@ 2019-09-25 10:44 ` voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-09-25 10:44 UTC (permalink / raw)
  To: ml

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

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

New package: liburing-0.1
https://github.com/void-linux/void-packages/pull/14642

Description:


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

end of thread, other threads:[~2019-09-25 10:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-22 13:41 [PR PATCH] New package: liburing-0.1 voidlinux-github
2019-09-22 14:10 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-22 14:10 ` voidlinux-github
2019-09-22 14:25 ` voidlinux-github
2019-09-22 14:25 ` voidlinux-github
2019-09-23 17:50 ` voidlinux-github
2019-09-23 17:50 ` voidlinux-github
2019-09-25 10:44 ` [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).