From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 98096158013 for ; Sat, 9 Dec 2023 17:50:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C991D2BC01D; Sat, 9 Dec 2023 17:50:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 704892BC01D for ; Sat, 9 Dec 2023 17:50:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 631BD341214 for ; Sat, 9 Dec 2023 17:49:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B71BDACA for ; Sat, 9 Dec 2023 17:49:57 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1702144183.fe6e4a783414c2d88a7c2233601ed3c0f11977af.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/jabref-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/jabref-bin/jabref-bin-3.8.2.ebuild X-VCS-Directories: app-text/jabref-bin/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: fe6e4a783414c2d88a7c2233601ed3c0f11977af X-VCS-Branch: master Date: Sat, 9 Dec 2023 17:49:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4c049dff-cb85-47ed-99e7-5a7d763d6c17 X-Archives-Hash: 43ce5d1305e52e43f5974af68acbffd0 commit: fe6e4a783414c2d88a7c2233601ed3c0f11977af Author: Ulrich Müller gentoo org> AuthorDate: Sat Dec 9 17:49:43 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Dec 9 17:49:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe6e4a78 app-text/jabref-bin: drop 3.8.2 Signed-off-by: Ulrich Müller gentoo.org> app-text/jabref-bin/jabref-bin-3.8.2.ebuild | 38 ----------------------------- 1 file changed, 38 deletions(-) diff --git a/app-text/jabref-bin/jabref-bin-3.8.2.ebuild b/app-text/jabref-bin/jabref-bin-3.8.2.ebuild deleted file mode 100644 index 643648ba77fc..000000000000 --- a/app-text/jabref-bin/jabref-bin-3.8.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit desktop java-pkg-2 - -MY_PV_1="${PV/_beta/b}" -MY_PV="${MY_PV_1/_rc/}" -MY_URI_PV_1="${PV/rc/}" -MY_URI_PV="${MY_URI_PV_1//_/%20}" - -DESCRIPTION="Java GUI for managing BibTeX and other bibliographies" -HOMEPAGE="http://www.jabref.org/" -# SRC_URI="mirror://sourceforge/jabref/JabRef-${MY_PV}.jar" -SRC_URI="https://github.com/JabRef/jabref/releases/download/v${PV}/JabRef-${MY_PV}.jar" - -LICENSE="MIT JSON" -SLOT="0" -KEYWORDS="amd64 x86" - -DEPEND="app-arch/unzip" - -RDEPEND="virtual/jre:1.8" - -S="${WORKDIR}" - -src_unpack() { - cp -v "${DISTDIR}/${A}" . || die - unzip ${A} images/icons/JabRef-icon-48.png || die -} - -src_install() { - java-pkg_newjar "JabRef-${MY_PV}.jar" - java-pkg_dolauncher "${PN}" --jar "${PN}.jar" - newicon images/icons/JabRef-icon-48.png JabRef-bin-icon.png - make_desktop_entry "${PN}" JabRef-bin JabRef-bin-icon Office -}