graaff      14/05/03 06:47:20

  Modified:             ChangeLog
  Added:                unf_ext-0.0.6-r2.ebuild
  Log:
  Add ruby21.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.15                 dev-ruby/unf_ext/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/unf_ext/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   12 Apr 2014 23:53:59 -0000      1.14
+++ ChangeLog   3 May 2014 06:47:20 -0000       1.15
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/unf_ext
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unf_ext/ChangeLog,v 1.14 
2014/04/12 23:53:59 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unf_ext/ChangeLog,v 1.15 
2014/05/03 06:47:20 graaff Exp $
+
+*unf_ext-0.0.6-r2 (03 May 2014)
+
+  03 May 2014; Hans de Graaff <[email protected]> +unf_ext-0.0.6-r2.ebuild:
+  Add ruby21.
 
   12 Apr 2014; Manuel RĂ¼ger <[email protected]> unf_ext-0.0.6-r1.ebuild,
   unf_ext-0.0.6.ebuild:



1.1                  dev-ruby/unf_ext/unf_ext-0.0.6-r2.ebuild

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

Index: unf_ext-0.0.6-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/unf_ext/unf_ext-0.0.6-r2.ebuild,v 
1.1 2014/05/03 06:47:20 graaff Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_RECIPE_TEST="none"

RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_DOCDIR="doc"

RUBY_FAKEGEM_EXTRADOC="README.md"

inherit ruby-fakegem multilib

DESCRIPTION="Unicode Normalization Form support library for CRuby"
HOMEPAGE="http://sourceforge.jp/projects/unf/";

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
IUSE="doc test"

ruby_add_bdepend "
        test? (
                >=dev-ruby/test-unit-2.5.1-r1
                dev-ruby/shoulda
        )"

all_ruby_prepare() {
        sed -i -e '/bundler/,/end/ s:^:#:' Rakefile test/helper.rb || die
}

each_ruby_configure() {
        ${RUBY} -Cext/unf_ext extconf.rb || die
}

each_ruby_compile() {
        emake -Cext/unf_ext CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}" V=1
        cp ext/unf_ext/*$(get_modname) lib/ || die
}

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




Reply via email to