Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/vlad/
Date: Sun, 06 Mar 2016 19:31:17
Message-Id: 1457292578.0a3d5542b257ed05b22a090a469732023adc82d8.mrueg@gentoo
1 commit: 0a3d5542b257ed05b22a090a469732023adc82d8
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 6 19:29:38 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 6 19:29:38 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a3d5542
7
8 dev-ruby/vlad: Remove old
9
10 Package-Manager: portage-2.2.27
11
12 dev-ruby/vlad/Manifest | 2 --
13 dev-ruby/vlad/vlad-2.6.3.ebuild | 29 -----------------------------
14 dev-ruby/vlad/vlad-2.6.4.ebuild | 29 -----------------------------
15 3 files changed, 60 deletions(-)
16
17 diff --git a/dev-ruby/vlad/Manifest b/dev-ruby/vlad/Manifest
18 index 26a6a85..ffe2f55 100644
19 --- a/dev-ruby/vlad/Manifest
20 +++ b/dev-ruby/vlad/Manifest
21 @@ -1,3 +1 @@
22 -DIST vlad-2.6.3.gem 29184 SHA256 61d560f74c08844648fee9820c6d83da32c4c74e7ee541d15628151c3658889e SHA512 13246b98ee7238f1a5ff8ec9df3a1ecb3c137a1ab2e07af6f8a01c61ebc9798a6a1dd0f8080d31dcfff7d81268848868a6960939dd02713e585aeb732be95a52 WHIRLPOOL 525fb6b885c8f6dd20ec0f369ff6d8c973971bd65b36bb9ff99823cd7dd537f861fb4bf9b6540b07c23802b3fa1c30ceeef7789dcd7ffdd2540afe9b1d0331d5
23 -DIST vlad-2.6.4.gem 29184 SHA256 ad1c2cd8c0c9584aaa4061baaebfeba2df619e8c7ccbe25ff1e22b4696ea045d SHA512 e9d233c3caf01a7c77317e1bf64fb3832939fe5b85734874215160d9dd9b89967eeb80edc9ffdc4af47bc3f9c1b32eef77c29d99ad0535835c1a35cc55d5538e WHIRLPOOL ec730a456547e9c1e1f56c12fd5fa48f50eac04531f737ecb8c63c9fd7383cd7ee0748ffc34601bf6ed33cfe772dc61662aede26e7d097ba2d86025463e05348
24 DIST vlad-2.6.5.gem 29184 SHA256 2447cce7b2db8695fcb9eb4fef5ed22932f217132e65ef95c3d66c5a07976044 SHA512 d1cf81372b973ad383cba7ad42512e9f734efc2034ae40ba6ef68277693c01568ee68613b97c8ead81793c748b848d5201f3b45cc00c16e3b460a95e42702f4f WHIRLPOOL 50942dd5fb0cff59da56613b146edc2bc565b5e755bfea8cc6dc0df9f3e9e73590ddc3063068df134cbfd1600e43cf0cd6b6a61dd41ebc5c2993c79910a75fcc
25
26 diff --git a/dev-ruby/vlad/vlad-2.6.3.ebuild b/dev-ruby/vlad/vlad-2.6.3.ebuild
27 deleted file mode 100644
28 index 838ff17..0000000
29 --- a/dev-ruby/vlad/vlad-2.6.3.ebuild
30 +++ /dev/null
31 @@ -1,29 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=5
37 -USE_RUBY="ruby19 ruby20 ruby21 ruby22"
38 -
39 -RUBY_FAKEGEM_TASK_DOC="docs"
40 -RUBY_FAKEGEM_DOCDIR="doc"
41 -RUBY_FAKEGEM_EXTRADOC="considerations.txt History.txt README.txt"
42 -
43 -inherit ruby-fakegem
44 -
45 -DESCRIPTION="Pragmatic application deployment automation, without mercy"
46 -HOMEPAGE="http://rubyhitsquad.com/Vlad_the_Deployer.html"
47 -
48 -LICENSE="MIT"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86"
51 -IUSE=""
52 -
53 -ruby_add_bdepend ">=dev-ruby/hoe-2.9.2
54 - test? ( dev-ruby/minitest )"
55 -ruby_add_rdepend ">=dev-ruby/rake-remote_task-2.1"
56 -
57 -all_ruby_prepare() {
58 - # Keep Isolate from managing the dependencies.
59 - sed -i -e '/isolate/ s:^:#:' -e '/rubyforge/ s:^:#:' Rakefile || die
60 -}
61
62 diff --git a/dev-ruby/vlad/vlad-2.6.4.ebuild b/dev-ruby/vlad/vlad-2.6.4.ebuild
63 deleted file mode 100644
64 index 838ff17..0000000
65 --- a/dev-ruby/vlad/vlad-2.6.4.ebuild
66 +++ /dev/null
67 @@ -1,29 +0,0 @@
68 -# Copyright 1999-2015 Gentoo Foundation
69 -# Distributed under the terms of the GNU General Public License v2
70 -# $Id$
71 -
72 -EAPI=5
73 -USE_RUBY="ruby19 ruby20 ruby21 ruby22"
74 -
75 -RUBY_FAKEGEM_TASK_DOC="docs"
76 -RUBY_FAKEGEM_DOCDIR="doc"
77 -RUBY_FAKEGEM_EXTRADOC="considerations.txt History.txt README.txt"
78 -
79 -inherit ruby-fakegem
80 -
81 -DESCRIPTION="Pragmatic application deployment automation, without mercy"
82 -HOMEPAGE="http://rubyhitsquad.com/Vlad_the_Deployer.html"
83 -
84 -LICENSE="MIT"
85 -SLOT="0"
86 -KEYWORDS="~amd64 ~x86"
87 -IUSE=""
88 -
89 -ruby_add_bdepend ">=dev-ruby/hoe-2.9.2
90 - test? ( dev-ruby/minitest )"
91 -ruby_add_rdepend ">=dev-ruby/rake-remote_task-2.1"
92 -
93 -all_ruby_prepare() {
94 - # Keep Isolate from managing the dependencies.
95 - sed -i -e '/isolate/ s:^:#:' -e '/rubyforge/ s:^:#:' Rakefile || die
96 -}