public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cdecl/
Date: Wed, 24 Aug 2022 09:37:16 +0000 (UTC)	[thread overview]
Message-ID: <1661333831.d68667b578c9bbe1bed8d2f453e6d7493a616cb7.flow@gentoo> (raw)

commit:     d68667b578c9bbe1bed8d2f453e6d7493a616cb7
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 24 09:37:11 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Aug 24 09:37:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d68667b5

dev-util/cdecl: drop 11.14

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-util/cdecl/Manifest           |  1 -
 dev-util/cdecl/cdecl-11.14.ebuild | 36 ------------------------------------
 2 files changed, 37 deletions(-)

diff --git a/dev-util/cdecl/Manifest b/dev-util/cdecl/Manifest
index 98c73fbfe5a4..406e91f9e23e 100644
--- a/dev-util/cdecl/Manifest
+++ b/dev-util/cdecl/Manifest
@@ -1,3 +1,2 @@
-DIST cdecl-11.14.tar.gz 772235 BLAKE2B 665ac2ab9efb0bb356eb96265e56cc8592534aafe1ada2d6129704b221aed71063645eba8ca9d792b5785127f1e9d4b341157245291f8c1792d04747b8b80043 SHA512 c96f4cd29a8a1e632990dfe13db5a8bd9f0705e1d6899eea5b1b4aa59be7451c1878e1f0a7c618cb051b67f5b99f6ee3ed5c49679cfbd7e723bdece2355f1bf1
 DIST cdecl-11.15.tar.gz 779251 BLAKE2B 38dbefeb65b19960d9a761f63318525c5f446536a1195258ad6bc0214f07e9b24aaba09d50bfa8486315ec9514f5727abf5150d243c0123c5d8d74cb97e53327 SHA512 e9142eaf59fed2722756408e2c7be38ebe5d6975baab46eceb79ef70462ac106d49328e14177a18a576a68c08fa8c8fecd6ed7f0c2b9ba7b219727ca4a1546db
 DIST cdecl-12.0.tar.gz 801393 BLAKE2B f1b506e633da62ff058901add3c986431144d37c4f1a1b29de69b9fed4992d0976bbc6002859a35c2436fb150c5c91b6ce3c412e772db5f2e566c80bad9f6473 SHA512 4d8ccdc898afb0fc64d7ac984cfa20b99b2d06679d298328bcfc13cc2da1cf6d19c57258dfac85d70ad9fd779f7bfe08b2ce89ef0c7013cf2fadc6079ca5819f

diff --git a/dev-util/cdecl/cdecl-11.14.ebuild b/dev-util/cdecl/cdecl-11.14.ebuild
deleted file mode 100644
index e11e661104b3..000000000000
--- a/dev-util/cdecl/cdecl-11.14.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-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/${PN}/archive/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="+readline"
-
-DEPEND="
-	sys-libs/ncurses:0=
-	readline? ( sys-libs/readline:0= )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-	sys-devel/bison
-	sys-devel/flex
-"
-
-S="${WORKDIR}/${PN}-${P}"
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-src_configure() {
-	econf $(use_with readline)
-}


             reply	other threads:[~2022-08-24  9:37 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-24  9:37 Florian Schmaus [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
2025-03-19  0:40 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: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=1661333831.d68667b578c9bbe1bed8d2f453e6d7493a616cb7.flow@gentoo \
    --to=flow@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