sci-visualization/gcalc: Removing EAPI 4 build
authorGerhard Bräunlich <wippbox@gmx.net>
Sat, 14 Jan 2017 14:18:08 +0000 (15:18 +0100)
committerJames Le Cuirot <chewi@gentoo.org>
Sun, 15 Jan 2017 23:00:00 +0000 (23:00 +0000)
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/3471

sci-visualization/gcalc/gcalc-3.1_rc1.ebuild [deleted file]

diff --git a/sci-visualization/gcalc/gcalc-3.1_rc1.ebuild b/sci-visualization/gcalc/gcalc-3.1_rc1.ebuild
deleted file mode 100644 (file)
index 0ee0c5e..0000000
+++ /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"
-}