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/vlad: vlad-2.6.4.ebuild ChangeLog
Date: Sun, 01 Feb 2015 23:30:32
Message-Id: 20150201233026.9250010DAF@oystercatcher.gentoo.org
1 mrueg 15/02/01 23:30:26
2
3 Modified: ChangeLog
4 Added: vlad-2.6.4.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.31 dev-ruby/vlad/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/vlad/ChangeLog?rev=1.31&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/vlad/ChangeLog?rev=1.31&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/vlad/ChangeLog?r1=1.30&r2=1.31
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/vlad/ChangeLog,v
20 retrieving revision 1.30
21 retrieving revision 1.31
22 diff -u -r1.30 -r1.31
23 --- ChangeLog 25 Jan 2015 12:09:30 -0000 1.30
24 +++ ChangeLog 1 Feb 2015 23:30:26 -0000 1.31
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/vlad
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/vlad/ChangeLog,v 1.30 2015/01/25 12:09:30 mrueg Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/vlad/ChangeLog,v 1.31 2015/02/01 23:30:26 mrueg Exp $
30 +
31 +*vlad-2.6.4 (01 Feb 2015)
32 +
33 + 01 Feb 2015; Manuel Rüger <mrueg@g.o> +vlad-2.6.4.ebuild:
34 + Version bump.
35
36 25 Jan 2015; Manuel Rüger <mrueg@g.o> vlad-2.6.3.ebuild:
37 Add ruby 2.2 target.
38
39
40
41 1.1 dev-ruby/vlad/vlad-2.6.4.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/vlad/vlad-2.6.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/vlad/vlad-2.6.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: vlad-2.6.4.ebuild
47 ===================================================================
48 # Copyright 1999-2015 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/vlad/vlad-2.6.4.ebuild,v 1.1 2015/02/01 23:30:26 mrueg Exp $
51
52 EAPI=5
53 USE_RUBY="ruby19 ruby20 ruby21 ruby22"
54
55 RUBY_FAKEGEM_TASK_DOC="docs"
56 RUBY_FAKEGEM_DOCDIR="doc"
57 RUBY_FAKEGEM_EXTRADOC="considerations.txt History.txt README.txt"
58
59 inherit ruby-fakegem
60
61 DESCRIPTION="Pragmatic application deployment automation, without mercy"
62 HOMEPAGE="http://rubyhitsquad.com/Vlad_the_Deployer.html"
63
64 LICENSE="MIT"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE=""
68
69 ruby_add_bdepend ">=dev-ruby/hoe-2.9.2
70 test? ( dev-ruby/minitest )"
71 ruby_add_rdepend ">=dev-ruby/rake-remote_task-2.1"
72
73 all_ruby_prepare() {
74 # Keep Isolate from managing the dependencies.
75 sed -i -e '/isolate/ s:^:#:' -e '/rubyforge/ s:^:#:' Rakefile || die
76 }