summaryrefslogtreecommitdiff
path: root/dev-util/min-cscope/min-cscope-16.1.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
commit4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch)
tree356496503d52354aa6d9f2d36126302fed5f3a73 /dev-util/min-cscope/min-cscope-16.1.0.ebuild
parentfcc5224904648a8e6eb528d7603154160a20022f (diff)
gentoo resync : 20.03.2022
Diffstat (limited to 'dev-util/min-cscope/min-cscope-16.1.0.ebuild')
-rw-r--r--dev-util/min-cscope/min-cscope-16.1.0.ebuild35
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
-}