commit: 6b5aa4545d29150fe01304b9693e5e6c5566c4df Author: Andres Becerra <andres.becerra <AT> gmail <DOT> com> AuthorDate: Tue Oct 14 19:51:55 2025 +0000 Commit: Andrés Becerra <andres.becerra <AT> gmail <DOT> com> CommitDate: Tue Oct 14 19:51:55 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6b5aa454
sci-biology/jalview-bin: drop 2.11.4.1 Signed-off-by: Andres Becerra <andres.becerra <AT> gmail.com> sci-biology/jalview-bin/Manifest | 1 - .../jalview-bin/jalview-bin-2.11.4.1.ebuild | 34 ---------------------- 2 files changed, 35 deletions(-) diff --git a/sci-biology/jalview-bin/Manifest b/sci-biology/jalview-bin/Manifest index 55096c91aa..e8b3cbe0c4 100644 --- a/sci-biology/jalview-bin/Manifest +++ b/sci-biology/jalview-bin/Manifest @@ -1,2 +1 @@ -DIST jalview-all-2.11.4.1-j1.8.jar 50779463 BLAKE2B 847bd10f15be7a2f7ea6e50527c93037ceb07340cf1d830bf723fd499989be20a846f55fb3a04a9d59333a7a20fc336014343f502eec10bb28543c277d0b9660 SHA512 4057ac4dcb0c448f861c9fabc945dd4b77d90c5b00dda500ca73d0ea0cb476e248b93621951569586c04ea38146df8b6f3b2ad7282d63ea97e4504a267ff8663 DIST jalview-all-2.11.5.0-j1.8.jar 51218981 BLAKE2B 7f5feee00f0c2ecdc36cb44a5b5e30378242634720afe73818e6d07923b2557195393a211d6a0992f00fc5a20a773a6183b92d6a17787e8346e7d19ad84586cb SHA512 11aa898602bebd2c39a9f5ae404edfde71e7ee077c81f7494a932f824d405f044af4451903e3b22460e4ef910c17b04330704d850e830e991e2a0ecd47ca7942 diff --git a/sci-biology/jalview-bin/jalview-bin-2.11.4.1.ebuild b/sci-biology/jalview-bin/jalview-bin-2.11.4.1.ebuild deleted file mode 100644 index 1fde572cf7..0000000000 --- a/sci-biology/jalview-bin/jalview-bin-2.11.4.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -JAVA_PKG_WANT_TARGET=1.8 - -inherit desktop java-pkg-2 - -DESCRIPTION="Editor of multiple sequence alignments." -HOMEPAGE="https://www.jalview.org/" -SRC_URI="https://www.jalview.org/getdown/release/jalview-all-${PV}-j1.8.jar" - -S="${WORKDIR}" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="app-arch/unzip" - -RDEPEND="virtual/jre:1.8" - -src_unpack() { - cp -v "${DISTDIR}/${A}" . || die - unzip -u ${A} images/jalview_logo-48.png || die -} - -src_install() { - java-pkg_newjar "jalview-all-${PV}-j1.8.jar" - java-pkg_dolauncher "${PN}" --jar "${PN}.jar" - newicon images/jalview_logo-48.png jalview_logo_48.png - make_desktop_entry "${PN}" JalView jalview_logo_48 Science -}
