Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] skype: remove package
@ 2024-11-08  0:07 xeroxslayer
  2024-11-08 16:11 ` classabbyamp
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: xeroxslayer @ 2024-11-08  0:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/xeroxslayer/void-packages skype
https://github.com/void-linux/void-packages/pull/52948

skype: remove package
Skype is  no longer available as a Debian package, only as a Snap package, thus no version numbering is avalable in the filename. Moreover, even if the older Debain/Ubuntu package works, the links are dead and can only be obtained throough archive.org or a similar service.

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

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

From e7980291064b7c8536351bc3e66a6670c7adb132 Mon Sep 17 00:00:00 2001
From: xeroxslayer <xeroxslayer@proton.me>
Date: Fri, 8 Nov 2024 01:04:29 +0100
Subject: [PATCH] skype: remove package

---
 srcpkgs/skype/template | 30 ------------------------------
 srcpkgs/skype/update   |  2 --
 2 files changed, 32 deletions(-)
 delete mode 100644 srcpkgs/skype/template
 delete mode 100644 srcpkgs/skype/update

diff --git a/srcpkgs/skype/template b/srcpkgs/skype/template
deleted file mode 100644
index 3d65fd23905701..00000000000000
--- a/srcpkgs/skype/template
+++ /dev/null
@@ -1,30 +0,0 @@
-# Template file for 'skype'
-# This just repackages the rpm package.
-pkgname=skype
-version=8.108.0.205
-revision=1
-archs="x86_64"
-create_wrksrc=yes
-depends="elogind"
-short_desc="Skype for Linux"
-maintainer="mobinmob <mobinmob@disroot.org>"
-license="custom:skype-servicesagreement" # no vlicense
-homepage="https://www.skype.com"
-distfiles="https://repo.skype.com/rpm/stable/skypeforlinux_${version}-1.x86_64.rpm"
-checksum=be3b714636da765e40b4c814a32988914938e2788b0ad558bfb9b7ce1e67dcef
-repository="nonfree"
-nostrip="yes"
-
-do_install() {
-	# Copy files
-	vcopy "*" "."
-	# Move executables to usr/lib and change the launcher script
-	vsed -i "${DESTDIR}/usr/bin/skypeforlinux" -e "s;share/;lib/;g"
-	vmkdir usr/lib/skypeforlinux
-	mv "${DESTDIR}/usr/share/skypeforlinux" "${DESTDIR}/usr/lib/"
-	# Install NOTICE.txt as license. Skype has only a services
-	# agreement available online.
-	vlicense "${DESTDIR}/usr/share/doc/skypeforlinux/NOTICE.txt"
-	# Remove unneeded dir.
-	rm -rf "${DESTDIR}/usr/lib/.build-id"
-}
diff --git a/srcpkgs/skype/update b/srcpkgs/skype/update
deleted file mode 100644
index 40deabe2f5db8b..00000000000000
--- a/srcpkgs/skype/update
+++ /dev/null
@@ -1,2 +0,0 @@
-ignore="*.76.*"
-pattern="skypeforlinux_\K[\d.]+(?=_amd64.deb)"

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

* Re: skype: remove package
  2024-11-08  0:07 [PR PATCH] skype: remove package xeroxslayer
@ 2024-11-08 16:11 ` classabbyamp
  2024-11-10 10:30 ` xeroxslayer
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: classabbyamp @ 2024-11-08 16:11 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/52948#issuecomment-2465144896

Comment:
reasoning should be included in the commit message for future reference


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

* Re: skype: remove package
  2024-11-08  0:07 [PR PATCH] skype: remove package xeroxslayer
  2024-11-08 16:11 ` classabbyamp
@ 2024-11-10 10:30 ` xeroxslayer
  2024-11-10 17:36 ` classabbyamp
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: xeroxslayer @ 2024-11-10 10:30 UTC (permalink / raw)
  To: ml

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

New comment by xeroxslayer on void-packages repository

https://github.com/void-linux/void-packages/pull/52948#issuecomment-2466678035

Comment:
Oh, didn't know that, sorry.

Should I change the commit?

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

* Re: skype: remove package
  2024-11-08  0:07 [PR PATCH] skype: remove package xeroxslayer
  2024-11-08 16:11 ` classabbyamp
  2024-11-10 10:30 ` xeroxslayer
@ 2024-11-10 17:36 ` classabbyamp
  2024-11-12  0:00 ` [PR PATCH] [Updated] " xeroxslayer
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: classabbyamp @ 2024-11-10 17:36 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/52948#issuecomment-2466820466

Comment:
yes

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

* Re: [PR PATCH] [Updated] skype: remove package
  2024-11-08  0:07 [PR PATCH] skype: remove package xeroxslayer
                   ` (2 preceding siblings ...)
  2024-11-10 17:36 ` classabbyamp
@ 2024-11-12  0:00 ` xeroxslayer
  2024-11-12  0:00 ` xeroxslayer
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: xeroxslayer @ 2024-11-12  0:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/xeroxslayer/void-packages skype
https://github.com/void-linux/void-packages/pull/52948

