public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/jabref-bin/
Date: Sat,  8 Oct 2022 20:01:44 +0000 (UTC)	[thread overview]
Message-ID: <1665259291.48dc071bc18cab5c954ac63f40479a54d7c6b9eb.sam@gentoo> (raw)

commit:     48dc071bc18cab5c954ac63f40479a54d7c6b9eb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  8 19:55:08 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct  8 20:01:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48dc071b

app-text/jabref-bin: drop 4.0, 4.1

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/jabref-bin/Manifest              |  2 --
 app-text/jabref-bin/jabref-bin-4.0.ebuild | 45 -------------------------------
 app-text/jabref-bin/jabref-bin-4.1.ebuild | 45 -------------------------------
 3 files changed, 92 deletions(-)

diff --git a/app-text/jabref-bin/Manifest b/app-text/jabref-bin/Manifest
index ece17ce589c4..c6c186302fcb 100644
--- a/app-text/jabref-bin/Manifest
+++ b/app-text/jabref-bin/Manifest
@@ -1,4 +1,2 @@
 DIST JabRef-3.8.2.jar 37003442 BLAKE2B 7414128603c8a3c41c0f88003b504636fa64865fbdc0ed82b23b54855750d56631f55e371382209f331579f47ac4b3d3b1ed1d389f50f168dcc2468dff3a411c SHA512 84546987ffdef106643b3aba3216041809ac42464ff37fb63dbe806e282c19c25139d8532b695a4f5ca8ad638eb23860b32bd3806e82409e2d38425d5a42e830
-DIST JabRef-4.0.jar 56583311 BLAKE2B cb45bad15d507ddfa9320b7805c9c8fee4be888eb2e209a1e9447d0923e729683ebac4dc91df29172da062946c9aca816200034106238de573e7c34a31ff601b SHA512 a3e27ae895c77c6d9e6a9bd2312c7b590fe7d9c45a5d42ecc5ebb75a7be9bce27bcfb7d17e06409c05e7fe490b3ff0e6776c3f12b205acb5e95bceeef6823af2
-DIST JabRef-4.1.jar 55587800 BLAKE2B fdbe44b672d0cab611c41a4c28fbe4e11e72ed4b0dff4b743a03ab49ad74a8472173e28c0b576a23d7a5a40c2b23bc6ce6f72aed378b3e5aca4e8b96abcaaf27 SHA512 22fae27a7eb8653e11fc5bd91f721dde49be9d1d79e1a4c05282893c25f993babe8a6df29e154bbb749e9ecc940b42b37401ab3f453401dc8eaa24e2e118d1a6
 DIST JabRef-4.3.1.jar 56868438 BLAKE2B d970599f6bfd4fef7ceda656fafeea77b5c2860ece1b5086bf895cbf212c49bb5e573f5573c483a7fc62431266899dbac7a9bd8e20308d51f5ba2d0c8814319f SHA512 6ff466e91d827254271e5728a9af9c46ac811c2e4fe01c01a2ec6ef9cc75d20978803f18e49365c8a695b0d2db7009ecf05f69f446b9e9136dad5526d5e83f19

diff --git a/app-text/jabref-bin/jabref-bin-4.0.ebuild b/app-text/jabref-bin/jabref-bin-4.0.ebuild
deleted file mode 100644
index 228d81dafa31..000000000000
--- a/app-text/jabref-bin/jabref-bin-4.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-JAVA_PKG_WANT_TARGET=1.8
-
-inherit eutils 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="https://github.com/JabRef/jabref/releases/download/v${PV}/JabRef-${MY_PV}.jar"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="app-arch/unzip"
-
-RDEPEND="
-	dev-java/openjdk:8[javafx]
-	virtual/jre:1.8
-"
-
-S="${WORKDIR}"
-
-src_unpack() {
-	cp -v "${DISTDIR}/${A}" . || die
-	unzip ${A} images/external/JabRef-icon-128.png || die
-}
-
-src_install() {
-	java-pkg_newjar "JabRef-${MY_PV}.jar"
-	java-pkg_dolauncher "${PN}" --jar "${PN}.jar"
-	newicon images/external/JabRef-icon-128.png JabRef-bin-icon.png
-	make_desktop_entry "${PN}" JabRef-bin JabRef-bin-icon Office
-	ewarn "Jabref 4.x will convert old 3.x format .bib databases to a new format."
-	ewarn "The conversion is irreversible, backup .bib files before starting Jabref."
-	ewarn "Jabref 4.x is under heavy development and very unstable."
-}

