public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cdecl/
Date: Wed, 19 Mar 2025 00:40:58 +0000 (UTC)	[thread overview]
Message-ID: <1742344829.74eef671a690b53c0bbac8ceb2a8754773d116ae.sam@gentoo> (raw)

commit:     74eef671a690b53c0bbac8ceb2a8754773d116ae
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 19 00:36:22 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 19 00:40:29 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74eef671

dev-util/cdecl: drop 14.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/cdecl/Manifest          |  1 -
 dev-util/cdecl/cdecl-14.0.ebuild | 31 -------------------------------
 2 files changed, 32 deletions(-)

diff --git a/dev-util/cdecl/Manifest b/dev-util/cdecl/Manifest
index 18e5cb9cc7bb..e82532faeeb2 100644
--- a/dev-util/cdecl/Manifest
+++ b/dev-util/cdecl/Manifest
@@ -1,2 +1 @@
-DIST cdecl-14.0.release.tar.gz 1243688 BLAKE2B c43aff760305805d6ceeca136a1107120e2199c440dca935e1915dc55b75e0f49f60d651c377f3566b7a8c8d548b2db5006cb3477ce41cfe338c92e4f1c7041a SHA512 e079b2731020b819c6021854fb763e0094de6b361255dd7c98687ee064f5f8d67da3d4d2fe14c416edc20dfa73cb28d101f90f03c3c438506e5fe6063cc56f09
 DIST cdecl-14.2.release.tar.gz 1263258 BLAKE2B b130f2d4b950c7dc0ddba3bcfba511f6964b20731f2a505fea33c9387a831f6aea05508a4f7d3fb4f6b512b57434657dcd984cb81f73f93c803341f21a4b8d8e SHA512 b39575e7a2e068aec88e7b975a56ca9d7a4a216a2ec20bcc4816c89df2827885f1aa5009acdb81c83f7f1e8585ff6bc6ce4b83efebac52cd6988e87f889ca480

diff --git a/dev-util/cdecl/cdecl-14.0.ebuild b/dev-util/cdecl/cdecl-14.0.ebuild
deleted file mode 100644
index 758ee4713f53..000000000000
--- a/dev-util/cdecl/cdecl-14.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2021-2024 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 ~x86"
-IUSE="debug readline ncurses"
-
-DEPEND="
-	ncurses? ( sys-libs/ncurses:0= )
-	readline? ( sys-libs/readline:0= )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-	app-alternatives/yacc
-	app-alternatives/lex
-"
-
-src_configure() {
-	econf \
-		$(use_with readline) \
-		$(use_enable ncurses term-size) \
-		$(use_enable debug bison-debug) \
-		$(use_enable debug flex-debug)
-}


             reply	other threads:[~2025-03-19  0:41 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-19  0:40 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-19  0:40 [gentoo-commits] repo/gentoo:master commit in: dev-util/cdecl/ Sam James
2023-07-29 14:05 Florian Schmaus
2023-07-29 14:05 Florian Schmaus
2023-06-25 16:32 Florian Schmaus
2023-06-25 15:23 Florian Schmaus
2023-06-25 15:23 Florian Schmaus
2023-03-31 10:28 Florian Schmaus
2023-03-21 11:15 Florian Schmaus
2023-03-21 11:15 Florian Schmaus
2023-02-16  8:12 Florian Schmaus
2023-02-16  8:12 Florian Schmaus
2023-02-16  8:12 Florian Schmaus
2023-01-10  7:51 Florian Schmaus
2022-12-21 19:39 Florian Schmaus
2022-11-03  9:36 Florian Schmaus
2022-11-02  8:19 Florian Schmaus
2022-09-30 10:24 Florian Schmaus
2022-09-30 10:24 Florian Schmaus
2022-08-24  9:37 Florian Schmaus
2022-08-24  9:36 Florian Schmaus
2022-07-01  8:19 Florian Schmaus
2022-05-16 10:13 Florian Schmaus
2022-05-16 10:13 Florian Schmaus
2022-05-16 10:13 Florian Schmaus
2022-03-15 18:59 Florian Schmaus
2022-02-12 15:02 Florian Schmaus
2022-02-04 15:49 Florian Schmaus

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=1742344829.74eef671a690b53c0bbac8ceb2a8754773d116ae.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.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