graaff 14/06/02 18:16:56 Modified: ChangeLog Added: rmagick-2.13.2-r2.ebuild Log: Add new revision based on the gem. Add ruby21. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.203 dev-ruby/rmagick/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rmagick/ChangeLog?rev=1.203&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rmagick/ChangeLog?rev=1.203&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rmagick/ChangeLog?r1=1.202&r2=1.203 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rmagick/ChangeLog,v retrieving revision 1.202 retrieving revision 1.203 diff -u -r1.202 -r1.203 --- ChangeLog 5 Apr 2014 23:30:45 -0000 1.202 +++ ChangeLog 2 Jun 2014 18:16:56 -0000 1.203 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/rmagick # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rmagick/ChangeLog,v 1.202 2014/04/05 23:30:45 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rmagick/ChangeLog,v 1.203 2014/06/02 18:16:56 graaff Exp $ + +*rmagick-2.13.2-r2 (02 Jun 2014) + + 02 Jun 2014; Hans de Graaff <[email protected]> +rmagick-2.13.2-r2.ebuild: + Add new revision based on the gem. Add ruby21. 05 Apr 2014; Manuel RĂ¼ger <[email protected]> rmagick-2.13.2-r1.ebuild, rmagick-2.13.2.ebuild: 1.1 dev-ruby/rmagick/rmagick-2.13.2-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rmagick/rmagick-2.13.2-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rmagick/rmagick-2.13.2-r2.ebuild?rev=1.1&content-type=text/plain Index: rmagick-2.13.2-r2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/rmagick/rmagick-2.13.2-r2.ebuild,v 1.1 2014/06/02 18:16:56 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_TASK_TEST="" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="ChangeLog README.html README-Mac-OSX.txt" inherit multilib ruby-fakegem DESCRIPTION="An interface between Ruby and the ImageMagick(TM) image processing library" HOMEPAGE="http://rmagick.rubyforge.org/" LICENSE="Artistic" SLOT="0" KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc64 ~x86 ~x86-macos" IUSE="doc" # hdri causes extensive changes in the imagemagick internals, and # rmagick is not ready to deal with those, see bug 184356. RDEPEND+=" >=media-gfx/imagemagick-6.4.9:=[-hdri]" DEPEND+=" >=media-gfx/imagemagick-6.4.9:=[-hdri]" each_ruby_configure() { ${RUBY} -Cext/RMagick extconf.rb || die "extconf.rb failed" } each_ruby_compile() { emake -Cext/RMagick V=1 } each_ruby_install() { each_fakegem_install ruby_fakegem_newins ext/RMagick/RMagick2$(get_modname) lib/RMagick2$(get_modname) } all_ruby_install() { all_fakegem_install docinto examples dodoc examples/* if use doc ; then dohtml -r doc fi }
