From e85a6aa75bf52fc44033beeea078f542b61e96f6 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Thu, 19 Jan 2017 12:59:10 +0100 Subject: sci-calculators/pcalc: Remove old Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3538 --- sci-calculators/pcalc/Manifest | 1 - sci-calculators/pcalc/pcalc-2.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) delete mode 100644 sci-calculators/pcalc/pcalc-2.ebuild (limited to 'sci-calculators') diff --git a/sci-calculators/pcalc/Manifest b/sci-calculators/pcalc/Manifest index d13a74f53e13..980b682d3257 100644 --- a/sci-calculators/pcalc/Manifest +++ b/sci-calculators/pcalc/Manifest @@ -1,2 +1 @@ -DIST pcalc-2.tar.lzma 92758 SHA256 be93062e8a15029ea50e4f9f9d0fd4fdbab82c927b7b93afa6f7fa398081c78f SHA512 f36db3d960a2feeaad5717349a6fff461f01ca074d016a3faab1141729e9f25d17e650f0e108c950f5ae7115ac4a778427687639fde52b2d28419cb9b9526adb WHIRLPOOL 7b8256d9a478f56ae5f3ef2f92276ee3487ad3146922e80ab836ad9731da92770c7c47ba97a604f4a05fb39dd4779f33879d4873df95d86abbc9e69447430739 DIST pcalc-3.tar.xz 66908 SHA256 13db2b0594e61deedb07640b21b20b5242aae955d6febf1806e1f295408f694c SHA512 55b6644300a8eb5224df5a0885907c10847df7ab6296d012eb2bb638876687ddbe23d5b76e31ac6ff4c159e44940d5cf6ba747f2a410943fdc25c9d9855fd60e WHIRLPOOL ea2d44694cb30284d782e84a43422c597ef75ef7442718ff5288db74a3a3413bd79b5e237e443bbc3be4a030262911b283180daae5f00dcee772fc65ecce8345 diff --git a/sci-calculators/pcalc/pcalc-2.ebuild b/sci-calculators/pcalc/pcalc-2.ebuild deleted file mode 100644 index d99ec312836a..000000000000 --- a/sci-calculators/pcalc/pcalc-2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit toolchain-funcs - -DESCRIPTION="the programmers calculator" -HOMEPAGE="https://github.com/vapier/pcalc" -SRC_URI="mirror://sourceforge/pcalc/${P}.tar.lzma" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="sys-devel/flex" -RDEPEND="" - -src_prepare() { - sed -i -e "s:/usr:${EPREFIX}/usr:g" Makefile || die -} - -src_compile() { - tc-export CC - emake pcalc -} -- cgit v1.2.3