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 1F48C158090 for ; Wed, 18 May 2022 16:40:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FDCEE08BD; Wed, 18 May 2022 16:40:50 +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 33A5EE08BD for ; Wed, 18 May 2022 16:40:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 AA065341315 for ; Wed, 18 May 2022 16:40:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5DD53B8 for ; Wed, 18 May 2022 16:40:46 +0000 (UTC) From: "Tony Olagbaiye" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tony Olagbaiye" Message-ID: <1652892041.cc7eaaba39bcab32f3b0f198e5c5bedb54ef9c87.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/metadata.xml www-client/nyxt/nyxt-9999.ebuild X-VCS-Directories: www-client/nyxt/ X-VCS-Committer: gentoo X-VCS-Committer-Name: Tony Olagbaiye X-VCS-Revision: cc7eaaba39bcab32f3b0f198e5c5bedb54ef9c87 X-VCS-Branch: dev Date: Wed, 18 May 2022 16:40:46 +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: e9e26fad-c9d3-40c2-a55b-cea368e2a046 X-Archives-Hash: 084eac55da104ba65b8f8aeb826752ba commit: cc7eaaba39bcab32f3b0f198e5c5bedb54ef9c87 Author: Tony Olagbaiye fron io> AuthorDate: Wed May 18 16:40:41 2022 +0000 Commit: Tony Olagbaiye fron io> CommitDate: Wed May 18 16:40:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cc7eaaba www-client/nyxt: new package, add 9999 Signed-off-by: Tony Olagbaiye fron.io> www-client/nyxt/Manifest | 2 ++ www-client/nyxt/metadata.xml | 8 ++++++++ www-client/nyxt/nyxt-9999.ebuild | 37 +++++++++++++++++++++++++++++++++++++ 3 files changed, 47 insertions(+) diff --git a/www-client/nyxt/Manifest b/www-client/nyxt/Manifest new file mode 100644 index 000000000..c9354f4d4 --- /dev/null +++ b/www-client/nyxt/Manifest @@ -0,0 +1,2 @@ +EBUILD nyxt-9999.ebuild 815 BLAKE2B 62dcc6c380649f82d7b7c1404444da8ef9d170e39f66107796699055f90877c2f216db8a309d48ab01e355c239f9d3d7f13448df5395895e66741efb3db6ee57 SHA512 2b5acf4483191e270449d5426c43dfad05f2a14d7d32b1d5096b837a8414f79b40fe9859ae55bf864affe0a8e0533a751b9bd500acdbfbb98b4367e2a54f6c65 +MISC metadata.xml 258 BLAKE2B ffaa7afa16b051cc19f6db080434f7d00fe3f9007e1ff66374deb7bc02d4dfdf584a0488ac32779b2d90c8e3bed9ed4eaa6bda3c942aaf95b6f3bd61763daa9b SHA512 feabf395256f030d83be82578309675861da1cd515f67dc3319d889810b39cc7fd74bfd2f61e33860f2390b1953501c9c2ebe9070e802fe9478b5ad26e08b254 diff --git a/www-client/nyxt/metadata.xml b/www-client/nyxt/metadata.xml new file mode 100644 index 000000000..1f8d8d565 --- /dev/null +++ b/www-client/nyxt/metadata.xml @@ -0,0 +1,8 @@ + + + + + thinkplex@riseup.net + Quentin Lombardo + + diff --git a/www-client/nyxt/nyxt-9999.ebuild b/www-client/nyxt/nyxt-9999.ebuild new file mode 100644 index 000000000..90c41e678 --- /dev/null +++ b/www-client/nyxt/nyxt-9999.ebuild @@ -0,0 +1,37 @@ +# Copyright 2021 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 +}