commit: e967f66d4f288bdb573bed79059a0a3cc4f8f333 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Feb 27 22:44:20 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Feb 27 22:45:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e967f66d
dev-util/min-cscope: drop 16.1.0 Closes: https://bugs.gentoo.org/834131 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/min-cscope/min-cscope-16.1.0.ebuild | 35 ---------------------------- 1 file changed, 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 -}
