jer         15/01/22 10:50:04

  Modified:             ChangeLog
  Added:                fraqtive-0.4.7.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.15                 x11-misc/fraqtive/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/fraqtive/ChangeLog?rev=1.15&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/fraqtive/ChangeLog?rev=1.15&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/fraqtive/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   1 Jul 2014 23:53:09 -0000       1.14
+++ ChangeLog   22 Jan 2015 10:50:04 -0000      1.15
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/fraqtive
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/ChangeLog,v 1.14 
2014/07/01 23:53:09 jer Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/ChangeLog,v 1.15 
2015/01/22 10:50:04 jer Exp $
+
+*fraqtive-0.4.7 (22 Jan 2015)
+
+  22 Jan 2015; Jeroen Roovers <[email protected]> +fraqtive-0.4.7.ebuild:
+  Version bump.
 
   01 Jul 2014; Jeroen Roovers <[email protected]> -fraqtive-0.4.5.ebuild,
   fraqtive-0.4.6.ebuild:



1.1                  x11-misc/fraqtive/fraqtive-0.4.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.7.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.7.ebuild?rev=1.1&content-type=text/plain

Index: fraqtive-0.4.7.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.7.ebuild,v 
1.1 2015/01/22 10:50:04 jer Exp $

EAPI=5
inherit eutils gnome2-utils qmake-utils toolchain-funcs

DESCRIPTION="an open source, multi-platform generator of the Mandelbrot family 
fractals"
HOMEPAGE="http://fraqtive.mimec.org/";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="qt5 sse2"

RDEPEND="
        !qt5? (
                dev-qt/qtcore:4
                dev-qt/qtgui:4
                dev-qt/qtopengl:4
        )
        qt5? (
                dev-qt/qtcore:5
                dev-qt/qtgui:5
                dev-qt/qtopengl:5
        )
        virtual/glu
"
DEPEND="
        ${RDEPEND}
        virtual/pkgconfig
"

src_configure() {
        tc-export PKG_CONFIG
        sed -i -e "s|-lGLU|$( ${PKG_CONFIG} --libs glu )|g" src/src.pro || die
        local conf="release"

        if use sse2; then
                conf="$conf sse2"
        else
                conf="$conf no-sse2"
        fi

        echo "CONFIG += $conf" > "${S}"/config.pri
        echo "PREFIX = ${EPREFIX}/usr" >> "${S}"/config.pri
        # Don't strip wrt #252096
        echo "QMAKE_STRIP =" >> "${S}"/config.pri

        if use qt5; then
                eqmake5
        else
                eqmake4
        fi
}

src_install() {
        emake INSTALL_ROOT="${D}" install
}

pkg_preinst() {
        gnome2_icon_savelist
}

pkg_postinst() {
        gnome2_icon_cache_update
}

pkg_postrm() {
        gnome2_icon_cache_update
}




Reply via email to