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:master commit in: www-client/zen-bin/
Date: Mon, 18 Nov 2024 13:42:36 +0000 (UTC)	[thread overview]
Message-ID: <1731936347.9ea5a244d260cf5c6fe4b4895cbe6087d469d117.julien@gentoo> (raw)

commit:     9ea5a244d260cf5c6fe4b4895cbe6087d469d117
Author:     Michal Vu <saigon-tech <AT> tuta <DOT> io>
AuthorDate: Mon Nov 18 13:25:47 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon Nov 18 13:25:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9ea5a244

www-client/zen-bin: drop 1.0.1_alpha10, 1.0.1_alpha12

Signed-off-by: Michal Vu <saigon-tech <AT> tuta.io>

 www-client/zen-bin/Manifest                     |  2 -
 www-client/zen-bin/zen-bin-1.0.1_alpha10.ebuild | 87 -------------------------
 www-client/zen-bin/zen-bin-1.0.1_alpha12.ebuild | 87 -------------------------
 3 files changed, 176 deletions(-)

diff --git a/www-client/zen-bin/Manifest b/www-client/zen-bin/Manifest
index 1b67f4251..7cf60f4cc 100644
--- a/www-client/zen-bin/Manifest
+++ b/www-client/zen-bin/Manifest
@@ -1,4 +1,2 @@
-DIST zen-bin-1.0.1_alpha10.tar.bz2 87684487 BLAKE2B 3df00d3ad2ce01b0314fa85422e10b12eb1a4fc6b4306c1e1399bbf1dea59b4d96cc978dd80d500681b87ddcefaa2272c59dd0df1b9391042ae8f803cf85dd32 SHA512 0e417cb0c3af4e4a25f66d389bcc1be359177b822d62048ace37f921d3eeb0bd00cb81d56756e328b3f55a22a650a0596131f82030096224a95f73d3d040e9e5
-DIST zen-bin-1.0.1_alpha12.tar.bz2 87711637 BLAKE2B fca3baf48b239ae5afe6077a4d089edf1acec3e79a1cb1f1b0deebb820e0e989c4bd49f96349ef5f25d997426ec03b21e886e245caad0ec89e372f81731639b3 SHA512 d31264f9b616a921a8c332d8d12d3dd6acdab4a7e080cb03855346093b09e54670e216d175e92c14ee8fde690569f938a50de0d509fec52149535ae7a13f7068
 DIST zen-bin-1.0.1_alpha17.tar.bz2 89546545 BLAKE2B a4a06aac8d52121262a7179989cbbf36012f5518e2b0ca3286cd1b166924168896db13e379ac5bb6d6d7726be4c4db7d8d0c8574abbf87e052ee010bb4d55c3f SHA512 12a4300b4aab3977438441b4412e4125d247dea15335003aabac77bc19d65f5ed5f0bb5f2d35c55a4d072a84d54ecc4793e79d9ab010711e33b834959dc2552b
 DIST zen-bin-1.0.1_alpha19.tar.bz2 89522253 BLAKE2B 333168463767dbf85be2c918c81892a4bafb47a5a9cb5b7301869aa44aeb762bdb3a16d06a3e411ff2cbb028297ada1a497513a74f643edd64324a25910923c9 SHA512 087b36c1d32656820e92a4c860fdc682a1b227f94ead7dc58ebbf8670b8345a9d383fcfbaacfb3c567d9685825f5f3af9381345b0e6753cdbedfafbd43f3dccc

diff --git a/www-client/zen-bin/zen-bin-1.0.1_alpha10.ebuild b/www-client/zen-bin/zen-bin-1.0.1_alpha10.ebuild
deleted file mode 100644
index 33d060316..000000000
--- a/www-client/zen-bin/zen-bin-1.0.1_alpha10.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils desktop
-
-MY_PV="1.0.1-a.10"
-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/${MY_PV}/${MY_P}.linux-specific.tar.bz2 -> ${P}.tar.bz2"
-
-S="${WORKDIR}"
-LICENSE="MPL-2.0"
-SLOT="0"
-
-RDEPEND="
-	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
-	x11-libs/gtk+:3
-	x11-libs/libX11
-	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
-}

diff --git a/www-client/zen-bin/zen-bin-1.0.1_alpha12.ebuild b/www-client/zen-bin/zen-bin-1.0.1_alpha12.ebuild
deleted file mode 100644
index c66546f2f..000000000
--- a/www-client/zen-bin/zen-bin-1.0.1_alpha12.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils desktop
-
-MY_PV="1.0.1-a.12"
-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/${MY_PV}/${MY_P}.linux-specific.tar.bz2 -> ${P}.tar.bz2"
-
-S="${WORKDIR}"
-LICENSE="MPL-2.0"
-SLOT="0"
-
-RDEPEND="
-	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
-	x11-libs/gtk+:3
-	x11-libs/libX11
-	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:[~2024-11-18 13:42 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-18 13:42 Julien Roy [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-10 15:20 [gentoo-commits] repo/proj/guru:master commit in: www-client/zen-bin/ David Roman
2025-03-10 15:20 David Roman
2025-01-23 13:38 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2025-01-23 13:59 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2025-01-23 13:38 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2025-01-23 13:59 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2025-01-22 15:29 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2025-01-22 15:42 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2025-01-22 15:29 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2025-01-22 15:42 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2025-01-11 23:34 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2025-01-11 23:38 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2025-01-10 15:42 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2025-01-10 15:44 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2025-01-10 15:42 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2025-01-10 15:44 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-12-25 14:03 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-12-26 15:36 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-12-25 14:03 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-12-26 15:36 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-12-24 16:18 Lucio Sauer
2024-12-24 16:18 Lucio Sauer
2024-12-20 14:55 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-12-20 15:00 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-12-20 14:55 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-12-20 15:00 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-12-15 18:02 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-12-15 18:10 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-12-15 18:02 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-12-15 18:10 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-12-12 13:06 David Roman
2024-12-12 13:06 David Roman
2024-12-12 13:06 David Roman
2024-12-02 13:41 Julien Roy
2024-12-02 12:43 [gentoo-commits] repo/proj/guru:dev " Julien Roy
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 13:41 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-11-18 13:42 Julien Roy
2024-11-04 18:27 David Roman
2024-10-29 10:53 David Roman
2024-10-16  8:45 David Roman
2024-10-16  8:45 David Roman
2024-10-03  9:43 Andrew Ammerlaan
2024-09-27 11:41 David Roman
2024-09-25 13:53 David Roman
2024-09-25 13:53 David Roman
2024-09-10 23:59 David Roman
2024-09-07 13:38 David Roman
2024-08-31 13:06 David Roman

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=1731936347.9ea5a244d260cf5c6fe4b4895cbe6087d469d117.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