public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/gruff: gruff-0.5.1-r1.ebuild ChangeLog
@ 2014-10-11  0:35 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 3+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-10-11  0:35 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/10/11 00:35:55

  Modified:             ChangeLog
  Added:                gruff-0.5.1-r1.ebuild
  Log:
  Add ruby21 target.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.51                 dev-ruby/gruff/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gruff/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gruff/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gruff/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/gruff/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	25 Aug 2014 16:16:36 -0000	1.50
+++ ChangeLog	11 Oct 2014 00:35:55 -0000	1.51
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/gruff
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gruff/ChangeLog,v 1.50 2014/08/25 16:16:36 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gruff/ChangeLog,v 1.51 2014/10/11 00:35:55 mrueg Exp $
+
+*gruff-0.5.1-r1 (11 Oct 2014)
+
+  11 Oct 2014; Manuel Rüger <mrueg@gentoo.org> +gruff-0.5.1-r1.ebuild:
+  Add ruby21 target.
 
   25 Aug 2014; Manuel Rüger <mrueg@gentoo.org> gruff-0.5.1.ebuild:
   Mark amd64 stable. Bug #512180.



1.1                  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.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gruff/gruff-0.5.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: gruff-0.5.1-r1.ebuild
===================================================================
# Copyright 1999-2014 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.1 2014/10/11 00:35:55 mrueg Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

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

ruby_add_rdepend '>=dev-ruby/rmagick-2'
ruby_add_bdepend "
	test? (
		dev-ruby/hoe
	)"

DESCRIPTION="RMagick Implementation for JRuby"
HOMEPAGE="http://rubyforge.org/projects/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. Test also require imagemagick to have jpeg support.
DEPEND="${DEPEND} test? ( media-gfx/imagemagick[jpeg,truetype] )"
RDEPEND="${RDEPEND} media-gfx/imagemagick[truetype]"

ruby_add_bdepend "test? ( dev-ruby/test-unit )"

each_ruby_test() {
	ruby-ng_testrb-2 test/test_*.rb
}





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/gruff: gruff-0.5.1-r1.ebuild ChangeLog
@ 2015-03-20 15:24 Hans de Graaff (graaff)
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2015-03-20 15:24 UTC (permalink / raw
  To: gentoo-commits

graaff      15/03/20 15:24:04

  Modified:             gruff-0.5.1-r1.ebuild ChangeLog
  Log:
  Add ruby22.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.2                  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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gruff/gruff-0.5.1-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gruff/gruff-0.5.1-r1.ebuild?r1=1.1&r2=1.2

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.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gruff-0.5.1-r1.ebuild	11 Oct 2014 00:35:55 -0000	1.1
+++ gruff-0.5.1-r1.ebuild	20 Mar 2015 15:24:04 -0000	1.2
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# 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.1 2014/10/11 00:35:55 mrueg Exp $
+# $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 $
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby19 ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_TASK_DOC=""
 



1.55                 dev-ruby/gruff/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gruff/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gruff/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gruff/ChangeLog?r1=1.54&r2=1.55

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/gruff/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	28 Nov 2014 16:00:32 -0000	1.54
+++ ChangeLog	20 Mar 2015 15:24:04 -0000	1.55
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/gruff
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gruff/ChangeLog,v 1.54 2014/11/28 16:00:32 mrueg Exp $
+# 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 $
+
+  20 Mar 2015; Hans de Graaff <graaff@gentoo.org> gruff-0.5.1-r1.ebuild:
+  Add ruby22.
 
   28 Nov 2014; Manuel Rüger <mrueg@gentoo.org> -gruff-0.3.7.ebuild:
   Cleanup old.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/gruff: gruff-0.5.1-r1.ebuild ChangeLog
@ 2015-04-18  6:19 Hans de Graaff (graaff)
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2015-04-18  6:19 UTC (permalink / raw
  To: gentoo-commits

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 <graaff@gentoo.org> gruff-0.5.1-r1.ebuild:
+  imagemagick also needs to support PNG for tests.
 
   20 Mar 2015; Hans de Graaff <graaff@gentoo.org> gruff-0.5.1-r1.ebuild:
   Add ruby22.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-04-18  6:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-11  0:35 [gentoo-commits] gentoo-x86 commit in dev-ruby/gruff: gruff-0.5.1-r1.ebuild ChangeLog Manuel Rueger (mrueg)
  -- strict thread matches above, loose matches on Subject: below --
2015-03-20 15:24 Hans de Graaff (graaff)
2015-04-18  6:19 Hans de Graaff (graaff)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox