commit:     38c73fc84515e5be92132fee022f024c8df07323
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 16 21:07:27 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Apr 16 21:07:27 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38c73fc8

sci-calculators/pcalc: Remove old

Package-Manager: portage-2.2.28

 sci-calculators/pcalc/Manifest         |  2 --
 sci-calculators/pcalc/pcalc-1.2.ebuild | 19 -------------------
 sci-calculators/pcalc/pcalc-1.3.ebuild | 27 ---------------------------
 3 files changed, 48 deletions(-)

diff --git a/sci-calculators/pcalc/Manifest b/sci-calculators/pcalc/Manifest
index 4d9c304..d13a74f 100644
--- a/sci-calculators/pcalc/Manifest
+++ b/sci-calculators/pcalc/Manifest
@@ -1,4 +1,2 @@
-DIST pcalc-1.2.tar.bz2 95921 SHA256 
ae7548463492c931c24b89143a2c3301f0c0a035a97907bf6d30fa5feffbc5f0 SHA512 
36d219e41f8e94bd857b4be37c2b12ee57fbe66b794767fff6be9a1bbc9a9650e1ab3170e7449fa43f0ddd734767b28d992b5655c53b8321abdfd628f5aa9e02
 WHIRLPOOL 
79c2168f5217f5206d364286932a5f81f082e9a63139cd05981ce4bf2533650601c170f6024f2f80c8b746b246db24c35b4e5b12fe6f0008bafc63fa0613f9ad
-DIST pcalc-1.3.tar.lzma 88669 SHA256 
3016d257062094292269b9637b21ae5cd34dd8efd2844ba802d12f1a4dd91810 SHA512 
062ad521d9a43b113add11eb04b07b68a241f14c1a41b1289466a098630e4bae53a60b4cde1fce6c34e7238dd31a1b7247242cc6a453874f9ef6c15da090b8d5
 WHIRLPOOL 
112c9ce5ecaf0acbd7e236301ecf1f19aba343da72cc5f1e5a35a900247fb516dcb15b8680910603cb5643d7370031215bf1224fa7170e46474f5357a9641449
 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-1.2.ebuild 
b/sci-calculators/pcalc/pcalc-1.2.ebuild
deleted file mode 100644
index d8d9dcd..0000000
--- a/sci-calculators/pcalc/pcalc-1.2.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils
-
-DESCRIPTION="the programmers calculator"
-HOMEPAGE="https://github.com/vapier/pcalc";
-SRC_URI="mirror://sourceforge/pcalc/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
-IUSE=""
-
-src_install() {
-       emake install DESTDIR="${D}" || die
-       dodoc AUTHORS ChangeLog EXAMPLE README
-}

diff --git a/sci-calculators/pcalc/pcalc-1.3.ebuild 
b/sci-calculators/pcalc/pcalc-1.3.ebuild
deleted file mode 100644
index e4715a7..0000000
--- a/sci-calculators/pcalc/pcalc-1.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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"
-IUSE=""
-
-DEPEND="sys-devel/flex"
-RDEPEND=""
-
-src_compile() {
-       tc-export CC
-       emake pcalc || die
-}
-
-src_install() {
-       emake install DESTDIR="${D}" || die
-       dodoc AUTHORS ChangeLog EXAMPLE README
-}

Reply via email to