jlec        14/12/26 09:13:20

  Modified:             ChangeLog genius-1.0.17.ebuild
  Added:                genius-1.0.19.ebuild
  Log:
  sci-mathematics/genius: Version BUmp, #523604; fix SRC_URI, thanks leio
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.10                 sci-mathematics/genius/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/genius/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/genius/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/genius/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/genius/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   5 Apr 2014 17:44:25 -0000       1.9
+++ ChangeLog   26 Dec 2014 09:13:20 -0000      1.10
@@ -1,6 +1,12 @@
 # ChangeLog for sci-mathematics/genius
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/genius/ChangeLog,v 1.9 
2014/04/05 17:44:25 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/genius/ChangeLog,v 1.10 
2014/12/26 09:13:20 jlec Exp $
+
+*genius-1.0.19 (26 Dec 2014)
+
+  26 Dec 2014; Justin Lecher <j...@gentoo.org> genius-1.0.17.ebuild,
+  +genius-1.0.19.ebuild:
+  Version BUmp, #523604; fix SRC_URI, thanks leio
 
   05 Apr 2014; Justin Lecher <j...@gentoo.org> genius-1.0.17.ebuild,
   +files/genius-1.0.17-gcc4.8.patch:



1.3                  sci-mathematics/genius/genius-1.0.17.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/genius/genius-1.0.17.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/genius/genius-1.0.17.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/genius/genius-1.0.17.ebuild?r1=1.2&r2=1.3

Index: genius-1.0.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/genius/genius-1.0.17.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- genius-1.0.17.ebuild        5 Apr 2014 17:44:25 -0000       1.2
+++ genius-1.0.17.ebuild        26 Dec 2014 09:13:20 -0000      1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/genius/genius-1.0.17.ebuild,v 1.2 
2014/04/05 17:44:25 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/genius/genius-1.0.17.ebuild,v 1.3 
2014/12/26 09:13:20 jlec Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 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"



1.1                  sci-mathematics/genius/genius-1.0.19.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/genius/genius-1.0.19.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/genius/genius-1.0.19.ebuild?rev=1.1&content-type=text/plain

Index: genius-1.0.19.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/genius/genius-1.0.19.ebuild,v 1.1 
2014/12/26 09:13:20 jlec Exp $

EAPI=5

inherit eutils gnome2

DESCRIPTION="Genius Mathematics Tool and the GEL Language"
HOMEPAGE="http://www.jirka.org/genius.html";
SRC_URI="
        mirror://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"

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 )"

src_prepare() {
        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() {
        use doc && DOCS+=" ${DISTDIR}/${PN}-reference.pdf"
        gnome2_src_install
}




Reply via email to