diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-15 06:55:29 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-15 06:55:29 +0000 |
commit | e6ec03acbbbe1a62da6cdce53d0540c89bdb2ac3 (patch) | |
tree | e1732afeb5895f2b19492d6980ca7373ba696f8e /sci-mathematics/genius | |
parent | drop old, likely to fail with make-3.82 (diff) | |
download | gentoo-2-e6ec03acbbbe1a62da6cdce53d0540c89bdb2ac3.tar.gz gentoo-2-e6ec03acbbbe1a62da6cdce53d0540c89bdb2ac3.tar.bz2 gentoo-2-e6ec03acbbbe1a62da6cdce53d0540c89bdb2ac3.zip |
drop old, fails to build with make-3.82
(Portage version: 2.2.0_alpha31/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/genius')
-rw-r--r-- | sci-mathematics/genius/genius-1.0.9.ebuild | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/sci-mathematics/genius/genius-1.0.9.ebuild b/sci-mathematics/genius/genius-1.0.9.ebuild deleted file mode 100644 index 727093a70bf6..000000000000 --- a/sci-mathematics/genius/genius-1.0.9.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/genius/genius-1.0.9.ebuild,v 1.4 2011/03/07 10:41:50 jlec Exp $ - -EAPI=2 -inherit gnome2 - -DESCRIPTION="Genius Mathematics Tool and the GEL Language" -HOMEPAGE="http://www.jirka.org/${PN}.html" -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.bz2 - doc? ( http://www.jirka.org/${PN}-reference.pdf )" - -RDEPEND=" - dev-libs/glib:2 - dev-libs/gmp - dev-libs/mpfr - dev-libs/popt - sys-libs/ncurses - sys-libs/readline - gnome? ( - x11-libs/gtk+:2 - gnome-base/libgnome - gnome-base/libgnomeui - gnome-base/libglade:2.0 - x11-libs/gtksourceview:2.0 - x11-libs/vte:0 )" -DEPEND="${RDEPEND} - dev-util/intltool - || ( sys-devel/bison - dev-util/yacc ) - sys-devel/flex - app-text/scrollkeeper - nls? ( sys-devel/gettext )" - -G2CONF="${G2CONF} $(use_enable gnome) $(use_enable nls) \ - --disable-update-mimedb --disable-scrollkeeper \ - --disable-extra-gcc-optimization" -GCONF_DEBUG="no" -DOCS="AUTHORS ChangeLog NEWS README TODO" -USE_DESTDIR="1" - -src_install() { - gnome2_src_install - if use doc; then - insinto /usr/share/doc/${PF} - doins "${DISTDIR}"/${PN}-reference.pdf - fi -} |