sci-mathematics/e: Remove. - parlay - yet another gentoo overlay
HTML git clone https://git.parazyd.org/parlay
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit 84b190d95e0f015039a678ef1c65787d6770a4de
DIR parent b4770388835506595206b51a4898962bbad1157e
HTML Author: parazyd <parazyd@dyne.org>
Date: Sun, 15 Nov 2020 10:31:01 +0100
sci-mathematics/e: Remove.
Diffstat:
D sci-mathematics/e/e-9999.ebuild | 36 -------------------------------
1 file changed, 0 insertions(+), 36 deletions(-)
---
DIR diff --git a/sci-mathematics/e/e-9999.ebuild b/sci-mathematics/e/e-9999.ebuild
@@ -1,36 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit git-r3 savedconfig
-
-DESCRIPTION="tiny but full expression evaluator"
-HOMEPAGE="https://parazyd.org/git/e/"
-EGIT_REPO_URI="https://git.parazyd.org/e.git"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_prepare() {
- default
-
- sed -i \
- -e "/^CFLAGS/{s|=|+=|;s|-O. | |g}" \
- -e "/^LDFLAGS/{s|=|+=|g;s|-s$| |g}" \
- config.mk || die
-}
-
-src_compile() {
- emake all
-}
-
-src_install() {
- emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
- dodoc README.md
-}