From: "Nowa Ammerlaan" <nowa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/zotero-bin/
Date: Mon, 03 Mar 2025 19:10:28 +0000 (UTC) [thread overview]
Message-ID: <1741029013.bf6151a9c6bbafb41d1815b7a1ed51975d6b7528.nowa@gentoo> (raw)
commit: bf6151a9c6bbafb41d1815b7a1ed51975d6b7528
Author: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 3 19:10:13 2025 +0000
Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Mon Mar 3 19:10:13 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf6151a9
app-text/zotero-bin: drop 7.0.9
Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>
app-text/zotero-bin/Manifest | 2 -
app-text/zotero-bin/zotero-bin-7.0.9.ebuild | 84 -----------------------------
2 files changed, 86 deletions(-)
diff --git a/app-text/zotero-bin/Manifest b/app-text/zotero-bin/Manifest
index 934eae1fac49..d0933f3bc7ff 100644
--- a/app-text/zotero-bin/Manifest
+++ b/app-text/zotero-bin/Manifest
@@ -1,4 +1,2 @@
DIST zotero-bin-7.0.11-amd64.tar.bz2 109387437 BLAKE2B 1af59f2b768c962dfe9575a3f6fb50572eb57db26412dd91abca10c2d476023a8a2d44ba93d2607b6f084c91c4e8d0d3788dfdf85c989fb574d6eea5dc565e8c SHA512 ec69ba264a3bf05a579057122738a38316f7de43ce46229d3b6ef6b13c4a43b01d647179206b46a1c46d5e093579f81dc875d022675d167ad7e023ac7558f806
DIST zotero-bin-7.0.11-x86.tar.bz2 113321965 BLAKE2B 5c25e1c825a964b4c3a4371c7ec67132662d77f5e64ca0dc8c8f2346f25a106068da0a8193047c09b7645ae699ce0e5256bc46664cf221634ea225a1b54b3ae2 SHA512 b83af4e6b8e3748cc6ea04046bc4e6c4299c510af6154ccce4df9fd50e356376a675170187521da8009a17240907030929c61145e45702ee90610716e2d4873d
-DIST zotero-bin-7.0.9-amd64.tar.bz2 109258993 BLAKE2B 31543016f0c3e5635b7e63a1a5180bc09e9f10d80f9f190a2bab4e419f480cc018998cbc974fe0b5c20875057ad6e635bebfa8fcc7a4121a888b22dc90e66c37 SHA512 d8ca1012284c50d6a574ff13bae8e3422e7a04c7fd0002c04b757789e261e40731fe86edd2cf5144987e02f2b24e8f37336710e13812cceab941b6498bdea7d2
-DIST zotero-bin-7.0.9-x86.tar.bz2 113192202 BLAKE2B ecf0f361e3b570e60b190a4bfbfa7da9b739a08f429b3694479a65f4a7e1aa98e70e42ed23b77fa5c13a8edc4a0bcd13381b0b04352ccf41b189a3d458689ce6 SHA512 75fc41054888e403704d36998402e4b4bde44619229b01e847ca438aac02e23c08fb63cd3adaeb29fe6c21796e0001280f989cdffb1cc4cf4ac7bd51fefb4a72
diff --git a/app-text/zotero-bin/zotero-bin-7.0.9.ebuild b/app-text/zotero-bin/zotero-bin-7.0.9.ebuild
deleted file mode 100644
index 56e522c44ad2..000000000000
--- a/app-text/zotero-bin/zotero-bin-7.0.9.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop xdg
-
-DESCRIPTION="Helps you collect, organize, cite, and share your research sources"
-HOMEPAGE="https://www.zotero.org"
-SRC_URI="
- amd64? ( https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=${PV} -> ${P}-amd64.tar.bz2 )
- x86? ( https://www.zotero.org/download/client/dl?channel=release&platform=linux-i686&version=${PV} -> ${P}-x86.tar.bz2 )
-"
-S="${WORKDIR}"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-
-RDEPEND="
- app-accessibility/at-spi2-core
- dev-libs/dbus-glib
- dev-libs/glib
- dev-libs/nspr
- dev-libs/nss
- media-libs/alsa-lib
- media-libs/fontconfig
- media-libs/freetype
- sys-apps/dbus
- sys-libs/glibc
- x11-libs/cairo
- x11-libs/gdk-pixbuf
- x11-libs/gtk+:3
- x11-libs/libX11
- x11-libs/libxcb
- x11-libs/libXcomposite
- x11-libs/libXcursor
- x11-libs/libXdamage
- x11-libs/libXext
- x11-libs/libXfixes
- x11-libs/libXi
- x11-libs/libXrandr
- x11-libs/libXrender
- x11-libs/libXtst
- x11-libs/pango
-"
-
-QA_PREBUILT="opt/zotero/*"
-
-src_prepare() {
- if use amd64; then
- cd Zotero_linux-x86_64 || die
- elif use x86; then
- cd Zotero_linux-i686 || die
- fi
-
- # disable auto-update
- sed -i -e 's#URL=.*#URL=#' app/application.ini || die
-
- # fix desktop-file
- sed -i -e 's#^Exec=.*#Exec=zotero -url %U#' zotero.desktop || die
- sed -i -e 's#Icon=zotero.*#Icon=zotero#' zotero.desktop || die
-
- default
-}
-
-src_install() {
- if use amd64; then
- cd Zotero_linux-x86_64 || die
- elif use x86; then
- cd Zotero_linux-i686 || die
- fi
-
- dodir opt/zotero
- cp -a * "${ED}/opt/zotero" || die
-
- dosym ../../opt/zotero/zotero usr/bin/zotero
-
- domenu zotero.desktop
-
- for size in 32 64 128; do
- newicon -s ${size} icons/icon${size}.png zotero.png
- done
-}
next reply other threads:[~2025-03-03 19:10 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-03 19:10 Nowa Ammerlaan [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-03 19:10 [gentoo-commits] repo/gentoo:master commit in: app-text/zotero-bin/ Nowa Ammerlaan
2024-12-26 12:08 Nowa Ammerlaan
2024-12-26 12:08 Nowa Ammerlaan
2024-11-01 10:50 Andrew Ammerlaan
2024-10-11 8:54 Andrew Ammerlaan
2024-09-29 15:02 Andrew Ammerlaan
2024-09-29 15:02 Andrew Ammerlaan
2024-09-02 9:37 Andrew Ammerlaan
2024-07-05 9:42 Andrew Ammerlaan
2024-03-07 19:32 Andrew Ammerlaan
2023-11-03 11:42 Andrew Ammerlaan
2023-10-27 7:48 Andrew Ammerlaan
2023-09-06 8:40 Andrew Ammerlaan
2023-09-06 8:40 Andrew Ammerlaan
2023-04-22 8:23 Andrew Ammerlaan
2023-04-19 16:54 Andrew Ammerlaan
2023-04-19 16:54 Andrew Ammerlaan
2023-03-15 14:01 Andrew Ammerlaan
2023-03-15 14:01 Andrew Ammerlaan
2023-02-23 7:36 Andrew Ammerlaan
2023-02-23 7:36 Andrew Ammerlaan
2023-01-17 10:43 Andrew Ammerlaan
2023-01-17 10:43 Andrew Ammerlaan
2022-12-30 11:52 Andrew Ammerlaan
2022-12-30 11:52 Andrew Ammerlaan
2022-11-15 12:14 Andrew Ammerlaan
2022-11-02 13:48 Andrew Ammerlaan
2022-11-02 13:44 Andrew Ammerlaan
2022-10-02 10:39 Andrew Ammerlaan
2022-09-30 14:38 Andrew Ammerlaan
2022-09-30 14:38 Andrew Ammerlaan
2022-08-22 14:47 Andrew Ammerlaan
2022-07-19 18:44 Andrew Ammerlaan
2022-07-06 11:36 Andrew Ammerlaan
2022-07-06 11:36 Andrew Ammerlaan
2022-05-19 7:45 Andrew Ammerlaan
2022-05-19 7:45 Andrew Ammerlaan
2022-05-09 17:59 Andrew Ammerlaan
2022-05-09 17:59 Andrew Ammerlaan
2022-05-02 10:18 Andrew Ammerlaan
2022-05-02 10:18 Andrew Ammerlaan
2022-04-23 18:24 Andrew Ammerlaan
2022-04-23 18:24 Andrew Ammerlaan
2022-03-28 18:21 Andrew Ammerlaan
2022-03-28 18:21 Andrew Ammerlaan
2022-03-26 11:05 Andrew Ammerlaan
2022-01-05 10:42 Andrew Ammerlaan
2021-08-21 9:38 Andrew Ammerlaan
2021-08-21 9:38 Andrew Ammerlaan
2021-05-22 12:17 Andrew Ammerlaan
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=1741029013.bf6151a9c6bbafb41d1815b7a1ed51975d6b7528.nowa@gentoo \
--to=nowa@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