summaryrefslogtreecommitdiff
path: root/app-shells/ccsh
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-shells/ccsh
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-shells/ccsh')
-rw-r--r--app-shells/ccsh/Manifest3
-rw-r--r--app-shells/ccsh/ccsh-0.0.4-r4.ebuild26
-rw-r--r--app-shells/ccsh/metadata.xml11
3 files changed, 40 insertions, 0 deletions
diff --git a/app-shells/ccsh/Manifest b/app-shells/ccsh/Manifest
new file mode 100644
index 000000000000..d8605fc02e9e
--- /dev/null
+++ b/app-shells/ccsh/Manifest
@@ -0,0 +1,3 @@
+DIST ccsh-0.0.4.tar.gz 11625 BLAKE2B c8cdc2dc01381f7e2c03292fb2212efce4637ea963aca53041d57045253b617213bca805942a88062d1aac961232b299de084fad43d18f9f7dcf3922a04fb792 SHA512 114c471870a23682ebc6bf1967bb82af55eb8a56abcb3472492d08a39906d9a6476adb619f2b9a6097c4ccf75f9ea266d297e50de39a277aea4eadea15cc06ba
+EBUILD ccsh-0.0.4-r4.ebuild 543 BLAKE2B 947fcf38cdff93dcd5c59cf6d39419a9214a2b537dfd4f2a6040afebec4b8112e84e87077e0e1ef382f7af9d74fde54872c6460ff91ed4ab49b94aa71be7b629 SHA512 d385ac4bb08cf6b8ed450e2b301273ba1fd407403a72a5202e0cc5128af59cc8b08594817dffc5c9047accc82dbc1d8b73ca177bc9912c8ef997dc44e114e90f
+MISC metadata.xml 321 BLAKE2B e6c0acb9ffb26104111a815217994273e534204a140c4c956f55c9101ca661c7ae56faa46ba16fd6aa1def7f3a45f02f5e7ea56a739d9d428f28ef4c93e8da82 SHA512 56f89beb2b946325d15336def06a0e034b45b259d1685d15bddeca7e7ddccc83b8da2c6be1c673832b44e6ab3b35fee9d3d8cf280b2b4fd5d0216fe5440f30b8
diff --git a/app-shells/ccsh/ccsh-0.0.4-r4.ebuild b/app-shells/ccsh/ccsh-0.0.4-r4.ebuild
new file mode 100644
index 000000000000..aa40d26b0182
--- /dev/null
+++ b/app-shells/ccsh/ccsh-0.0.4-r4.ebuild
@@ -0,0 +1,26 @@
+# 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
+}
diff --git a/app-shells/ccsh/metadata.xml b/app-shells/ccsh/metadata.xml
new file mode 100644
index 000000000000..20334e42be7a
--- /dev/null
+++ b/app-shells/ccsh/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>pinkbyte@gentoo.org</email>
+ <name>Sergey Popov</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="sourceforge">ccsh</remote-id>
+ </upstream>
+</pkgmetadata>