Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: cdk-5.0-20190303
@ 2019-12-28  4:10 voidlinux-github
  2019-12-28 17:42 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: voidlinux-github @ 2019-12-28  4:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages cdk
https://github.com/void-linux/void-packages/pull/17834

New package: cdk-5.0-20190303
Closes: #17813

Signed-off-by: Nathan Owens <ndowens04@gmail.com>

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

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

From de95a0115f9a7fd5a0df92a58bf52eaedb8ab261 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Fri, 27 Dec 2019 20:11:18 -0600
Subject: [PATCH] New package: cdk-5.0-20190303

Signed-off-by: Nathan Owens <ndowens04@gmail.com>
---
 common/shlibs        |  1 +
 srcpkgs/cdk-devel    |  1 +
 srcpkgs/cdk/template | 31 +++++++++++++++++++++++++++++++
 3 files changed, 33 insertions(+)
 create mode 120000 srcpkgs/cdk-devel
 create mode 100644 srcpkgs/cdk/template

diff --git a/common/shlibs b/common/shlibs
index 8a605e4f2e4..00ba7ed9515 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3711,3 +3711,4 @@ libnvpair.so.1 zfs-0.8.2_1
 libjsonnet.so.0 jsonnet-0.14.0_2
 libjsonnet++.so.0 jsonnet-0.14.0_2
 libigdgmm.so.12 intel-gmmlib-19.3.4_1
