From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/jabref-bin/
Date: Thu, 22 Dec 2016 16:02:35 +0000 (UTC) [thread overview]
Message-ID: <1482422552.8983e8a8822323c514dee8085a799c315177c640.monsieurp@gentoo> (raw)
commit: 8983e8a8822323c514dee8085a799c315177c640
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 15:19:31 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 16:02:32 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8983e8a8
app-text/jabref-bin: version bump to 3.8.
Closes: https://github.com/gentoo/gentoo/pull/3211
app-text/jabref-bin/Manifest | 1 +
app-text/jabref-bin/jabref-bin-3.8.ebuild | 42 +++++++++++++++++++++++++++++++
app-text/jabref-bin/metadata.xml | 2 ++
3 files changed, 45 insertions(+)
diff --git a/app-text/jabref-bin/Manifest b/app-text/jabref-bin/Manifest
index 002afb0..7117bad 100644
--- a/app-text/jabref-bin/Manifest
+++ b/app-text/jabref-bin/Manifest
@@ -7,3 +7,4 @@ DIST JabRef-3.3.jar 24456650 SHA256 4c81e72a8585c800a3d5728f15ed2db425a48e14f089
DIST JabRef-3.4.jar 24390719 SHA256 0dbe96ea837ce35a624ddad65458916dee2245b12985b8612ae18b42429735de SHA512 310993160888f31d0ad644b562a7f643abfca18c7c3479a7f24db5620ebbdc04f8285bbaa47f46964aab5b61308f337a334b05200214a1084e0def0c0d32f490 WHIRLPOOL bfaab04c205306d519af71e455228d810065047ef16913e3b309c79274fe084d7aa88f865774d511dbf7d6bfee9bde536817a29bb15743876b6b777df86fd888
DIST JabRef-3.6.jar 25421252 SHA256 85792b7c7200b7a371e5fbcb4f996d63a0ab1963d3bc976f1b8670e7788f0e90 SHA512 756f02fe76b9d04c6a6db149d8f9c6a3365be0922e2bd2af9fba0dd7bc88bbda7ce7843e862e295fc58c1d8c0c95c0d5dee88f024ce51405f09159c308880237 WHIRLPOOL 31dd53db79d850a2892d6092064765026f856dbc4035e8461e6a0950acb6ec79d471165c38cbe93a9c1692403585b000becacafaa74c5aa3021b15ed2bca3d5f
DIST JabRef-3.7.jar 36702576 SHA256 1475552e2956b7a94cbab7b6c8671fc391be0d42cfa1ece3aed75dd0a8c1ecf3 SHA512 74ed9fcfa3e6e4a3facf588d8fa2d73374137d9796ba79aa9c97df6807348af5f5ca9b8670e8909d06847f8501c9a344e300172be444be9b2bd773cd4d6314c4 WHIRLPOOL e482b83bdb7209a802868309cd27dc55f4e645b60a32b27f41cca05d4fb823e65ace0012fe80e9cb706337e8b867a28964680c683892d2508160c021890e9f97
+DIST JabRef-3.8.jar 36714920 SHA256 13bcfd10ab3d2dbe21dfad06ecf4dbf1cd08e4e1fe6a6a93293d844b4c5c3a98 SHA512 15805d06c7a566b60c28035e0f9a1d525b68774395a618e43ed7fdcc053d21e61f5930c658155d2e4ff739821789f2f988ce6e9a5502bd5536ce0a672ee19854 WHIRLPOOL 289997ea41ea77f774034a32b08bb07739b8dc86e69892c611b38d7728d87936a0738d0fde1ccb7bac49b0960659c057093aff4ddb08583a8f788b19d5b2e0e6
diff --git a/app-text/jabref-bin/jabref-bin-3.8.ebuild b/app-text/jabref-bin/jabref-bin-3.8.ebuild
new file mode 100644
index 00000000..d632cc1
--- /dev/null
+++ b/app-text/jabref-bin/jabref-bin-3.8.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+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="mirror://sourceforge/jabref/JabRef-${MY_PV}.jar"
+SRC_URI="https://github.com/JabRef/jabref/releases/download/v${PV}/JabRef-${MY_PV}.jar"
+
+LICENSE="GPL-2"
+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
+}
diff --git a/app-text/jabref-bin/metadata.xml b/app-text/jabref-bin/metadata.xml
index 8d5296a..e9e49de 100644
--- a/app-text/jabref-bin/metadata.xml
+++ b/app-text/jabref-bin/metadata.xml
@@ -20,5 +20,7 @@
</longdescription>
<upstream>
<remote-id type="sourceforge">jabref</remote-id>
+ <changelog>https://github.com/JabRef/jabref/blob/v3.8/CHANGELOG.md</changelog>
+ <doc>http://help.jabref.org/</doc>
</upstream>
</pkgmetadata>
next reply other threads:[~2016-12-22 16:02 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-22 16:02 Patrice Clement [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-12-09 17:49 [gentoo-commits] repo/gentoo:master commit in: app-text/jabref-bin/ 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
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-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=1482422552.8983e8a8822323c514dee8085a799c315177c640.monsieurp@gentoo \
--to=monsieurp@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