[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/87: gnu: Remove java-ecj-3.
From: |
guix-commits |
Subject: |
14/87: gnu: Remove java-ecj-3. |
Date: |
Mon, 9 Jan 2023 18:27:28 -0500 (EST) |
mbakke pushed a commit to branch staging
in repository guix.
commit 2463e9f1fe10a1d7e02dff76f200da69cd3f24d1
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 9 00:50:29 2023 +0100
gnu: Remove java-ecj-3.
* gnu/packages/java.scm (java-ecj-3): Remove variable.
---
gnu/packages/java.scm | 36 ------------------------------------
1 file changed, 36 deletions(-)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 775840d026..a2650b1826 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -2204,42 +2204,6 @@ debugging, etc.")
(native-inputs
(list javacc-4))))
-;; This is the last 3.x release of ECJ
-(define-public java-ecj-3
- (package
- (name "java-ecj")
- (version "3.8.2")
- (source (origin
- (method url-fetch)
- (uri (string-append "http://archive.eclipse.org/eclipse/"
- "downloads/drops/R-" version
- "-201301310800/ecjsrc-" version ".jar"))
- (sha256
- (base32
- "01mdj14jw11g1jfnki4fi8229p0c6zzckd38zqy2w4m3cjcvsx04"))))
- (build-system ant-build-system)
- (arguments
- `(#:tests? #f ; none included
- #:jdk ,icedtea-7 ; doesn't build with JDK8+
- #:make-flags (list "-f" "src/build.xml")
- #:build-target "build"
- #:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'fix-manifest
- (lambda _
- ;; Record the main class to make ecj executable.
- (with-atomic-file-replacement "src/META-INF/MANIFEST.MF"
- (lambda (in out)
- (display "Manifest-Version: 1.0
-Main-Class: org.eclipse.jdt.internal.compiler.batch.Main\n"
- out)))
- #t))
- (replace 'install (install-jars ".")))))
- (home-page "https://eclipse.org")
- (synopsis "Eclipse Java development tools core batch compiler")
- (description "This package provides the Eclipse Java core batch compiler.")
- (license license:epl1.0)))
-
(define-public java-ecj
(package
(name "java-ecj")
- 17/87: gnu: ikiwiki: Remove input labels., (continued)
- 17/87: gnu: ikiwiki: Remove input labels., guix-commits, 2023/01/09
- 18/87: home: environment-variables: Return support for file-likes and gexps., guix-commits, 2023/01/09
- 19/87: home: environment-variables: Fix escaping., guix-commits, 2023/01/09
- 20/87: gnu: Add r-gg3d., guix-commits, 2023/01/09
- 27/87: gnu: Add minetest-wielded-light., guix-commits, 2023/01/09
- 04/87: gnu: java-jgit-4.2: Remove trailing #T from build phase., guix-commits, 2023/01/09
- 05/87: gnu: java-cisd-args4j: Remove trailing #T from build phase., guix-commits, 2023/01/09
- 08/87: gnu: Remove java-ecj-3.5., guix-commits, 2023/01/09
- 10/87: gnu: java-cisd-jhdf5: Remove trailing #T., guix-commits, 2023/01/09
- 11/87: gnu: java-cisd-jhdf5: Do not override default JDK., guix-commits, 2023/01/09
- 14/87: gnu: Remove java-ecj-3.,
guix-commits <=
- 15/87: gnu: python-afdko: Fix failing tests., guix-commits, 2023/01/09
- 21/87: services: base: Add environment support to guix-configuration., guix-commits, 2023/01/09
- 23/87: substitute: Parse '_NIX_OPTIONS' once., guix-commits, 2023/01/09
- 24/87: derivations: 'read-derivation' correctly handles case with empty hash., guix-commits, 2023/01/09
- 25/87: daemon: Improve error message for wrong hash sizes., guix-commits, 2023/01/09
- 26/87: read-print: Do not use extended notation when printing '1+', '1-', etc., guix-commits, 2023/01/09
- 28/87: gnu: Add minetest-mobs-monster., guix-commits, 2023/01/09
- 34/87: gnu: r-rstpm2: Update to 1.5.9., guix-commits, 2023/01/09
- 36/87: gnu: r-timedate: Update to 4022.108., guix-commits, 2023/01/09
- 37/87: gnu: r-mitml: Update to 0.4-4., guix-commits, 2023/01/09