parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit 84b190d95e0f015039a678ef1c65787d6770a4de
parent b4770388835506595206b51a4898962bbad1157e
Author: parazyd <parazyd@dyne.org>
Date:   Sun, 15 Nov 2020 10:31:01 +0100

sci-mathematics/e: Remove.

Diffstat:
Dsci-mathematics/e/e-9999.ebuild | 36------------------------------------
1 file changed, 0 insertions(+), 36 deletions(-)

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 -}