From 1b8b7d3afbf9c5dd8b9e91bd561e0c5d67fe58e6 Mon Sep 17 00:00:00 2001 From: Gerion Entrup Date: Sun, 21 Apr 2019 16:00:02 +0200 Subject: app-text/zotero-bin: version bump 5.0.60 -> 5.0.66 Signed-off-by: Gerion Entrup --- app-text/zotero-bin/Manifest | 4 +-- app-text/zotero-bin/zotero-bin-5.0.60.ebuild | 52 ---------------------------- app-text/zotero-bin/zotero-bin-5.0.66.ebuild | 52 ++++++++++++++++++++++++++++ 3 files changed, 54 insertions(+), 54 deletions(-) delete mode 100644 app-text/zotero-bin/zotero-bin-5.0.60.ebuild create mode 100644 app-text/zotero-bin/zotero-bin-5.0.66.ebuild (limited to 'app-text') 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.60.ebuild deleted file mode 100644 index 2bb849e..0000000 --- a/app-text/zotero-bin/zotero-bin-5.0.60.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# 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 -} diff --git a/app-text/zotero-bin/zotero-bin-5.0.66.ebuild b/app-text/zotero-bin/zotero-bin-5.0.66.ebuild new file mode 100644 index 0000000..2bb849e --- /dev/null +++ b/app-text/zotero-bin/zotero-bin-5.0.66.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 +} -- cgit v1.2.3-65-gdbad