skype: remove package
Skype is  no longer available as a Debian package, only as a Snap package, thus no version numbering is avalable in the filename. Moreover, even if the older Debain/Ubuntu package works, the links are dead and can only be obtained throough archive.org or a similar service.

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

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

From b02f960bb937976c44ef8639201603ecb5064408 Mon Sep 17 00:00:00 2001
From: xeroxslayer <xeroxslayer@proton.me>
Date: Fri, 8 Nov 2024 01:04:29 +0100
Subject: [PATCH] skype: remove package (no longer available as a .deb package,
 only as .snap)

---
 srcpkgs/skype/template | 30 ------------------------------
 srcpkgs/skype/update   |  2 --
 2 files changed, 32 deletions(-)
 delete mode 100644 srcpkgs/skype/template
 delete mode 100644 srcpkgs/skype/update

diff --git a/srcpkgs/skype/template b/srcpkgs/skype/template
deleted file mode 100644
index 3d65fd23905701..00000000000000
--- a/srcpkgs/skype/template
+++ /dev/null
@@ -1,30 +0,0 @@
-# Template file for 'skype'
-# This just repackages the rpm package.
-pkgname=skype
-version=8.108.0.205
-revision=1
-archs="x86_64"
-create_wrksrc=yes
-depends="elogind"
-short_desc="Skype for Linux"
-maintainer="mobinmob <mobinmob@disroot.org>"
-license="custom:skype-servicesagreement" # no vlicense
-homepage="https://www.skype.com"
-distfiles="https://repo.skype.com/rpm/stable/skypeforlinux_${version}-1.x86_64.rpm"
-checksum=be3b714636da765e40b4c814a32988914938e2788b0ad558bfb9b7ce1e67dcef
-repository="nonfree"
-nostrip="yes"
-
-do_install() {
-	# Copy files
-	vcopy "*" "."
-	# Move executables to usr/lib and change the launcher script
-	vsed -i "${DESTDIR}/usr/bin/skypeforlinux" -e "s;share/;lib/;g"
-	vmkdir usr/lib/skypeforlinux
-	mv "${DESTDIR}/usr/share/skypeforlinux" "${DESTDIR}/usr/lib/"
-	# Install NOTICE.txt as license. Skype has only a services
-	# agreement available online.
-	vlicense "${DESTDIR}/usr/share/doc/skypeforlinux/NOTICE.txt"
-	# Remove unneeded dir.
-	rm -rf "${DESTDIR}/usr/lib/.build-id"
-}
diff --git a/srcpkgs/skype/update b/srcpkgs/skype/update
deleted file mode 100644
index 40deabe2f5db8b..00000000000000
--- a/srcpkgs/skype/update
+++ /dev/null
@@ -1,2 +0,0 @@
-ignore="*.76.*"
-pattern="skypeforlinux_\K[\d.]+(?=_amd64.deb)"

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

* Re: skype: remove package
  2024-11-08  0:07 [PR PATCH] skype: remove package xeroxslayer
                   ` (3 preceding siblings ...)
  2024-11-12  0:00 ` [PR PATCH] [Updated] " xeroxslayer
@ 2024-11-12  0:00 ` xeroxslayer
  2024-11-12  0:35 ` classabbyamp
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: xeroxslayer @ 2024-11-12  0:00 UTC (permalink / raw)
  To: ml

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

New comment by xeroxslayer on void-packages repository

https://github.com/void-linux/void-packages/pull/52948#issuecomment-2469312911

Comment:
Is this OK?

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

* Re: skype: remove package
  2024-11-08  0:07 [PR PATCH] skype: remove package xeroxslayer
                   ` (4 preceding siblings ...)
  2024-11-12  0:00 ` xeroxslayer
@ 2024-11-12  0:35 ` classabbyamp
  2024-11-12 13:53 ` [PR PATCH] [Updated] " xeroxslayer
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: classabbyamp @ 2024-11-12  0:35 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/52948#issuecomment-2469353690

Comment:
put the reason in the commit body

```
commit title

commit body
goes
here
```

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

* Re: [PR PATCH] [Updated] skype: remove package
  2024-11-08  0:07 [PR PATCH] skype: remove package xeroxslayer
                   ` (5 preceding siblings ...)
  2024-11-12  0:35 ` classabbyamp
