GNU bug report logs -
#69386
"homepage" attribute gives 404 on "https://www.eclipse.org/platform"
Previous Next
To reply to this bug, email your comments to 69386 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org
:
bug#69386
; Package
guix
.
(Sun, 25 Feb 2024 17:05:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
francismb <at> email.de
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Sun, 25 Feb 2024 17:05:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Dear Maintainers,
it seems that some package description is obsolete. See for example:
$ guix search eclipse
and notice that the "homepage" attribute(s) of some results is:
"https://www.eclipse.org/platform"
that endpoint results in an 404 Error (on 24.02.2024).
IMHO those could be changed to "https://projects.eclipse.org"
or "https://www.eclipse.org".
Idea:
One could iterate on "homepage", as part of some packaging QA/CI/CD
script, to check the current validity of the web site(s).
Regards
francismb
Information forwarded
to
julien <at> lepiller.eu, bug-guix <at> gnu.org
:
bug#69386
; Package
guix
.
(Thu, 24 Apr 2025 13:30:04 GMT)
Full text and
rfc822 format available.
Message #8 received at 69386 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/java.scm (java-eclipse-ant-core,
java-eclipse-core-commands, java-eclipse-core-variables,
java-eclipse-team-core, java-eclipse-text): Update home-page.
Change-Id: Idcd15ae42048efcee05a7ede14a8e6cf7e1968d9
---
gnu/packages/java.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index f4d83da05a..42d0668df5 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -7322,7 +7322,7 @@ (define-public java-eclipse-core-variables
(list java-eclipse-equinox-common java-eclipse-equinox-registry
java-eclipse-equinox-preferences java-eclipse-core-runtime
java-eclipse-osgi))
- (home-page "https://www.eclipse.org/platform")
+ (home-page "https://projects.eclipse.org/projects/eclipse.platform")
(synopsis "Eclipse core variables")
(description "This package provides the Eclipse core variables module
@code{org.eclipse.core.variables}.")
@@ -7354,7 +7354,7 @@ (define-public java-eclipse-ant-core
java-eclipse-core-runtime
java-eclipse-core-variables
java-eclipse-osgi))
- (home-page "https://www.eclipse.org/platform")
+ (home-page "https://projects.eclipse.org/projects/eclipse.platform")
(synopsis "Ant build tool core libraries")
(description "This package provides the ant build tool core libraries with
the module @code{org.eclipse.ant.core}.")
@@ -7448,7 +7448,7 @@ (define-public java-eclipse-team-core
java-eclipse-equinox-registry
java-eclipse-equinox-preferences
java-eclipse-osgi))
- (home-page "https://www.eclipse.org/platform")
+ (home-page "https://projects.eclipse.org/projects/eclipse.platform")
(synopsis "Eclipse team support core")
(description "This package provides the Eclipse team support core module
@code{org.eclipse.team.core}.")
@@ -7473,7 +7473,7 @@ (define-public java-eclipse-core-commands
#:jar-name "eclipse-core-commands.jar"))
(inputs
(list java-eclipse-equinox-common))
- (home-page "https://www.eclipse.org/platform")
+ (home-page "https://projects.eclipse.org/projects/eclipse.platform")
(synopsis "Eclipse core commands")
(description "This package provides Eclipse core commands in the module
@code{org.eclipse.core.commands}.")
@@ -7526,7 +7526,7 @@ (define-public java-eclipse-text
(inputs
(list java-eclipse-equinox-common java-eclipse-core-commands
java-icu4j))
- (home-page "https://www.eclipse.org/platform")
+ (home-page "https://projects.eclipse.org/projects/eclipse.platform")
(synopsis "Eclipse text library")
(description "Platform Text is part of the Platform UI project and
provides the basic building blocks for text and text editors within Eclipse
base-commit: 9f4bdb270e178eac636df3f4bbffbe4aa3b90a67
--
2.49.0
This bug report was last modified 1 day ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.