diff options
author | Gerion Entrup <gerion.entrup@flump.de> | 2024-11-03 18:35:02 +0100 |
---|---|---|
committer | Gerion Entrup <gerion.entrup@flump.de> | 2024-11-03 18:35:02 +0100 |
commit | 46462ca75133565983e19c251e104108e64091bd (patch) | |
tree | 69c004ac3677a5e6b40e2fe418121e93f0087c24 | |
parent | dev-python/graph-tool: drop, newer version in tree (diff) | |
download | gerislay-46462ca75133565983e19c251e104108e64091bd.tar.gz gerislay-46462ca75133565983e19c251e104108e64091bd.tar.bz2 gerislay-46462ca75133565983e19c251e104108e64091bd.zip |
app-text/zotero-bin: remove, in tree
Signed-off-by: Gerion Entrup <gerion.entrup@flump.de>
-rw-r--r-- | app-text/zotero-bin/Manifest | 2 | ||||
-rw-r--r-- | app-text/zotero-bin/zotero-bin-5.0.66.ebuild | 52 |
2 files changed, 0 insertions, 54 deletions
diff --git a/app-text/zotero-bin/Manifest b/app-text/zotero-bin/Manifest deleted file mode 100644 index 00b3735..0000000 --- a/app-text/zotero-bin/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -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.66.ebuild b/app-text/zotero-bin/zotero-bin-5.0.66.ebuild deleted file mode 100644 index 2bb849e..0000000 --- a/app-text/zotero-bin/zotero-bin-5.0.66.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 -} |