Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/ccsh/
Date: Wed, 27 Apr 2016 09:03:55
Message-Id: 1461746746.bc515668f79ba796b7563943bf3c175fca304ae3.monsieurp@gentoo
1 commit: bc515668f79ba796b7563943bf3c175fca304ae3
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 27 08:45:18 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 08:45:46 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc515668
7
8 app-shells/ccsh: EAPI 6 bump.
9
10 Package-Manager: portage-2.2.26
11
12 app-shells/ccsh/ccsh-0.0.4-r3.ebuild | 6 +++---
13 .../ccsh/{ccsh-0.0.4-r3.ebuild => ccsh-0.0.4-r4.ebuild} | 12 ++++++------
14 2 files changed, 9 insertions(+), 9 deletions(-)
15
16 diff --git a/app-shells/ccsh/ccsh-0.0.4-r3.ebuild b/app-shells/ccsh/ccsh-0.0.4-r3.ebuild
17 index 926a02b..5ca3aa0 100644
18 --- a/app-shells/ccsh/ccsh-0.0.4-r3.ebuild
19 +++ b/app-shells/ccsh/ccsh-0.0.4-r3.ebuild
20 @@ -1,14 +1,14 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 -EAPI="4"
27 +EAPI=4
28
29 inherit toolchain-funcs
30
31 DESCRIPTION="UNIX Shell for people already familiar with the C language"
32 HOMEPAGE="http://ccsh.sourceforge.net/"
33 -SRC_URI="http://download.sourceforge.net/ccsh/${P}.tar.gz"
34 +SRC_URI="mirror://sourceforge/ccsh/${P}.tar.gz"
35
36 LICENSE="GPL-2"
37 SLOT="0"
38
39 diff --git a/app-shells/ccsh/ccsh-0.0.4-r3.ebuild b/app-shells/ccsh/ccsh-0.0.4-r4.ebuild
40 similarity index 67%
41 copy from app-shells/ccsh/ccsh-0.0.4-r3.ebuild
42 copy to app-shells/ccsh/ccsh-0.0.4-r4.ebuild
43 index 926a02b..4055603 100644
44 --- a/app-shells/ccsh/ccsh-0.0.4-r3.ebuild
45 +++ b/app-shells/ccsh/ccsh-0.0.4-r4.ebuild
46 @@ -1,18 +1,18 @@
47 -# Copyright 1999-2013 Gentoo Foundation
48 +# Copyright 1999-2016 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Id$
51
52 -EAPI="4"
53 +EAPI=6
54
55 inherit toolchain-funcs
56
57 DESCRIPTION="UNIX Shell for people already familiar with the C language"
58 HOMEPAGE="http://ccsh.sourceforge.net/"
59 -SRC_URI="http://download.sourceforge.net/ccsh/${P}.tar.gz"
60 +SRC_URI="mirror://sourceforge/ccsh/${P}.tar.gz"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 -KEYWORDS="amd64 ppc sparc x86 ~ppc64"
65 +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~ppc64"
66 IUSE=""
67
68 src_compile() {
69 @@ -21,7 +21,7 @@ src_compile() {
70
71 src_install() {
72 exeinto /bin
73 - doexe ccsh
74 - newman ccsh.man ccsh.1
75 + doexe "${PN}"
76 + newman "${PN}.man" "${PN}.1"
77 dodoc ChangeLog README TODO
78 }