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 4EC7415813A for ; Mon, 13 Jan 2025 06:25:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A92BE0833; Mon, 13 Jan 2025 06:25:41 +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 5F9D1E0833 for ; Mon, 13 Jan 2025 06:25:41 +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 6E8D6335C52 for ; Mon, 13 Jan 2025 06:25:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4FFE1D2A for ; Mon, 13 Jan 2025 06:25:38 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1736749455.ad1e28794ca8d6c8693a9425a8e49f9de5bf99cb.eschwartz@gentoo> Subject: [gentoo-commits] proj/binhost:master commit in: builders/milou/gnome-v3-23/portage/variants/novala/package.use/, ... X-VCS-Repository: proj/binhost X-VCS-Files: builders/milou/gnome-v3-23/portage/variants/novala/buildpkgonly builders/milou/gnome-v3-23/portage/variants/novala/package.use/novala builders/milou/gnome-v3-23/portage/variants/novala/world.remove X-VCS-Directories: builders/milou/gnome-v3-23/portage/variants/novala/ builders/milou/gnome-v3-23/portage/variants/novala/package.use/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: ad1e28794ca8d6c8693a9425a8e49f9de5bf99cb X-VCS-Branch: master Date: Mon, 13 Jan 2025 06:25:38 +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: 4a1b51ee-c801-4ada-8945-9afba8e9c03c X-Archives-Hash: 3cd817a2dd22c99138705850e06140d6 commit: ad1e28794ca8d6c8693a9425a8e49f9de5bf99cb Author: Eli Schwartz gentoo org> AuthorDate: Mon Jan 13 06:22:48 2025 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Mon Jan 13 06:24:15 2025 +0000 URL: https://gitweb.gentoo.org/proj/binhost.git/commit/?id=ad1e2879 milou: add new variant build for -vala Vala is kind of a... language of all time. There is some inerest in NOT using it as it allows depcleaning the vala compiler. Signed-off-by: Eli Schwartz gentoo.org> builders/milou/gnome-v3-23/portage/variants/novala/buildpkgonly | 3 +++ builders/milou/gnome-v3-23/portage/variants/novala/package.use/novala | 1 + builders/milou/gnome-v3-23/portage/variants/novala/world.remove | 3 +++ 3 files changed, 7 insertions(+) diff --git a/builders/milou/gnome-v3-23/portage/variants/novala/buildpkgonly b/builders/milou/gnome-v3-23/portage/variants/novala/buildpkgonly new file mode 100755 index 0000000..daeeba4 --- /dev/null +++ b/builders/milou/gnome-v3-23/portage/variants/novala/buildpkgonly @@ -0,0 +1,3 @@ +#!/bin/sh + +equery hasuse -F '$cp:$slot' vala | xargs emerge -q diff --git a/builders/milou/gnome-v3-23/portage/variants/novala/package.use/novala b/builders/milou/gnome-v3-23/portage/variants/novala/package.use/novala new file mode 100644 index 0000000..a28e144 --- /dev/null +++ b/builders/milou/gnome-v3-23/portage/variants/novala/package.use/novala @@ -0,0 +1 @@ +*/* -vala diff --git a/builders/milou/gnome-v3-23/portage/variants/novala/world.remove b/builders/milou/gnome-v3-23/portage/variants/novala/world.remove new file mode 100644 index 0000000..e615ce3 --- /dev/null +++ b/builders/milou/gnome-v3-23/portage/variants/novala/world.remove @@ -0,0 +1,3 @@ +gnome-base/gnome +gnome-base/gnome-extra-apps +mate-base/mate