Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/haml/
Date: Fri, 29 Apr 2016 07:36:20
Message-Id: 1461915360.8f43ac1a51c38aa8a8ea44911a81d03d47e5fe51.graaff@gentoo
1 commit: 8f43ac1a51c38aa8a8ea44911a81d03d47e5fe51
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 29 07:04:48 2016 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 29 07:36:00 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f43ac1a
7
8 dev-ruby/haml: cleanup
9
10 Package-Manager: portage-2.2.26
11
12 dev-ruby/haml/Manifest | 1 -
13 dev-ruby/haml/haml-4.0.6-r1.ebuild | 51 --------------------------------------
14 dev-ruby/haml/haml-4.0.6.ebuild | 51 --------------------------------------
15 3 files changed, 103 deletions(-)
16
17 diff --git a/dev-ruby/haml/Manifest b/dev-ruby/haml/Manifest
18 index e1dbb01..0c7cc6d 100644
19 --- a/dev-ruby/haml/Manifest
20 +++ b/dev-ruby/haml/Manifest
21 @@ -1,2 +1 @@
22 -DIST haml-4.0.6.gem 115712 SHA256 2ede5f8a1f38d98e71daf570d836ec0db18e1c6187c383a50fb7eb2223beff23 SHA512 a58d3de9efb6ac80a504152a4ca71914681a334d802301c9c8954890e97b031d771f4ac5127713d5e1c1e051d6c74fb7c9d55b6b6e7166743e95ed33685be1c4 WHIRLPOOL 0b821983baa267ae03dee990b2432562601af4fe2c84d4f8f9a46133817470c97baef47098ed78f714b9eda5dae75d4cba4a8059398d9f9acf018633a713e4ab
23 DIST haml-4.0.7.gem 121856 SHA256 3754d0f7c21cf261a30b207a94524211293b921492fab58c89d1ede7e7933f57 SHA512 5736ded231bb10a0c0932453294604075e24a9020c2658e703c13ebf7a8d148327188157f982a3aea5db6d6938beb372c0167dfbc4ff06325517b2c8bd71a568 WHIRLPOOL 62f1f152dbf8eea15ef3935d8e85b062f5a3f079a3cc4e4ad47056acfe7427b443611f092f591ff957f348d1727ce43b23d9f88083a4678b30d759a2ecd6e659
24
25 diff --git a/dev-ruby/haml/haml-4.0.6-r1.ebuild b/dev-ruby/haml/haml-4.0.6-r1.ebuild
26 deleted file mode 100644
27 index b1fe66b..0000000
28 --- a/dev-ruby/haml/haml-4.0.6-r1.ebuild
29 +++ /dev/null
30 @@ -1,51 +0,0 @@
31 -# Copyright 1999-2016 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI=5
36 -
37 -USE_RUBY="ruby19 ruby20 ruby21"
38 -
39 -RUBY_FAKEGEM_TASK_TEST="test"
40 -RUBY_FAKEGEM_TASK_DOC="-Ilib doc"
41 -
42 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md FAQ.md README.md REFERENCE.md"
43 -RUBY_FAKEGEM_DOCDIR="doc"
44 -
45 -inherit ruby-fakegem
46 -
47 -DESCRIPTION="A ruby web page templating engine"
48 -HOMEPAGE="http://haml-lang.com/"
49 -
50 -LICENSE="MIT"
51 -SLOT="4"
52 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
53 -
54 -IUSE="doc test"
55 -
56 -RDEPEND="${RDEPEND} !!<dev-ruby/haml-3.1.8-r2"
57 -
58 -ruby_add_rdepend "dev-ruby/tilt"
59 -
60 -ruby_add_bdepend "
61 - test? (
62 - dev-ruby/minitest:5
63 - dev-ruby/nokogiri
64 - dev-ruby/rails:4.2
65 - )
66 - doc? (
67 - dev-ruby/yard
68 - >=dev-ruby/maruku-0.7.2-r1
69 - )"
70 -
71 -all_ruby_prepare() {
72 - sed -i -e '/bundler/ s:^:#:' \
73 - -e 's/gem "minitest"/gem "minitest", "~>5.0"/'\
74 - -e '1igem "actionpack", "~>4.2"'\
75 - -e '1igem "activesupport", "~>4.2"'\
76 - -e '1igem "railties", "~>4.2"'\
77 - test/test_helper.rb || die
78 - # Remove test that fails when RedCloth is available
79 - sed -i -e "/should raise error when a Tilt filters dependencies are unavailable for extension/,+9 s/^/#/"\
80 - test/filters_test.rb || die
81 -}
82
83 diff --git a/dev-ruby/haml/haml-4.0.6.ebuild b/dev-ruby/haml/haml-4.0.6.ebuild
84 deleted file mode 100644
85 index 24181ee..0000000
86 --- a/dev-ruby/haml/haml-4.0.6.ebuild
87 +++ /dev/null
88 @@ -1,51 +0,0 @@
89 -# Copyright 1999-2015 Gentoo Foundation
90 -# Distributed under the terms of the GNU General Public License v2
91 -# $Id$
92 -
93 -EAPI=5
94 -
95 -USE_RUBY="ruby19 ruby20"
96 -
97 -RUBY_FAKEGEM_TASK_TEST="test"
98 -RUBY_FAKEGEM_TASK_DOC="-Ilib doc"
99 -
100 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md FAQ.md README.md REFERENCE.md"
101 -RUBY_FAKEGEM_DOCDIR="doc"
102 -
103 -inherit ruby-fakegem
104 -
105 -DESCRIPTION="A ruby web page templating engine"
106 -HOMEPAGE="http://haml-lang.com/"
107 -
108 -LICENSE="MIT"
109 -SLOT="4"
110 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
111 -
112 -IUSE="doc test"
113 -
114 -RDEPEND="${RDEPEND} !!<dev-ruby/haml-3.1.8-r2"
115 -
116 -ruby_add_rdepend "dev-ruby/tilt"
117 -
118 -ruby_add_bdepend "
119 - test? (
120 - dev-ruby/minitest:0
121 - dev-ruby/nokogiri
122 - dev-ruby/rails:3.2
123 - )
124 - doc? (
125 - dev-ruby/yard
126 - >=dev-ruby/maruku-0.7.2-r1
127 - )"
128 -
129 -all_ruby_prepare() {
130 - sed -i -e '/bundler/ s:^:#:' \
131 - -e 's/gem "minitest"/gem "minitest", "~>4.0"/'\
132 - -e '1igem "actionpack", "~>3.2"'\
133 - -e '1igem "activesupport", "~>3.2"'\
134 - -e '1igem "railties", "~>3.2"'\
135 - test/test_helper.rb || die
136 - # Remove test that fails when RedCloth is available
137 - sed -i -e "/should raise error when a Tilt filters dependencies are unavailable for extension/,+9 s/^/#/"\
138 - test/filters_test.rb || die
139 -}