From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 392C0158042 for ; Sun, 20 Oct 2024 18:27:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41A8BE07C9; Sun, 20 Oct 2024 18:27:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15686E07C9 for ; Sun, 20 Oct 2024 18:27:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F3ED13430A7 for ; Sun, 20 Oct 2024 18:27:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6062C19CB for ; Sun, 20 Oct 2024 18:27:03 +0000 (UTC) From: "Dale Showers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dale Showers" Message-ID: <1729448793.aff179ce796c77809c5cf69ad3f06ed156b007eb.gentoo@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: www-client/nyxt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: www-client/nyxt/Manifest www-client/nyxt/nyxt-3.11.7.ebuild X-VCS-Directories: www-client/nyxt/ X-VCS-Committer: gentoo X-VCS-Committer-Name: Dale Showers X-VCS-Revision: aff179ce796c77809c5cf69ad3f06ed156b007eb X-VCS-Branch: dev Date: Sun, 20 Oct 2024 18:27:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5e54a622-addf-4905-b535-927b1a8131f6 X-Archives-Hash: c80d06916d26229f1f8f903865338951 commit: aff179ce796c77809c5cf69ad3f06ed156b007eb Author: Dale Showers fictx com> AuthorDate: Sun Oct 20 18:25:36 2024 +0000 Commit: Dale Showers fictx com> CommitDate: Sun Oct 20 18:26:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aff179ce www-client/nyxt: drop 3.11.7 Signed-off-by: Dale Showers fictx.com> www-client/nyxt/Manifest | 1 - www-client/nyxt/nyxt-3.11.7.ebuild | 89 -------------------------------------- 2 files changed, 90 deletions(-) diff --git a/www-client/nyxt/Manifest b/www-client/nyxt/Manifest index 539da5627..a726c4bc8 100644 --- a/www-client/nyxt/Manifest +++ b/www-client/nyxt/Manifest @@ -1,2 +1 @@ -DIST nyxt-3.11.7.gh.tar.xz 18094656 BLAKE2B 6e7dbe65601525fafa493cc86689062a3157812f8d7991bee42926291efeaddb699596d6eaa7207c633ec2e6beb3cd32884ba1ab0990aafeace8080b5cb242c1 SHA512 853cb4ec7fe0e04a9f4672170965d6e71c9c81d77382b08f3abe8bb68ce6d44b6ba2a8c3ed6d7d47b2a0a6a92cc3c312189ea7a0635f1a7a3c1ebcea8f710a40 DIST nyxt-3.11.8.gh.tar.xz 18101916 BLAKE2B b90d7967367ce0628e1451a04cab1fde3608a8f2137d5907a1247379a711e19168b2b7d04852f831a5f0ecb5680a79b4a31a235b7002ffd4de4dc99f8c70f2b7 SHA512 f6b1fcbb4bc4436cc39b0766f7a6a4e57cee81b785e04b1897c04836c6f349a8b5149118869fe36c8cc4c89518c88df75a47118f422149149f25b606a192cdf2 diff --git a/www-client/nyxt/nyxt-3.11.7.ebuild b/www-client/nyxt/nyxt-3.11.7.ebuild deleted file mode 100644 index 6823fa3ef..000000000 --- a/www-client/nyxt/nyxt-3.11.7.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright 2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit desktop optfeature xdg - -DESCRIPTION="Nyxt - the hacker's power-browser" -HOMEPAGE="https://nyxt.atlas.engineer/" - -if [[ ${PV} == 9999 ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/atlas-engineer/${PN}.git" - EGIT_SUBMODULES=( '*' ) - EGIT_BRANCH="master" - EGIT_CHECKOUT_DIR="${S}" -else - KEYWORDS="~amd64" - SRC_URI="https://github.com/atlas-engineer/${PN}/releases/download/${PV}/nyxt-${PV}-source-with-submodules.tar.xz -> ${PF}.gh.tar.xz" -fi - -LICENSE="BSD CC-BY-SA-3.0" -SLOT="0" -IUSE="doc" - -# Portage replaces the nyxt binary with sbcl when stripping -RESTRICT="mirror strip" - -RDEPEND=" - dev-libs/gobject-introspection - gnome-base/gsettings-desktop-schemas - net-libs/glib-networking - net-libs/webkit-gtk:4.1 - sys-libs/libfixposix -" - -DEPEND="${RDEPEND}" -BDEPEND=" - >=dev-lisp/sbcl-2.0.0[threads,unicode] - <=dev-lisp/sbcl-2.4.4[threads,unicode] -" -QA_FLAGS_IGNORED="usr/bin/${PN}" - -if [[ "${PV}" != 9999 ]]; then - src_unpack() { - mkdir "${WORKDIR}/${P}" || die - cd "${WORKDIR}/${P}" - default -} - -fi - -src_compile() { - emake all - use doc && emake doc -} - -src_install(){ - dobin "${S}/nyxt" - - if [ "$(use doc)" ] - then - docinto "/usr/share/doc/${P}" - dodoc "${S}/manual.html" - fi - - for icon in 16x16 32x32 128x128 256x256 512x512; do - newicon -s ${icon} "${S}/assets/nyxt_${icon}.png" ${PN}.png - done - - domenu "${S}/assets/nyxt.desktop" -} - -pkg_postinst() { - xdg_pkg_postinst - optfeature "for Wayland clipboard support" "gui-apps/wl-clipboard" - optfeature "for X11 clipboard support" "x11-misc/xclip" - optfeature "for spellchecking" "app-text/enchant" - optfeature "for HTML5 audio/video" "media-libs/gstreamer" - optfeature "for HTML5 audio/video" "media-libs/gst-plugins-bad" - optfeature "for HTML5 audio/video" "media-libs/gst-plugins-base" - optfeature "for HTML5 audio/video" "media-libs/gst-plugins-good" - optfeature "for HTML5 audio/video" "media-libs/gst-plugins-ugly" - optfeature "for HTML5 audio/video" "media-plugins/gst-plugins-libav" -} - -pkg_postrm() { - xdg_pkg_postrm -}