mrueg       15/01/25 12:12:49

  Modified:             ChangeLog
  Added:                ruby-gettext-3.1.6.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.153                dev-ruby/ruby-gettext/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gettext/ChangeLog,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- ChangeLog   20 Jan 2015 07:26:17 -0000      1.152
+++ ChangeLog   25 Jan 2015 12:12:49 -0000      1.153
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/ruby-gettext
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gettext/ChangeLog,v 1.152 
2015/01/20 07:26:17 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gettext/ChangeLog,v 1.153 
2015/01/25 12:12:49 mrueg Exp $
+
+*ruby-gettext-3.1.6 (25 Jan 2015)
+
+  25 Jan 2015; Manuel RĂ¼ger <[email protected]> +ruby-gettext-3.1.6.ebuild:
+  Version bump.
 
 *ruby-gettext-3.1.5 (20 Jan 2015)
 



1.1                  dev-ruby/ruby-gettext/ruby-gettext-3.1.6.ebuild

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

Index: ruby-gettext-3.1.6.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-gettext/ruby-gettext-3.1.6.ebuild,v 1.1 
2015/01/25 12:12:49 mrueg Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_NAME="${PN/ruby-/}"
RUBY_FAKEGEM_VERSION="${PV%_*}"

RUBY_FAKEGEM_RECIPE_DOC="yard"
RUBY_FAKEGEM_EXTRADOC="README.md doc/text/news.md"

RUBY_FAKEGEM_TASK_TEST="none"

RUBY_FAKEGEM_EXTRAINSTALL="locale po"

inherit ruby-fakegem

DESCRIPTION="Ruby GetText Package is Native Language Support Library and Tools 
modeled after GNU gettext package"
HOMEPAGE="http://ruby-gettext.github.io/";

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="doc test"
SLOT="0"
LICENSE="|| ( Ruby LGPL-3+ )"

ruby_add_rdepend ">=dev-ruby/locale-2.0.5 >=dev-ruby/text-1.3.0"

ruby_add_bdepend "doc? ( dev-ruby/yard )
        dev-ruby/racc"
ruby_add_bdepend "test? (
        dev-ruby/test-unit:2
        dev-ruby/test-unit-rr )"

RDEPEND+=" sys-devel/gettext"
DEPEND+=" sys-devel/gettext"

all_ruby_prepare() {
        # Fix broken racc invocation
        sed -i -e '/command_line/ s/#{racc}/-S racc/' Rakefile || die

        # Avoid bundler dependency
        sed -i -e '/bundler/,/helper.install/ s:^:#:' \
                -e 's/helper.gemspec/Gem::Specification.new/' Rakefile || die

        # Avoid dependency on developer-specific tools.
        sed -i -e '/notify/ s:^:#:' test/run-test.rb || die
}

each_ruby_test() {
        # Upstream tries to daisy-chain rake calls but they fail badly
        # with our setup, so run it manually.
        ${RUBY} test/run-test.rb || die "tests failed"
}

all_ruby_install() {
        all_fakegem_install

        insinto /usr/share/doc/${PF}
        doins -r samples
}




Reply via email to