summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-08-26 15:31:55 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-08-26 15:34:02 +0200
commit6f95cd23bf45102255cbc3a239b57b0b36ba7974 (patch)
tree233091a2f293b3e1cd69d22620231ed9afac022f /app-shells
parentdev-embedded/arduino-listserialportsc: drop 1.4.0 (diff)
downloadgentoo-6f95cd23bf45102255cbc3a239b57b0b36ba7974.tar.gz
gentoo-6f95cd23bf45102255cbc3a239b57b0b36ba7974.tar.bz2
gentoo-6f95cd23bf45102255cbc3a239b57b0b36ba7974.zip
app-shells/ccsh: drop 0.0.4-r4
Closes: https://bugs.gentoo.org/913055 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/ccsh/ccsh-0.0.4-r4.ebuild26
1 files changed, 0 insertions, 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
-}