summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/genius')
-rw-r--r--sci-mathematics/genius/ChangeLog7
-rw-r--r--sci-mathematics/genius/Manifest2
-rw-r--r--sci-mathematics/genius/genius-1.0.19.ebuild (renamed from sci-mathematics/genius/genius-1.0.17.ebuild)5
3 files changed, 8 insertions, 6 deletions
diff --git a/sci-mathematics/genius/ChangeLog b/sci-mathematics/genius/ChangeLog
index eb78bbfd..50b68da7 100644
--- a/sci-mathematics/genius/ChangeLog
+++ b/sci-mathematics/genius/ChangeLog
@@ -2,8 +2,11 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 26 Jun 2015; Martin Väth <martin@mvath.de>:
+ Version bump, remove old ebuild
+
14 Sep 2013; Martin Väth <martin@mvath.de>:
- Version bump, remove old ebuild.
+ Version bump, remove old ebuild
31 May 2013; Martin Väth <martin@mvath.de>:
- Copy from tree to make gnome-doc-utils optional. Clean old ChangeLog.
+ Copy from tree to make gnome-doc-utils optional. Clean old ChangeLog
diff --git a/sci-mathematics/genius/Manifest b/sci-mathematics/genius/Manifest
index e1b78a20..b4116bf5 100644
--- a/sci-mathematics/genius/Manifest
+++ b/sci-mathematics/genius/Manifest
@@ -1,2 +1,2 @@
-DIST genius-1.0.17.tar.xz 2314316 SHA256 2af0cf64a3bae45e8e6c38ce8c0c0724386ae29614a83d9eff179ee09ecef44f SHA512 8047efb1b5d278186b093bca3624f96059670ce3cdf757759abf6e01a27bb4bba82a4158e6baa3b42f349a55fdf6e984388fb7f96f14b0e4faba0ada069e9b6c WHIRLPOOL bb6ba7bb5c635f331e523887e5f5995e83392f58046893ae2bebc56fcaa26f817c8ddd481663fa5818377d721911c430dbd50dd8ab24a07e9dd5c4ad6fcf77bd
+DIST genius-1.0.19.tar.xz 2447724 SHA256 e5a979d13ae39fb1ae176078dbb301222e6c7a1c2cda8d999bac3ff6a4a7e6c2 SHA512 84ec48c0e13af088f61674e170c23cbc06e081bea43babe3460b88fd2e256c9fc44b891afa3270d5117ccd91ec6d2c25b022dde3d468635df9d1c6e573c4ef05 WHIRLPOOL 772637bd2c2333a08115397781773b1aa74cb195b9731b1b07ddf689fef47790aad79d2f2a6c7e45fe5c6738eb8bda56e0cebe3802c01cd5c1a99bfb3b00b0d5
DIST genius-reference.pdf 1024944 SHA256 79011ae33ff781507185898ba76b156699061eda78ed16e15aa02195c896ee4b SHA512 04af3870104d2320b1d4b345d74d713a0dfcdf8a228002506508f437659b3ef6037ead0b1f6b37cc335692150750b58c4007fdaaddd9540233474ccd10dac285 WHIRLPOOL 301302145d43843ddd749ab33612438d360462c9d3daa12d7050d9ca6da82bdea3ef53b917989d0c518327780b147a9f74e407f555a62dcdbe0f0c2ef864fa88
diff --git a/sci-mathematics/genius/genius-1.0.17.ebuild b/sci-mathematics/genius/genius-1.0.19.ebuild
index 6a33a1e0..42082214 100644
--- a/sci-mathematics/genius/genius-1.0.17.ebuild
+++ b/sci-mathematics/genius/genius-1.0.19.ebuild
@@ -8,7 +8,7 @@ inherit autotools eutils gnome2
DESCRIPTION="Genius Mathematics Tool and the GEL Language"
HOMEPAGE="http://www.jirka.org/genius.html"
SRC_URI="
- http://ftp.gnome.org/pub/GNOME/sources/${PN}/1.0/${P}.tar.xz
+ mirror://gnome/sources/${PN}/1.0/${P}.tar.xz
doc? ( http://www.jirka.org/${PN}-reference.pdf )"
LICENSE="GPL-3"
@@ -34,8 +34,7 @@ RDEPEND="
x11-libs/vte:0 )"
DEPEND="${RDEPEND}
dev-util/intltool
- || ( sys-devel/bison
- dev-util/yacc )
+ || ( sys-devel/bison dev-util/yacc )
sys-devel/flex
nls? ( sys-devel/gettext )"