summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/cdecl/cdecl-13.0.ebuild')
-rw-r--r--dev-util/cdecl/cdecl-13.0.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-util/cdecl/cdecl-13.0.ebuild b/dev-util/cdecl/cdecl-13.0.ebuild
deleted file mode 100644
index 05474c494a14..000000000000
--- a/dev-util/cdecl/cdecl-13.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2021-2022 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="
- sys-devel/bison
- sys-devel/flex
-"
-
-src_configure() {
- econf \
- $(use_with readline) \
- $(use_enable ncurses term-size) \
- $(use_enable debug bison-debug) \
- $(use_enable debug flex-debug)
-}