Gentoo Archives: gentoo-commits

From: Sergey Popov <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/ccsh/
Date: Mon, 17 Jul 2017 12:56:57
Message-Id: 1500296200.085580720531bbb9ef5fadc473248451500601a8.pinkbyte@gentoo
1 commit: 085580720531bbb9ef5fadc473248451500601a8
2 Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 17 12:47:29 2017 +0000
4 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 17 12:56:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08558072
7
8 app-shells/ccsh: drop old version
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 app-shells/ccsh/ccsh-0.0.4-r3.ebuild | 26 --------------------------
13 1 file changed, 26 deletions(-)
14
15 diff --git a/app-shells/ccsh/ccsh-0.0.4-r3.ebuild b/app-shells/ccsh/ccsh-0.0.4-r3.ebuild
16 deleted file mode 100644
17 index 2e9325d227c..00000000000
18 --- a/app-shells/ccsh/ccsh-0.0.4-r3.ebuild
19 +++ /dev/null
20 @@ -1,26 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=4
25 -
26 -inherit toolchain-funcs
27 -
28 -DESCRIPTION="UNIX Shell for people already familiar with the C language"
29 -HOMEPAGE="http://ccsh.sourceforge.net/"
30 -SRC_URI="mirror://sourceforge/ccsh/${P}.tar.gz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="amd64 ppc sparc x86 ~ppc64"
35 -IUSE=""
36 -
37 -src_compile() {
38 - emake CFLAGS="${CFLAGS}" CC="$(tc-getCC)"
39 -}
40 -
41 -src_install() {
42 - exeinto /bin
43 - doexe ccsh
44 - newman ccsh.man ccsh.1
45 - dodoc ChangeLog README TODO
46 -}