public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/user/gerislay:master commit in: app-text/zotero-bin/
@ 2019-02-21 11:54 gerion
  0 siblings, 0 replies; 2+ messages in thread
From: gerion @ 2019-02-21 11:54 UTC (permalink / raw
  To: gentoo-commits

commit:     29771f15ea374ca403147e71072e0965c9106077
Author:     Gerion Entrup <gerion.entrup <AT> flump <DOT> de>
AuthorDate: Thu Feb 21 11:52:54 2019 +0000
Commit:     gerion <gerion.entrup <AT> flump <DOT> de>
CommitDate: Thu Feb 21 11:54:25 2019 +0000
URL:        https://gitweb.gentoo.org/repo/user/gerislay.git/commit/?id=29771f15

app-text/zotero-bin: update from 5.0.36 to 5.0.60

Signed-off-by: Gerion Entrup <gerion.entrup <AT> flump.de>

 app-text/zotero-bin/Manifest                 |  2 ++
 app-text/zotero-bin/zotero-bin-5.0.60.ebuild | 52 ++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/app-text/zotero-bin/Manifest b/app-text/zotero-bin/Manifest
new file mode 100644
index 0000000..0282879
--- /dev/null
+++ b/app-text/zotero-bin/Manifest
@@ -0,0 +1,2 @@
+DIST Zotero-5.0.60_linux-x86_64.tar.bz 59437570 BLAKE2B ce80ab6ea50df68cda9619614beccadd709aab70483bc47ef894221af54728405ea1c8bd89f46ebda8edc68330fe526840c48f47c2afa53d9fd9948a700f6aa3 SHA512 d703ade65d0f828b4d489ab5c41bb5c24e46a380c653307b327811c7dfa4517d3caaed431a6a932f866482038b32426eb340274b2eaac1ab5b9601ca2a088c23
+EBUILD zotero-bin-5.0.60.ebuild 1552 BLAKE2B 31186c23028347e4cec3140fe093ca531b2b0a8feb9c5a74eec0e7e4255cbe36a14ab2055f5796a0ccaf46945e37a2b376c826dc99da6e5d09d554e2f2cc5f01 SHA512 a723a56fafcb2698ef7d8716abdecb53379edf4873c223e329861fb193d6a29b7d060ad3bb48743af32878a73340700b48f6890c48f4dcbcc98040f23bc54571

diff --git a/app-text/zotero-bin/zotero-bin-5.0.60.ebuild b/app-text/zotero-bin/zotero-bin-5.0.60.ebuild
new file mode 100644
index 0000000..2bb849e
--- /dev/null
+++ b/app-text/zotero-bin/zotero-bin-5.0.60.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit desktop
+
+MY_PN="Zotero"
+LNXARCH="linux-x86_64"
+
+DESCRIPTION="A tool to help you collect, organize, cite, and share your research sources."
+HOMEPAGE="https://www.zotero.org/"
+SRC_URI="https://www.zotero.org/download/client/dl?channel=release&platform=${LNXARCH}&version=${PV} -> ${MY_PN}-${PV}_${LNXARCH}.tar.bz"
+
+MY_P="${MY_PN}-${PV}"
+
+S="${WORKDIR}/${MY_PN}_${LNXARCH}"
+
+IUSE=""
+LICENSE="GPL-3"
+KEYWORDS="~amd64"
+SLOT="0"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+ZOTERO_INSTALL_DIR="/opt/${PN}"
+
+src_install() {
+	# install zotero files to /opt/zotero
+	dodir ${ZOTERO_INSTALL_DIR}
+	cp -a ${S}/. ${D}${ZOTERO_INSTALL_DIR} || die "Installing files failed"
+
+	# install zotero-start.sh in /opt/zotero
+	touch $D${ZOTERO_INSTALL_DIR}/zotero-start.sh
+
+	# give it some instructions to start zotero
+	echo "#!/bin/sh" >> $D${ZOTERO_INSTALL_DIR}/zotero-start.sh
+	echo "exec \"/opt/${PN}/zotero\"" >>  $D${ZOTERO_INSTALL_DIR}/zotero-start.sh
+
+	# make zotero-start.sh executable
+	fperms +x ${ZOTERO_INSTALL_DIR}/zotero-start.sh
+
+	# sym link /opt/zotero/zotero-start.sh to /opt/bin/zotero
+	dosym ${ZOTERO_INSTALL_DIR}/zotero-start.sh /opt/bin/zotero
+
+	newicon -s 48 chrome/icons/default/default48.png zotero.png
+	newicon chrome/icons/default/default48.png zotero.png
+	newicon -s 32 chrome/icons/default/default32.png zotero.png
+	newicon -s 16 chrome/icons/default/default16.png zotero.png
+	make_desktop_entry "/opt/bin/zotero" Zotero zotero Science
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/user/gerislay:master commit in: app-text/zotero-bin/
@ 2019-04-21 14:05 gerion
  0 siblings, 0 replies; 2+ messages in thread
From: gerion @ 2019-04-21 14:05 UTC (permalink / raw
  To: gentoo-commits

commit:     1b8b7d3afbf9c5dd8b9e91bd561e0c5d67fe58e6
Author:     Gerion Entrup <gerion.entrup <AT> flump <DOT> de>
AuthorDate: Sun Apr 21 14:00:02 2019 +0000
Commit:     gerion <gerion.entrup <AT> flump <DOT> de>
CommitDate: Sun Apr 21 14:00:02 2019 +0000
URL:        https://gitweb.gentoo.org/repo/user/gerislay.git/commit/?id=1b8b7d3a

app-text/zotero-bin: version bump 5.0.60 -> 5.0.66

Signed-off-by: Gerion Entrup <gerion.entrup <AT> flump.de>

 app-text/zotero-bin/Manifest                                          | 4 ++--
 .../zotero-bin/{zotero-bin-5.0.60.ebuild => zotero-bin-5.0.66.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/zotero-bin/Manifest b/app-text/zotero-bin/Manifest
index 0282879..00b3735 100644
--- a/app-text/zotero-bin/Manifest
+++ b/app-text/zotero-bin/Manifest
@@ -1,2 +1,2 @@
-DIST Zotero-5.0.60_linux-x86_64.tar.bz 59437570 BLAKE2B ce80ab6ea50df68cda9619614beccadd709aab70483bc47ef894221af54728405ea1c8bd89f46ebda8edc68330fe526840c48f47c2afa53d9fd9948a700f6aa3 SHA512 d703ade65d0f828b4d489ab5c41bb5c24e46a380c653307b327811c7dfa4517d3caaed431a6a932f866482038b32426eb340274b2eaac1ab5b9601ca2a088c23
-EBUILD zotero-bin-5.0.60.ebuild 1552 BLAKE2B 31186c23028347e4cec3140fe093ca531b2b0a8feb9c5a74eec0e7e4255cbe36a14ab2055f5796a0ccaf46945e37a2b376c826dc99da6e5d09d554e2f2cc5f01 SHA512 a723a56fafcb2698ef7d8716abdecb53379edf4873c223e329861fb193d6a29b7d060ad3bb48743af32878a73340700b48f6890c48f4dcbcc98040f23bc54571
+DIST Zotero-5.0.66_linux-x86_64.tar.bz 59672319 BLAKE2B 39aaf449daddb08de510d69421a2e5c8b40e973997a83d7c86aae2650003d2b308fce6c6d51d0b580b4280b966363b540dc98bc6ddbb538f5810c93a464b84b6 SHA512 66ddbebcdd4dff02cb634cf29f44fdedef23d718b10b98740781890764494639f7452c075c3933161b208496ffe47282e837b3c6fc681a92f1d695e8ab6da0ca
+EBUILD zotero-bin-5.0.66.ebuild 1552 BLAKE2B 31186c23028347e4cec3140fe093ca531b2b0a8feb9c5a74eec0e7e4255cbe36a14ab2055f5796a0ccaf46945e37a2b376c826dc99da6e5d09d554e2f2cc5f01 SHA512 a723a56fafcb2698ef7d8716abdecb53379edf4873c223e329861fb193d6a29b7d060ad3bb48743af32878a73340700b48f6890c48f4dcbcc98040f23bc54571

diff --git a/app-text/zotero-bin/zotero-bin-5.0.60.ebuild b/app-text/zotero-bin/zotero-bin-5.0.66.ebuild
similarity index 100%
rename from app-text/zotero-bin/zotero-bin-5.0.60.ebuild
rename to app-text/zotero-bin/zotero-bin-5.0.66.ebuild


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-04-21 14:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-21 11:54 [gentoo-commits] repo/user/gerislay:master commit in: app-text/zotero-bin/ gerion
  -- strict thread matches above, loose matches on Subject: below --
2019-04-21 14:05 gerion

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox