public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/onlyoffice-bin/
Date: Sat,  1 Jun 2024 11:44:14 +0000 (UTC)	[thread overview]
Message-ID: <1717242247.c1f95aace6c5490e93cf0e3931dc3e371a1db24a.pacho@gentoo> (raw)

commit:     c1f95aace6c5490e93cf0e3931dc3e371a1db24a
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  1 11:40:59 2024 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jun  1 11:44:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1f95aac

app-office/onlyoffice-bin: drop 8.0.0

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 app-office/onlyoffice-bin/Manifest                 |  1 -
 .../onlyoffice-bin/onlyoffice-bin-8.0.0.ebuild     | 89 ----------------------
 2 files changed, 90 deletions(-)

diff --git a/app-office/onlyoffice-bin/Manifest b/app-office/onlyoffice-bin/Manifest
index ec6fa4c23ca4..4fdd747bf8a6 100644
--- a/app-office/onlyoffice-bin/Manifest
+++ b/app-office/onlyoffice-bin/Manifest
@@ -1,2 +1 @@
-DIST onlyoffice-bin-8.0.0_amd64.deb 208403072 BLAKE2B 25d3eeaf2acca46e0b0b67f9b5ae1770df1832f02a51e790fb80d8de67c988d3609e5be6a3d00c8649b2b0ba590ef9e8dfd58cae77d6d41dc59c17a81cb9ac04 SHA512 f6db9de8dc0df6d708b21df97b048285f8b1e2cf1a443cc84bb89c928f32d2bd72f6b8febc284139e2304d73f1db60d1fa0dc290d84e6273fb58c9e0cdeae1dd
 DIST onlyoffice-bin-8.0.1_amd64.deb 208469572 BLAKE2B 95f2e9df7c5673aa6edbb682078a9c133f1a5925dd1a84d3342c34cbe6a07691f4f5f425c264cf7760ae063a828caf1792533da1eb59423c48c77119935c889a SHA512 a16c784f1c9f056a2ed09fecff2cf7a4e2206006e04a1f8d8e260aeddd6b2195b0bbadd9f3b71a454d55311978d16d945cd345938688cf7e37aa9f11967c572f

diff --git a/app-office/onlyoffice-bin/onlyoffice-bin-8.0.0.ebuild b/app-office/onlyoffice-bin/onlyoffice-bin-8.0.0.ebuild
deleted file mode 100644
index 707eea99fddc..000000000000
--- a/app-office/onlyoffice-bin/onlyoffice-bin-8.0.0.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 2020-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop unpacker xdg
-
-MY_P="ONLYOFFICE-DesktopEditors-"${PV}""
-
-DESCRIPTION="Onlyoffice is an office productivity suite (binary version)"
-HOMEPAGE="https://www.onlyoffice.com/"
-SRC_URI="
-	amd64? (
-		https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v"${PV}"/onlyoffice-desktopeditors_amd64.deb
-		-> "${P}"_amd64.deb
-	)
-"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-RESTRICT="mirror strip test"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	dev-libs/wayland
-	dev-qt/qtgui:5[eglfs]
-	dev-qt/qtdeclarative:5
-	dev-qt/qtwayland:5
-	media-libs/alsa-lib
-	media-libs/fontconfig
-	media-libs/freetype
-	media-libs/gst-plugins-base:1.0
-	media-libs/gstreamer:1.0
-	media-libs/harfbuzz
-	media-libs/libglvnd
-	net-print/cups
-	sys-apps/dbus
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3
-	x11-libs/libdrm
-	x11-libs/libICE
-	x11-libs/libSM
-	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/libXScrnSaver
-	x11-libs/libXtst
-	x11-libs/pango
-	|| (
-		media-libs/libpulse
-		media-sound/apulse
-	)
-"
-
-S="${WORKDIR}"
-
-QA_PREBUILT="*"
-
-src_prepare() {
-	default
-
-	# Allow launching the ONLYOFFICE on ALSA systems via media-sound/apuls
-	sed -i -e 's|\(export LD_LIBRARY_PATH=$DIR$LDLPATH\)|\1:'"${EPREFIX}"'/usr/'$(get_libdir)'/apulse|' \
-		"${S}"/usr/bin/onlyoffice-desktopeditors || die
-}
-
-src_install() {
-	domenu usr/share/applications/onlyoffice-desktopeditors.desktop
-	for size in {16,24,32,48,64,128,256}; do
-		newicon -s "${size}" opt/onlyoffice/desktopeditors/asc-de-"${size}".png onlyoffice-desktopeditors.png
-	done
-
-	dobin usr/bin/desktopeditors usr/bin/onlyoffice-desktopeditors
-	doins -r opt
-	fperms +x /opt/onlyoffice/desktopeditors/{DesktopEditors,editors_helper,converter/x2t}
-}


             reply	other threads:[~2024-06-01 11:44 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-01 11:44 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-28 16:48 [gentoo-commits] repo/gentoo:master commit in: app-office/onlyoffice-bin/ Sam James
2025-04-17 16:35 Pacho Ramos
2025-03-27 19:36 Pacho Ramos
2025-03-22  6:41 Arthur Zamarin
2025-03-20 18:59 Sam James
2025-03-05 18:12 Pacho Ramos
2025-02-15 12:24 Pacho Ramos
2025-02-15 12:24 Pacho Ramos
2024-12-08 13:52 Pacho Ramos
2024-12-08 13:52 Pacho Ramos
2024-11-17 12:11 Pacho Ramos
2024-11-01 16:25 Eli Schwartz
2024-11-01 16:25 Eli Schwartz
2024-11-01 16:25 Eli Schwartz
2024-08-24 10:45 Sam James
2024-07-17  8:52 Pacho Ramos
2024-07-05 17:08 Pacho Ramos
2024-06-01 11:44 Pacho Ramos
2024-03-03 19:39 Pacho Ramos
2024-03-03 19:39 Pacho Ramos
2024-02-02 17:31 Pacho Ramos
2024-02-02 17:31 Pacho Ramos
2023-11-24 10:26 Pacho Ramos
2023-11-24 10:26 Pacho Ramos
2023-10-20 13:14 Pacho Ramos
2023-09-10  8:19 Pacho Ramos
2023-09-10  8:19 Pacho Ramos
2023-07-31  9:46 Pacho Ramos
2023-07-31  9:46 Pacho Ramos
2023-06-19 13:07 Pacho Ramos
2023-03-16 12:18 Pacho Ramos

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=1717242247.c1f95aace6c5490e93cf0e3931dc3e371a1db24a.pacho@gentoo \
    --to=pacho@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