Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] MultiMC mark restricted
@ 2021-09-16 12:23 Duncaen
  2021-09-16 12:56 ` q66
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Duncaen @ 2021-09-16 12:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Duncaen/void-packages multimc
https://github.com/void-linux/void-packages/pull/32979

MultiMC mark restricted
We are not allowed to use the MultiMC name, artwork or API endpoints for builds from source.
Marking this package as restricted so that we won't ship any binaries for it, users can either download binaries or build the package for personal use.

Also adding it to `removed-packages` so that anyone who has it installed will get it uninstalled instead of being stuck to the version they currently have installed.

https://github.com/void-linux/void-packages/issues/32950

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

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

From 10f8f83f62e50ff8b3cd5193780fd02647fa41b5 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Thu, 16 Sep 2021 14:15:42 +0200
Subject: [PATCH 1/2] MultiMC: make package restricted

---
 srcpkgs/MultiMC/template | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/MultiMC/template b/srcpkgs/MultiMC/template
index 6f19fc623d0a..2e21f35987e6 100644
--- a/srcpkgs/MultiMC/template
+++ b/srcpkgs/MultiMC/template
@@ -1,7 +1,7 @@
 # Template file for 'MultiMC'
 pkgname=MultiMC
 version=0.6.12
-revision=2
+revision=3
 wrksrc="${pkgname}5-${version}"
 _commithashnbt="4b305bbd2ac0e7a26987baf7949a484a87b474d4"
 _nbtversion="multimc-0.6.1"
@@ -23,6 +23,10 @@ checksum="c251744b77d93db4ead56940b7b81d30dc5390fb86a1676d3f0364cc4e570185
  ffa60368b1c196859691b637c740f4c60597b2ac47217995082ae8b2a3a9ac18"
 skip_extraction="${_nbtversion}.tar.gz ${_quazipversion}.tar.gz"
 
+# Restricted since we don't have permissions to ship builds with the
+# MultiMC name, artwork or the API endpoints.
+restricted=yes
+
 case "$XBPS_TARGET_MACHINE" in
 	armv*) broken="https://github.com/MultiMC/MultiMC5/issues/2895";;
 esac

From 8011f2e396389db90c50a05574819d0fc8d0c75c Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Thu, 16 Sep 2021 14:16:31 +0200
Subject: [PATCH 2/2] removed-packages: remove MultiMC since its now restricted

---
 srcpkgs/removed-packages/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index a159a0bd31e1..d833bcec0396 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -1,7 +1,7 @@
 # Template file for 'removed-packages'
 pkgname=removed-packages
 version=0.1
-revision=51
+revision=52
 build_style=meta
 short_desc="Uninstalls packages removed from repository"
 maintainer="Piotr Wójcik <chocimier@tlen.pl>"
@@ -334,6 +334,7 @@ replaces="
  zuluplay-devel<=1.1_1
  nodejs-lts-10<=10.24.0_2
  libspa-ffmpeg<=0.3.32_1
+ MultiMC<=0.6.12_2
 "
 
 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then

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

* Re: MultiMC mark restricted
  2021-09-16 12:23 [PR PATCH] MultiMC mark restricted Duncaen
@ 2021-09-16 12:56 ` q66
  2021-09-16 13:16 ` [PR PATCH] [Updated] " Duncaen
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: q66 @ 2021-09-16 12:56 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/32979#issuecomment-920876568

Comment:
let's not do removed-packages, let's just purge the existing packages from the repos and leave everyone with whatever they have if they have it

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

* Re: [PR PATCH] [Updated] MultiMC mark restricted
  2021-09-16 12:23 [PR PATCH] MultiMC mark restricted Duncaen
  2021-09-16 12:56 ` q66
