Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/mixlib-shellout: mixlib-shellout-1.1.0.ebuild ChangeLog
Date: Tue, 28 Aug 2012 05:05:35
Message-Id: 20120828050523.8CB29209C0@flycatcher.gentoo.org
1 graaff 12/08/28 05:05:23
2
3 Modified: ChangeLog
4 Added: mixlib-shellout-1.1.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.11.9/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 dev-ruby/mixlib-shellout/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-shellout/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-shellout/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-shellout/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-shellout/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 14 Aug 2012 18:41:26 -0000 1.4
24 +++ ChangeLog 28 Aug 2012 05:05:23 -0000 1.5
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-ruby/mixlib-shellout
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-shellout/ChangeLog,v 1.4 2012/08/14 18:41:26 flameeyes Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-shellout/ChangeLog,v 1.5 2012/08/28 05:05:23 graaff Exp $
30 +
31 +*mixlib-shellout-1.1.0 (28 Aug 2012)
32 +
33 + 28 Aug 2012; Hans de Graaff <graaff@g.o>
34 + +mixlib-shellout-1.1.0.ebuild:
35 + Version bump.
36
37 14 Aug 2012; Diego E. Pettenò <flameeyes@g.o> metadata.xml:
38 Update metadata.xml so that it's the same as most other packages.
39
40
41
42 1.1 dev-ruby/mixlib-shellout/mixlib-shellout-1.1.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-shellout/mixlib-shellout-1.1.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-shellout/mixlib-shellout-1.1.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: mixlib-shellout-1.1.0.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-shellout/mixlib-shellout-1.1.0.ebuild,v 1.1 2012/08/28 05:05:23 graaff Exp $
52
53 EAPI=4
54 USE_RUBY="ruby18 ruby19 ree18"
55
56 RUBY_FAKEGEM_TASK_DOC=""
57 RUBY_FAKEGEM_RECIPE_TEST="rspec"
58
59 RUBY_FAKEGEM_EXTRA_DOC="README.md"
60
61 inherit ruby-fakegem
62
63 DESCRIPTION="Run external commands on Unix or Windows"
64 HOMEPAGE="http://github.com/opscode/mixlib-shellout"
65 SRC_URI="https://github.com/opscode/${PN}/tarball/${PV} -> ${P}.tgz"
66 RUBY_S="opscode-${PN}-*"
67
68 LICENSE="Apache-2.0"
69 SLOT="0"
70 KEYWORDS="~amd64 ~x86"
71 IUSE=""
72
73 each_ruby_prepare() {
74 # Make sure we actually use the right interpreter for testing
75 sed -i -e "/ruby_eval/ s:ruby :${RUBY} :" spec/mixlib/shellout_spec.rb || die
76 }