From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/fsautocomplete/
Date: Wed, 11 Sep 2024 23:30:59 +0000 (UTC) [thread overview]
Message-ID: <1726097455.027866052b866bff0afff7e198cb4121469b124e.xgqt@gentoo> (raw)
commit: 027866052b866bff0afff7e198cb4121469b124e
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 11 22:55:27 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Sep 11 23:30:55 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02786605
dev-dotnet/fsautocomplete: fix upstream URL
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
dev-dotnet/fsautocomplete/fsautocomplete-0.73.2.ebuild | 6 +++---
dev-dotnet/fsautocomplete/fsautocomplete-0.74.0.ebuild | 6 +++---
dev-dotnet/fsautocomplete/fsautocomplete-0.74.1.ebuild | 6 +++---
dev-dotnet/fsautocomplete/metadata.xml | 4 ++--
4 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/dev-dotnet/fsautocomplete/fsautocomplete-0.73.2.ebuild b/dev-dotnet/fsautocomplete/fsautocomplete-0.73.2.ebuild
index 84a00cd1484a..7266918d1e8d 100644
--- a/dev-dotnet/fsautocomplete/fsautocomplete-0.73.2.ebuild
+++ b/dev-dotnet/fsautocomplete/fsautocomplete-0.73.2.ebuild
@@ -243,14 +243,14 @@ yolodev.expecto.testsdk@0.14.2
inherit check-reqs dotnet-pkg
DESCRIPTION="F# language server using the Language Server Protocol"
-HOMEPAGE="https://github.com/fsharp/FsAutoComplete/"
+HOMEPAGE="https://github.com/ionide/FsAutoComplete/"
if [[ "${PV}" == *9999* ]] ; then
inherit git-r3
- EGIT_REPO_URI="https://github.com/fsharp/${MY_PN}.git"
+ EGIT_REPO_URI="https://github.com/ionide/${MY_PN}.git"
else
- SRC_URI="https://github.com/fsharp/${MY_PN}/archive/v${PV}.tar.gz
+ SRC_URI="https://github.com/ionide/${MY_PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
diff --git a/dev-dotnet/fsautocomplete/fsautocomplete-0.74.0.ebuild b/dev-dotnet/fsautocomplete/fsautocomplete-0.74.0.ebuild
index 3ae25b402912..951475e2e3fe 100644
--- a/dev-dotnet/fsautocomplete/fsautocomplete-0.74.0.ebuild
+++ b/dev-dotnet/fsautocomplete/fsautocomplete-0.74.0.ebuild
@@ -226,14 +226,14 @@ yolodev.expecto.testsdk@0.14.3
inherit check-reqs dotnet-pkg
DESCRIPTION="F# language server using the Language Server Protocol"
-HOMEPAGE="https://github.com/fsharp/FsAutoComplete/"
+HOMEPAGE="https://github.com/ionide/FsAutoComplete/"
if [[ "${PV}" == *9999* ]] ; then
inherit git-r3
- EGIT_REPO_URI="https://github.com/fsharp/${REAL_PN}.git"
+ EGIT_REPO_URI="https://github.com/ionide/${REAL_PN}.git"
else
- SRC_URI="https://github.com/fsharp/${REAL_PN}/archive/v${PV}.tar.gz
+ SRC_URI="https://github.com/ionide/${REAL_PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
S="${WORKDIR}/${REAL_PN}-${PV}"
diff --git a/dev-dotnet/fsautocomplete/fsautocomplete-0.74.1.ebuild b/dev-dotnet/fsautocomplete/fsautocomplete-0.74.1.ebuild
index 3ae25b402912..951475e2e3fe 100644
--- a/dev-dotnet/fsautocomplete/fsautocomplete-0.74.1.ebuild
+++ b/dev-dotnet/fsautocomplete/fsautocomplete-0.74.1.ebuild
@@ -226,14 +226,14 @@ yolodev.expecto.testsdk@0.14.3
inherit check-reqs dotnet-pkg
DESCRIPTION="F# language server using the Language Server Protocol"
-HOMEPAGE="https://github.com/fsharp/FsAutoComplete/"
+HOMEPAGE="https://github.com/ionide/FsAutoComplete/"
if [[ "${PV}" == *9999* ]] ; then
inherit git-r3
- EGIT_REPO_URI="https://github.com/fsharp/${REAL_PN}.git"
+ EGIT_REPO_URI="https://github.com/ionide/${REAL_PN}.git"
else
- SRC_URI="https://github.com/fsharp/${REAL_PN}/archive/v${PV}.tar.gz
+ SRC_URI="https://github.com/ionide/${REAL_PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
S="${WORKDIR}/${REAL_PN}-${PV}"
diff --git a/dev-dotnet/fsautocomplete/metadata.xml b/dev-dotnet/fsautocomplete/metadata.xml
index b94c954512c6..ce6ace62a821 100644
--- a/dev-dotnet/fsautocomplete/metadata.xml
+++ b/dev-dotnet/fsautocomplete/metadata.xml
@@ -13,7 +13,7 @@
Visual Studio Code, Sublime Text.
</longdescription>
<upstream>
- <bugs-to>https://github.com/fsharp/FsAutoComplete/issues/</bugs-to>
- <remote-id type="github">fsharp/FsAutoComplete</remote-id>
+ <bugs-to>https://github.com/ionide/FsAutoComplete/issues/</bugs-to>
+ <remote-id type="github">ionide/FsAutoComplete</remote-id>
</upstream>
</pkgmetadata>
next reply other threads:[~2024-09-11 23:31 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-11 23:30 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-23 16:48 [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/fsautocomplete/ Sam James
2024-09-27 5:30 Arthur Zamarin
2024-09-11 23:30 Maciej Barć
2024-08-24 15:44 Maciej Barć
2024-07-31 19:08 Maciej Barć
2024-07-31 19:08 Maciej Barć
2024-07-21 20:33 Arthur Zamarin
2024-06-17 20:43 Maciej Barć
2024-05-24 0:34 Sam James
2024-05-23 22:08 Maciej Barć
2024-05-23 22:08 Maciej Barć
2024-04-04 9:01 Jakov Smolić
2024-02-10 16:24 Maciej Barć
2024-02-10 16:24 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=1726097455.027866052b866bff0afff7e198cb4121469b124e.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