Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] hdf5-18: remove package
@ 2019-06-22 22:32 voidlinux-github
  2019-07-12 17:41 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: voidlinux-github @ 2019-06-22 22:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Piraty/void-packages hdf5-18-remove
https://github.com/void-linux/void-packages/pull/12626

hdf5-18: remove package


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hdf5-18-remove-12626.patch --]
[-- Type: application/text/x-diff, Size: 2484 bytes --]

From d1384ce274f4dfa9c24371c0b0f82aaba3d79bc1 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Sun, 23 Jun 2019 00:23:34 +0200
Subject: [PATCH] hdf5-18: remove package

because it's not needed anymore.
It was once required to build med
(8e8cc30f55a41b5e1b8062e5c44d1be453e76706) but with current med it's not
required anymore.
---
 common/shlibs            |  4 ----
 srcpkgs/hdf5-18-devel    |  1 -
 srcpkgs/hdf5-18/template | 34 ----------------------------------
 3 files changed, 39 deletions(-)
 delete mode 120000 srcpkgs/hdf5-18-devel
 delete mode 100644 srcpkgs/hdf5-18/template

diff --git a/common/shlibs b/common/shlibs
index 0f6742b2fa4..2a2512ffc23 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2308,10 +2308,6 @@ libhdf5_hl_cpp.so.100 hdf5-1.10.1_2
 libhdf5_cpp.so.103 hdf5-1.10.4_1
 libhdf5hl_fortran.so.100 hdf5-1.10.1_2
 libhdf5_fortran.so.100 hdf5-1.10.1_2
-libhdf5.so.10 hdf5-18-1.8.20_1
-libhdf5_hl.so.10 hdf5-18-1.8.20_1
-libhdf5_hl_cpp.so.11 hdf5-18-1.8.20_1
-libhdf5_cpp.so.15 hdf5-18-1.8.20_1
 libcryptmount.so.0 libpam-mount-2.15_1
 libglob.so.0 libglob-1.0_1
 libepub.so.0 ebook-tools-0.2.2_1
