summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmy Liffey <amynka@gentoo.org>2017-03-09 15:23:51 +0100
committerAmy Liffey <amynka@gentoo.org>2017-03-09 15:23:51 +0100
commit8a92ad6c77106a0488353053db6a865cee6c3106 (patch)
tree2f9cff4abf58d0c74b6d5071151cfb61e844b854 /sci-mathematics
parentsci-mathematics/geogebra: bump to 5.0.339.0_p20170308 #596140 #556278 (diff)
downloadgentoo-8a92ad6c77106a0488353053db6a865cee6c3106.tar.gz
gentoo-8a92ad6c77106a0488353053db6a865cee6c3106.tar.bz2
gentoo-8a92ad6c77106a0488353053db6a865cee6c3106.zip
sci-mathematics/geogebra: remove old
Package-Manager: portage-2.3.0
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/geogebra/Manifest1
-rw-r--r--sci-mathematics/geogebra/geogebra-4.1.120.0.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/sci-mathematics/geogebra/Manifest b/sci-mathematics/geogebra/Manifest
index 49c40ed9f259..ae35ed39ba18 100644
--- a/sci-mathematics/geogebra/Manifest
+++ b/sci-mathematics/geogebra/Manifest
@@ -1,4 +1,3 @@
-DIST GeoGebra-Unixlike-Installer-4.1.120.0.tar.gz 44859986 SHA256 39f4462ad934923673f14e5c34c4bc1da167c5af5e411f58d89c8a935ae08648 SHA512 9c52c4850e8d003ff2edbc2af6607fb02779063aca10e5b76ef2f8be3992ce2eb4f148323dbee324bbbdc0f56e8d1b15fd5971cda734c813796213895003e1a4 WHIRLPOOL 6cb59b6023a1a3a8eaba105d3bb5f1df24baf78de3d35fdcce21ff370c9630087f8096b8e95f19ba8118825f9968c10eacf9dd76bcd941c5d66ccb24d5e24aec
DIST OpenGeoProver-20120725.jar 582538 SHA256 3a75cb7ebf9abc6eff84cb85ae84d1d0fa9300da7d83ec6ae6983ddfd822faee SHA512 4bbf294cba76f84d8ac1426be218292a66e957df778013327a34cc51770ac02580b13a3ebc94aea6e53e4d46ae371fa18eac40439341639c72ba044524578e4b WHIRLPOOL 6f739616e8fcba790c0d028fd0766eeee5f09c92486ef8596c4ced5b6ed8a07eb206a2e617f660c3ad555c0f5401ec259d3305c0b64939ae823a3c872099b699
DIST OpenGeoProver-20120725.pom 472 SHA256 5425d4970b43d08160d7411026d91ccb82aa60e0aa4088d6443eaef954696fbf SHA512 9f1af522555bc1dac048f2ec9701dc7cdefbfcf0b2850838db3e9626eba05c44c68cf394af9a2cc966265f2236bea3e696a688f1634a38fffdbd4d21cc39f195 WHIRLPOOL 5eb2e504e6daa83941bce8b7d80e71537f054b3e216293eaba70304692e74e83b9460a80a44e97003a71407883ec6bf211691dca37031a454ce7d1aed96d4013
DIST annotations-1.0.2.jar 6537 SHA256 511a1b9a95466f71fc3afda802b52560a4a5e01f57de030d27604a320430191f SHA512 fd5eebf9e1239b1ff82f77214fe851edc61538a1ec05573f75ef9eeff1ff442dc6924c72743e7eee7a4484aed91591b75723ed33b62a11694c6cd8e288f4ce11 WHIRLPOOL 61844c82a88c99c01020f2302cc5c054c9997b7ca79314b52fdc710c5ef1f0d92e1bf3e01b31a7a941d91b26f71d4299d1be0beecebad84782f74af6797ca7ff
diff --git a/sci-mathematics/geogebra/geogebra-4.1.120.0.ebuild b/sci-mathematics/geogebra/geogebra-4.1.120.0.ebuild
deleted file mode 100644
index 9558e404a5b1..000000000000
--- a/sci-mathematics/geogebra/geogebra-4.1.120.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="Mathematics software for geometry"
-HOMEPAGE="http://www.geogebra.org/cms/en"
-SRC_URI="https://geogebra.googlecode.com/files/GeoGebra-Unixlike-Installer-${PV}.tar.gz"
-
-LICENSE="GPL-3 CC-BY-SA-3.0 BSD public-domain GPL-2 MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=virtual/jdk-1.6.0-r1
- ${DEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-fix-install.sh.patch"
-}
-
-src_install() {
- ./install.sh || die
-}