public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/azuredatastudio/
Date: Wed, 12 Feb 2025 15:03:53 +0000 (UTC)	[thread overview]
Message-ID: <1739372629.b58e34a967a74b093fdc8f003fb97fc38cdeaf4b.xgqt@gentoo> (raw)

commit:     b58e34a967a74b093fdc8f003fb97fc38cdeaf4b
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 12 14:45:03 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Feb 12 15:03:49 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b58e34a9

dev-util/azuredatastudio: add some tweaks from vscode pkg

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 ...datastudio-1.50.0.ebuild => azuredatastudio-1.50.0-r1.ebuild} | 9 +++++++--
 dev-util/azuredatastudio/azuredatastudio-1.51.1.ebuild           | 7 ++++++-
 2 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/dev-util/azuredatastudio/azuredatastudio-1.50.0.ebuild b/dev-util/azuredatastudio/azuredatastudio-1.50.0-r1.ebuild
similarity index 89%
rename from dev-util/azuredatastudio/azuredatastudio-1.50.0.ebuild
rename to dev-util/azuredatastudio/azuredatastudio-1.50.0-r1.ebuild
index af042f7066aa..08c503670c03 100644
--- a/dev-util/azuredatastudio/azuredatastudio-1.50.0.ebuild
+++ b/dev-util/azuredatastudio/azuredatastudio-1.50.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -16,7 +16,7 @@ SRC_URI="
 "
 S="${WORKDIR}"
 
-LICENSE="MIT"
+LICENSE="Apache-2.0 BSD BSD-1 BSD-2 BSD-4 CC-BY-4.0 ISC LGPL-2.1+ MIT MPL-2.0 openssl PYTHON TextMate-bundle Unlicense UoI-NCSA W3C"
 SLOT="0"
 KEYWORDS="-* ~amd64"
 IUSE="kerberos"
@@ -85,6 +85,11 @@ src_prepare() {
 
 	cd "${PN}/resources/app" || die
 
+	rm -r ./ThirdPartyNotices.txt || die
+
+	# Disable update server.
+	sed -e "/updateUrl/d" -i ./product.json || die
+
 	# Kerberos libs, same issue as VSCode/VSCodium.
 	if ! use kerberos ; then
 		rm -r node_modules.asar.unpacked/kerberos || die

diff --git a/dev-util/azuredatastudio/azuredatastudio-1.51.1.ebuild b/dev-util/azuredatastudio/azuredatastudio-1.51.1.ebuild
index 53d8dc5667e8..472ce1d714cb 100644
--- a/dev-util/azuredatastudio/azuredatastudio-1.51.1.ebuild
+++ b/dev-util/azuredatastudio/azuredatastudio-1.51.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 "
 S="${WORKDIR}"
 
-LICENSE="MIT"
+LICENSE="Apache-2.0 BSD BSD-1 BSD-2 BSD-4 CC-BY-4.0 ISC LGPL-2.1+ MIT MPL-2.0 openssl PYTHON TextMate-bundle Unlicense UoI-NCSA W3C"
 SLOT="0"
 KEYWORDS="-* ~amd64"
 IUSE="kerberos"
@@ -85,6 +85,11 @@ src_prepare() {
 
 	cd "${PN}/resources/app" || die
 
+	rm -r ./ThirdPartyNotices.txt || die
+
+	# Disable update server.
+	sed -e "/updateUrl/d" -i ./product.json || die
+
 	# Kerberos libs, same issue as VSCode/VSCodium.
 	if ! use kerberos ; then
 		rm -r node_modules.asar.unpacked/kerberos || die


             reply	other threads:[~2025-02-12 15:04 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-12 15:03 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-12 15:03 [gentoo-commits] repo/gentoo:master commit in: dev-util/azuredatastudio/ Maciej Barć
2025-02-12 15:03 Maciej Barć
2025-02-09 20:50 Maciej Barć
2025-02-04 12:52 Maciej Barć
2024-11-22 15:50 Maciej Barć
2024-09-17 21:09 Andreas Sturmlechner
2024-08-17 13:27 Maciej Barć
2024-08-17 13:27 Maciej Barć
2024-08-01 13:07 Maciej Barć
2024-06-22 19:05 Maciej Barć
2024-06-19 12:46 Maciej Barć
2024-04-11  1:38 Maciej Barć
2024-03-04  1:03 Maciej Barć
2024-02-19 15:30 Maciej Barć
2024-02-19 15:30 Maciej Barć
2024-01-12 23:22 Maciej Barć
2023-12-31 13:21 Maciej Barć
2023-12-31  3:03 Maciej Barć

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1739372629.b58e34a967a74b093fdc8f003fb97fc38cdeaf4b.xgqt@gentoo \
    --to=xgqt@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox