From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5BDD81584F2 for ; Wed, 19 Mar 2025 00:41:04 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 4560A343021 for ; Wed, 19 Mar 2025 00:41:04 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 896C51103C7; Wed, 19 Mar 2025 00:41:00 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 826751103C7 for ; Wed, 19 Mar 2025 00:41:00 +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 3B4393431D2 for ; Wed, 19 Mar 2025 00:41:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CC592834 for ; Wed, 19 Mar 2025 00:40:58 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1742344830.c583782bc9f285b926f52cf28c16fc8935258171.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cdecl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cdecl/Manifest dev-util/cdecl/cdecl-18.4.1.ebuild X-VCS-Directories: dev-util/cdecl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c583782bc9f285b926f52cf28c16fc8935258171 X-VCS-Branch: master Date: Wed, 19 Mar 2025 00:40:58 +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: 10d99bc2-c8b5-4350-8efb-37de74d099fa X-Archives-Hash: 0f8a246a48738570b1e3d5feb9acdc89 commit: c583782bc9f285b926f52cf28c16fc8935258171 Author: Sam James gentoo org> AuthorDate: Wed Mar 19 00:39:26 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 19 00:40:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c583782b dev-util/cdecl: add 18.4.1 * Lots of gnulib updates, so may fix bug #835511 * Tests now pass with /bin/sh as dash (bug #889144) * configure check now only looks for bison/flex if parser is missing (bug #879233) Bug: https://bugs.gentoo.org/835511 Closes: https://bugs.gentoo.org/889144 Closes: https://bugs.gentoo.org/879233 Closes: https://bugs.gentoo.org/919153 Signed-off-by: Sam James gentoo.org> dev-util/cdecl/Manifest | 1 + dev-util/cdecl/cdecl-18.4.1.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-util/cdecl/Manifest b/dev-util/cdecl/Manifest index e82532faeeb2..7856d5f5955b 100644 --- a/dev-util/cdecl/Manifest +++ b/dev-util/cdecl/Manifest @@ -1 +1,2 @@ DIST cdecl-14.2.release.tar.gz 1263258 BLAKE2B b130f2d4b950c7dc0ddba3bcfba511f6964b20731f2a505fea33c9387a831f6aea05508a4f7d3fb4f6b512b57434657dcd984cb81f73f93c803341f21a4b8d8e SHA512 b39575e7a2e068aec88e7b975a56ca9d7a4a216a2ec20bcc4816c89df2827885f1aa5009acdb81c83f7f1e8585ff6bc6ce4b83efebac52cd6988e87f889ca480 +DIST cdecl-18.4.1.release.tar.gz 1601136 BLAKE2B 4a122cc64f9a904a0cdd26c358c5fc6d7a65bd494982dedbd1552966abdfc8c28ceef3f3112d7561171cea3325838b77fe7b799b239811d466c17703b2f4a662 SHA512 929c371cab175e60e7686f57cc454411b35591f0d47afed6b7f378a92200deff20c0d7dba5d937d0e8276bf1f8a2a8d7a393b666f5fb5512781616a623386e29 diff --git a/dev-util/cdecl/cdecl-18.4.1.ebuild b/dev-util/cdecl/cdecl-18.4.1.ebuild new file mode 100644 index 000000000000..ef9a3c974240 --- /dev/null +++ b/dev-util/cdecl/cdecl-18.4.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 2021-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION='Composing and deciphering C (or C++) declarations or casts, aka "gibberish."' +HOMEPAGE="https://github.com/paul-j-lucas/cdecl" +SRC_URI="https://github.com/paul-j-lucas/cdecl/releases/download/${P}/${P}.tar.gz -> ${P}.release.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="debug readline ncurses" + +DEPEND=" + ncurses? ( sys-libs/ncurses:= ) + readline? ( sys-libs/readline:= ) +" +RDEPEND="${DEPEND}" + +src_configure() { + econf \ + $(use_with readline) \ + $(use_enable ncurses term-size) \ + $(use_enable debug bison-debug) \ + $(use_enable debug flex-debug) +}