From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7E48C1388C1 for ; Wed, 11 Nov 2015 11:35:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E60AD21C002; Wed, 11 Nov 2015 11:35:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7FD6621C002 for ; Wed, 11 Nov 2015 11:35:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AB226340564 for ; Wed, 11 Nov 2015 11:35:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D14F1063 for ; Wed, 11 Nov 2015 11:35:24 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1447241720.1bf0f81b237a88cb5b90a34a4c742c65bc84ac67.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/wcalc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-calculators/wcalc/Manifest sci-calculators/wcalc/wcalc-2.2.1.ebuild X-VCS-Directories: sci-calculators/wcalc/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 1bf0f81b237a88cb5b90a34a4c742c65bc84ac67 X-VCS-Branch: master Date: Wed, 11 Nov 2015 11:35:24 +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: c750cc14-96a5-4d3b-bac8-069387eda85b X-Archives-Hash: ca064b9b10f61c3c3b91bb95a96afe8c commit: 1bf0f81b237a88cb5b90a34a4c742c65bc84ac67 Author: Justin Lecher gentoo org> AuthorDate: Wed Nov 11 10:48:57 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Nov 11 11:35:20 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bf0f81b sci-calculators/wcalc: Drop old Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> sci-calculators/wcalc/Manifest | 1 - sci-calculators/wcalc/wcalc-2.2.1.ebuild | 36 -------------------------------- 2 files changed, 37 deletions(-) diff --git a/sci-calculators/wcalc/Manifest b/sci-calculators/wcalc/Manifest index ae4d342..0e89750 100644 --- a/sci-calculators/wcalc/Manifest +++ b/sci-calculators/wcalc/Manifest @@ -1,2 +1 @@ -DIST Wcalc-2.2.1.tar.bz2 214551 SHA256 82d3ed064c934a7791e8866f7ac25f2a600c2b435b5551101a2897b78d47a9af SHA512 42dd89f12a6c355e7ad0fc739877ef5920ae608b78ae2f18a1d9ac9fc7b8bec7527618ede85472dfbce6528d094de81ad8b4e660559401a3117d12a3190e0253 WHIRLPOOL 6d1e0f308a4661d1de9e0ddb55d7c85575159e121c5f8215ce1de8c8b4bdadc91cf325426762cb8e1e7846e88b5d93c0eeda4f6de27684fa47510dae89a58866 DIST wcalc-2.4.tar.bz2 361865 SHA256 aa2342078b9e75f821b0cc5d30f3434aa9cdf9af170e8a3e9af82286682be226 SHA512 167556b8fad4dca504505ff4172fd7f322b005e74e92d9e4aec7ae1cdc17cfa86501f9c5835b1dea6eb2adcd317beda523dfa61f882db895178aaf51c877171d WHIRLPOOL 0360aabcde7dcc5f5f89101aaf77a81b64de6f9ea6a33be553efaf77dedb167a58f7ce38fe1d18fb932c4140d2591a91c6708e3420c42753a18e107c0efaeecf diff --git a/sci-calculators/wcalc/wcalc-2.2.1.ebuild b/sci-calculators/wcalc/wcalc-2.2.1.ebuild deleted file mode 100644 index 91fdfaa..0000000 --- a/sci-calculators/wcalc/wcalc-2.2.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit eutils - -DESCRIPTION="A flexible command-line scientific calculator" -HOMEPAGE="http://w-calc.sourceforge.net/" -SRC_URI="mirror://sourceforge/w-calc/Wcalc-${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86" -IUSE="readline" - -DEPEND=" - dev-libs/gmp - dev-libs/mpfr - readline? ( sys-libs/readline )" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/Wcalc-${PV} - -src_configure() { - econf $(use_with readline) -} - -src_install() { - default - - # Wcalc icons - newicon w.png wcalc.png - newicon Wred.png wcalc-red.png -}