public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Sat, 16 Jan 2016 14:26:24 +0000 (UTC)	[thread overview]
Message-ID: <1452954367.98f7954b614518bac4ef617cb386bff5a04cd966.nicolasbock@gentoo> (raw)

commit:     98f7954b614518bac4ef617cb386bff5a04cd966
Author:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 16 14:19:24 2016 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
CommitDate: Sat Jan 16 14:26:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98f7954b

app-text/jabref-bin: Version bump

Package-Manager: portage-2.2.26

 app-text/jabref-bin/Manifest              |  1 +
 app-text/jabref-bin/jabref-bin-3.2.ebuild | 36 +++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/app-text/jabref-bin/Manifest b/app-text/jabref-bin/Manifest
index 1506aa8..3bfd586 100644
--- a/app-text/jabref-bin/Manifest
+++ b/app-text/jabref-bin/Manifest
@@ -5,3 +5,4 @@ DIST JabRef-2.11b2.jar 15817749 SHA256 f811eb98bdef938c9aaeee5e9807c6ea28a8b4d72
 DIST JabRef-2.11b3.jar 16426897 SHA256 251192bc24448886bb62dbc5d01e0c68ee345c45d83fd586db16e5562894fa78 SHA512 93f691928948346f2e3891d5a52be14159b6e0e953897d12a839026ae125bae9c97082bf8f2e160bf20fd42d7e81fa5385114c5e7800e17be07666aa4ec0f7ed WHIRLPOOL ecf0088eb1b30391851a2c30f502b34accd9d4b1e6133f2f06e6e6689160a1dcd74a7f719c3d1e7d8e489f0bcb1f5187a07403d998a0a3256bacf4cbcaa0a2fc
 DIST JabRef-2.11b4.jar 20366631 SHA256 4f715c5e8849167b234cec2edbf6c8e32f3eaab5b69ff672210746bdb0c9204d SHA512 28d57d75cbd197e9a2fd9307cfd1cac9f8b2a0855c440db2a06292770a068cf7eb67db1af31f7240f70ddd382b33c30cb10c1d4be7e53cfd302efc1671b6a2a3 WHIRLPOOL 6b90bd7668330fa1c41bf2622a3d48acaf98d1b3ae0e5174ec3e85ca12a12f56b6ec42887cda655bdb2863e69899a707eb2be7663dc27f53030315bd3c68da20
 DIST JabRef-3.1.jar 20307649 SHA256 81adaa1b672535e7b64814b6ad8f6a00e8bcf0a82b0849ba4523e36cd440425d SHA512 aab648f19feecf64a9afe3e69092736c0c2c177ee3a6c0dc3a9a9a8cea6d5a0d24201abed7048e4b569b0f1bb4736c1ad75df056243293e7b82795f50eb16476 WHIRLPOOL 437744b7236249e342ccaba9b08164727017b4136246c04a73c824c0df91e9b9f6d0814294f110ab935fb60bcd60d70f921774dfced0375ea19afafe60451c22
+DIST JabRef-3.2.jar 20246639 SHA256 5f3d18052019dd10475de6e8e1d3c900300cd7195d6e1e6262fab104d06abadb SHA512 db7c2cde0e1d858d14b80f7820a729cac97c74a442e65b18d7c8a7366dbc719bef14e652cf44f04256efffd9d42136e2c865347b3975a0450ec13ef4b3cf71c9 WHIRLPOOL 6cf53e25ce220750145282567cf4dbd11f6fcb7e90ae18d3cfafc3f2a001c3933ddcae6bfe33dcd9ee495719a795fdf2b313e872aab788176d038b2984888b39

diff --git a/app-text/jabref-bin/jabref-bin-3.2.ebuild b/app-text/jabref-bin/jabref-bin-3.2.ebuild
new file mode 100644
index 0000000..a772901
--- /dev/null
+++ b/app-text/jabref-bin/jabref-bin-3.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+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://jabref.sourceforge.net/"
+SRC_URI="mirror://sourceforge/jabref/JabRef-${MY_PV}.jar"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="|| ( >=virtual/jre-1.8 >=virtual/jdk-1.8 )"
+
+S="${WORKDIR}"
+
+src_unpack() {
+	cp -v "${DISTDIR}/${A}" . || die
+	jar xf  ${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
+}


             reply	other threads:[~2016-01-16 14:26 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-16 14:26 Nicolas Bock [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-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
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=1452954367.98f7954b614518bac4ef617cb386bff5a04cd966.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