mrueg       15/04/18 00:31:30

  Modified:             ChangeLog
  Added:                unf_ext-0.0.7.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.19                 dev-ruby/unf_ext/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/unf_ext/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   5 Apr 2015 06:27:43 -0000       1.18
+++ ChangeLog   18 Apr 2015 00:31:30 -0000      1.19
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/unf_ext
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unf_ext/ChangeLog,v 1.18 
2015/04/05 06:27:43 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unf_ext/ChangeLog,v 1.19 
2015/04/18 00:31:30 mrueg Exp $
+
+*unf_ext-0.0.7.1 (18 Apr 2015)
+
+  18 Apr 2015; Manuel RĂ¼ger <[email protected]> +unf_ext-0.0.7.1.ebuild:
+  Version bump.
 
   05 Apr 2015; Hans de Graaff <[email protected]> unf_ext-0.0.6-r2.ebuild:
   Add ruby22.



1.1                  dev-ruby/unf_ext/unf_ext-0.0.7.1.ebuild

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

Index: unf_ext-0.0.7.1.ebuild
===================================================================
# Copyright 1999-2015 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.7.1.ebuild,v 
1.1 2015/04/18 00:31:30 mrueg Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 ruby21 ruby22"

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