summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2013-09-14 17:48:56 +0200
committerMartin Väth <martin@mvath.de>2015-10-11 10:48:58 +0200
commit28af17834e004bc97a74c54849d99922d4d72d01 (patch)
treebbf0bb901c48c787a0da9c64733e9a0dd17c9122 /sci-mathematics
parentBump openrc-wrapper (diff)
downloadmv-28af17834e004bc97a74c54849d99922d4d72d01.tar.gz
mv-28af17834e004bc97a74c54849d99922d4d72d01.tar.bz2
mv-28af17834e004bc97a74c54849d99922d4d72d01.zip
Bump to git-r3.eclass. Bump genius. Renumber auto-fu-zsh, aufs*. Drop aufs*-2*
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/genius/ChangeLog3
-rw-r--r--sci-mathematics/genius/Manifest2
-rw-r--r--sci-mathematics/genius/genius-1.0.17.ebuild (renamed from sci-mathematics/genius/genius-1.0.16.ebuild)30
3 files changed, 18 insertions, 17 deletions
diff --git a/sci-mathematics/genius/ChangeLog b/sci-mathematics/genius/ChangeLog
index 1115c86c..f890cf70 100644
--- a/sci-mathematics/genius/ChangeLog
+++ b/sci-mathematics/genius/ChangeLog
@@ -2,5 +2,8 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 14 Sep 2013; Martin Väth <martin@mvath.de>:
+ 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.
diff --git a/sci-mathematics/genius/Manifest b/sci-mathematics/genius/Manifest
index d3d38129..e1b78a20 100644
--- a/sci-mathematics/genius/Manifest
+++ b/sci-mathematics/genius/Manifest
@@ -1,2 +1,2 @@
-DIST genius-1.0.16.tar.xz 2254836 SHA256 45ce3e0b02c109588ff9a4c74e7c3541b3de89ea93f20ab08178c51c6ab4fb78 SHA512 130528fb92acb7829444086b0614368ca781838e97da6691d63d16652f8f7cdff2a171200f17331667395122f939be8f82cc9b2595717249edaa622e40a7ba28 WHIRLPOOL 1ec1d2e714b4e08419f86ccedbbba89fc5b5f220238bf3ae4fd12ab9b64249716d7ca087700d4707f6c597b8d08ececf12fff013410934abd4470ee88f104c3b
+DIST genius-1.0.17.tar.xz 2314316 SHA256 2af0cf64a3bae45e8e6c38ce8c0c0724386ae29614a83d9eff179ee09ecef44f SHA512 8047efb1b5d278186b093bca3624f96059670ce3cdf757759abf6e01a27bb4bba82a4158e6baa3b42f349a55fdf6e984388fb7f96f14b0e4faba0ada069e9b6c WHIRLPOOL bb6ba7bb5c635f331e523887e5f5995e83392f58046893ae2bebc56fcaa26f817c8ddd481663fa5818377d721911c430dbd50dd8ab24a07e9dd5c4ad6fcf77bd
DIST genius-reference.pdf 1024944 SHA256 79011ae33ff781507185898ba76b156699061eda78ed16e15aa02195c896ee4b SHA512 04af3870104d2320b1d4b345d74d713a0dfcdf8a228002506508f437659b3ef6037ead0b1f6b37cc335692150750b58c4007fdaaddd9540233474ccd10dac285 WHIRLPOOL 301302145d43843ddd749ab33612438d360462c9d3daa12d7050d9ca6da82bdea3ef53b917989d0c518327780b147a9f74e407f555a62dcdbe0f0c2ef864fa88
diff --git a/sci-mathematics/genius/genius-1.0.16.ebuild b/sci-mathematics/genius/genius-1.0.17.ebuild
index 3cef4197..6de40644 100644
--- a/sci-mathematics/genius/genius-1.0.16.ebuild
+++ b/sci-mathematics/genius/genius-1.0.17.ebuild
@@ -1,18 +1,20 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/genius/genius-1.0.16.ebuild,v 1.2 2013/01/02 08:35:45 grozin Exp $
+# $Header: $
EAPI=4
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
+ doc? ( http://www.jirka.org/${PN}-reference.pdf )"
+
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc gnome nls"
-SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/${PN}/1.0/${P}.tar.xz
- doc? ( http://www.jirka.org/${PN}-reference.pdf )"
RDEPEND="
dev-libs/glib:2
@@ -37,15 +39,6 @@ DEPEND="${RDEPEND}
sys-devel/flex
nls? ( sys-devel/gettext )"
-G2CONF="${G2CONF} $(use_enable gnome) $(use_enable nls) \
- --disable-update-mimedb --disable-scrollkeeper \
- --disable-extra-gcc-optimization"
-# gnome2.eclass adds --disable-gtk-doc or --enable-gtk-doc to G2CONF
-# if there is the USE flag doc, thus leading to QA warnings
-GCONF_DEBUG="no"
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-USE_DESTDIR="1"
-
src_prepare() {
if ! use gnome
then sed -i \
@@ -56,13 +49,18 @@ src_prepare() {
help/Makefile.am
eautoreconf
fi
+ G2CONF="${G2CONF} $(use_enable gnome) $(use_enable nls) \
+ --disable-update-mimedb --disable-scrollkeeper \
+ --disable-extra-gcc-optimization"
+ # gnome2.eclass adds --disable-gtk-doc or --enable-gtk-doc to G2CONF
+ # if there is the USE flag doc, thus leading to QA warnings
+ GCONF_DEBUG="no"
+ DOCS="AUTHORS ChangeLog NEWS README TODO"
+ USE_DESTDIR="1"
gnome2_src_prepare
}
src_install() {
+ use doc && DOCS+=" ${DISTDIR}/${PN}-reference.pdf"
gnome2_src_install
- if use doc; then
- insinto /usr/share/doc/${PF}
- doins "${DISTDIR}"/${PN}-reference.pdf
- fi
}