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/hiera/
Date: Sun, 10 Jul 2016 19:00:58
Message-Id: 1468177238.4273223ffed0b0d6d4257440ddd143ea474624a6.graaff@gentoo
1 commit: 4273223ffed0b0d6d4257440ddd143ea474624a6
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 10 18:52:14 2016 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 10 19:00:38 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4273223f
7
8 dev-ruby/hiera: cleanup
9
10 Package-Manager: portage-2.2.28
11
12 dev-ruby/hiera/hiera-1.3.4.ebuild | 32 --------------------------------
13 1 file changed, 32 deletions(-)
14
15 diff --git a/dev-ruby/hiera/hiera-1.3.4.ebuild b/dev-ruby/hiera/hiera-1.3.4.ebuild
16 deleted file mode 100644
17 index 1681155..0000000
18 --- a/dev-ruby/hiera/hiera-1.3.4.ebuild
19 +++ /dev/null
20 @@ -1,32 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -
27 -USE_RUBY="ruby20"
28 -
29 -RUBY_FAKEGEM_RECIPE_TEST="rspec"
30 -
31 -RUBY_FAKEGEM_TASK_DOC=""
32 -RUBY_FAKEGEM_EXTRADOC="README.md"
33 -
34 -inherit ruby-fakegem
35 -
36 -DESCRIPTION="A simple pluggable Hierarchical Database"
37 -HOMEPAGE="http://projects.puppetlabs.com/"
38 -
39 -LICENSE="Apache-2.0"
40 -SLOT="0"
41 -IUSE=""
42 -KEYWORDS="amd64 hppa ppc sparc x86"
43 -
44 -ruby_add_bdepend "test? ( dev-ruby/mocha )"
45 -
46 -ruby_add_rdepend "dev-ruby/json"
47 -
48 -all_ruby_prepare() {
49 - # Our json package is either the compiled version or the pure
50 - # version. Fix gemspec accordingly.
51 - sed -i -e 's/json_pure/json/' ../metadata || die
52 -}