diff options
author | 2023-08-26 15:31:55 +0200 | |
---|---|---|
committer | 2023-08-26 15:34:02 +0200 | |
commit | 6f95cd23bf45102255cbc3a239b57b0b36ba7974 (patch) | |
tree | 233091a2f293b3e1cd69d22620231ed9afac022f /app-shells/ccsh | |
parent | dev-embedded/arduino-listserialportsc: drop 1.4.0 (diff) | |
download | gentoo-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/ccsh')
-rw-r--r-- | app-shells/ccsh/ccsh-0.0.4-r4.ebuild | 26 |
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 -} |