public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: www-client/zen-bin/
Date: Sat, 17 May 2025 14:55:57 +0000 (UTC)	[thread overview]
Message-ID: <1747493705.873b9065fd6f0bdaa0c3e67d6130b76f4efdfb2d.julien@gentoo> (raw)

commit:     873b9065fd6f0bdaa0c3e67d6130b76f4efdfb2d
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat May 17 14:55:05 2025 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat May 17 14:55:05 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=873b9065

www-client/zen-bin: drop 1.11.5b

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 www-client/zen-bin/Manifest               |  1 -
 www-client/zen-bin/zen-bin-1.11.5b.ebuild | 89 -------------------------------
 2 files changed, 90 deletions(-)

diff --git a/www-client/zen-bin/Manifest b/www-client/zen-bin/Manifest
index c24e0ce41..979a603f3 100644
--- a/www-client/zen-bin/Manifest
+++ b/www-client/zen-bin/Manifest
@@ -1,3 +1,2 @@
-DIST zen-bin-1.11.5b.tar.xz 78007628 BLAKE2B 21b78fdcec9dc634633a61e9437d8ff9e25ed380c547c58f3d49963416aacf54bcd674965f8928c90b68595420d43f9190ed1a5a309f05efac378de58ddf6f27 SHA512 3ea32de295d922d54da89a9c9c5fed9577421c296f32193f0d91b791ca1452f6e6b551ed8df1161e57afac4bf7b78cb912d9a257b02ae7502cd4afb91a817828
 DIST zen-bin-1.12.1b.tar.xz 78223572 BLAKE2B d54e5093847f087804bd614ace121b7b2735310e5c65f249f4c093c88c984cf57558b9b314a4eaf2ad97f4b25bdd21f77829dd90f44ae67999a2c16f61d2cceb SHA512 98f9f942d4ceb7cfdf0a196f78da31cf615b448b3e284fef04f3ba7c7bb25692daa0a5c4072dad736e75bb683a03e849a28334728b7fc2fe73eaa8524b599f93
 DIST zen-bin-1.12.5b.tar.xz 78253364 BLAKE2B a9403c39068128d8bb069b1f6d2bd273956fa37e7d8b58081a45ba32f5cfa24e50ac13e7f9f46a832b4295bbfc075adcae2f7686c11e60e41ebfdbc212058375 SHA512 6557e81455689578f7501c32c7ff31e81fcb9a5355ab5b4fd71021dc6496a077bf9a0745efddb7c4cf7b50d078d7408b8acca161c11b97c4392d1c46db0c9ed2

diff --git a/www-client/zen-bin/zen-bin-1.11.5b.ebuild b/www-client/zen-bin/zen-bin-1.11.5b.ebuild
deleted file mode 100644
index 41033c538..000000000
--- a/www-client/zen-bin/zen-bin-1.11.5b.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils desktop
-
-MY_P="zen"
-
-DESCRIPTION="Zen Browser - A Firefox-based browser focused on privacy"
-HOMEPAGE="https://github.com/zen-browser/desktop"
-SRC_URI="https://github.com/zen-browser/desktop/releases/download/${PV}/${MY_P}.linux-x86_64.tar.xz -> ${P}.tar.xz"
-
-S="${WORKDIR}"
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	app-accessibility/at-spi2-core:2
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-libs/alsa-lib
-	media-libs/fontconfig
-	media-libs/freetype
-	media-libs/mesa
-	net-print/cups
-	sys-apps/dbus
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	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
-"
-
-DEPEND="${RDEPEND}"
-
-QA_PREBUILT="opt/zen/*"
-
-src_install() {
-	#create dest dir
-	local destdir="/opt/zen"
-	dodir "${destdir}"
-	#copy files into dest dir
-	cp -a "${S}/zen"/* "${ED}${destdir}" || die
-	#create a symlink to the binary
-	dosym "${destdir}/zen-bin" "/usr/bin/zen-bin" || die
-	#add icons
-	local icon_dir="${ED}${destdir}/browser/chrome/icons/default"
-	if [[ -d "${icon_dir}" ]]; then
-		for size in 16 32 48 64 128; do
-			if [[ -f "${icon_dir}/default${size}.png" ]]; then
-				newicon -s ${size} "${icon_dir}/default${size}.png" zen.png
-			fi
-		done
-	else
-		ewarn "Icon directory not found, skipping icon installation"
-	fi
-	#create desktop file
-	make_desktop_entry zen-bin "Zen" zen "Network;WebBrowser"
-	#handle permissions of destdir files
-	fperms 0755 "${destdir}"/{zen-bin,updater,glxtest,vaapitest}
-	fperms 0750 "${destdir}"/pingsender
-}
-
-pkg_postinst() {
-	xdg_icon_cache_update
-	xdg_desktop_database_update
-	elog "For optimal performance and compatibility, please ensure"
-	elog "that you have the latest graphics drivers installed."
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-	xdg_desktop_database_update
-}


             reply	other threads:[~2025-05-17 14:56 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-17 14:55 Julien Roy [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-20 17:10 [gentoo-commits] repo/proj/guru:dev commit in: www-client/zen-bin/ Joe Kappus
2025-05-17 14:55 Julien Roy
2025-05-05 13:25 Julien Roy
2025-05-05 13:25 Julien Roy
2025-04-22 15:28 Julien Roy
2025-04-22 15:28 Julien Roy
2025-04-05 13:30 Timo van Veen
2025-04-04 17:01 Julien Roy
2025-04-04 17:01 Julien Roy
2025-04-03 16:12 Julien Roy
2025-04-03 16:12 Julien Roy
2025-03-10 14:47 Julien Roy
2025-03-10 14:47 Julien Roy
2025-01-23 13:38 Julien Roy
2025-01-23 13:38 Julien Roy
2025-01-22 15:29 Julien Roy
2025-01-22 15:29 Julien Roy
2025-01-11 23:34 Julien Roy
2025-01-10 15:42 Julien Roy
2025-01-10 15:42 Julien Roy
2024-12-25 14:03 Julien Roy
2024-12-25 14:03 Julien Roy
2024-12-24 14:28 Julien Roy
2024-12-24 14:28 Julien Roy
2024-12-20 14:55 Julien Roy
2024-12-20 14:55 Julien Roy
2024-12-15 18:02 Julien Roy
2024-12-15 18:02 Julien Roy
2024-12-12  9:39 Michal Vu
2024-12-11 11:37 Michal Vu
2024-12-11 11:36 Michal Vu
2024-12-11 11:34 Michal Vu
2024-12-02 13:41 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-12-02 12:43 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-12-02 12:43 Julien Roy
2024-12-02 12:43 Julien Roy
2024-11-18 13:26 Michal Vu
2024-11-18 13:24 Michal Vu
2024-11-04 10:42 Michal Vu
2024-10-24 14:06 Michal Vu
2024-10-16  8:33 Michal Vu
2024-10-16  8:21 Michal Vu
2024-10-02 22:31 Michal Vu
2024-09-26 16:55 Michal Vu
2024-09-23 20:56 Michal Vu
2024-09-23 20:54 Michal Vu
2024-09-10 20:54 Michal Vu
2024-09-07 10:13 Michal Vu
2024-09-04 20:25 Michal Vu
2024-09-04 20:24 Michal Vu
2024-08-31 10:38 Michal Vu

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=1747493705.873b9065fd6f0bdaa0c3e67d6130b76f4efdfb2d.julien@gentoo \
    --to=julien@jroy.ca \
    --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