Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/semantic_puppet/
Date: Tue, 01 Aug 2017 05:50:43
Message-Id: 1501565249.7fd1ede6e1d205c7cd5878b1758e1ff326451562.graaff@gentoo
1 commit: 7fd1ede6e1d205c7cd5878b1758e1ff326451562
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 1 05:27:29 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 1 05:27:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fd1ede6
7
8 dev-ruby/semantic_puppet: add missing locales directory in installation
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 .../{semantic_puppet-1.0.1.ebuild => semantic_puppet-1.0.1-r1.ebuild} | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/dev-ruby/semantic_puppet/semantic_puppet-1.0.1.ebuild b/dev-ruby/semantic_puppet/semantic_puppet-1.0.1-r1.ebuild
16 similarity index 93%
17 rename from dev-ruby/semantic_puppet/semantic_puppet-1.0.1.ebuild
18 rename to dev-ruby/semantic_puppet/semantic_puppet-1.0.1-r1.ebuild
19 index 1cfb244da2d..71bb90658b2 100644
20 --- a/dev-ruby/semantic_puppet/semantic_puppet-1.0.1.ebuild
21 +++ b/dev-ruby/semantic_puppet/semantic_puppet-1.0.1-r1.ebuild
22 @@ -9,6 +9,8 @@ RUBY_FAKEGEM_RECIPE_DOC="rdoc"
23
24 RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
25
26 +RUBY_FAKEGEM_EXTRAINSTALL="locales"
27 +
28 inherit ruby-fakegem
29
30 DESCRIPTION="Library of tools for working with Semantic Versions and module dependencies"