Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/min-cscope/
Date: Sun, 27 Feb 2022 22:45:25
Message-Id: 1646001904.e967f66d4f288bdb573bed79059a0a3cc4f8f333.sam@gentoo
1 commit: e967f66d4f288bdb573bed79059a0a3cc4f8f333
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 22:44:20 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 22:45:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e967f66d
7
8 dev-util/min-cscope: drop 16.1.0
9
10 Closes: https://bugs.gentoo.org/834131
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-util/min-cscope/min-cscope-16.1.0.ebuild | 35 ----------------------------
14 1 file changed, 35 deletions(-)
15
16 diff --git a/dev-util/min-cscope/min-cscope-16.1.0.ebuild b/dev-util/min-cscope/min-cscope-16.1.0.ebuild
17 deleted file mode 100644
18 index 2648a185f329..000000000000
19 --- a/dev-util/min-cscope/min-cscope-16.1.0.ebuild
20 +++ /dev/null
21 @@ -1,35 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -inherit cmake-utils flag-o-matic
28 -
29 -DESCRIPTION="Interactively examine a C program"
30 -HOMEPAGE="https://sourceforge.net/projects/kscope/"
31 -SRC_URI="mirror://sourceforge/kscope/${P}.tar.gz"
32 -
33 -LICENSE="BSD"
34 -SLOT="0"
35 -KEYWORDS="amd64 x86"
36 -IUSE="debug"
37 -
38 -S=${WORKDIR}/${PN}
39 -
40 -DOCS=( AUTHORS README{,.cscope} TODO )
41 -
42 -PATCHES=(
43 - "${FILESDIR}/${P}-tinfo.patch" #678886
44 -)
45 -
46 -src_prepare() {
47 - cmake-utils_src_prepare
48 -
49 - echo 'INSTALL(TARGETS min-cscope RUNTIME DESTINATION bin)' \
50 - >> src/CMakeLists.txt || die
51 -}
52 -
53 -src_configure() {
54 - append-flags -I"${S}/sort"
55 - cmake-utils_src_configure
56 -}