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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4946615800F for ; Sat, 14 Jan 2023 04:34:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 714B9E07EF; Sat, 14 Jan 2023 04:34:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 55BF3E07EF for ; Sat, 14 Jan 2023 04:34:07 +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 F3C53340DEE for ; Sat, 14 Jan 2023 04:34:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 342847F0 for ; Sat, 14 Jan 2023 04:34:04 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1673670817.543995bfbb6c83092d699158c6e7da3e0bf8c343.julien@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/metadata.xml www-client/nyxt/nyxt-9999.ebuild X-VCS-Directories: www-client/nyxt/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 543995bfbb6c83092d699158c6e7da3e0bf8c343 X-VCS-Branch: dev Date: Sat, 14 Jan 2023 04:34:04 +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: d3277b21-b90a-44ca-95c7-eecc2cfec85c X-Archives-Hash: 7bfacdc30f2605a73ef14f13965a7ecd commit: 543995bfbb6c83092d699158c6e7da3e0bf8c343 Author: Julien Roy jroy ca> AuthorDate: Sat Jan 14 04:33:17 2023 +0000 Commit: Julien Roy jroy ca> CommitDate: Sat Jan 14 04:33:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=543995bf www-client/nyxt: treeclean ebuild is broken since version 3 Signed-off-by: Julien Roy jroy.ca> www-client/nyxt/Manifest | 0 www-client/nyxt/metadata.xml | 8 -------- www-client/nyxt/nyxt-9999.ebuild | 37 ------------------------------------- 3 files changed, 45 deletions(-) diff --git a/www-client/nyxt/Manifest b/www-client/nyxt/Manifest deleted file mode 100644 index e69de29bb..000000000 diff --git a/www-client/nyxt/metadata.xml b/www-client/nyxt/metadata.xml deleted file mode 100644 index 1f8d8d565..000000000 --- a/www-client/nyxt/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - thinkplex@riseup.net - Quentin Lombardo - - diff --git a/www-client/nyxt/nyxt-9999.ebuild b/www-client/nyxt/nyxt-9999.ebuild deleted file mode 100644 index 3de9feddb..000000000 --- a/www-client/nyxt/nyxt-9999.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Nyxt - the internet on your terms." -HOMEPAGE="https://nyxt.atlas.engineer/" -if [[ "${PV}" == *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/atlas-engineer/nyxt.git" -else - SRC_URI="https://github.com/atlas-engineer/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -LICENSE="BSD CC-BY-SA-3.0" -SLOT="0" -IUSE="X spell" - -RDEPEND="" -DEPEND="${RDEPEND} - net-libs/webkit-gtk - net-libs/glib-networking - gnome-base/gsettings-desktop-schemas - sys-libs/libfixposix - X? ( x11-misc/xclip ) - spell? ( app-text/enchant )" -BDEPEND=">=dev-lisp/sbcl-2.0.0" - -src_prepare(){ - default - ls _build/quicklisp-client -} - -src_compile(){ - emake all || die emake failed -}