sci-calculators/wcalc: remove old
authorAndrew Savchenko <bircoph@gentoo.org>
Tue, 3 Jan 2017 21:00:40 +0000 (00:00 +0300)
committerAndrew Savchenko <bircoph@gentoo.org>
Tue, 3 Jan 2017 21:22:45 +0000 (00:22 +0300)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
sci-calculators/wcalc/Manifest
sci-calculators/wcalc/wcalc-2.4.ebuild [deleted file]

index 08fb44f80037066ae7ea0bbeffc9fd18d6261342..bf9b12ae73a334d27bcd42964733bc7cc30c86db 100644 (file)
@@ -1,2 +1 @@
-DIST wcalc-2.4.tar.bz2 361865 SHA256 aa2342078b9e75f821b0cc5d30f3434aa9cdf9af170e8a3e9af82286682be226 SHA512 167556b8fad4dca504505ff4172fd7f322b005e74e92d9e4aec7ae1cdc17cfa86501f9c5835b1dea6eb2adcd317beda523dfa61f882db895178aaf51c877171d WHIRLPOOL 0360aabcde7dcc5f5f89101aaf77a81b64de6f9ea6a33be553efaf77dedb167a58f7ce38fe1d18fb932c4140d2591a91c6708e3420c42753a18e107c0efaeecf
 DIST wcalc-2.5.tar.bz2 413637 SHA256 0e2c17c20f935328dcdc6cb4c06250a6732f9ee78adf7a55c01133960d6d28ee SHA512 3eedcf8c93bd33ca0a4bb35867e3157adbde2999d9fc1826ad55281fd927546614f6b1a28900b4cae87a0d15888cd62a04fa2adca316d7cf309af7a2fefea704 WHIRLPOOL 1a41c3810c34c4c740656c40d9fe92ff8bdb62293bdf670d43282202b8dff9249dff375222ae39206410f824e9a628bcb2a6ed0badeacd88573a5898bd984959
diff --git a/sci-calculators/wcalc/wcalc-2.4.ebuild b/sci-calculators/wcalc/wcalc-2.4.ebuild
deleted file mode 100644 (file)
index 3845bd6..0000000
+++ /dev/null
@@ -1,34 +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/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="readline"
-
-DEPEND="
-       dev-libs/gmp
-       dev-libs/mpfr
-       readline? ( sys-libs/readline )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-       econf $(use_with readline)
-}
-
-src_install() {
-       default
-
-       # Wcalc icons
-       newicon w.png wcalc.png
-       newicon Wred.png wcalc-red.png
-}