diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-02-26 18:40:22 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-02-26 18:40:22 +0000 |
| commit | 391bc1ea006428d5f5d004e15da41ecfb54c11c5 (patch) | |
| tree | 97d4b9fc41eb20b28f3daa658ecee27a729d64b4 /dev-java | |
| parent | 16ce8f660c4d584cd7c35c3402809a6f3a724ece (diff) | |
| download | baldeagleos-repo-391bc1ea006428d5f5d004e15da41ecfb54c11c5.tar.gz baldeagleos-repo-391bc1ea006428d5f5d004e15da41ecfb54c11c5.tar.xz baldeagleos-repo-391bc1ea006428d5f5d004e15da41ecfb54c11c5.zip | |
Adding metadata
Diffstat (limited to 'dev-java')
| -rw-r--r-- | dev-java/eclipse-ecj/eclipse-ecj-4.15-r1.ebuild | 2 | ||||
| -rw-r--r-- | dev-java/eclipse-ecj/eclipse-ecj-4.26-r2.ebuild (renamed from dev-java/eclipse-ecj/eclipse-ecj-4.26-r1.ebuild) | 10 |
2 files changed, 10 insertions, 2 deletions
diff --git a/dev-java/eclipse-ecj/eclipse-ecj-4.15-r1.ebuild b/dev-java/eclipse-ecj/eclipse-ecj-4.15-r1.ebuild index 753425431bb8..6f1440c1f82f 100644 --- a/dev-java/eclipse-ecj/eclipse-ecj-4.15-r1.ebuild +++ b/dev-java/eclipse-ecj/eclipse-ecj-4.15-r1.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://archive.eclipse.org/eclipse/downloads/drops4/${DMF}/ecjsrc-${PV S="${WORKDIR}" LICENSE="EPL-1.0" -KEYWORDS="~amd64 ~arm ~arm64" +KEYWORDS="amd64 ~arm ~arm64" SLOT="4.15" BDEPEND=" diff --git a/dev-java/eclipse-ecj/eclipse-ecj-4.26-r1.ebuild b/dev-java/eclipse-ecj/eclipse-ecj-4.26-r2.ebuild index 6a8632e9feb6..8843146e1f91 100644 --- a/dev-java/eclipse-ecj/eclipse-ecj-4.26-r1.ebuild +++ b/dev-java/eclipse-ecj/eclipse-ecj-4.26-r2.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://archive.eclipse.org/eclipse/downloads/drops4/${DMF}/ecjsrc-${PV S="${WORKDIR}" LICENSE="EPL-1.0" -KEYWORDS="~amd64 ~arm ~arm64" +KEYWORDS="amd64 ~arm ~arm64" SLOT="4.26" BDEPEND=" @@ -46,6 +46,14 @@ src_prepare() { | xargs cp --parent -t "${JAVA_RESOURCE_DIRS}" || die } +src_compile() { + java-pkg-simple_src_compile + #925083 + # Exception in thread "main" java.lang.SecurityException: Invalid signature file digest for Manifest main attributes + zip -d ecj.jar "META-INF/ECLIPSE_.RSA" || die "Failed to remove ECLIPSE_.RSA" + zip -d ecj.jar "META-INF/ECLIPSE_.SF" || die "Failed to remove ECLIPSE_.SF" +} + src_install() { java-pkg-simple_src_install insinto /usr/share/java-config-2/compiler |
