graaff 15/04/18 06:19:05 Modified: gruff-0.5.1-r1.ebuild ChangeLog Log: imagemagick also needs to support PNG for tests. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.3 dev-ruby/gruff/gruff-0.5.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gruff/gruff-0.5.1-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gruff/gruff-0.5.1-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gruff/gruff-0.5.1-r1.ebuild?r1=1.2&r2=1.3 Index: gruff-0.5.1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/gruff/gruff-0.5.1-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gruff-0.5.1-r1.ebuild 20 Mar 2015 15:24:04 -0000 1.2 +++ gruff-0.5.1-r1.ebuild 18 Apr 2015 06:19:05 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gruff/gruff-0.5.1-r1.ebuild,v 1.2 2015/03/20 15:24:04 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gruff/gruff-0.5.1-r1.ebuild,v 1.3 2015/04/18 06:19:05 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 ruby22" @@ -33,10 +33,10 @@ ) # imagemagick is an indirect dependency through rmagick. However, for -# gruff to work properly imagemagick needs to be compiled with -# truetype support and this cannot be expressed in the rmagick -# dependency. Test also require imagemagick to have jpeg support. -DEPEND="${DEPEND} test? ( media-gfx/imagemagick[jpeg,truetype] )" +# gruff to work properly imagemagick needs to be compiled with truetype +# support and this cannot be expressed in the rmagick dependency. Tests +# also require imagemagick to have jpeg and png support. +DEPEND="${DEPEND} test? ( media-gfx/imagemagick[jpeg,png,truetype] )" RDEPEND="${RDEPEND} media-gfx/imagemagick[truetype]" ruby_add_bdepend "test? ( dev-ruby/test-unit )" 1.56 dev-ruby/gruff/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gruff/ChangeLog?rev=1.56&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gruff/ChangeLog?rev=1.56&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gruff/ChangeLog?r1=1.55&r2=1.56 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/gruff/ChangeLog,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- ChangeLog 20 Mar 2015 15:24:04 -0000 1.55 +++ ChangeLog 18 Apr 2015 06:19:05 -0000 1.56 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/gruff # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gruff/ChangeLog,v 1.55 2015/03/20 15:24:04 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gruff/ChangeLog,v 1.56 2015/04/18 06:19:05 graaff Exp $ + + 18 Apr 2015; Hans de Graaff <[email protected]> gruff-0.5.1-r1.ebuild: + imagemagick also needs to support PNG for tests. 20 Mar 2015; Hans de Graaff <[email protected]> gruff-0.5.1-r1.ebuild: Add ruby22.
