public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: sci-biology/jalview-bin/
Date: Sat, 25 May 2024 13:01:42 +0000 (UTC)	[thread overview]
Message-ID: <1716583299.f09bcd0d42637995255ffdbf422dcb7f9677b0e7.julien@gentoo> (raw)

commit:     f09bcd0d42637995255ffdbf422dcb7f9677b0e7
Author:     Andrés Becerra <andres.becerra <AT> gmail <DOT> com>
AuthorDate: Fri May 24 20:41:39 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Fri May 24 20:41:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f09bcd0d

sci-biology/jalview-bin: add version 2.11.3.3

Signed-off-by: Andrés Becerra <andres.becerra <AT> gmail.com>

 sci-biology/jalview-bin/Manifest                   |  5 ++--
 .../jalview-bin/jalview-bin-2.11.3.2.ebuild        | 34 ----------------------
 ...2.11.2.7.ebuild => jalview-bin-2.11.3.3.ebuild} |  0
 3 files changed, 3 insertions(+), 36 deletions(-)

diff --git a/sci-biology/jalview-bin/Manifest b/sci-biology/jalview-bin/Manifest
index 799f97869..8618c10f1 100644
--- a/sci-biology/jalview-bin/Manifest
+++ b/sci-biology/jalview-bin/Manifest
@@ -1,2 +1,3 @@
-DIST jalview-all-2.11.2.7-j1.8.jar 43681770 BLAKE2B 5278b94ae0c2872558a06aeeb2f0440b00dcc054d364a296eb7104cd32303104453b3782a84d17b7ed1819cdb50b89c1295914f703c7ba9a1ad10895b0f7c626 SHA512 dd12e76d01f6638f903a5dec36dfd3c77c9f83d92cc6c67b1b847e9953c0bd823033592e233852b6654768c9576045b5c74790741f54e76dc5f4747efd77f38a
-DIST jalview-all-2.11.3.2-j1.8.jar 48202428 BLAKE2B 0a3ef277e9e1da7283dfcef9736a9301224324f6e54e276832b06f63c935e6d3550feb6599a092847fb611174cb2aa78f8c72aea1a7cbf7906d9458e1e1055ef SHA512 90200e6d0ad927d0f2603af53dd0ab64e1a7862f9d09c3266fa23254e517b082972691b17ef1f11acf9c583bd5a58a657470948e2d322343ce32f2c08f61859a
+DIST jalview-all-2.11.3.3-j1.8.jar 48213292 BLAKE2B de869b1214ccb4cfe8edbbca68ca6cdd510283f51acb1a82f08a91cf62ce75b76e2400640a09bd05777de2d493b5e74541222af3e4e7208fb5ad6fa10beaa00d SHA512 d2049b48e360c9e799d8e89fbee500375c510d956c68f9a44d4685eef2de84a8b557e9f7eec82febc63f513cdf67b5ff5f47b6aa8500c44e23b3831c0540e8a4
+EBUILD jalview-bin-2.11.3.3.ebuild 780 BLAKE2B d345687df977fe683ba2da52de5a538badcc1e44469a7605f6844681c97476bb3219f7635fa72f566ce3020fff9857d1a98956c8923f498c8b404ab88587ef03 SHA512 f8a5b437a01deeae73829b1aa07c2427eb830d7e543555df776a0cd9ec10768f65ca545bac91e98bab87ec975377428f2c3b7ced606a0a96562b6e9e5d8daaa0
+MISC metadata.xml 264 BLAKE2B d34d5fbc80c9c333ca2fea02dcdd8e9aa29d6bdab3511548cc2b65850bd0bea4a3ab8e15614fa11f82541b884ad940907f261afc692bfffb93fbdb07cff881ff SHA512 ffd6824e66268ce9954034f3b844c533e318a6325dbae7205030455ec42dabb2cfa16656e526187958adf6fd99006f81e1b1977672d4cdc29249f97bb24e25aa

diff --git a/sci-biology/jalview-bin/jalview-bin-2.11.3.2.ebuild b/sci-biology/jalview-bin/jalview-bin-2.11.3.2.ebuild
deleted file mode 100644
index 1fde572cf..000000000
--- a/sci-biology/jalview-bin/jalview-bin-2.11.3.2.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
-}

diff --git a/sci-biology/jalview-bin/jalview-bin-2.11.2.7.ebuild b/sci-biology/jalview-bin/jalview-bin-2.11.3.3.ebuild
similarity index 100%
rename from sci-biology/jalview-bin/jalview-bin-2.11.2.7.ebuild
rename to sci-biology/jalview-bin/jalview-bin-2.11.3.3.ebuild


             reply	other threads:[~2024-05-25 13:01 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-25 13:01 Julien Roy [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-28 22:07 [gentoo-commits] repo/proj/guru:master commit in: sci-biology/jalview-bin/ Julien Roy
2024-10-02 13:58 David Roman
2024-10-02 13:58 David Roman
2024-01-19 10:31 Arthur Zamarin
2024-01-19 10:31 Arthur Zamarin
2023-11-02  9:14 [gentoo-commits] repo/proj/guru:dev " Rui Huang
2023-11-02  9:21 ` [gentoo-commits] repo/proj/guru:master " Rui Huang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1716583299.f09bcd0d42637995255ffdbf422dcb7f9677b0e7.julien@gentoo \
    --to=julien@jroy.ca \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox