graaff 15/05/31 05:40:28 Modified: ChangeLog Added: gruff-0.6.0.ebuild Log: Version bump. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.57 dev-ruby/gruff/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gruff/ChangeLog?rev=1.57&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gruff/ChangeLog?rev=1.57&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gruff/ChangeLog?r1=1.56&r2=1.57 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/gruff/ChangeLog,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- ChangeLog 18 Apr 2015 06:19:05 -0000 1.56 +++ ChangeLog 31 May 2015 05:40:28 -0000 1.57 @@ -1,6 +1,11 @@ # 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.56 2015/04/18 06:19:05 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gruff/ChangeLog,v 1.57 2015/05/31 05:40:28 graaff Exp $ + +*gruff-0.6.0 (31 May 2015) + + 31 May 2015; Hans de Graaff <[email protected]> +gruff-0.6.0.ebuild: + Version bump. 18 Apr 2015; Hans de Graaff <[email protected]> gruff-0.5.1-r1.ebuild: imagemagick also needs to support PNG for tests. 1.1 dev-ruby/gruff/gruff-0.6.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gruff/gruff-0.6.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gruff/gruff-0.6.0.ebuild?rev=1.1&content-type=text/plain Index: gruff-0.6.0.ebuild =================================================================== # 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.6.0.ebuild,v 1.1 2015/05/31 05:40:28 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 ruby22" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="History.txt Manifest.txt README.md RELEASE.md" RUBY_FAKEGEM_EXTRAINSTALL="assets rails_generators" inherit ruby-fakegem DESCRIPTION="Beautiful graphs for one or multiple datasets" HOMEPAGE="https://github.com/topfunky/gruff" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86 ~x86-macos" IUSE="" RUBY_PATCHES=( ${PN}-0.3.6-spider.patch ) # 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. 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_rdepend ">=dev-ruby/rmagick-2.13.4" ruby_add_bdepend " test? ( dev-ruby/hoe dev-ruby/test-unit )" each_ruby_test() { ruby-ng_testrb-2 test/test_*.rb }
