mrueg 14/05/04 13:36:27 Modified: RubyInline-3.12.2.ebuild ChangeLog Added: RubyInline-3.12.3.ebuild Removed: RubyInline-3.12.2-r1.ebuild Log: Version bump. Cleanup old. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.10 dev-ruby/RubyInline/RubyInline-3.12.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/RubyInline/RubyInline-3.12.2.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/RubyInline/RubyInline-3.12.2.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/RubyInline/RubyInline-3.12.2.ebuild?r1=1.9&r2=1.10 Index: RubyInline-3.12.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/RubyInline/RubyInline-3.12.2.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- RubyInline-3.12.2.ebuild 7 Sep 2013 20:15:37 -0000 1.9 +++ RubyInline-3.12.2.ebuild 4 May 2014 13:36:27 -0000 1.10 @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/RubyInline/RubyInline-3.12.2.ebuild,v 1.9 2013/09/07 20:15:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/RubyInline/RubyInline-3.12.2.ebuild,v 1.10 2014/05/04 13:36:27 mrueg Exp $ EAPI=5 -USE_RUBY="ruby18 ruby19" +USE_RUBY="ruby19" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_DOCDIR="doc" 1.19 dev-ruby/RubyInline/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/RubyInline/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/RubyInline/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/RubyInline/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/RubyInline/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 9 Oct 2013 01:57:12 -0000 1.18 +++ ChangeLog 4 May 2014 13:36:27 -0000 1.19 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/RubyInline -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/RubyInline/ChangeLog,v 1.18 2013/10/09 01:57:12 mrueg Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/RubyInline/ChangeLog,v 1.19 2014/05/04 13:36:27 mrueg Exp $ + +*RubyInline-3.12.3 (04 May 2014) + + 04 May 2014; Manuel RĂ¼ger <[email protected]> +RubyInline-3.12.3.ebuild, + -RubyInline-3.12.2-r1.ebuild, RubyInline-3.12.2.ebuild: + Version bump. Cleanup old. *RubyInline-3.12.2-r1 (09 Oct 2013) 1.1 dev-ruby/RubyInline/RubyInline-3.12.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/RubyInline/RubyInline-3.12.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/RubyInline/RubyInline-3.12.3.ebuild?rev=1.1&content-type=text/plain Index: RubyInline-3.12.3.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/RubyInline/RubyInline-3.12.3.ebuild,v 1.1 2014/05/04 13:36:27 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="README.txt History.txt" inherit ruby-fakegem DESCRIPTION="Allows to embed C/C++ in Ruby code" HOMEPAGE="http://www.zenspider.com/ZSS/Products/RubyInline/" LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="doc test" ruby_add_rdepend "dev-ruby/zentest" ruby_add_bdepend " test? ( dev-ruby/hoe dev-ruby/hoe-seattlerb virtual/ruby-minitest )" RUBY_PATCHES=( ruby-inline-3.12.2-gentoo.patch ruby-inline-3.11.1-ldflags.patch ) all_ruby_prepare() { sed -i -e '/isolate/ s:^:#:' Rakefile || die } all_ruby_install() { all_fakegem_install docinto examples dodoc example.rb example2.rb demo/*.rb }
