Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/responds_to_parent/
Date: Wed, 02 Jul 2014 07:56:36
Message-Id: 1404205611.434a78b8dde4b692d3d121f6ea48dd66f0ec6574.graaff@gentoo
1 commit: 434a78b8dde4b692d3d121f6ea48dd66f0ec6574
2 Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
3 AuthorDate: Tue Jul 1 09:06:51 2014 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 1 09:06:51 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=434a78b8
7
8 Cleanup.
9
10 Package-Manager: portage-2.2.8-r1
11
12 ---
13 dev-ruby/responds_to_parent/ChangeLog | 8 +++++-
14 dev-ruby/responds_to_parent/Manifest | 11 --------
15 .../responds_to_parent-1.0.20091013-r1.ebuild | 21 ---------------
16 .../responds_to_parent-1.0.20091013-r2.ebuild | 27 -------------------
17 .../responds_to_parent-1.0.20091013-r3.ebuild | 30 ----------------------
18 5 files changed, 7 insertions(+), 90 deletions(-)
19
20 diff --git a/dev-ruby/responds_to_parent/ChangeLog b/dev-ruby/responds_to_parent/ChangeLog
21 index b131191..d617577 100644
22 --- a/dev-ruby/responds_to_parent/ChangeLog
23 +++ b/dev-ruby/responds_to_parent/ChangeLog
24 @@ -1,7 +1,13 @@
25 # ChangeLog for dev-ruby/responds_to_parent
26 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 # $Header: $
29
30 + 01 Jul 2014; Hans de Graaff <graaff@g.o>
31 + -responds_to_parent-1.0.20091013-r1.ebuild,
32 + -responds_to_parent-1.0.20091013-r2.ebuild,
33 + -responds_to_parent-1.0.20091013-r3.ebuild:
34 + Cleanup.
35 +
36 *responds_to_parent-1.1.0-r1 (19 Sep 2012)
37
38 19 Sep 2012; Hans de Graaff <graaff@g.o>
39
40 diff --git a/dev-ruby/responds_to_parent/Manifest b/dev-ruby/responds_to_parent/Manifest
41 index d577e3f..5b0f910 100644
42 --- a/dev-ruby/responds_to_parent/Manifest
43 +++ b/dev-ruby/responds_to_parent/Manifest
44 @@ -1,12 +1 @@
45 ------BEGIN PGP SIGNED MESSAGE-----
46 -Hash: SHA256
47 -
48 -DIST responds_to_parent-1.0.20091013.gem 7680 SHA256 5b2158d0d205a1607bb8b9615c3d86bea455f145fd2900e19c8300fe9b7374eb SHA512 a2b671556f4380e259e38ab27f876d5b32c8cf58b5a29db5001b302aae98809985ae99dd0ce46938b24a7dfae19e0ac2ed93e00f55b4523fed297b33ac87923d WHIRLPOOL 007c572cb6a68722aedefd6e12cd24d4ee5d0a29fb9b3f1b4f801c526c883fc37d587d52dd642b22cab0944fc575cbb8c3a9fcdec6a819b86a93006e6311a1de
49 DIST responds_to_parent-1.1.0.gem 7680 SHA256 66b7c0c1a63404513fe26b2c803e138616d625ffd9ce2e872009cdefde0741b7 SHA512 f4f7caa65cde502160e53cb3f90a2420af62e99467e844d127f0779943f4780fe2ba622e524bbd3694aeb721522868a408e48130a2fd2b0458c5cfb8ce66c3ba WHIRLPOOL 506faa306269c1b38d127a8dc48f2fb073f69361c6ef787e8faa5ccc1145fdb50d8d19481ebd33e2e42ac42ce330d00cdad446c2a764400e4bb8ecf4aa924666
50 ------BEGIN PGP SIGNATURE-----
51 -Version: GnuPG v2.0.19 (GNU/Linux)
52 -
53 -iF4EAREIAAYFAlBTJVAACgkQiIP6VqMIqNcupAD/eVzyStkPXuOPYw5U0YgY5XVj
54 -a6FVwjYScuLzBxcFg68A/AxNUcwGN70gdT9ONGr3kb/HkQzcSGnQalWT5+otuPTr
55 -=b2Wr
56 ------END PGP SIGNATURE-----
57
58 diff --git a/dev-ruby/responds_to_parent/responds_to_parent-1.0.20091013-r1.ebuild b/dev-ruby/responds_to_parent/responds_to_parent-1.0.20091013-r1.ebuild
59 deleted file mode 100644
60 index d0fc36a..0000000
61 --- a/dev-ruby/responds_to_parent/responds_to_parent-1.0.20091013-r1.ebuild
62 +++ /dev/null
63 @@ -1,21 +0,0 @@
64 -# Copyright 1999-2011 Gentoo Foundation
65 -# Distributed under the terms of the GNU General Public License v2
66 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/zentest/zentest-3.3.0.ebuild,v 1.1 2006/08/28 14:34:06 pclouds Exp $
67 -
68 -EAPI=2
69 -USE_RUBY="ruby18"
70 -
71 -RUBY_FAKEGEM_EXTRADOC="README"
72 -
73 -inherit ruby-fakegem
74 -
75 -DESCRIPTION="Adds responds_to_parent to your controller to respond to the parent document of your page."
76 -HOMEPAGE="http://github.com/markcatley/responds_to_parent"
77 -LICENSE="MIT"
78 -
79 -KEYWORDS="~amd64 ~x86 ~x86-macos"
80 -SLOT="0"
81 -IUSE=""
82 -
83 -# Tests require additional dependencies.
84 -RESTRICT="test"
85
86 diff --git a/dev-ruby/responds_to_parent/responds_to_parent-1.0.20091013-r2.ebuild b/dev-ruby/responds_to_parent/responds_to_parent-1.0.20091013-r2.ebuild
87 deleted file mode 100644
88 index 18d414f..0000000
89 --- a/dev-ruby/responds_to_parent/responds_to_parent-1.0.20091013-r2.ebuild
90 +++ /dev/null
91 @@ -1,27 +0,0 @@
92 -# Copyright 1999-2011 Gentoo Foundation
93 -# Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/zentest/zentest-3.3.0.ebuild,v 1.1 2006/08/28 14:34:06 pclouds Exp $
95 -
96 -EAPI=2
97 -USE_RUBY="ruby18"
98 -
99 -RUBY_FAKEGEM_EXTRADOC="README"
100 -
101 -inherit ruby-fakegem
102 -
103 -DESCRIPTION="Adds responds_to_parent to your controller to respond to the parent document of your page."
104 -HOMEPAGE="http://github.com/markcatley/responds_to_parent"
105 -LICENSE="MIT"
106 -
107 -KEYWORDS="~amd64 ~x86 ~x86-macos"
108 -SLOT="0"
109 -IUSE=""
110 -
111 -# Tests require additional dependencies.
112 -RESTRICT="test"
113 -
114 -all_ruby_prepare() {
115 - # Apply ugly hack to work around the effects of the XSS plugin for
116 - # Rails 2.3.
117 - sed -i -e 's/response.body/String.new(response.body)/' lib/responds_to_parent/action_controller.rb || die
118 -}
119
120 diff --git a/dev-ruby/responds_to_parent/responds_to_parent-1.0.20091013-r3.ebuild b/dev-ruby/responds_to_parent/responds_to_parent-1.0.20091013-r3.ebuild
121 deleted file mode 100644
122 index e1d2dbc..0000000
123 --- a/dev-ruby/responds_to_parent/responds_to_parent-1.0.20091013-r3.ebuild
124 +++ /dev/null
125 @@ -1,30 +0,0 @@
126 -# Copyright 1999-2012 Gentoo Foundation
127 -# Distributed under the terms of the GNU General Public License v2
128 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/zentest/zentest-3.3.0.ebuild,v 1.1 2006/08/28 14:34:06 pclouds Exp $
129 -
130 -EAPI=4
131 -USE_RUBY="ruby18 ruby19"
132 -
133 -RUBY_FAKEGEM_EXTRADOC="README"
134 -
135 -inherit ruby-fakegem
136 -
137 -DESCRIPTION="Adds responds_to_parent to your controller to respond to the parent document of your page."
138 -HOMEPAGE="http://github.com/markcatley/responds_to_parent"
139 -LICENSE="MIT"
140 -
141 -KEYWORDS="~amd64 ~x86 ~x86-macos"
142 -SLOT="0"
143 -IUSE=""
144 -
145 -# Tests require additional dependencies.
146 -RESTRICT="test"
147 -
148 -RUBY_PATCHES=( "${P}-rails3.patch" )
149 -
150 -all_ruby_prepare() {
151 - # Apply ugly hack to work around the effects of the XSS plugin for
152 - # Rails 2.3.
153 -# sed -i -e 's/response.body/String.new(response.body)/' lib/responds_to_parent/action_controller.rb || die
154 -echo
155 -}