diff --git a/srcpkgs/hdf5-18-devel b/srcpkgs/hdf5-18-devel
deleted file mode 120000
index 3611f141209..00000000000
--- a/srcpkgs/hdf5-18-devel
+++ /dev/null
@@ -1 +0,0 @@
-hdf5-18
\ No newline at end of file
diff --git a/srcpkgs/hdf5-18/template b/srcpkgs/hdf5-18/template
deleted file mode 100644
index ab850ecf7e6..00000000000
--- a/srcpkgs/hdf5-18/template
+++ /dev/null
@@ -1,34 +0,0 @@
-# Template file for 'hdf5-18'
-pkgname=hdf5-18
-version=1.8.20
-revision=2
-wrksrc=hdf5-$version
-build_style=gnu-configure
-nocross=yes
-makedepends="zlib-devel"
-short_desc="Data model, library, and file format for storing and managing data"
-maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
-license="BSD"
-homepage="http://hdfgroup.org"
-distfiles="http://www.hdfgroup.org/ftp/HDF5/current18/src/hdf5-${version}.tar.gz"
-checksum=6ed660ccd2bc45aa808ea72e08f33cc64009e9dd4e3a372b53438b210312e8d9
-
-configure_args="--enable-cxx"
-
-post_install() {
-	vlicense COPYING
-	vmkdir usr/lib/${pkgname}
-	mv -v ${DESTDIR}/usr/bin ${DESTDIR}/usr/lib/${pkgname}
-	mv -v ${DESTDIR}/usr/lib/libhdf5{,-18}.settings
-}
-
-hdf5-18-devel_package() {
-	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
-	short_desc+=" - development files"
-	pkg_install() {
-		vmove usr/include
-		vmove usr/lib/*.a
-		vmove usr/lib/*.so
-		vmove usr/share
-	}
-}

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

* Re: [PR PATCH] [Updated] hdf5-18: remove package
  2019-06-22 22:32 [PR PATCH] hdf5-18: remove package voidlinux-github
  2019-07-12 17:41 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-07-12 17:41 ` voidlinux-github
  2019-07-14 12:12 ` voidlinux-github
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-07-12 17:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Piraty/void-packages hdf5-18-remove
https://github.com/void-linux/void-packages/pull/12626

hdf5-18: remove package


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hdf5-18-remove-12626.patch --]
[-- Type: application/text/x-diff, Size: 2484 bytes --]

From 490abdfd7b521fd32ce6ced9fe2eb65fbd9edaa2 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Sun, 23 Jun 2019 00:23:34 +0200
Subject: [PATCH] hdf5-18: remove package

because it's not needed anymore.
It was once required to build med
(8e8cc30f55a41b5e1b8062e5c44d1be453e76706) but with current med it's not
required anymore.
---
 common/shlibs            |  4 ----
 srcpkgs/hdf5-18-devel    |  1 -
 srcpkgs/hdf5-18/template | 34 ----------------------------------
 3 files changed, 39 deletions(-)
 delete mode 120000 srcpkgs/hdf5-18-devel
 delete mode 100644 srcpkgs/hdf5-18/template

diff --git a/common/shlibs b/common/shlibs
index 77d24a501cd..57a2284776d 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2312,10 +2312,6 @@ libhdf5_hl_cpp.so.100 hdf5-1.10.1_2
 libhdf5_cpp.so.103 hdf5-1.10.4_1
 libhdf5hl_fortran.so.100 hdf5-1.10.1_2
 libhdf5_fortran.so.102 hdf5-1.10.5_1
-libhdf5.so.10 hdf5-18-1.8.20_1
-libhdf5_hl.so.10 hdf5-18-1.8.20_1
-libhdf5_hl_cpp.so.11 hdf5-18-1.8.20_1
-libhdf5_cpp.so.15 hdf5-18-1.8.20_1
 libcryptmount.so.0 libpam-mount-2.15_1
 libglob.so.0 libglob-1.0_1
 libepub.so.0 ebook-tools-0.2.2_1
diff --git a/srcpkgs/hdf5-18-devel b/srcpkgs/hdf5-18-devel
deleted file mode 120000
index 3611f141209..00000000000
--- a/srcpkgs/hdf5-18-devel
+++ /dev/null
@@ -1 +0,0 @@
-hdf5-18
\ No newline at end of file
diff --git a/srcpkgs/hdf5-18/template b/srcpkgs/hdf5-18/template
deleted file mode 100644
index ab850ecf7e6..00000000000
--- a/srcpkgs/hdf5-18/template
+++ /dev/null
@@ -1,34 +0,0 @@
-# Template file for 'hdf5-18'
-pkgname=hdf5-18
-version=1.8.20
-revision=2
-wrksrc=hdf5-$version
-build_style=gnu-configure
-nocross=yes
-makedepends="zlib-devel"
-short_desc="Data model, library, and file format for storing and managing data"
-maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
-license="BSD"
-homepage="http://hdfgroup.org"
-distfiles="http://www.hdfgroup.org/ftp/HDF5/current18/src/hdf5-${version}.tar.gz"
-checksum=6ed660ccd2bc45aa808ea72e08f33cc64009e9dd4e3a372b53438b210312e8d9
-
-configure_args="--enable-cxx"
-
-post_install() {
-	vlicense COPYING
-	vmkdir usr/lib/${pkgname}
-	mv -v ${DESTDIR}/usr/bin ${DESTDIR}/usr/lib/${pkgname}
-	mv -v ${DESTDIR}/usr/lib/libhdf5{,-18}.settings
-}
-
-hdf5-18-devel_package() {
-	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
-	short_desc+=" - development files"
-	pkg_install() {
-		vmove usr/include
-		vmove usr/lib/*.a
-		vmove usr/lib/*.so
-		vmove usr/share
-	}
-}

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

* Re: [PR PATCH] [Updated] hdf5-18: remove package
  2019-06-22 22:32 [PR PATCH] hdf5-18: remove package voidlinux-github
@ 2019-07-12 17:41 ` voidlinux-github
  2019-07-12 17:41 ` voidlinux-github
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-07-12 17:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Piraty/void-packages hdf5-18-remove
https://github.com/void-linux/void-packages/pull/12626

hdf5-18: remove package


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hdf5-18-remove-12626.patch --]
[-- Type: application/text/x-diff, Size: 2484 bytes --]

From 490abdfd7b521fd32ce6ced9fe2eb65fbd9edaa2 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Sun, 23 Jun 2019 00:23:34 +0200
Subject: [PATCH] hdf5-18: remove package

because it's not needed anymore.
It was once required to build med
(8e8cc30f55a41b5e1b8062e5c44d1be453e76706) but with current med it's not
required anymore.
---
 common/shlibs            |  4 ----
 srcpkgs/hdf5-18-devel    |  1 -
 srcpkgs/hdf5-18/template | 34 ----------------------------------
 3 files changed, 39 deletions(-)
 delete mode 120000 srcpkgs/hdf5-18-devel
 delete mode 100644 srcpkgs/hdf5-18/template

diff --git a/common/shlibs b/common/shlibs
index 77d24a501cd..57a2284776d 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2312,10 +2312,6 @@ libhdf5_hl_cpp.so.100 hdf5-1.10.1_2
 libhdf5_cpp.so.103 hdf5-1.10.4_1
 libhdf5hl_fortran.so.100 hdf5-1.10.1_2
 libhdf5_fortran.so.102 hdf5-1.10.5_1
-libhdf5.so.10 hdf5-18-1.8.20_1
-libhdf5_hl.so.10 hdf5-18-1.8.20_1
-libhdf5_hl_cpp.so.11 hdf5-18-1.8.20_1
-libhdf5_cpp.so.15 hdf5-18-1.8.20_1
 libcryptmount.so.0 libpam-mount-2.15_1
 libglob.so.0 libglob-1.0_1
 libepub.so.0 ebook-tools-0.2.2_1
diff --git a/srcpkgs/hdf5-18-devel b/srcpkgs/hdf5-18-devel
deleted file mode 120000
index 3611f141209..00000000000
--- a/srcpkgs/hdf5-18-devel
+++ /dev/null
@@ -1 +0,0 @@
-hdf5-18
\ No newline at end of file
diff --git a/srcpkgs/hdf5-18/template b/srcpkgs/hdf5-18/template
deleted file mode 100644
index ab850ecf7e6..00000000000
--- a/srcpkgs/hdf5-18/template
+++ /dev/null
@@ -1,34 +0,0 @@
-# Template file for 'hdf5-18'
-pkgname=hdf5-18
-version=1.8.20
-revision=2
-wrksrc=hdf5-$version
-build_style=gnu-configure
-nocross=yes
-makedepends="zlib-devel"
-short_desc="Data model, library, and file format for storing and managing data"
-maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
-license="BSD"
-homepage="http://hdfgroup.org"
-distfiles="http://www.hdfgroup.org/ftp/HDF5/current18/src/hdf5-${version}.tar.gz"
-checksum=6ed660ccd2bc45aa808ea72e08f33cc64009e9dd4e3a372b53438b210312e8d9
-
-configure_args="--enable-cxx"
-
-post_install() {
-	vlicense COPYING
-	vmkdir usr/lib/${pkgname}
-	mv -v ${DESTDIR}/usr/bin ${DESTDIR}/usr/lib/${pkgname}
-	mv -v ${DESTDIR}/usr/lib/libhdf5{,-18}.settings
-}
-
-hdf5-18-devel_package() {
-	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
-	short_desc+=" - development files"
-	pkg_install() {
-		vmove usr/include
-		vmove usr/lib/*.a
-		vmove usr/lib/*.so
-		vmove usr/share
-	}
-}

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

* Re: [PR PATCH] [Updated] hdf5-18: remove package
  2019-06-22 22:32 [PR PATCH] hdf5-18: remove package voidlinux-github
                   ` (2 preceding siblings ...)
  2019-07-14 12:12 ` voidlinux-github
@ 2019-07-14 12:12 ` voidlinux-github
  2019-07-14 12:14 ` voidlinux-github
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-07-14 12:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Piraty/void-packages hdf5-18-remove
https://github.com/void-linux/void-packages/pull/12626

hdf5-18: remove package


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hdf5-18-remove-12626.patch --]
[-- Type: application/text/x-diff, Size: 3002 bytes --]

From 19c353f27407e6ec9334c683abdc0c1c6f312676 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Sun, 23 Jun 2019 00:23:34 +0200
Subject: [PATCH] hdf5-18: remove package

because it's not needed anymore.
It was once required to build med
(8e8cc30f55a41b5e1b8062e5c44d1be453e76706) but with current med it's not
required anymore.
---
 common/shlibs               |  4 ----
 srcpkgs/hdf5-18-devel       |  1 -
 srcpkgs/hdf5-18/INSTALL.msg |  1 +
 srcpkgs/hdf5-18/template    | 35 +++++------------------------------
 4 files changed, 6 insertions(+), 35 deletions(-)
 delete mode 120000 srcpkgs/hdf5-18-devel
 create mode 100644 srcpkgs/hdf5-18/INSTALL.msg

diff --git a/common/shlibs b/common/shlibs
index 027e11d1efd..34cfb4aaca4 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2314,10 +2314,6 @@ libhdf5_hl_cpp.so.100 hdf5-1.10.1_2
 libhdf5_cpp.so.103 hdf5-1.10.4_1
 libhdf5hl_fortran.so.100 hdf5-1.10.1_2
 libhdf5_fortran.so.102 hdf5-1.10.5_1
-libhdf5.so.10 hdf5-18-1.8.20_1
-libhdf5_hl.so.10 hdf5-18-1.8.20_1
-libhdf5_hl_cpp.so.11 hdf5-18-1.8.20_1
-libhdf5_cpp.so.15 hdf5-18-1.8.20_1
 libcryptmount.so.0 libpam-mount-2.15_1
 libglob.so.0 libglob-1.0_1
 libepub.so.0 ebook-tools-0.2.2_1
diff --git a/srcpkgs/hdf5-18-devel b/srcpkgs/hdf5-18-devel
deleted file mode 120000
index 3611f141209..00000000000
--- a/srcpkgs/hdf5-18-devel
+++ /dev/null
@@ -1 +0,0 @@
-hdf5-18
\ No newline at end of file
diff --git a/srcpkgs/hdf5-18/INSTALL.msg b/srcpkgs/hdf5-18/INSTALL.msg
new file mode 100644
index 00000000000..2c54e8d6478
--- /dev/null
+++ b/srcpkgs/hdf5-18/INSTALL.msg
@@ -0,0 +1 @@
+hdf5-18  is no longer provided by Void Linux, and will be fully removed from the repos on 2019-10-14
diff --git a/srcpkgs/hdf5-18/template b/srcpkgs/hdf5-18/template
index ab850ecf7e6..de755300051 100644
--- a/srcpkgs/hdf5-18/template
+++ b/srcpkgs/hdf5-18/template
@@ -1,34 +1,9 @@
 # Template file for 'hdf5-18'
 pkgname=hdf5-18
 version=1.8.20
-revision=2
-wrksrc=hdf5-$version
-build_style=gnu-configure
-nocross=yes
-makedepends="zlib-devel"
-short_desc="Data model, library, and file format for storing and managing data"
-maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
-license="BSD"
+revision=3
+build_style=meta
+arch=noarch
+short_desc="Data model, library, and file format for storing and managing data (removed package)"
+license="BSD-2-Clause"
 homepage="http://hdfgroup.org"
-distfiles="http://www.hdfgroup.org/ftp/HDF5/current18/src/hdf5-${version}.tar.gz"
-checksum=6ed660ccd2bc45aa808ea72e08f33cc64009e9dd4e3a372b53438b210312e8d9
-
-configure_args="--enable-cxx"
-
-post_install() {
-	vlicense COPYING
-	vmkdir usr/lib/${pkgname}
-	mv -v ${DESTDIR}/usr/bin ${DESTDIR}/usr/lib/${pkgname}
-	mv -v ${DESTDIR}/usr/lib/libhdf5{,-18}.settings
-}
-
-hdf5-18-devel_package() {
-	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
-	short_desc+=" - development files"
-	pkg_install() {
-		vmove usr/include
-		vmove usr/lib/*.a
-		vmove usr/lib/*.so
-		vmove usr/share
-	}
-}

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

* Re: [PR PATCH] [Updated] hdf5-18: remove package
  2019-06-22 22:32 [PR PATCH] hdf5-18: remove package voidlinux-github
  2019-07-12 17:41 ` [PR PATCH] [Updated] " voidlinux-github
  2019-07-12 17:41 ` voidlinux-github
@ 2019-07-14 12:12 ` voidlinux-github
  2019-07-14 12:12 ` voidlinux-github
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-07-14 12:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Piraty/void-packages hdf5-18-remove
https://github.com/void-linux/void-packages/pull/12626

hdf5-18: remove package


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hdf5-18-remove-12626.patch --]
[-- Type: application/text/x-diff, Size: 3002 bytes --]

From 19c353f27407e6ec9334c683abdc0c1c6f312676 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Sun, 23 Jun 2019 00:23:34 +0200
Subject: [PATCH] hdf5-18: remove package

because it's not needed anymore.
It was once required to build med
(8e8cc30f55a41b5e1b8062e5c44d1be453e76706) but with current med it's not
required anymore.
---
 common/shlibs               |  4 ----
 srcpkgs/hdf5-18-devel       |  1 -
 srcpkgs/hdf5-18/INSTALL.msg |  1 +
 srcpkgs/hdf5-18/template    | 35 +++++------------------------------
 4 files changed, 6 insertions(+), 35 deletions(-)
 delete mode 120000 srcpkgs/hdf5-18-devel
 create mode 100644 srcpkgs/hdf5-18/INSTALL.msg

diff --git a/common/shlibs b/common/shlibs
index 027e11d1efd..34cfb4aaca4 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2314,10 +2314,6 @@ libhdf5_hl_cpp.so.100 hdf5-1.10.1_2
 libhdf5_cpp.so.103 hdf5-1.10.4_1
 libhdf5hl_fortran.so.100 hdf5-1.10.1_2
 libhdf5_fortran.so.102 hdf5-1.10.5_1
-libhdf5.so.10 hdf5-18-1.8.20_1
-libhdf5_hl.so.10 hdf5-18-1.8.20_1
-libhdf5_hl_cpp.so.11 hdf5-18-1.8.20_1
-libhdf5_cpp.so.15 hdf5-18-1.8.20_1
 libcryptmount.so.0 libpam-mount-2.15_1
 libglob.so.0 libglob-1.0_1
 libepub.so.0 ebook-tools-0.2.2_1
diff --git a/srcpkgs/hdf5-18-devel b/srcpkgs/hdf5-18-devel
deleted file mode 120000
index 3611f141209..00000000000
--- a/srcpkgs/hdf5-18-devel
+++ /dev/null
@@ -1 +0,0 @@
-hdf5-18
\ No newline at end of file
diff --git a/srcpkgs/hdf5-18/INSTALL.msg b/srcpkgs/hdf5-18/INSTALL.msg
new file mode 100644
index 00000000000..2c54e8d6478
--- /dev/null
+++ b/srcpkgs/hdf5-18/INSTALL.msg
@@ -0,0 +1 @@
+hdf5-18  is no longer provided by Void Linux, and will be fully removed from the repos on 2019-10-14
diff --git a/srcpkgs/hdf5-18/template b/srcpkgs/hdf5-18/template
index ab850ecf7e6..de755300051 100644
--- a/srcpkgs/hdf5-18/template
+++ b/srcpkgs/hdf5-18/template
@@ -1,34 +1,9 @@
 # Template file for 'hdf5-18'
 pkgname=hdf5-18
 version=1.8.20
-revision=2
-wrksrc=hdf5-$version
-build_style=gnu-configure
-nocross=yes
-makedepends="zlib-devel"
-short_desc="Data model, library, and file format for storing and managing data"
-maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
-license="BSD"
+revision=3
+build_style=meta
+arch=noarch
+short_desc="Data model, library, and file format for storing and managing data (removed package)"
+license="BSD-2-Clause"
 homepage="http://hdfgroup.org"
-distfiles="http://www.hdfgroup.org/ftp/HDF5/current18/src/hdf5-${version}.tar.gz"
-checksum=6ed660ccd2bc45aa808ea72e08f33cc64009e9dd4e3a372b53438b210312e8d9
-
-configure_args="--enable-cxx"
-
-post_install() {
-	vlicense COPYING
-	vmkdir usr/lib/${pkgname}
-	mv -v ${DESTDIR}/usr/bin ${DESTDIR}/usr/lib/${pkgname}
-	mv -v ${DESTDIR}/usr/lib/libhdf5{,-18}.settings
-}
-
-hdf5-18-devel_package() {
-	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
-	short_desc+=" - development files"
-	pkg_install() {
-		vmove usr/include
-		vmove usr/lib/*.a
-		vmove usr/lib/*.so
-		vmove usr/share
-	}
-}

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

* Re: hdf5-18: remove package
  2019-06-22 22:32 [PR PATCH] hdf5-18: remove package voidlinux-github
                   ` (3 preceding siblings ...)
  2019-07-14 12:12 ` voidlinux-github
@ 2019-07-14 12:14 ` voidlinux-github
  2019-07-14 12:29 ` voidlinux-github
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-07-14 12:14 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/12626#issuecomment-511197680
Comment:
I adapted according to the [manual's removal process](https://github.com/void-linux/void-packages/blob/master/Manual.md#removing-a-package), as suggested by @abenson.

@Vaelatern @pullmoll 

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

* Re: hdf5-18: remove package
  2019-06-22 22:32 [PR PATCH] hdf5-18: remove package voidlinux-github
                   ` (4 preceding siblings ...)
  2019-07-14 12:14 ` voidlinux-github
@ 2019-07-14 12:29 ` voidlinux-github
  2019-07-24 17:35 ` voidlinux-github
  2019-07-24 17:35 ` [PR PATCH] [Closed]: " voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-07-14 12:29 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/12626#issuecomment-511198661
Comment:
I see no advantage of using process from manual over just dropping template, and one big disadvantage: if on some system package is still installed either manual, or as dependency, that package can be "updated" into non-functional.

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

* Re: hdf5-18: remove package
  2019-06-22 22:32 [PR PATCH] hdf5-18: remove package voidlinux-github
                   ` (5 preceding siblings ...)
  2019-07-14 12:29 ` voidlinux-github
@ 2019-07-24 17:35 ` voidlinux-github
  2019-07-24 17:35 ` [PR PATCH] [Closed]: " voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-07-24 17:35 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/12626#issuecomment-514727871
Comment:
89b74ec283ec0734ff171696fcd2bbd9b3d6cd52

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

* Re: [PR PATCH] [Closed]: hdf5-18: remove package
  2019-06-22 22:32 [PR PATCH] hdf5-18: remove package voidlinux-github
                   ` (6 preceding siblings ...)
  2019-07-24 17:35 ` voidlinux-github
@ 2019-07-24 17:35 ` voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-07-24 17:35 UTC (permalink / raw)
  To: ml

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

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

hdf5-18: remove package
https://github.com/void-linux/void-packages/pull/12626
Description: 

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

end of thread, other threads:[~2019-07-24 17:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-22 22:32 [PR PATCH] hdf5-18: remove package voidlinux-github
2019-07-12 17:41 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-12 17:41 ` voidlinux-github
2019-07-14 12:12 ` voidlinux-github
2019-07-14 12:12 ` voidlinux-github
2019-07-14 12:14 ` voidlinux-github
2019-07-14 12:29 ` voidlinux-github
2019-07-24 17:35 ` voidlinux-github
2019-07-24 17:35 ` [PR PATCH] [Closed]: " 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).