jer 14/07/01 23:53:09 Modified: fraqtive-0.4.6.ebuild ChangeLog Removed: fraqtive-0.4.5.ebuild Log: Add virtual/glu dependency (bug #515008). (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.3 x11-misc/fraqtive/fraqtive-0.4.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.6.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.6.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.6.ebuild?r1=1.2&r2=1.3 Index: fraqtive-0.4.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.6.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- fraqtive-0.4.6.ebuild 2 Mar 2013 23:48:22 -0000 1.2 +++ fraqtive-0.4.6.ebuild 1 Jul 2014 23:53:09 -0000 1.3 @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.6.ebuild,v 1.2 2013/03/02 23:48:22 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.6.ebuild,v 1.3 2014/07/01 23:53:09 jer Exp $ -EAPI=4 +EAPI=5 inherit eutils gnome2-utils qt4-r2 DESCRIPTION="an open source, multi-platform generator of the Mandelbrot family fractals" @@ -18,6 +18,7 @@ dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtopengl:4 + virtual/glu " RDEPEND="${DEPEND}" 1.14 x11-misc/fraqtive/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/fraqtive/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/fraqtive/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/fraqtive/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 2 Mar 2013 23:48:22 -0000 1.13 +++ ChangeLog 1 Jul 2014 23:53:09 -0000 1.14 @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/fraqtive -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/ChangeLog,v 1.13 2013/03/02 23:48:22 hwoarang Exp $ +# 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 $ + + 01 Jul 2014; Jeroen Roovers <[email protected]> -fraqtive-0.4.5.ebuild, + fraqtive-0.4.6.ebuild: + Add virtual/glu dependency (bug #515008). 02 Mar 2013; Markos Chandras <[email protected]> fraqtive-0.4.5.ebuild, fraqtive-0.4.6.ebuild:
