Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/configliere: configliere-0.4.18-r1.ebuild ChangeLog configliere-0.4.18.ebuild configliere-0.4.17.ebuild
Date: Sat, 09 Nov 2013 19:43:05
Message-Id: 20131109194259.51F1E2004B@flycatcher.gentoo.org
1 mrueg 13/11/09 19:42:59
2
3 Modified: ChangeLog
4 Added: configliere-0.4.18-r1.ebuild
5 Removed: configliere-0.4.18.ebuild configliere-0.4.17.ebuild
6 Log:
7 Add ruby20 target.
8
9 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
10
11 Revision Changes Path
12 1.3 dev-ruby/configliere/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/configliere/ChangeLog?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/configliere/ChangeLog?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/configliere/ChangeLog?r1=1.2&r2=1.3
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/configliere/ChangeLog,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- ChangeLog 16 Dec 2012 09:34:08 -0000 1.2
25 +++ ChangeLog 9 Nov 2013 19:42:59 -0000 1.3
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-ruby/configliere
28 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/configliere/ChangeLog,v 1.2 2012/12/16 09:34:08 graaff Exp $
30 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/configliere/ChangeLog,v 1.3 2013/11/09 19:42:59 mrueg Exp $
32 +
33 +*configliere-0.4.18-r1 (09 Nov 2013)
34 +
35 + 09 Nov 2013; Manuel RĂ¼ger <mrueg@g.o> +configliere-0.4.18-r1.ebuild,
36 + -configliere-0.4.17.ebuild, -configliere-0.4.18.ebuild:
37 + Add ruby20 target.
38
39 *configliere-0.4.18 (16 Dec 2012)
40
41
42
43
44 1.1 dev-ruby/configliere/configliere-0.4.18-r1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/configliere/configliere-0.4.18-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/configliere/configliere-0.4.18-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: configliere-0.4.18-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2013 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/configliere/configliere-0.4.18-r1.ebuild,v 1.1 2013/11/09 19:42:59 mrueg Exp $
54
55 EAPI=5
56 USE_RUBY="ruby18 ruby19 ruby20 jruby"
57
58 RUBY_FAKEGEM_RECIPE_TEST="rspec"
59 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
60
61 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.textile README.textile FEATURES.txt"
62
63 inherit ruby-fakegem
64
65 DESCRIPTION="Settings manager for Ruby scripts"
66 HOMEPAGE="https://github.com/infochimps-labs/configliere"
67
68 LICENSE="Apache-2.0"
69 SLOT="0"
70 KEYWORDS="~amd64"
71 IUSE=""
72
73 ruby_add_rdepend "
74 >=dev-ruby/highline-1.5.2
75 >=dev-ruby/multi_json-1.1"
76
77 RUBY_PATCHES=( ${PN}-0.4.17-nobundler.patch )
78
79 all_ruby_prepare() {
80 rm Gemfile* || die
81 }
82
83 all_ruby_install() {
84 all_fakegem_install
85
86 insinto /usr/share/doc/${PF}
87 doins -r examples
88 }