public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-shells/ccsh/
@ 2015-08-30 20:47 Patrice Clement
  0 siblings, 0 replies; 10+ messages in thread
From: Patrice Clement @ 2015-08-30 20:47 UTC (permalink / raw
  To: gentoo-commits

commit:     29ffb4db1fc0eab625ece772a7a836595d710cda
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 30 20:26:27 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Aug 30 20:26:27 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29ffb4db

app-shells/ccsh: Keyword for ppc64.

Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-shells/ccsh/ccsh-0.0.4-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/ccsh/ccsh-0.0.4-r3.ebuild b/app-shells/ccsh/ccsh-0.0.4-r3.ebuild
index 0b457e0..926a02b 100644
--- a/app-shells/ccsh/ccsh-0.0.4-r3.ebuild
+++ b/app-shells/ccsh/ccsh-0.0.4-r3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://download.sourceforge.net/ccsh/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
+KEYWORDS="amd64 ppc sparc x86 ~ppc64"
 IUSE=""
 
 src_compile() {


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

* [gentoo-commits] repo/gentoo:master commit in: app-shells/ccsh/
@ 2016-04-27  9:03 Patrice Clement
  0 siblings, 0 replies; 10+ messages in thread
From: Patrice Clement @ 2016-04-27  9:03 UTC (permalink / raw
  To: gentoo-commits

commit:     bc515668f79ba796b7563943bf3c175fca304ae3
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 27 08:45:18 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Apr 27 08:45:46 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc515668

app-shells/ccsh: EAPI 6 bump.

Package-Manager: portage-2.2.26

 app-shells/ccsh/ccsh-0.0.4-r3.ebuild                         |  6 +++---
 .../ccsh/{ccsh-0.0.4-r3.ebuild => ccsh-0.0.4-r4.ebuild}      | 12 ++++++------
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/app-shells/ccsh/ccsh-0.0.4-r3.ebuild b/app-shells/ccsh/ccsh-0.0.4-r3.ebuild
index 926a02b..5ca3aa0 100644
--- a/app-shells/ccsh/ccsh-0.0.4-r3.ebuild
+++ b/app-shells/ccsh/ccsh-0.0.4-r3.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="4"
+EAPI=4
 
 inherit toolchain-funcs
 
 DESCRIPTION="UNIX Shell for people already familiar with the C language"
 HOMEPAGE="http://ccsh.sourceforge.net/"
-SRC_URI="http://download.sourceforge.net/ccsh/${P}.tar.gz"
+SRC_URI="mirror://sourceforge/ccsh/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/app-shells/ccsh/ccsh-0.0.4-r3.ebuild b/app-shells/ccsh/ccsh-0.0.4-r4.ebuild
similarity index 67%
copy from app-shells/ccsh/ccsh-0.0.4-r3.ebuild
copy to app-shells/ccsh/ccsh-0.0.4-r4.ebuild
index 926a02b..4055603 100644
--- a/app-shells/ccsh/ccsh-0.0.4-r3.ebuild
+++ b/app-shells/ccsh/ccsh-0.0.4-r4.ebuild
@@ -1,18 +1,18 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="4"
+EAPI=6
 
 inherit toolchain-funcs
 
 DESCRIPTION="UNIX Shell for people already familiar with the C language"
 HOMEPAGE="http://ccsh.sourceforge.net/"
-SRC_URI="http://download.sourceforge.net/ccsh/${P}.tar.gz"
+SRC_URI="mirror://sourceforge/ccsh/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc sparc x86 ~ppc64"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~ppc64"
 IUSE=""
 
 src_compile() {
@@ -21,7 +21,7 @@ src_compile() {
 
 src_install() {
 	exeinto /bin
-	doexe ccsh
-	newman ccsh.man ccsh.1
+	doexe "${PN}"
+	newman "${PN}.man" "${PN}.1"
 	dodoc ChangeLog README TODO
 }


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

* [gentoo-commits] repo/gentoo:master commit in: app-shells/ccsh/
@ 2017-07-17 12:56 Sergey Popov
  0 siblings, 0 replies; 10+ messages in thread
From: Sergey Popov @ 2017-07-17 12:56 UTC (permalink / raw
  To: gentoo-commits

commit:     085580720531bbb9ef5fadc473248451500601a8
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 17 12:47:29 2017 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Mon Jul 17 12:56:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08558072

app-shells/ccsh: drop old version

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-shells/ccsh/ccsh-0.0.4-r3.ebuild | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/app-shells/ccsh/ccsh-0.0.4-r3.ebuild b/app-shells/ccsh/ccsh-0.0.4-r3.ebuild
deleted file mode 100644
index 2e9325d227c..00000000000
--- a/app-shells/ccsh/ccsh-0.0.4-r3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit toolchain-funcs
-
-DESCRIPTION="UNIX Shell for people already familiar with the C language"
-HOMEPAGE="http://ccsh.sourceforge.net/"
-SRC_URI="mirror://sourceforge/ccsh/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86 ~ppc64"
-IUSE=""
-
-src_compile() {
-	emake CFLAGS="${CFLAGS}" CC="$(tc-getCC)"
-}
-
-src_install() {
-	exeinto /bin
-	doexe ccsh
-	newman ccsh.man ccsh.1
-	dodoc ChangeLog README TODO
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-shells/ccsh/
@ 2017-07-17 12:56 Sergey Popov
  0 siblings, 0 replies; 10+ messages in thread
From: Sergey Popov @ 2017-07-17 12:56 UTC (permalink / raw
  To: gentoo-commits

commit:     b707fe60a6a236caa472f607273b71283aa40bff
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 17 12:47:01 2017 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Mon Jul 17 12:56:37 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b707fe60

app-shells/ccsh-0.0.4-r4: stable on amd64/ppc/sparc/x86

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-shells/ccsh/ccsh-0.0.4-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-shells/ccsh/ccsh-0.0.4-r4.ebuild b/app-shells/ccsh/ccsh-0.0.4-r4.ebuild
index 83aae155314..aa40d26b018 100644
--- a/app-shells/ccsh/ccsh-0.0.4-r4.ebuild
+++ b/app-shells/ccsh/ccsh-0.0.4-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/ccsh/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~ppc64"
+KEYWORDS="amd64 ppc ~ppc64 sparc x86"
 IUSE=""
 
 src_compile() {


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

* [gentoo-commits] repo/gentoo:master commit in: app-shells/ccsh/
@ 2023-02-14 11:19 Sergey Popov
  0 siblings, 0 replies; 10+ messages in thread
From: Sergey Popov @ 2023-02-14 11:19 UTC (permalink / raw
  To: gentoo-commits

commit:     c52c52242afed528f15e3c392cbc80030656f3ec
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 14 11:00:20 2023 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Tue Feb 14 11:00:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c52c5224

app-shells/ccsh: remove myself from maintainers

Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>

 app-shells/ccsh/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-shells/ccsh/metadata.xml b/app-shells/ccsh/metadata.xml
index 68ee15677f6f..720f98242075 100644
--- a/app-shells/ccsh/metadata.xml
+++ b/app-shells/ccsh/metadata.xml
@@ -1,10 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>pinkbyte@gentoo.org</email>
-		<name>Sergey Popov</name>
-	</maintainer>
+	<!-- maintainer-needed -->
 	<upstream>
 		<remote-id type="sourceforge">ccsh</remote-id>
 	</upstream>


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

* [gentoo-commits] repo/gentoo:master commit in: app-shells/ccsh/
@ 2023-08-26 13:30 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2023-08-26 13:30 UTC (permalink / raw
  To: gentoo-commits

commit:     dca38d318f805f958da2bf02bb83fb1730c08dc6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 26 13:30:12 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 26 13:30:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dca38d31

app-shells/ccsh: Stabilize 0.0.4-r5 ppc, #913055

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

 app-shells/ccsh/ccsh-0.0.4-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/ccsh/ccsh-0.0.4-r5.ebuild b/app-shells/ccsh/ccsh-0.0.4-r5.ebuild
index 476007875671..fbd06831cf48 100644
--- a/app-shells/ccsh/ccsh-0.0.4-r5.ebuild
+++ b/app-shells/ccsh/ccsh-0.0.4-r5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/ccsh/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ppc ~ppc64 ~sparc ~x86"
 
 src_compile() {
 	emake CFLAGS="${CFLAGS}" CC="$(tc-getCC)"


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

* [gentoo-commits] repo/gentoo:master commit in: app-shells/ccsh/
@ 2023-08-26 13:30 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2023-08-26 13:30 UTC (permalink / raw
  To: gentoo-commits

commit:     020b34e69f2fea654d97564ee4cf2f3e88e9b29c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 26 13:30:11 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 26 13:30:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=020b34e6

app-shells/ccsh: Stabilize 0.0.4-r5 amd64, #913055

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

 app-shells/ccsh/ccsh-0.0.4-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/ccsh/ccsh-0.0.4-r5.ebuild b/app-shells/ccsh/ccsh-0.0.4-r5.ebuild
index c8b2106df52f..476007875671 100644
--- a/app-shells/ccsh/ccsh-0.0.4-r5.ebuild
+++ b/app-shells/ccsh/ccsh-0.0.4-r5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/ccsh/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86"
 
 src_compile() {
 	emake CFLAGS="${CFLAGS}" CC="$(tc-getCC)"


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

* [gentoo-commits] repo/gentoo:master commit in: app-shells/ccsh/
@ 2023-08-26 13:30 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2023-08-26 13:30 UTC (permalink / raw
  To: gentoo-commits

commit:     d77eca39ece2cfdc58eab0136d5f29075dd1d175
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 26 13:30:12 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 26 13:30:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d77eca39

app-shells/ccsh: Stabilize 0.0.4-r5 x86, #913055

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

 app-shells/ccsh/ccsh-0.0.4-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/ccsh/ccsh-0.0.4-r5.ebuild b/app-shells/ccsh/ccsh-0.0.4-r5.ebuild
index fbd06831cf48..35aa7d574496 100644
--- a/app-shells/ccsh/ccsh-0.0.4-r5.ebuild
+++ b/app-shells/ccsh/ccsh-0.0.4-r5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/ccsh/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ppc ~ppc64 ~sparc x86"
 
 src_compile() {
 	emake CFLAGS="${CFLAGS}" CC="$(tc-getCC)"


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

* [gentoo-commits] repo/gentoo:master commit in: app-shells/ccsh/
@ 2023-08-26 13:30 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2023-08-26 13:30 UTC (permalink / raw
  To: gentoo-commits

commit:     010338ff2983c96634819d46755426b407d89145
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 26 13:30:13 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 26 13:30:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=010338ff

app-shells/ccsh: Stabilize 0.0.4-r5 sparc, #913055

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

 app-shells/ccsh/ccsh-0.0.4-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/ccsh/ccsh-0.0.4-r5.ebuild b/app-shells/ccsh/ccsh-0.0.4-r5.ebuild
index 35aa7d574496..92438f82af20 100644
--- a/app-shells/ccsh/ccsh-0.0.4-r5.ebuild
+++ b/app-shells/ccsh/ccsh-0.0.4-r5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/ccsh/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ppc ~ppc64 sparc x86"
 
 src_compile() {
 	emake CFLAGS="${CFLAGS}" CC="$(tc-getCC)"


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

* [gentoo-commits] repo/gentoo:master commit in: app-shells/ccsh/
@ 2023-08-26 13:34 Andreas Sturmlechner
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2023-08-26 13:34 UTC (permalink / raw
  To: gentoo-commits

commit:     6f95cd23bf45102255cbc3a239b57b0b36ba7974
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 26 13:31:55 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 26 13:34:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f95cd23

app-shells/ccsh: drop 0.0.4-r4

Closes: https://bugs.gentoo.org/913055
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-shells/ccsh/ccsh-0.0.4-r4.ebuild | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/app-shells/ccsh/ccsh-0.0.4-r4.ebuild b/app-shells/ccsh/ccsh-0.0.4-r4.ebuild
deleted file mode 100644
index aa40d26b0182..000000000000
--- a/app-shells/ccsh/ccsh-0.0.4-r4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="UNIX Shell for people already familiar with the C language"
-HOMEPAGE="http://ccsh.sourceforge.net/"
-SRC_URI="mirror://sourceforge/ccsh/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 sparc x86"
-IUSE=""
-
-src_compile() {
-	emake CFLAGS="${CFLAGS}" CC="$(tc-getCC)"
-}
-
-src_install() {
-	exeinto /bin
-	doexe "${PN}"
-	newman "${PN}.man" "${PN}.1"
-	dodoc ChangeLog README TODO
-}


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

end of thread, other threads:[~2023-08-26 13:34 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-17 12:56 [gentoo-commits] repo/gentoo:master commit in: app-shells/ccsh/ Sergey Popov
  -- strict thread matches above, loose matches on Subject: below --
2023-08-26 13:34 Andreas Sturmlechner
2023-08-26 13:30 Sam James
2023-08-26 13:30 Sam James
2023-08-26 13:30 Sam James
2023-08-26 13:30 Sam James
2023-02-14 11:19 Sergey Popov
2017-07-17 12:56 Sergey Popov
2016-04-27  9:03 Patrice Clement
2015-08-30 20:47 Patrice Clement

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