public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Sam James <sam@gentoo.org>
To: Matt Turner <mattst88@gentoo.org>
Cc: gentoo-dev@lists.gentoo.org
Subject: Re: [gentoo-dev] [RFC 1/3] eclass: Add eqawarn to xorg-3.eclass if package contains a meson.build
Date: Sat, 03 May 2025 07:22:42 +0100	[thread overview]
Message-ID: <871pt6xlfx.fsf@gentoo.org> (raw)
In-Reply-To: <20250429182949.2838222-1-mattst88@gentoo.org>

Matt Turner <mattst88@gentoo.org> writes:

> ---
>  eclass/xorg-3.eclass | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git ./eclass/xorg-3.eclass ./eclass/xorg-3.eclass
> index 4947cb86b8b0..81df265c922f 100644
> --- ./eclass/xorg-3.eclass
> +++ ./eclass/xorg-3.eclass
> @@ -285,6 +285,10 @@ xorg-3_reconf_source() {
>  xorg-3_src_prepare() {
>  	debug-print-function ${FUNCNAME} "$@"
>  
> +	if [[ -e  meson.build ]]; then

Maybe drop the extra space.

> +		eqawarn "Package contains a meson.build and should be migrated to xorg-meson.eclass if possible"
> +	fi
> +
>  	default
>  	xorg-3_reconf_source
>  }


      parent reply	other threads:[~2025-05-03  6:24 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-29 18:28 [gentoo-dev] [RFC 1/3] eclass: Add eqawarn to xorg-3.eclass if package contains a meson.build Matt Turner
2025-04-29 18:28 ` [gentoo-dev] [RFC 2/3] eclass: Add xorg-meson eclass Matt Turner
2025-05-03  6:05   ` Michał Górny
2025-05-05 15:51     ` Matt Turner
2025-05-03  6:28   ` Sam James
2025-05-05 15:54     ` Matt Turner
2025-05-05 15:55   ` Matt Turner
2025-04-29 18:28 ` [gentoo-dev] [RFC 3/3] */*: Example of switching packages from xorg-3 -> xorg-meson Matt Turner
2025-05-03  6:22 ` Sam James [this message]

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=871pt6xlfx.fsf@gentoo.org \
    --to=sam@gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    --cc=mattst88@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