diff --git a/app-text/jabref-bin/jabref-bin-4.1.ebuild b/app-text/jabref-bin/jabref-bin-4.1.ebuild
deleted file mode 100644
index 228d81dafa31..000000000000
--- a/app-text/jabref-bin/jabref-bin-4.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-JAVA_PKG_WANT_TARGET=1.8
-
-inherit eutils 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="https://github.com/JabRef/jabref/releases/download/v${PV}/JabRef-${MY_PV}.jar"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="app-arch/unzip"
-
-RDEPEND="
-	dev-java/openjdk:8[javafx]
-	virtual/jre:1.8
-"
-
-S="${WORKDIR}"
-
-src_unpack() {
-	cp -v "${DISTDIR}/${A}" . || die
-	unzip ${A} images/external/JabRef-icon-128.png || die
-}
-
-src_install() {
-	java-pkg_newjar "JabRef-${MY_PV}.jar"
-	java-pkg_dolauncher "${PN}" --jar "${PN}.jar"
-	newicon images/external/JabRef-icon-128.png JabRef-bin-icon.png
-	make_desktop_entry "${PN}" JabRef-bin JabRef-bin-icon Office
-	ewarn "Jabref 4.x will convert old 3.x format .bib databases to a new format."
-	ewarn "The conversion is irreversible, backup .bib files before starting Jabref."
-	ewarn "Jabref 4.x is under heavy development and very unstable."
-}


             reply	other threads:[~2022-10-08 20:01 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-08 20:01 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-23  6:04 [gentoo-commits] repo/gentoo:master commit in: app-text/jabref-bin/ Miroslav Šulc
2023-12-09 17:49 Ulrich Müller
2023-12-09 13:20 Michał Górny
2023-12-09 13:18 Sam James
2023-10-01 20:31 Ulrich Müller
2023-10-01 17:04 Ulrich Müller
2023-10-01 17:04 Ulrich Müller
2023-02-21 15:58 Nicolas Bock
2022-10-08 20:01 Sam James
2022-10-08 20:01 Sam James
2021-02-25 17:19 Nicolas Bock
2020-09-19  5:30 Georgy Yakovlev
2020-09-19  5:30 Georgy Yakovlev
2019-05-12 12:22 Patrice Clement
2018-06-26 20:32 Nicolas Bock
2018-06-26 20:32 Nicolas Bock
2018-06-26 20:27 Nicolas Bock
2018-06-26 20:27 Nicolas Bock
2018-01-10 16:27 Nicolas Bock
2017-11-03 15:00 Nicolas Bock
2017-11-01 18:57 Nicolas Bock
2017-11-01 18:57 Nicolas Bock
2017-10-31 15:18 Nicolas Bock
2017-10-29 21:08 Thomas Deutschmann
2017-10-10 19:19 Nicolas Bock
2017-10-10 17:52 Nicolas Bock
2017-10-10 16:32 Nicolas Bock
2017-10-09 11:43 Nicolas Bock
2017-01-30  0:59 Nicolas Bock
2016-12-29 10:45 Agostino Sarubbo
2016-12-28 13:21 Patrice Clement
2016-12-28 13:21 Patrice Clement
2016-12-27 11:23 Aaron Bauman
2016-12-22 16:02 Patrice Clement
2016-12-21  9:40 Tobias Klausmann
2016-11-25 14:24 Nicolas Bock
2016-10-17 19:26 Nicolas Bock
2016-10-17 19:26 Nicolas Bock
2016-10-17 16:37 Nicolas Bock
2016-10-04 11:47 Nicolas Bock
2016-06-14 13:15 Nicolas Bock
2016-06-13  8:08 Nicolas Bock
2016-05-16 15:53 Nicolas Bock
2016-04-13  7:22 Nicolas Bock
2016-01-16 14:26 Nicolas Bock
2015-12-28 23:06 Nicolas Bock
2015-12-28 20:33 Nicolas Bock
2015-12-27 18:28 Nicolas Bock
2015-11-22 12:26 Nicolas Bock
2015-11-22 12:26 Nicolas Bock
2015-11-09 10:31 Agostino Sarubbo
2015-09-25 14:29 Agostino Sarubbo
2015-09-17 18:27 Nicolas Bock

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=1665259291.48dc071bc18cab5c954ac63f40479a54d7c6b9eb.sam@gentoo \
    --to=sam@gentoo.org \
    --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