public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/mini_magick: ChangeLog mini_magick-3.3.ebuild
@ 2011-07-21  6:01 Hans de Graaff (graaff)
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2011-07-21  6:01 UTC (permalink / raw
  To: gentoo-commits

graaff      11/07/21 06:01:03

  Modified:             ChangeLog
  Added:                mini_magick-3.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.1.10.3/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  dev-ruby/mini_magick/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mini_magick/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	14 Jan 2011 07:41:19 -0000	1.8
+++ ChangeLog	21 Jul 2011 06:01:02 -0000	1.9
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/mini_magick
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mini_magick/ChangeLog,v 1.8 2011/01/14 07:41:19 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mini_magick/ChangeLog,v 1.9 2011/07/21 06:01:02 graaff Exp $
+
+*mini_magick-3.3 (21 Jul 2011)
+
+  21 Jul 2011; Hans de Graaff <graaff@gentoo.org> +mini_magick-3.3.ebuild:
+  Version bump.
 
 *mini_magick-3.2 (14 Jan 2011)
 



1.1                  dev-ruby/mini_magick/mini_magick-3.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mini_magick/mini_magick-3.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mini_magick/mini_magick-3.3.ebuild?rev=1.1&content-type=text/plain

Index: mini_magick-3.3.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mini_magick/mini_magick-3.3.ebuild,v 1.1 2011/07/21 06:01:02 graaff Exp $

EAPI=2

# jruby → test_tempfile_at_path_after_format fails with jruby 1.3.1,
# sounds like a bug in JRuby itself, or the code not being compatible.
USE_RUBY="ruby18 ruby19 ree18"

RUBY_FAKEGEM_DOCDIR="rdoc"
RUBY_FAKEGEM_EXTRADOC="README.rdoc"

inherit ruby-fakegem eutils

DESCRIPTION="Manipulate images with minimal use of memory."
HOMEPAGE="http://github.com/probablycorey/mini_magick"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

# It's only used at runtime in this case because this extension only
# _calls_ the commands. But when we run tests we're going to need tiff
# and jpeg support at a minimum.
RDEPEND="media-gfx/imagemagick"
DEPEND="test? ( media-gfx/imagemagick[tiff,jpeg] )"

# tests are known to fail under imagemagick 6.5 at least, reported upstream:
# http://github.com/probablycorey/mini_magick/issues/#issue/2
# update: still fails with imagemagick 6.6.
ruby_add_bdepend "test? ( virtual/ruby-test-unit )"

ruby_add_rdepend ">=dev-ruby/subexec-0.1.0"

all_ruby_prepare() {
	# remove executable bit from all files
	find "${S}" -type f -exec chmod -x {} +

	# Remove spec definition part because the gemspec file is not included
	sed -i -e '/gemspec/,$ d' Rakefile || die
}






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/mini_magick: ChangeLog mini_magick-3.3.ebuild
@ 2011-09-25 14:20 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 2+ messages in thread
From: Diego Petteno (flameeyes) @ 2011-09-25 14:20 UTC (permalink / raw
  To: gentoo-commits

flameeyes    11/09/25 14:20:23

  Modified:             ChangeLog mini_magick-3.3.ebuild
  Log:
  Remove ruby19 support as subexec does not declare supporting it.
  
  (Portage version: 2.2.0_alpha59/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 dev-ruby/mini_magick/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mini_magick/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	21 Jul 2011 06:01:02 -0000	1.9
+++ ChangeLog	25 Sep 2011 14:20:23 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/mini_magick
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mini_magick/ChangeLog,v 1.9 2011/07/21 06:01:02 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mini_magick/ChangeLog,v 1.10 2011/09/25 14:20:23 flameeyes Exp $
+
+  25 Sep 2011; Diego E. Pettenò <flameeyes@gentoo.org> mini_magick-3.3.ebuild:
+  Remove ruby19 support as subexec does not declare supporting it.
 
 *mini_magick-3.3 (21 Jul 2011)
 



1.2                  dev-ruby/mini_magick/mini_magick-3.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mini_magick/mini_magick-3.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mini_magick/mini_magick-3.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mini_magick/mini_magick-3.3.ebuild?r1=1.1&r2=1.2

Index: mini_magick-3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mini_magick/mini_magick-3.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mini_magick-3.3.ebuild	21 Jul 2011 06:01:02 -0000	1.1
+++ mini_magick-3.3.ebuild	25 Sep 2011 14:20:23 -0000	1.2
@@ -1,12 +1,12 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mini_magick/mini_magick-3.3.ebuild,v 1.1 2011/07/21 06:01:02 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mini_magick/mini_magick-3.3.ebuild,v 1.2 2011/09/25 14:20:23 flameeyes Exp $
 
 EAPI=2
 
 # jruby → test_tempfile_at_path_after_format fails with jruby 1.3.1,
 # sounds like a bug in JRuby itself, or the code not being compatible.
-USE_RUBY="ruby18 ruby19 ree18"
+USE_RUBY="ruby18 ree18"
 
 RUBY_FAKEGEM_DOCDIR="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.rdoc"






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

end of thread, other threads:[~2011-09-25 14:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-21  6:01 [gentoo-commits] gentoo-x86 commit in dev-ruby/mini_magick: ChangeLog mini_magick-3.3.ebuild Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2011-09-25 14:20 Diego Petteno (flameeyes)

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