+libcdk.so.6.2.4 cdk-5.0_1
diff --git a/srcpkgs/cdk-devel b/srcpkgs/cdk-devel
new file mode 120000
index 00000000000..e43a520249d
--- /dev/null
+++ b/srcpkgs/cdk-devel
@@ -0,0 +1 @@
+cdk
\ No newline at end of file
diff --git a/srcpkgs/cdk/template b/srcpkgs/cdk/template
new file mode 100644
index 00000000000..ba9c4e009a3
--- /dev/null
+++ b/srcpkgs/cdk/template
@@ -0,0 +1,31 @@
+# Template file for 'cdk'
+pkgname=cdk
+version=5.0
+revision=1
+_date=20190303
+wrksrc="cdk-${version}-${_date}"
+build_style=gnu-configure
+configure_args="--with-shared --with-ncurses=${XBPS_CROSS_BASE}/usr/lib"
+makedepends="ncurses-devel"
+short_desc="Curses Development Kit - widget library, enhanced version"
+maintainer="Nathan Owens <ndowens04@gmail.com>"
+license="GPL-2.0-only, BSD-4-Clause"
+homepage="https://invisible-island.net/cdk/"
+# Upstream's ftp causes travis to timeout, possilby buildbot
+distfiles="https://fossies.org/linux/misc/cdk-${version}-${_date}.tgz"
+checksum=adad7870988d44b95df57722ab8dffc587d035183eb6b12a9500ebed4d8dba25
+
+post_install() {
+	vlicense COPYING
+}
+
+cdk-devel_package() {
+	makedepends="ncurses-devel"
+	short_desc+=" -development files"
+	pkg_install() {
+		vmove usr/bin/cdk5-config
+		vmove usr/include
+		vmove "usr/lib/*.so"
+		vmove usr/share/man/man3
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: cdk-5.0-20190303
  2019-12-28  4:10 [PR PATCH] New package: cdk-5.0-20190303 voidlinux-github
@ 2019-12-28 17:42 ` voidlinux-github
  2019-12-28 17:49 ` voidlinux-github
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2019-12-28 17:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages cdk
https://github.com/void-linux/void-packages/pull/17834

New package: cdk-5.0-20190303
Closes: #17813

Signed-off-by: Nathan Owens <ndowens04@gmail.com>

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

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

From 477459fd51ee4ffcbc2aafc4f7e5fc507cf4a23f Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Fri, 27 Dec 2019 20:11:18 -0600
Subject: [PATCH] New package: cdk-5.0-20190303

Signed-off-by: Nathan Owens <ndowens04@gmail.com>
---
 common/shlibs        |  1 +
 srcpkgs/cdk-devel    |  1 +
 srcpkgs/cdk/template | 31 +++++++++++++++++++++++++++++++
 3 files changed, 33 insertions(+)
 create mode 120000 srcpkgs/cdk-devel
 create mode 100644 srcpkgs/cdk/template

diff --git a/common/shlibs b/common/shlibs
index 8a605e4f2e4..00ba7ed9515 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3711,3 +3711,4 @@ libnvpair.so.1 zfs-0.8.2_1
 libjsonnet.so.0 jsonnet-0.14.0_2
 libjsonnet++.so.0 jsonnet-0.14.0_2
 libigdgmm.so.12 intel-gmmlib-19.3.4_1
+libcdk.so.6.2.4 cdk-5.0_1
diff --git a/srcpkgs/cdk-devel b/srcpkgs/cdk-devel
new file mode 120000
index 00000000000..e43a520249d
--- /dev/null
+++ b/srcpkgs/cdk-devel
@@ -0,0 +1 @@
+cdk
\ No newline at end of file
diff --git a/srcpkgs/cdk/template b/srcpkgs/cdk/template
new file mode 100644
index 00000000000..d2bec8a1809
--- /dev/null
+++ b/srcpkgs/cdk/template
@@ -0,0 +1,31 @@
+# Template file for 'cdk'
+pkgname=cdk
+version=5.0
+revision=1
+_date=20190303
+wrksrc="cdk-${version}-${_date}"
+build_style=gnu-configure
+configure_args="--with-shared --with-ncurses=${XBPS_CROSS_BASE}/usr/lib"
+makedepends="ncurses-devel"
+short_desc="Curses Development Kit - widget library, enhanced version"
+maintainer="Nathan Owens <ndowens04@gmail.com>"
+license="GPL-2.0-only, BSD-4-Clause"
+homepage="https://invisible-island.net/cdk/"
+# Upstream's ftp causes travis to timeout, possilby buildbot
+distfiles="https://fossies.org/linux/misc/cdk-${version}-${_date}.tgz"
+checksum=adad7870988d44b95df57722ab8dffc587d035183eb6b12a9500ebed4d8dba25
+
+post_install() {
+	vlicense COPYING
+}
+
+cdk-devel_package() {
+	depends="ncurses-devel"
+	short_desc+=" -development files"
+	pkg_install() {
+		vmove usr/bin/cdk5-config
+		vmove usr/include
+		vmove "usr/lib/*.so"
+		vmove usr/share/man/man3
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: cdk-5.0-20190303
  2019-12-28  4:10 [PR PATCH] New package: cdk-5.0-20190303 voidlinux-github
  2019-12-28 17:42 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-12-28 17:49 ` voidlinux-github
  2019-12-28 19:29 ` voidlinux-github
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2019-12-28 17:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages cdk
https://github.com/void-linux/void-packages/pull/17834

New package: cdk-5.0-20190303
Closes: #17813

Signed-off-by: Nathan Owens <ndowens04@gmail.com>

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

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

From c2610ee9aa3f7a20156ec0a47bfd3f1f2cddf0e6 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Fri, 27 Dec 2019 20:11:18 -0600
Subject: [PATCH] New package: cdk-5.0-20190303

Signed-off-by: Nathan Owens <ndowens04@gmail.com>
---
 common/shlibs        |  1 +
 srcpkgs/cdk-devel    |  1 +
 srcpkgs/cdk/template | 30 ++++++++++++++++++++++++++++++
 3 files changed, 32 insertions(+)
 create mode 120000 srcpkgs/cdk-devel
 create mode 100644 srcpkgs/cdk/template

diff --git a/common/shlibs b/common/shlibs
index 8a605e4f2e4..00ba7ed9515 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3711,3 +3711,4 @@ libnvpair.so.1 zfs-0.8.2_1
 libjsonnet.so.0 jsonnet-0.14.0_2
 libjsonnet++.so.0 jsonnet-0.14.0_2
 libigdgmm.so.12 intel-gmmlib-19.3.4_1
+libcdk.so.6.2.4 cdk-5.0_1
diff --git a/srcpkgs/cdk-devel b/srcpkgs/cdk-devel
new file mode 120000
index 00000000000..e43a520249d
--- /dev/null
+++ b/srcpkgs/cdk-devel
@@ -0,0 +1 @@
+cdk
\ No newline at end of file
diff --git a/srcpkgs/cdk/template b/srcpkgs/cdk/template
new file mode 100644
index 00000000000..175b14c160a
--- /dev/null
+++ b/srcpkgs/cdk/template
@@ -0,0 +1,30 @@
+# Template file for 'cdk'
+pkgname=cdk
+version=5.0
+revision=1
+_date=20190303
+wrksrc="cdk-${version}-${_date}"
+build_style=gnu-configure
+configure_args="--with-shared --with-ncurses=${XBPS_CROSS_BASE}/usr/lib"
+makedepends="ncurses-devel"
+short_desc="Curses Development Kit - widget library, enhanced version"
+maintainer="Nathan Owens <ndowens04@gmail.com>"
+license="GPL-2.0-only, BSD-4-Clause"
+homepage="https://invisible-island.net/cdk/"
+distfiles="https://fossies.org/linux/misc/cdk-${version}-${_date}.tgz"
+checksum=adad7870988d44b95df57722ab8dffc587d035183eb6b12a9500ebed4d8dba25
+
+post_install() {
+	vlicense COPYING
+}
+
+cdk-devel_package() {
+	depends=-${sourcepkg}-${version}_${revision} ncurses-devel"
+	short_desc+=" -development files"
+	pkg_install() {
+		vmove usr/bin/cdk5-config
+		vmove usr/include
+		vmove "usr/lib/*.so"
+		vmove usr/share/man/man3
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: cdk-5.0-20190303
  2019-12-28  4:10 [PR PATCH] New package: cdk-5.0-20190303 voidlinux-github
  2019-12-28 17:42 ` [PR PATCH] [Updated] " voidlinux-github
  2019-12-28 17:49 ` voidlinux-github
@ 2019-12-28 19:29 ` voidlinux-github
  2019-12-28 19:54 ` voidlinux-github
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2019-12-28 19:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages cdk
https://github.com/void-linux/void-packages/pull/17834

New package: cdk-5.0-20190303
Closes: #17813

Signed-off-by: Nathan Owens <ndowens04@gmail.com>

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

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

From 16972017bc020ddac350ad51da62aabda2b6b4c8 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Fri, 27 Dec 2019 20:11:18 -0600
Subject: [PATCH] New package: cdk-5.0-20190303

Signed-off-by: Nathan Owens <ndowens04@gmail.com>
---
 srcpkgs/cdk-devel    |  1 +
 srcpkgs/cdk/template | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)
 create mode 120000 srcpkgs/cdk-devel
 create mode 100644 srcpkgs/cdk/template

diff --git a/srcpkgs/cdk-devel b/srcpkgs/cdk-devel
new file mode 120000
index 00000000000..e43a520249d
--- /dev/null
+++ b/srcpkgs/cdk-devel
@@ -0,0 +1 @@
+cdk
\ No newline at end of file
diff --git a/srcpkgs/cdk/template b/srcpkgs/cdk/template
new file mode 100644
index 00000000000..6d99dae5207
--- /dev/null
+++ b/srcpkgs/cdk/template
@@ -0,0 +1,30 @@
+# Template file for 'cdk'
+pkgname=cdk
+version=5.0
+revision=1
+_date=20190303
+wrksrc="cdk-${version}-${_date}"
+build_style=gnu-configure
+configure_args="--with-ncurses=${XBPS_CROSS_BASE}/usr/lib"
+makedepends="ncurses-devel"
+short_desc="Curses Development Kit - widget library, enhanced version"
+maintainer="Nathan Owens <ndowens04@gmail.com>"
+license="GPL-2.0-only, BSD-4-Clause"
+homepage="https://invisible-island.net/cdk/"
+distfiles="https://fossies.org/linux/misc/cdk-${version}-${_date}.tgz"
+checksum=adad7870988d44b95df57722ab8dffc587d035183eb6b12a9500ebed4d8dba25
+
+post_install() {
+	vlicense COPYING
+}
+
+cdk-devel_package() {
+	depends="${sourcepkg}-${version}_${revision} ncurses-devel"
+	short_desc+=" -development files"
+	pkg_install() {
+		vmove usr/bin/cdk5-config
+		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove usr/share/man/man3
+	}
+}

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

* Re: New package: cdk-5.0-20190303
  2019-12-28  4:10 [PR PATCH] New package: cdk-5.0-20190303 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-12-28 19:29 ` voidlinux-github
@ 2019-12-28 19:54 ` voidlinux-github
  2019-12-28 19:55 ` voidlinux-github
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2019-12-28 19:54 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/17834#issuecomment-569446452

Comment:
Working on making both, even if I have to make the static manually

On Sat, Dec 28, 2019 at 7:54 PM Juan RP <notifications@github.com> wrote:
>
> @xtraeme commented on this pull request.
>
> ________________________________
>
> In srcpkgs/cdk/template:
>
> > +license="GPL-2.0-only, BSD-4-Clause"
> +homepage="https://invisible-island.net/cdk/"
> +distfiles="https://fossies.org/linux/misc/cdk-${version}-${_date}.tgz"
> +checksum=adad7870988d44b95df57722ab8dffc587d035183eb6b12a9500ebed4d8dba25
> +
> +post_install() {
> + vlicense COPYING
> +}
> +
> +cdk-devel_package() {
> + depends="${sourcepkg}-${version}_${revision} ncurses-devel"
> + short_desc+=" -development files"
> + pkg_install() {
> + vmove usr/bin/cdk5-config
> + vmove usr/include
> + vmove "usr/lib/*.a"
>
> no way buddy. two of them or nothing
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub, or unsubscribe.


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

* Re: New package: cdk-5.0-20190303
  2019-12-28  4:10 [PR PATCH] New package: cdk-5.0-20190303 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-12-28 19:54 ` voidlinux-github
@ 2019-12-28 19:55 ` voidlinux-github
  2019-12-28 21:00 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2019-12-28 19:55 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/pull/17834#issuecomment-569446542

Comment:
let upstream know wtf is going on


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

* Re: [PR PATCH] [Updated] New package: cdk-5.0-20190303
  2019-12-28  4:10 [PR PATCH] New package: cdk-5.0-20190303 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-12-28 19:55 ` voidlinux-github
@ 2019-12-28 21:00 ` voidlinux-github
  2019-12-28 21:02 ` voidlinux-github
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2019-12-28 21:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages cdk
https://github.com/void-linux/void-packages/pull/17834

New package: cdk-5.0-20190303
Closes: #17813

Signed-off-by: Nathan Owens <ndowens04@gmail.com>

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

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

From 233ca7299b4ef0294ca2f7fa6aa2c819de4764d1 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Fri, 27 Dec 2019 20:11:18 -0600
Subject: [PATCH] New package: cdk-5.0-20190303

Signed-off-by: Nathan Owens <ndowens04@gmail.com>
---
 common/shlibs                    |  1 +
 srcpkgs/cdk-devel                |  1 +
 srcpkgs/cdk/files/Makefile.patch | 13 ++++++++++++
 srcpkgs/cdk/template             | 35 ++++++++++++++++++++++++++++++++
 4 files changed, 50 insertions(+)
 create mode 120000 srcpkgs/cdk-devel
 create mode 100644 srcpkgs/cdk/files/Makefile.patch
 create mode 100644 srcpkgs/cdk/template

diff --git a/common/shlibs b/common/shlibs
index 8a605e4f2e4..00ba7ed9515 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3711,3 +3711,4 @@ libnvpair.so.1 zfs-0.8.2_1
 libjsonnet.so.0 jsonnet-0.14.0_2
 libjsonnet++.so.0 jsonnet-0.14.0_2
 libigdgmm.so.12 intel-gmmlib-19.3.4_1
+libcdk.so.6.2.4 cdk-5.0_1
diff --git a/srcpkgs/cdk-devel b/srcpkgs/cdk-devel
new file mode 120000
index 00000000000..e43a520249d
--- /dev/null
+++ b/srcpkgs/cdk-devel
@@ -0,0 +1 @@
+cdk
\ No newline at end of file
diff --git a/srcpkgs/cdk/files/Makefile.patch b/srcpkgs/cdk/files/Makefile.patch
new file mode 100644
index 00000000000..a5b116579dc
--- /dev/null
+++ b/srcpkgs/cdk/files/Makefile.patch
@@ -0,0 +1,13 @@
+diff --git Makefile Makefile
+index f8aa905..d6ded67 100644
+--- Makefile
++++ Makefile
+@@ -676,6 +676,8 @@ $(DESTDIR)$(libdir)/${LIB_REL_NAME} :: \
+ 	$(LIBTOOL_CREATE) ${LIB_OBJECT} ${LIBS} ${LDFLAGS}
+ 	cd $(DESTDIR)$(libdir) && ($(LN_S) ${LIB_REL_NAME} ${LIB_ABI_NAME}; $(LN_S) ${LIB_ABI_NAME} ${LIB_BASENAME}; )
+ 	- $(SHELL) -c "if test -z "$(DESTDIR)" ; then /sbin/ldconfig; fi"
++	ar rcs libcdk.a *.o
++	install -m644 libcdk.a $(DESTDIR)$(libdir)
+ 
+ uninstall \
+ uninstall.libs ::
diff --git a/srcpkgs/cdk/template b/srcpkgs/cdk/template
new file mode 100644
index 00000000000..6b9f969618d
--- /dev/null
+++ b/srcpkgs/cdk/template
@@ -0,0 +1,35 @@
+# Template file for 'cdk'
+pkgname=cdk
+version=5.0
+revision=1
+_date=20190303
+wrksrc="cdk-${version}-${_date}"
+build_style=gnu-configure
+configure_args="--with-ncurses=${XBPS_CROSS_BASE}/usr/lib --with-shared"
+makedepends="ncurses-devel"
+short_desc="Curses Development Kit - widget library, enhanced version"
+maintainer="Nathan Owens <ndowens04@gmail.com>"
+license="GPL-2.0-only, BSD-4-Clause"
+homepage="https://invisible-island.net/cdk/"
+distfiles="https://fossies.org/linux/misc/cdk-${version}-${_date}.tgz"
+checksum=adad7870988d44b95df57722ab8dffc587d035183eb6b12a9500ebed4d8dba25
+
+pre_build() {
+	patch -Np0 < "$FILESDIR"/Makefile.patch
+}
+
+post_install() {
+	vlicense COPYING
+}
+
+cdk-devel_package() {
+	depends="${sourcepkg}-${version}_${revision} ncurses-devel"
+	short_desc+=" -development files"
+	pkg_install() {
+		vmove usr/bin/cdk5-config
+		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+		vmove usr/share/man/man3
+	}
+}

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

* Re: New package: cdk-5.0-20190303
  2019-12-28  4:10 [PR PATCH] New package: cdk-5.0-20190303 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-12-28 21:00 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-12-28 21:02 ` voidlinux-github
  2020-01-09 16:06 ` voidlinux-github
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2019-12-28 21:02 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/17834#issuecomment-569450884

Comment:
> let upstream know wtf is going on

Sent email asking if they could make it where both can be built.

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

* Re: New package: cdk-5.0-20190303
  2019-12-28  4:10 [PR PATCH] New package: cdk-5.0-20190303 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-12-28 21:02 ` voidlinux-github
@ 2020-01-09 16:06 ` voidlinux-github
  2020-01-18 17:56 ` [PR PATCH] [Closed]: " voidlinux-github
  2020-05-02 17:28 ` LinArcX
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2020-01-09 16:06 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/17834#issuecomment-569450884

Comment:
> let upstream know wtf is going on

Sent email asking if they could make it where both can be built.

@xtraeme Is this ready now?

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

* Re: [PR PATCH] [Closed]: New package: cdk-5.0-20190303
  2019-12-28  4:10 [PR PATCH] New package: cdk-5.0-20190303 voidlinux-github
                   ` (7 preceding siblings ...)
  2020-01-09 16:06 ` voidlinux-github
@ 2020-01-18 17:56 ` voidlinux-github
  2020-05-02 17:28 ` LinArcX
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2020-01-18 17:56 UTC (permalink / raw)
  To: ml

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

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

New package: cdk-5.0-20190303
https://github.com/void-linux/void-packages/pull/17834

Description:
Closes: #17813

Signed-off-by: Nathan Owens <ndowens04@gmail.com>

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

* Re: New package: cdk-5.0-20190303
  2019-12-28  4:10 [PR PATCH] New package: cdk-5.0-20190303 voidlinux-github
                   ` (8 preceding siblings ...)
  2020-01-18 17:56 ` [PR PATCH] [Closed]: " voidlinux-github
@ 2020-05-02 17:28 ` LinArcX
  9 siblings, 0 replies; 11+ messages in thread
From: LinArcX @ 2020-05-02 17:28 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/pull/17834#issuecomment-622987498

Comment:
Any update?

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

end of thread, other threads:[~2020-05-02 17:28 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-28  4:10 [PR PATCH] New package: cdk-5.0-20190303 voidlinux-github
2019-12-28 17:42 ` [PR PATCH] [Updated] " voidlinux-github
2019-12-28 17:49 ` voidlinux-github
2019-12-28 19:29 ` voidlinux-github
2019-12-28 19:54 ` voidlinux-github
2019-12-28 19:55 ` voidlinux-github
2019-12-28 21:00 ` [PR PATCH] [Updated] " voidlinux-github
2019-12-28 21:02 ` voidlinux-github
2020-01-09 16:06 ` voidlinux-github
2020-01-18 17:56 ` [PR PATCH] [Closed]: " voidlinux-github
2020-05-02 17:28 ` LinArcX

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