commit:     d8cf0b51f7c564e22dd7fad314586724aabce169
Author:     Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
AuthorDate: Sat Jan 14 14:18:08 2017 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 23:00:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8cf0b51

sci-visualization/gcalc: Removing EAPI 4 build

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/3471

 sci-visualization/gcalc/gcalc-3.1_rc1.ebuild | 42 ----------------------------
 1 file changed, 42 deletions(-)

diff --git a/sci-visualization/gcalc/gcalc-3.1_rc1.ebuild 
b/sci-visualization/gcalc/gcalc-3.1_rc1.ebuild
deleted file mode 100644
index 0ee0c5e..00000000
--- a/sci-visualization/gcalc/gcalc-3.1_rc1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit eutils java-pkg-2
-
-MY_P="GCalc-${PV/_/-}"
-DESCRIPTION="Java Mathematical Graphing System"
-HOMEPAGE="http://gcalc.net/";
-SRC_URI="http://gcalc.net/files/${MY_P}.tar.gz";
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64"
-IUSE=""
-SLOT="0"
-
-RDEPEND=">=virtual/jre-1.4
-       !!sci-mathematics/gcalc"
-DEPEND=">=virtual/jdk-1.4"
-
-S="${WORKDIR}/${MY_P}"
-
-java_prepare() {
-       find -name '*.jar' -exec rm -v {} + || die
-}
-
-src_compile() {
-       cd src || die
-       ejavac $(find . -name '*.java')
-
-       jar cf ${PN}.jar resources pluginlist.xml $(find . -name '*.class') || 
die
-}
-
-src_install() {
-       java-pkg_dojar src/${PN}.jar
-       java-pkg_dolauncher gcalc --main net.gcalc.calc.GCalc
-
-       newicon src/resources/gicon.png ${PN}.png || die
-       make_desktop_entry ${PN} "GCalc Java Mathematical Graphing System"
-}

Reply via email to