commit:     6f95cd23bf45102255cbc3a239b57b0b36ba7974
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 26 13:31:55 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 26 13:34:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f95cd23

app-shells/ccsh: drop 0.0.4-r4

Closes: https://bugs.gentoo.org/913055
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-shells/ccsh/ccsh-0.0.4-r4.ebuild | 26 --------------------------
 1 file changed, 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
-}

Reply via email to