@ 2021-09-16 13:16 ` Duncaen
  2021-09-19  7:30 ` fosslinux
  2021-09-23 22:14 ` [PR PATCH] [Merged]: " Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: Duncaen @ 2021-09-16 13:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Duncaen/void-packages multimc
https://github.com/void-linux/void-packages/pull/32979

MultiMC mark restricted
We are not allowed to use the MultiMC name, artwork or API endpoints for builds from source.
Marking this package as restricted so that we won't ship any binaries for it, users can either download binaries or build the package for personal use.

Also adding it to `removed-packages` so that anyone who has it installed will get it uninstalled instead of being stuck to the version they currently have installed.

https://github.com/void-linux/void-packages/issues/32950

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

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

From 10f8f83f62e50ff8b3cd5193780fd02647fa41b5 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Thu, 16 Sep 2021 14:15:42 +0200
Subject: [PATCH] MultiMC: make package restricted

---
 srcpkgs/MultiMC/template | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/MultiMC/template b/srcpkgs/MultiMC/template
index 6f19fc623d0a..2e21f35987e6 100644
--- a/srcpkgs/MultiMC/template
+++ b/srcpkgs/MultiMC/template
@@ -1,7 +1,7 @@
 # Template file for 'MultiMC'
 pkgname=MultiMC
 version=0.6.12
-revision=2
+revision=3
 wrksrc="${pkgname}5-${version}"
 _commithashnbt="4b305bbd2ac0e7a26987baf7949a484a87b474d4"
 _nbtversion="multimc-0.6.1"
@@ -23,6 +23,10 @@ checksum="c251744b77d93db4ead56940b7b81d30dc5390fb86a1676d3f0364cc4e570185
  ffa60368b1c196859691b637c740f4c60597b2ac47217995082ae8b2a3a9ac18"
 skip_extraction="${_nbtversion}.tar.gz ${_quazipversion}.tar.gz"
 
+# Restricted since we don't have permissions to ship builds with the
+# MultiMC name, artwork or the API endpoints.
+restricted=yes
+
 case "$XBPS_TARGET_MACHINE" in
 	armv*) broken="https://github.com/MultiMC/MultiMC5/issues/2895";;
 esac

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

* Re: MultiMC mark restricted
  2021-09-16 12:23 [PR PATCH] MultiMC mark restricted Duncaen
  2021-09-16 12:56 ` q66
  2021-09-16 13:16 ` [PR PATCH] [Updated] " Duncaen
@ 2021-09-19  7:30 ` fosslinux
  2021-09-23 22:14 ` [PR PATCH] [Merged]: " Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: fosslinux @ 2021-09-19  7:30 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/32979#issuecomment-922429116

Comment:
Perhaps an INSTALL.msg would be in order to inform people, idk if that would be a good idea though.

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

* Re: [PR PATCH] [Merged]: MultiMC mark restricted
  2021-09-16 12:23 [PR PATCH] MultiMC mark restricted Duncaen
                   ` (2 preceding siblings ...)
  2021-09-19  7:30 ` fosslinux
@ 2021-09-23 22:14 ` Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: Duncaen @ 2021-09-23 22:14 UTC (permalink / raw)
  To: ml

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

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

MultiMC mark restricted
https://github.com/void-linux/void-packages/pull/32979

Description:
We are not allowed to use the MultiMC name, artwork or API endpoints for builds from source.
Marking this package as restricted so that we won't ship any binaries for it, users can either download binaries or build the package for personal use.

Also adding it to `removed-packages` so that anyone who has it installed will get it uninstalled instead of being stuck to the version they currently have installed.

https://github.com/void-linux/void-packages/issues/32950

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

end of thread, other threads:[~2021-09-23 22:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-16 12:23 [PR PATCH] MultiMC mark restricted Duncaen
2021-09-16 12:56 ` q66
2021-09-16 13:16 ` [PR PATCH] [Updated] " Duncaen
2021-09-19  7:30 ` fosslinux
2021-09-23 22:14 ` [PR PATCH] [Merged]: " Duncaen

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