From: "Nicolas Bock" <nicolasbock@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/jabref-bin/
Date: Fri, 25 Nov 2016 14:24:58 +0000 (UTC) [thread overview]
Message-ID: <1480083875.f83f46b9ae985dd609c7a27652c57a360ab38d2b.nicolasbock@gentoo> (raw)
commit: f83f46b9ae985dd609c7a27652c57a360ab38d2b
Author: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 25 14:24:18 2016 +0000
Commit: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 14:24:35 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f83f46b9
app-text/jabref-bin: Version bump
Package-Manager: portage-2.3.0
app-text/jabref-bin/Manifest | 1 +
app-text/jabref-bin/jabref-bin-3.7.ebuild | 41 +++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/app-text/jabref-bin/Manifest b/app-text/jabref-bin/Manifest
index fe53d76..002afb0 100644
--- a/app-text/jabref-bin/Manifest
+++ b/app-text/jabref-bin/Manifest
@@ -6,3 +6,4 @@ DIST JabRef-3.2.jar 20246639 SHA256 5f3d18052019dd10475de6e8e1d3c900300cd7195d6e
DIST JabRef-3.3.jar 24456650 SHA256 4c81e72a8585c800a3d5728f15ed2db425a48e14f08962d393e875721a32baa6 SHA512 9d5ed2ff35bccc3d45181be6a013b6c10f1859e63d98b4f5ab2d325a69abf107ea546b78609c9ca620bbf939857029be5d32b92a8eb25be6c526b6e15f41d24f WHIRLPOOL 71fd2fe538299bef3692adbf188277a946c2b0f7b41b5c0fdf9bc20ba8a68f34ce9190109deab0a4f804f6b2e329b33731a9df281544c18dd01758a254bb4178
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
diff --git a/app-text/jabref-bin/jabref-bin-3.7.ebuild b/app-text/jabref-bin/jabref-bin-3.7.ebuild
new file mode 100644
index 00000000..e645241
--- /dev/null
+++ b/app-text/jabref-bin/jabref-bin-3.7.ebuild
@@ -0,0 +1,41 @@
+# 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"
+
+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
+}
next reply other threads:[~2016-11-25 14:25 UTC|newest]
Thread overview: 54+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-25 14:24 Nicolas Bock [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
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-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=1480083875.f83f46b9ae985dd609c7a27652c57a360ab38d2b.nicolasbock@gentoo \
--to=nicolasbock@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