summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-06-28 15:49:30 +0000
committerJustin Lecher <jlec@gentoo.org>2013-06-28 15:49:30 +0000
commit01f783d495b4eca084aa87b342ce185ac18e64d4 (patch)
treea0305295d3c65c6810a0535282d409c9d1d1fa8c /sci-mathematics/genius/genius-1.0.16.ebuild
parentStable for HPPA (bug #468266). (diff)
downloadhistorical-01f783d495b4eca084aa87b342ce185ac18e64d4.tar.gz
historical-01f783d495b4eca084aa87b342ce185ac18e64d4.tar.bz2
historical-01f783d495b4eca084aa87b342ce185ac18e64d4.zip
sci-mathematics/genius: Version Bump; drop old
Package-Manager: portage-2.2.0_alpha185/cvs/Linux x86_64 Manifest-Sign-Key: 0x8009D6F070EB7916
Diffstat (limited to 'sci-mathematics/genius/genius-1.0.16.ebuild')
-rw-r--r--sci-mathematics/genius/genius-1.0.16.ebuild55
1 files changed, 0 insertions, 55 deletions
diff --git a/sci-mathematics/genius/genius-1.0.16.ebuild b/sci-mathematics/genius/genius-1.0.16.ebuild
deleted file mode 100644
index b14cb3dc03f7..000000000000
--- a/sci-mathematics/genius/genius-1.0.16.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# 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 $
-
-EAPI=4
-inherit eutils gnome2
-
-DESCRIPTION="Genius Mathematics Tool and the GEL Language"
-HOMEPAGE="http://www.jirka.org/genius.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.xz
- 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
- app-text/gnome-doc-utils
- 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_install() {
- gnome2_src_install
- if use doc; then
- insinto /usr/share/doc/${PF}
- doins "${DISTDIR}"/${PN}-reference.pdf
- fi
-}