summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/icmake/icmake-7.22.01.ebuild')
-rw-r--r--dev-util/icmake/icmake-7.22.01.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-util/icmake/icmake-7.22.01.ebuild b/dev-util/icmake/icmake-7.22.01.ebuild
deleted file mode 100644
index ccb9d9c74efd..000000000000
--- a/dev-util/icmake/icmake-7.22.01.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit multilib toolchain-funcs eutils
-
-DESCRIPTION="Hybrid between a make utility and a shell scripting language"
-HOMEPAGE="https://fbb-git.github.io/icmake/ https://github.com/fbb-git/icmake"
-SRC_URI="mirror://sourceforge/${PN}/${P/-/_}.orig.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-src_prepare() {
- sed -e "/^#define LIBDIR/s/lib/$(get_libdir)/" \
- -e "/^#define DOCDIR/s/${PN}/${PF}/" \
- -e "/^#define DOCDOCDIR/s/${PN}-doc/${PF}/" \
- -i INSTALL.im || die
-
- epatch "${FILESDIR}"/${PN}-7.20.00-ar.patch
- tc-export AR CC
-}
-
-src_compile() {
- ./icm_bootstrap "${EROOT}" || die
-}
-
-src_install() {
- ./icm_install all "${ED}" || die
-}