From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EDEE4139086 for ; Thu, 19 Jan 2017 12:35:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00D8EE0C70; Thu, 19 Jan 2017 12:35:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CF2ECE0C69 for ; Thu, 19 Jan 2017 12:35:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 164AE340A23 for ; Thu, 19 Jan 2017 12:35:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C76F2910 for ; Thu, 19 Jan 2017 12:35:01 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1484829288.e85a6aa75bf52fc44033beeea078f542b61e96f6.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/pcalc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-calculators/pcalc/Manifest sci-calculators/pcalc/pcalc-2.ebuild X-VCS-Directories: sci-calculators/pcalc/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: e85a6aa75bf52fc44033beeea078f542b61e96f6 X-VCS-Branch: master Date: Thu, 19 Jan 2017 12:35:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7c843e85-12c7-4805-b7a7-7a68d1aa8a57 X-Archives-Hash: 9fd04aaadbab13aa8456cd6cc5289278 commit: e85a6aa75bf52fc44033beeea078f542b61e96f6 Author: David Seifert gentoo org> AuthorDate: Thu Jan 19 11:59:10 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Jan 19 12:34:48 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e85a6aa7 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(-) diff --git a/sci-calculators/pcalc/Manifest b/sci-calculators/pcalc/Manifest index d13a74f..980b682 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 d99ec31..00000000 --- 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 -}