Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] 66: remove -devel subpackage, contents needed at rutime
@ 2019-10-01 23:19 voidlinux-github
  2019-10-02  0:03 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-01 23:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages 66-no-devel
https://github.com/void-linux/void-packages/pull/14929

66: remove -devel subpackage, contents needed at rutime


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-66-no-devel-14929.patch --]
[-- Type: text/x-diff, Size: 1123 bytes --]

From 579a1faa53106c547fe9277741c78f9905226f6a Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 2 Oct 2019 02:15:13 +0300
Subject: [PATCH] 66: remove -devel subpackage, contents needed at rutime

---
 srcpkgs/66-devel    |  1 -
 srcpkgs/66/template | 11 +----------
 2 files changed, 1 insertion(+), 11 deletions(-)
 delete mode 120000 srcpkgs/66-devel

diff --git a/srcpkgs/66-devel b/srcpkgs/66-devel
deleted file mode 120000
index d1cbcfa5404..00000000000
--- a/srcpkgs/66-devel
+++ /dev/null
@@ -1 +0,0 @@
-66
\ No newline at end of file
diff --git a/srcpkgs/66/template b/srcpkgs/66/template
index adb86308a14..cd52eeabffa 100644
--- a/srcpkgs/66/template
+++ b/srcpkgs/66/template
@@ -1,7 +1,7 @@
 # Template file for '66'
 pkgname=66
 version=0.2.1.2
-revision=1
+revision=2
 wrksrc="66-v${version}"
 build_style=configure
 configure_args="--prefix=/usr
@@ -53,12 +53,3 @@ post_install() {
 		vmove usr/share/man
 	}
 }
-
-66-devel_package() {
-	short_desc+=" - development files"
-	depends="${sourcepkg}-${version}_${revision}"
-	pkg_install() {
-		vmove usr/include
-		vmove usr/lib
-	}
-}

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

* Re: [PR PATCH] [Updated] 66: remove -devel subpackage, contents needed at rutime
  2019-10-01 23:19 [PR PATCH] 66: remove -devel subpackage, contents needed at rutime voidlinux-github
@ 2019-10-02  0:03 ` voidlinux-github
  2019-10-02  0:03 ` voidlinux-github
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-02  0:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages 66-no-devel
https://github.com/void-linux/void-packages/pull/14929

66: remove -devel subpackage, contents needed at rutime


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-66-no-devel-14929.patch --]
[-- Type: text/x-diff, Size: 1494 bytes --]

From ded816a0573d526fb517fe301ab4879376a1ab3b Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 2 Oct 2019 02:15:13 +0300
Subject: [PATCH] 66: remove -devel subpackage, contents needed at rutime

---
 srcpkgs/66-devel    |  1 -
 srcpkgs/66/template | 12 ++----------
 2 files changed, 2 insertions(+), 11 deletions(-)
 delete mode 120000 srcpkgs/66-devel

diff --git a/srcpkgs/66-devel b/srcpkgs/66-devel
deleted file mode 120000
index d1cbcfa5404..00000000000
--- a/srcpkgs/66-devel
+++ /dev/null
@@ -1 +0,0 @@
-66
\ No newline at end of file
diff --git a/srcpkgs/66/template b/srcpkgs/66/template
index adb86308a14..966e086a6e9 100644
--- a/srcpkgs/66/template
+++ b/srcpkgs/66/template
@@ -1,7 +1,7 @@
 # Template file for '66'
 pkgname=66
 version=0.2.1.2
-revision=1
+revision=2
 wrksrc="66-v${version}"
 build_style=configure
 configure_args="--prefix=/usr
@@ -18,6 +18,7 @@ homepage="http://web.obarun.org/software/"
 changelog="https://framagit.org/Obarun/66/raw/master/NEWS"
 distfiles="https://framagit.org/Obarun/66/-/archive/v${version}/66-v${version}.tar.bz2"
 checksum=9c3430ab291ec83e74faa05634614e1d851e2bc18fe173963d8fe5313c2dd337
+replaces="66-devel>=0"
 
 conf_files="/etc/66/init /etc/66/init.conf"
 make_dirs="
@@ -53,12 +54,3 @@ post_install() {
 		vmove usr/share/man
 	}
 }
-
-66-devel_package() {
-	short_desc+=" - development files"
-	depends="${sourcepkg}-${version}_${revision}"
-	pkg_install() {
-		vmove usr/include
-		vmove usr/lib
-	}
-}

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

* Re: [PR PATCH] [Updated] 66: remove -devel subpackage, contents needed at rutime
  2019-10-01 23:19 [PR PATCH] 66: remove -devel subpackage, contents needed at rutime voidlinux-github
  2019-10-02  0:03 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-02  0:03 ` voidlinux-github
  2019-10-02 20:17 ` voidlinux-github
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-02  0:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages 66-no-devel
https://github.com/void-linux/void-packages/pull/14929

66: remove -devel subpackage, contents needed at rutime


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-66-no-devel-14929.patch --]
[-- Type: text/x-diff, Size: 1494 bytes --]

From ded816a0573d526fb517fe301ab4879376a1ab3b Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 2 Oct 2019 02:15:13 +0300
Subject: [PATCH] 66: remove -devel subpackage, contents needed at rutime

---
 srcpkgs/66-devel    |  1 -
 srcpkgs/66/template | 12 ++----------
 2 files changed, 2 insertions(+), 11 deletions(-)
 delete mode 120000 srcpkgs/66-devel

