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: Mon, 30 Jan 2017 00:59:07 +0000 (UTC)	[thread overview]
Message-ID: <1485737931.73ff0f62b7f8fe425e7d39eb4b2ab4bedda3b403.nicolasbock@gentoo> (raw)

commit:     73ff0f62b7f8fe425e7d39eb4b2ab4bedda3b403
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 23:50:34 2017 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
CommitDate: Mon Jan 30 00:58:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73ff0f62

app-text/jabref-bin: bump to 3.8.2, LICENSE change

Upstream changed license from GPL-2 to MIT

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-text/jabref-bin/Manifest                |  1 +
 app-text/jabref-bin/jabref-bin-3.8.2.ebuild | 39 +++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/app-text/jabref-bin/Manifest b/app-text/jabref-bin/Manifest
index 5b24777..cc356c0 100644
--- a/app-text/jabref-bin/Manifest
+++ b/app-text/jabref-bin/Manifest
@@ -8,4 +8,5 @@ DIST JabRef-3.4.jar 24390719 SHA256 0dbe96ea837ce35a624ddad65458916dee2245b12985
 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.1.jar 36739725 SHA256 8fa5f317a8be62c714dff6d88e3aa3fea5c3b6b1e59f20a221b87d72aa775a85 SHA512 9241fb586da7bc6047dc6eb6e5b31800003bf31d6262033b54629e0c81856b56234a5c671ce7ab87d3b7332a70551c81c2275354e97607ad9f513686c5826780 WHIRLPOOL 90e692b9559b123c4a36694e3e1216ea207650c6073bed57ac9a7d45b27a53f409970a87c818b5129b7a53c7d936cc24570a8762fdec4bf31bf8c37e06567ea1
+DIST JabRef-3.8.2.jar 37003442 SHA256 f7226e9eb64f96ef2d179c4b1f9e9bcd7a630d247f2feb0ecaa243408379720a SHA512 84546987ffdef106643b3aba3216041809ac42464ff37fb63dbe806e282c19c25139d8532b695a4f5ca8ad638eb23860b32bd3806e82409e2d38425d5a42e830 WHIRLPOOL f7f5e501929d99304af4ec22edfea155076fa1d5ba21caabaeabe60556df7935a595181d8200f201c5c6e001fbfdf46565203b4b78b622edc31396ff9a241e23
 DIST JabRef-3.8.jar 36714920 SHA256 13bcfd10ab3d2dbe21dfad06ecf4dbf1cd08e4e1fe6a6a93293d844b4c5c3a98 SHA512 15805d06c7a566b60c28035e0f9a1d525b68774395a618e43ed7fdcc053d21e61f5930c658155d2e4ff739821789f2f988ce6e9a5502bd5536ce0a672ee19854 WHIRLPOOL 289997ea41ea77f774034a32b08bb07739b8dc86e69892c611b38d7728d87936a0738d0fde1ccb7bac49b0960659c057093aff4ddb08583a8f788b19d5b2e0e6

diff --git a/app-text/jabref-bin/jabref-bin-3.8.2.ebuild b/app-text/jabref-bin/jabref-bin-3.8.2.ebuild
new file mode 100644
index 00000000..c2c74df
--- /dev/null
+++ b/app-text/jabref-bin/jabref-bin-3.8.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 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="MIT"
+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
+}


             reply	other threads:[~2017-01-30  0:59 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-30  0:59 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
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=1485737931.73ff0f62b7f8fe425e7d39eb4b2ab4bedda3b403.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