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: Thu, 17 Sep 2015 18:27:49 +0000 (UTC)	[thread overview]
Message-ID: <1442514454.6640039294b1bfd2d04bf09da585f39b13e814e4.nicolasbock@gentoo> (raw)

commit:     6640039294b1bfd2d04bf09da585f39b13e814e4
Author:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 17 18:27:09 2015 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
CommitDate: Thu Sep 17 18:27:34 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66400392

app-text/jabref-bin: Version bump.

Package-Manager: portage-2.2.20.1

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

diff --git a/app-text/jabref-bin/Manifest b/app-text/jabref-bin/Manifest
index 2c17d03..516c64d 100644
--- a/app-text/jabref-bin/Manifest
+++ b/app-text/jabref-bin/Manifest
@@ -1,3 +1,4 @@
 DIST JabRef-2.10.jar 15223054 SHA256 bb8f001043079bd12f7f8867d725723fca33b03889af864a100d0cf5c4364ce4 SHA512 833ec41bf8d5a76892ec82f0726c5dcf6382de8b05a949b1d697dbdbb79ba727557069f3267827a7febe6ec4ead996c8de273479b8e3d0363467ec6b91e6bd3a WHIRLPOOL a8026762ae934e680f24698e5c658c03a8f6e1c0ec6d48a0ee4b3eaee9ceb93b1831777009627c02f0377333b7f96b34da4e8e36481a859a63bd3d799f5cb03e
 DIST JabRef-2.11b2.jar 15817749 SHA256 f811eb98bdef938c9aaeee5e9807c6ea28a8b4d7270df93cb6ac2cf405dc6f8c SHA512 045f33632f5aa6ef6c61cb8e16dae69f2d91f2b4b85bfce5e51bd9492ad80d41c92b093d8f6b0d67972f18fa787d626b8c6fd419c7cd4cd3249d3e40d7025bf4 WHIRLPOOL 01e9c89b644a110ec2fc1e222ff996f69a0210520cb5c2dc0f7b4c8bb16d91bb4d37358e8e76bd2cfe7630cd664ad925b62c0a46e041da2949c4655b8326250d
 DIST JabRef-2.11b3.jar 16426897 SHA256 251192bc24448886bb62dbc5d01e0c68ee345c45d83fd586db16e5562894fa78 SHA512 93f691928948346f2e3891d5a52be14159b6e0e953897d12a839026ae125bae9c97082bf8f2e160bf20fd42d7e81fa5385114c5e7800e17be07666aa4ec0f7ed WHIRLPOOL ecf0088eb1b30391851a2c30f502b34accd9d4b1e6133f2f06e6e6689160a1dcd74a7f719c3d1e7d8e489f0bcb1f5187a07403d998a0a3256bacf4cbcaa0a2fc
+DIST JabRef-2.11b4.jar 20366631 SHA256 4f715c5e8849167b234cec2edbf6c8e32f3eaab5b69ff672210746bdb0c9204d SHA512 28d57d75cbd197e9a2fd9307cfd1cac9f8b2a0855c440db2a06292770a068cf7eb67db1af31f7240f70ddd382b33c30cb10c1d4be7e53cfd302efc1671b6a2a3 WHIRLPOOL 6b90bd7668330fa1c41bf2622a3d48acaf98d1b3ae0e5174ec3e85ca12a12f56b6ec42887cda655bdb2863e69899a707eb2be7663dc27f53030315bd3c68da20

diff --git a/app-text/jabref-bin/jabref-bin-2.11_beta_rc4.ebuild b/app-text/jabref-bin/jabref-bin-2.11_beta_rc4.ebuild
new file mode 100644
index 0000000..e8d6f33
--- /dev/null
+++ b/app-text/jabref-bin/jabref-bin-2.11_beta_rc4.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 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"
+
+RDEPEND=">=virtual/jre-1.6"
+
+S="${WORKDIR}"
+
+src_unpack() {
+	cp -v "${DISTDIR}/${A}" . || die
+	jar xf  ${A} images/JabRef-icon-48.png || die
+}
+
+src_install() {
+	java-pkg_newjar JabRef-${MY_PV}.jar
+	java-pkg_dolauncher ${PN} --jar ${PN}.jar
+	newicon images/JabRef-icon-48.png JabRef-bin-icon.png
+	make_desktop_entry ${PN} JabRef-bin JabRef-bin-icon Office
+}


             reply	other threads:[~2015-09-17 18:27 UTC|newest]

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

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=1442514454.6640039294b1bfd2d04bf09da585f39b13e814e4.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