diff --git a/srcpkgs/66-devel b/srcpkgs/66-devel
deleted file mode 120000
index d1cbcfa5404..00000000000
--- a/srcpkgs/66-devel
+++ /dev/null
@@ -1 +0,0 @@
-66
\ No newline at end of file
diff --git a/srcpkgs/66/template b/srcpkgs/66/template
index adb86308a14..966e086a6e9 100644
--- a/srcpkgs/66/template
+++ b/srcpkgs/66/template
@@ -1,7 +1,7 @@
 # Template file for '66'
 pkgname=66
 version=0.2.1.2
-revision=1
+revision=2
 wrksrc="66-v${version}"
 build_style=configure
 configure_args="--prefix=/usr
@@ -18,6 +18,7 @@ homepage="http://web.obarun.org/software/"
 changelog="https://framagit.org/Obarun/66/raw/master/NEWS"
 distfiles="https://framagit.org/Obarun/66/-/archive/v${version}/66-v${version}.tar.bz2"
 checksum=9c3430ab291ec83e74faa05634614e1d851e2bc18fe173963d8fe5313c2dd337
+replaces="66-devel>=0"
 
 conf_files="/etc/66/init /etc/66/init.conf"
 make_dirs="
@@ -53,12 +54,3 @@ post_install() {
 		vmove usr/share/man
 	}
 }
-
-66-devel_package() {
-	short_desc+=" - development files"
-	depends="${sourcepkg}-${version}_${revision}"
-	pkg_install() {
-		vmove usr/include
-		vmove usr/lib
-	}
-}

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

* Re: 66: remove -devel subpackage, contents needed at rutime
  2019-10-01 23:19 [PR PATCH] 66: remove -devel subpackage, contents needed at rutime voidlinux-github
  2019-10-02  0:03 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-02  0:03 ` voidlinux-github
@ 2019-10-02 20:17 ` voidlinux-github
  2019-10-02 20:20 ` voidlinux-github
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-02 20:17 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/14929#issuecomment-537661874

Comment:
what contents are needed at runtime?

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

* Re: 66: remove -devel subpackage, contents needed at rutime
  2019-10-01 23:19 [PR PATCH] 66: remove -devel subpackage, contents needed at rutime voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-02 20:17 ` voidlinux-github
@ 2019-10-02 20:20 ` voidlinux-github
  2019-10-03  0:50 ` voidlinux-github
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-02 20:20 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/14929#issuecomment-537663334

Comment:

Headers in the include folder at least.
 
http://obarun.org/pipermail/66_obarun.org/2019-October/000016.html

Wed Oct 02 23:17:14 GMT+03:00 2019 Helmut Pozimski <notifications@github.com>:
 
> 
> what contents are needed at runtime?
>  
> —
> You are receiving this because you authored the thread.
> Reply to this email directly,  view it on GitHub [https://github.com/void-linux/void-packages/pull/14929?email_source=notifications&email_token=AJOPL3DMQ2FZ3LBSVVAAMXTQMT6UPA5CNFSM4I4P4FM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAGBDMQ#issuecomment-537661874]  , or  mute the thread [https://github.com/notifications/unsubscribe-auth/AJOPL3DD5TGLODYAZQNRAKLQMT6UPANCNFSM4I4P4FMQ]  . [https://github.com/notifications/beacon/AJOPL3B3SYPQCRVV2ALBK33QMT6UPA5CNFSM4I4P4FM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAGBDMQ.gif] 
>  


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

* Re: 66: remove -devel subpackage, contents needed at rutime
  2019-10-01 23:19 [PR PATCH] 66: remove -devel subpackage, contents needed at rutime voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-02 20:20 ` voidlinux-github
@ 2019-10-03  0:50 ` voidlinux-github
  2019-10-04  8:17 ` voidlinux-github
  2019-10-04  8:17 ` [PR PATCH] [Closed]: " voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-03  0:50 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/14929#issuecomment-537740081

Comment:
This looks like a misunderstanding unless it uses cpp to generate scripts or something like this.

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

* Re: 66: remove -devel subpackage, contents needed at rutime
  2019-10-01 23:19 [PR PATCH] 66: remove -devel subpackage, contents needed at rutime voidlinux-github
                   ` (4 preceding siblings ...)
  2019-10-03  0:50 ` voidlinux-github
@ 2019-10-04  8:17 ` voidlinux-github
  2019-10-04  8:17 ` [PR PATCH] [Closed]: " voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-04  8:17 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/14929#issuecomment-538296708

Comment:
> This looks like a misunderstanding unless it uses cpp to generate scripts or something like this.

It is indeed :) 

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

* Re: [PR PATCH] [Closed]: 66: remove -devel subpackage, contents needed at rutime
  2019-10-01 23:19 [PR PATCH] 66: remove -devel subpackage, contents needed at rutime voidlinux-github
                   ` (5 preceding siblings ...)
  2019-10-04  8:17 ` voidlinux-github
@ 2019-10-04  8:17 ` voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-04  8:17 UTC (permalink / raw)
  To: ml

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

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

66: remove -devel subpackage, contents needed at rutime
https://github.com/void-linux/void-packages/pull/14929

Description:


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

end of thread, other threads:[~2019-10-04  8:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-01 23:19 [PR PATCH] 66: remove -devel subpackage, contents needed at rutime voidlinux-github
2019-10-02  0:03 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-02  0:03 ` voidlinux-github
2019-10-02 20:17 ` voidlinux-github
2019-10-02 20:20 ` voidlinux-github
2019-10-03  0:50 ` voidlinux-github
2019-10-04  8:17 ` voidlinux-github
2019-10-04  8:17 ` [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).