diff options
author | 2022-02-27 22:44:20 +0000 | |
---|---|---|
committer | 2022-02-27 22:45:04 +0000 | |
commit | e967f66d4f288bdb573bed79059a0a3cc4f8f333 (patch) | |
tree | 5b9d7bc098f8b9121e1a137265c107886255f1b6 /dev-util/min-cscope | |
parent | profiles: last-rite net-fs/smbtad (diff) | |
download | gentoo-e967f66d4f288bdb573bed79059a0a3cc4f8f333.tar.gz gentoo-e967f66d4f288bdb573bed79059a0a3cc4f8f333.tar.bz2 gentoo-e967f66d4f288bdb573bed79059a0a3cc4f8f333.zip |
dev-util/min-cscope: drop 16.1.0
Closes: https://bugs.gentoo.org/834131
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/min-cscope')
-rw-r--r-- | dev-util/min-cscope/min-cscope-16.1.0.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-util/min-cscope/min-cscope-16.1.0.ebuild b/dev-util/min-cscope/min-cscope-16.1.0.ebuild deleted file mode 100644 index 2648a185f329..000000000000 --- a/dev-util/min-cscope/min-cscope-16.1.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils flag-o-matic - -DESCRIPTION="Interactively examine a C program" -HOMEPAGE="https://sourceforge.net/projects/kscope/" -SRC_URI="mirror://sourceforge/kscope/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug" - -S=${WORKDIR}/${PN} - -DOCS=( AUTHORS README{,.cscope} TODO ) - -PATCHES=( - "${FILESDIR}/${P}-tinfo.patch" #678886 -) - -src_prepare() { - cmake-utils_src_prepare - - echo 'INSTALL(TARGETS min-cscope RUNTIME DESTINATION bin)' \ - >> src/CMakeLists.txt || die -} - -src_configure() { - append-flags -I"${S}/sort" - cmake-utils_src_configure -} |