X-Git-Url: https://git.sthu.org/?p=shuber-gentoo-overlay.git;a=blobdiff_plain;f=sci-mathematics%2Fgeogebra%2Fgeogebra-4.1.120.0.ebuild;fp=sci-mathematics%2Fgeogebra%2Fgeogebra-4.1.120.0.ebuild;h=0000000000000000000000000000000000000000;hp=b49363174c26680b1007517ca006b7bd49cb71ee;hb=d87e161eafca68245c210b0073308ea3218ef8d2;hpb=5599ecb4c48193a183ebbe6fef69a72c8a114d4a 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 b493631..0000000 --- a/sci-mathematics/geogebra/geogebra-4.1.120.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -inherit eutils - -DESCRIPTION="GeoGebra is an interactive geometry, algebra, statistics and calculus application" -HOMEPAGE="http://www.geogebra.org/cms/en" -SRC_URI="https://geogebra.googlecode.com/files/GeoGebra-Unixlike-Installer-${PV}.tar.gz" - -LICENSE="GPL-3 CCPL-Attribution-ShareAlike-3.0" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="" -RDEPEND=">=virtual/jdk-1.6.0-r1 - ${DEPEND}" - - -src_unpack() { - unpack ${A} -} - -src_configure() { - epatch "${FILESDIR}/${PN}-fix-install.sh.patch" -} - -src_install() { - ./install.sh -}