summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2023-02-16 09:04:06 +0100
committerFlorian Schmaus <flow@gentoo.org>2023-02-16 09:12:51 +0100
commitb70e7471f9dfb374a3f12cffb9408ad5b280884f (patch)
treefd9b524a7d7b99d0536f6241787e572fe9157938 /dev-util/cdecl/cdecl-12.0.ebuild
parentdev-util/cdecl: stabilize 13.1 for amd64 (diff)
downloadgentoo-b70e7471f9dfb374a3f12cffb9408ad5b280884f.tar.gz
gentoo-b70e7471f9dfb374a3f12cffb9408ad5b280884f.tar.bz2
gentoo-b70e7471f9dfb374a3f12cffb9408ad5b280884f.zip
dev-util/cdecl: drop 12.0
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-util/cdecl/cdecl-12.0.ebuild')
-rw-r--r--dev-util/cdecl/cdecl-12.0.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-util/cdecl/cdecl-12.0.ebuild b/dev-util/cdecl/cdecl-12.0.ebuild
deleted file mode 100644
index e11e661104b3..000000000000
--- a/dev-util/cdecl/cdecl-12.0.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)
-}