@ 2024-11-12 13:53 ` xeroxslayer
  2024-11-12 13:54 ` xeroxslayer
  2024-11-13 12:16 ` [PR PATCH] [Merged]: " leahneukirchen
  8 siblings, 0 replies; 10+ messages in thread
From: xeroxslayer @ 2024-11-12 13:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/xeroxslayer/void-packages skype
https://github.com/void-linux/void-packages/pull/52948

skype: remove package
Skype is  no longer available as a Debian package, only as a Snap package, thus no version numbering is avalable in the filename. Moreover, even if the older Debain/Ubuntu package works, the links are dead and can only be obtained throough archive.org or a similar service.

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

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

From b36acf4dce4005f0dc126c83705bd1d2c93ea041 Mon Sep 17 00:00:00 2001
From: xeroxslayer <xeroxslayer@proton.me>
Date: Fri, 8 Nov 2024 01:04:29 +0100
Subject: [PATCH] skype: remove package

Skype is no longer available as a Debian package, only as a Snap
package, thus no version numbering is avalable in the filename.
Moreover, even if the older Debain/Ubuntu package works, the links
are dead and can only be obtained throough archive.org or a
similar service.
---
 srcpkgs/skype/template | 30 ------------------------------
 srcpkgs/skype/update   |  2 --
 2 files changed, 32 deletions(-)
 delete mode 100644 srcpkgs/skype/template
 delete mode 100644 srcpkgs/skype/update

diff --git a/srcpkgs/skype/template b/srcpkgs/skype/template
deleted file mode 100644
index 3d65fd23905701..00000000000000
--- a/srcpkgs/skype/template
+++ /dev/null
@@ -1,30 +0,0 @@
-# Template file for 'skype'
-# This just repackages the rpm package.
-pkgname=skype
-version=8.108.0.205
-revision=1
-archs="x86_64"
-create_wrksrc=yes
-depends="elogind"
-short_desc="Skype for Linux"
-maintainer="mobinmob <mobinmob@disroot.org>"
-license="custom:skype-servicesagreement" # no vlicense
-homepage="https://www.skype.com"
-distfiles="https://repo.skype.com/rpm/stable/skypeforlinux_${version}-1.x86_64.rpm"
-checksum=be3b714636da765e40b4c814a32988914938e2788b0ad558bfb9b7ce1e67dcef
-repository="nonfree"
-nostrip="yes"
-
-do_install() {
-	# Copy files
-	vcopy "*" "."
-	# Move executables to usr/lib and change the launcher script
-	vsed -i "${DESTDIR}/usr/bin/skypeforlinux" -e "s;share/;lib/;g"
-	vmkdir usr/lib/skypeforlinux
-	mv "${DESTDIR}/usr/share/skypeforlinux" "${DESTDIR}/usr/lib/"
-	# Install NOTICE.txt as license. Skype has only a services
-	# agreement available online.
-	vlicense "${DESTDIR}/usr/share/doc/skypeforlinux/NOTICE.txt"
-	# Remove unneeded dir.
-	rm -rf "${DESTDIR}/usr/lib/.build-id"
-}
diff --git a/srcpkgs/skype/update b/srcpkgs/skype/update
deleted file mode 100644
index 40deabe2f5db8b..00000000000000
--- a/srcpkgs/skype/update
+++ /dev/null
@@ -1,2 +0,0 @@
-ignore="*.76.*"
-pattern="skypeforlinux_\K[\d.]+(?=_amd64.deb)"

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

* Re: skype: remove package
  2024-11-08  0:07 [PR PATCH] skype: remove package xeroxslayer
                   ` (6 preceding siblings ...)
  2024-11-12 13:53 ` [PR PATCH] [Updated] " xeroxslayer
@ 2024-11-12 13:54 ` xeroxslayer
  2024-11-13 12:16 ` [PR PATCH] [Merged]: " leahneukirchen
  8 siblings, 0 replies; 10+ messages in thread
From: xeroxslayer @ 2024-11-12 13:54 UTC (permalink / raw)
  To: ml

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

New comment by xeroxslayer on void-packages repository

https://github.com/void-linux/void-packages/pull/52948#issuecomment-2470592958

Comment:
I think it's OK now.

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

* Re: [PR PATCH] [Merged]: skype: remove package
  2024-11-08  0:07 [PR PATCH] skype: remove package xeroxslayer
                   ` (7 preceding siblings ...)
  2024-11-12 13:54 ` xeroxslayer
@ 2024-11-13 12:16 ` leahneukirchen
  8 siblings, 0 replies; 10+ messages in thread
From: leahneukirchen @ 2024-11-13 12:16 UTC (permalink / raw)
  To: ml

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

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

skype: remove package
https://github.com/void-linux/void-packages/pull/52948

Description:
Skype is  no longer available as a Debian package, only as a Snap package, thus no version numbering is avalable in the filename. Moreover, even if the older Debain/Ubuntu package works, the links are dead and can only be obtained throough archive.org or a similar service.

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

end of thread, other threads:[~2024-11-13 12:16 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-08  0:07 [PR PATCH] skype: remove package xeroxslayer
2024-11-08 16:11 ` classabbyamp
2024-11-10 10:30 ` xeroxslayer
2024-11-10 17:36 ` classabbyamp
2024-11-12  0:00 ` [PR PATCH] [Updated] " xeroxslayer
2024-11-12  0:00 ` xeroxslayer
2024-11-12  0:35 ` classabbyamp
2024-11-12 13:53 ` [PR PATCH] [Updated] " xeroxslayer
2024-11-12 13:54 ` xeroxslayer
2024-11-13 12:16 ` [PR PATCH] [Merged]: " leahneukirchen

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