Skip to content

Commit

Permalink
sci-*/*: remove dead java-ant-2 eclass
Browse files Browse the repository at this point in the history
See: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f28ab51fad9acb876a8fef5dd56f656afcd2776c
Signed-off-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de>
  • Loading branch information
APN-Pucky committed Nov 7, 2024
1 parent 62e0d7d commit 84b0eba
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions sci-biology/BBmap/BBmap-38.87.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

inherit java-pkg-2 java-ant-2
inherit java-pkg-2

DESCRIPTION="Short read aligner, K-mer-based error-correct and normalize, FASTA/Q tool"
HOMEPAGE="https://sourceforge.net/projects/bbmap/"
Expand Down Expand Up @@ -32,7 +32,7 @@ src_prepare(){
}

src_compile(){
ant dist || die
eant dist
}

src_install(){
Expand Down
2 changes: 1 addition & 1 deletion sci-biology/MeV/MeV-4.8.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ EAPI=7

MY_PV="${PV//./_}"

inherit java-pkg-2 java-ant-2
inherit java-pkg-2

DESCRIPTION="Multiple experiment Viewer for genomic data analysis"
HOMEPAGE="https://sourceforge.net/projects/mev-tm4/"
Expand Down
2 changes: 1 addition & 1 deletion sci-biology/SnpEff/SnpEff-4.3t.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

inherit java-pkg-2 java-ant-2
inherit java-pkg-2

DESCRIPTION="SnpEff, SnpSift: Annotate SNP changes and predict effect in HGVS-compliant VCF"
HOMEPAGE="https://pcingola.github.io/SnpEff/"
Expand Down
2 changes: 1 addition & 1 deletion sci-biology/fastqc/fastqc-0.11.9.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=8

inherit desktop java-pkg-2 java-ant-2 xdg
inherit desktop java-pkg-2 xdg

DESCRIPTION="Quality control FASTA/FASTQ sequence files"
HOMEPAGE="https://www.bioinformatics.babraham.ac.uk/projects/fastqc/"
Expand Down
2 changes: 1 addition & 1 deletion sci-biology/genomeview-bin/genomeview-bin-2450.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

inherit java-pkg-opt-2 java-ant-2
inherit java-pkg-opt-2

DESCRIPTION="Genome browser and annotation tool"
HOMEPAGE="https://genomeview.sourceforge.net"
Expand Down
4 changes: 2 additions & 2 deletions sci-biology/imagej/imagej-1.54i-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=8

inherit java-pkg-2 java-ant-2 desktop
inherit java-pkg-2 desktop

MY_PN="ij"
IJ_PV="154" #plugins now available for 154
Expand Down Expand Up @@ -72,7 +72,7 @@ src_compile() {
local antflags="build"
use doc && antflags="${antflags} javadocs"

ant ${antflags} || die "ant build failed"
eant ${antflags}

# Max memory usage depends on available memory and CPU type
MEM=$(grep MemTotal /proc/meminfo | cut -d':' -f2 | grep -o [0-9]*)
Expand Down
2 changes: 1 addition & 1 deletion sci-biology/imagej/imagej-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=8

inherit java-pkg-2 java-ant-2 desktop
inherit java-pkg-2 desktop

MY_PN="ij"
IJ_PV="154" #plugins now available for 154
Expand Down
2 changes: 1 addition & 1 deletion sci-biology/jtreeview-bin/jtreeview-bin-1.2.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

inherit java-pkg-2 java-ant-2 perl-module
inherit java-pkg-2 perl-module

S="${WORKDIR}"/TreeView-1.1.6r4-bin

Expand Down
2 changes: 1 addition & 1 deletion sci-biology/trimmomatic/trimmomatic-0.39.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

inherit java-pkg-2 java-ant-2
inherit java-pkg-2

DESCRIPTION="Illumina adapter trimming tool"
HOMEPAGE="http://www.usadellab.org/cms/?page=trimmomatic"
Expand Down
2 changes: 1 addition & 1 deletion sci-chemistry/jligand/jligand-1.0.40.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

inherit java-pkg-2 java-ant-2
inherit java-pkg-2

MY_PN="JLigand"

Expand Down

0 comments on commit 84b0eba

Please sign in to comment.