public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-util/min-cscope/
@ 2017-10-16  0:08 David Seifert
  0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2017-10-16  0:08 UTC (permalink / raw
  To: gentoo-commits

commit:     9cc6758d3c15c3b0723db975c81579e6b10b13bf
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 15 23:37:27 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Oct 16 00:06:57 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cc6758d

dev-util/min-cscope: [QA] Add cmake-utils_src_prepare

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-util/min-cscope/min-cscope-16.1.0.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 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
index a32340f19d0..635ae50824d 100644
--- a/dev-util/min-cscope/min-cscope-16.1.0.ebuild
+++ b/dev-util/min-cscope/min-cscope-16.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -18,8 +18,10 @@ S=${WORKDIR}/${PN}
 DOCS="AUTHORS README* TODO"
 
 src_prepare() {
+	cmake-utils_src_prepare
+
 	echo 'INSTALL(TARGETS min-cscope RUNTIME DESTINATION bin)' \
-		>> src/CMakeLists.txt
+		>> src/CMakeLists.txt || die
 }
 
 src_configure() {


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/min-cscope/
@ 2018-08-25 15:27 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2018-08-25 15:27 UTC (permalink / raw
  To: gentoo-commits

commit:     bb4eb2dab1c87f02fe1b14aac2535442fe946a14
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 25 14:37:56 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 25 14:53:42 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb4eb2da

dev-util/min-cscope: EAPI-6 bump

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-util/min-cscope/min-cscope-16.1.0.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 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
index 635ae50824d..9ae7cbca401 100644
--- a/dev-util/min-cscope/min-cscope-16.1.0.ebuild
+++ b/dev-util/min-cscope/min-cscope-16.1.0.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
+
 inherit cmake-utils flag-o-matic
 
 DESCRIPTION="Interactively examine a C program"
@@ -15,7 +16,7 @@ IUSE="debug"
 
 S=${WORKDIR}/${PN}
 
-DOCS="AUTHORS README* TODO"
+DOCS=( AUTHORS README{,.cscope} TODO )
 
 src_prepare() {
 	cmake-utils_src_prepare


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/min-cscope/
@ 2022-02-27  0:54 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2022-02-27  0:54 UTC (permalink / raw
  To: gentoo-commits

commit:     6b8451cb635d6e5ba17e2b2d448b3b4e487394de
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 27 00:36:31 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 27 00:36:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b8451cb

dev-util/min-cscope: update EAPI 6 -> 8

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/min-cscope/min-cscope-16.1.0-r1.ebuild | 35 +++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/dev-util/min-cscope/min-cscope-16.1.0-r1.ebuild b/dev-util/min-cscope/min-cscope-16.1.0-r1.ebuild
new file mode 100644
index 000000000000..5ec2af9a45c7
--- /dev/null
+++ b/dev-util/min-cscope/min-cscope-16.1.0-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake flag-o-matic
+
+DESCRIPTION="Interactively examine a C program"
+HOMEPAGE="https://sourceforge.net/projects/kscope/"
+SRC_URI="mirror://sourceforge/kscope/${P}.tar.gz"
+S="${WORKDIR}"/${PN}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+DOCS=( AUTHORS README{,.cscope} TODO )
+
+PATCHES=(
+	"${FILESDIR}/${P}-tinfo.patch" # bug #678886
+)
+
+src_prepare() {
+	cmake_src_prepare
+
+	echo 'INSTALL(TARGETS min-cscope RUNTIME DESTINATION bin)' \
+		>> src/CMakeLists.txt || die
+}
+
+src_configure() {
+	append-flags -I"${S}"/sort
+
+	cmake_src_configure
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/min-cscope/
@ 2022-02-27 13:54 Jakov Smolić
  0 siblings, 0 replies; 6+ messages in thread
From: Jakov Smolić @ 2022-02-27 13:54 UTC (permalink / raw
  To: gentoo-commits

commit:     bf29482a9c3d32f620cc1bf939631e9f11f14879
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 27 13:54:29 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Feb 27 13:54:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf29482a

dev-util/min-cscope: Stabilize 16.1.0-r1 amd64, #834131

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-util/min-cscope/min-cscope-16.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/min-cscope/min-cscope-16.1.0-r1.ebuild b/dev-util/min-cscope/min-cscope-16.1.0-r1.ebuild
index 5ec2af9a45c7..b25b49155c89 100644
--- a/dev-util/min-cscope/min-cscope-16.1.0-r1.ebuild
+++ b/dev-util/min-cscope/min-cscope-16.1.0-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"/${PN}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug"
 
 DOCS=( AUTHORS README{,.cscope} TODO )


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/min-cscope/
@ 2022-02-27 13:54 Jakov Smolić
  0 siblings, 0 replies; 6+ messages in thread
From: Jakov Smolić @ 2022-02-27 13:54 UTC (permalink / raw
  To: gentoo-commits

commit:     b0f332a23947a0cc7d96e9e63a36de15bdfbb244
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 27 13:54:32 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Feb 27 13:54:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0f332a2

dev-util/min-cscope: Stabilize 16.1.0-r1 x86, #834131

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-util/min-cscope/min-cscope-16.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/min-cscope/min-cscope-16.1.0-r1.ebuild b/dev-util/min-cscope/min-cscope-16.1.0-r1.ebuild
index b25b49155c89..0d3a3575f8b8 100644
--- a/dev-util/min-cscope/min-cscope-16.1.0-r1.ebuild
+++ b/dev-util/min-cscope/min-cscope-16.1.0-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"/${PN}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="debug"
 
 DOCS=( AUTHORS README{,.cscope} TODO )


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/min-cscope/
@ 2022-02-27 22:45 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2022-02-27 22:45 UTC (permalink / raw
  To: gentoo-commits

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
-}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-02-27 22:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-27 22:45 [gentoo-commits] repo/gentoo:master commit in: dev-util/min-cscope/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2022-02-27 13:54 Jakov Smolić
2022-02-27 13:54 Jakov Smolić
2022-02-27  0:54 Sam James
2018-08-25 15:27 Andreas Sturmlechner
2017-10-16  0:08 David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox