mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
eclipse-ecj: remove
[ci skip]
This commit is contained in:
parent
021b7cc11e
commit
e22a5845b7
4 changed files with 5 additions and 17 deletions
1
srcpkgs/eclipse-ecj/INSTALL.msg
Normal file
1
srcpkgs/eclipse-ecj/INSTALL.msg
Normal file
|
@ -0,0 +1 @@
|
||||||
|
eclipse-ecj is no longer provided by Void Linux, and will be fully removed from the repos on 2020-02-17
|
|
@ -1,4 +0,0 @@
|
||||||
#!/usr/bin/bash
|
|
||||||
gij -cp /usr/share/java/eclipse-ecj.jar \
|
|
||||||
org.eclipse.jdt.internal.compiler.batch.GCCMain \
|
|
||||||
${1+"$@"}
|
|
|
@ -1,18 +1,10 @@
|
||||||
# Template build file for 'eclipse-ecj'.
|
# Template file for 'eclipse-ecj'
|
||||||
pkgname=eclipse-ecj
|
pkgname=eclipse-ecj
|
||||||
version=4.9
|
version=4.9
|
||||||
revision=2
|
revision=3
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=fetch
|
build_style=meta
|
||||||
depends="virtual?java-runtime"
|
short_desc="Fork of the Eclipse Java bytecode compiler for GCJ (removed package)"
|
||||||
short_desc="A fork of the Eclipse Java bytecode compiler for GCJ"
|
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="EPL"
|
license="EPL"
|
||||||
homepage="http://gcc.gnu.org/java/"
|
homepage="http://gcc.gnu.org/java/"
|
||||||
checksum=9506e75b862f782213df61af67338eb7a23c35ff425d328affc65585477d34cd
|
|
||||||
distfiles="http://mirrors.kernel.org/sources.redhat.com/java/ecj-${version}.jar"
|
|
||||||
|
|
||||||
do_install() {
|
|
||||||
vinstall ecj-${version}.jar 644 usr/share/java ${pkgname}.jar
|
|
||||||
vbin ${FILESDIR}/ecj1
|
|
||||||
}
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
pkgname=ecj
|
|
Loading…
Add table
Reference in a new issue