1 | # Copyright 1999-2009 Gentoo Foundation |
1 | # Copyright 1999-2009 Gentoo Foundation |
2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/ruby-fakegem.eclass,v 1.19 2010/07/21 10:42:38 flameeyes Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/ruby-fakegem.eclass,v 1.26 2010/12/18 09:57:24 graaff Exp $ |
4 | # |
4 | # |
5 | # @ECLASS: ruby-fakegem.eclass |
5 | # @ECLASS: ruby-fakegem.eclass |
6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
7 | # Ruby herd <ruby@gentoo.org> |
7 | # Ruby herd <ruby@gentoo.org> |
8 | # |
8 | # |
… | |
… | |
71 | if [[ ${RUBY_FAKEGEM_TASK_DOC} != "" ]]; then |
71 | if [[ ${RUBY_FAKEGEM_TASK_DOC} != "" ]]; then |
72 | IUSE="$IUSE doc" |
72 | IUSE="$IUSE doc" |
73 | ruby_add_bdepend "doc? ( dev-ruby/rake )" |
73 | ruby_add_bdepend "doc? ( dev-ruby/rake )" |
74 | fi |
74 | fi |
75 | |
75 | |
|
|
76 | if [[ -n ${RUBY_FAKEGEM_DOCDIR} ]]; then |
|
|
77 | IUSE="$IUSE doc" |
|
|
78 | fi |
|
|
79 | |
76 | if [[ ${RUBY_FAKEGEM_TASK_TEST} != "" ]]; then |
80 | if [[ ${RUBY_FAKEGEM_TASK_TEST} != "" ]]; then |
77 | IUSE="$IUSE test" |
81 | IUSE="$IUSE test" |
78 | ruby_add_bdepend "test? ( dev-ruby/rake )" |
82 | ruby_add_bdepend "test? ( dev-ruby/rake )" |
79 | fi |
83 | fi |
80 | |
84 | |
81 | SRC_URI="mirror://rubygems/${RUBY_FAKEGEM_NAME}-${RUBY_FAKEGEM_VERSION}${RUBY_FAKEGEM_SUFFIX:+-${RUBY_FAKEGEM_SUFFIX}}.gem" |
85 | SRC_URI="mirror://rubygems/${RUBY_FAKEGEM_NAME}-${RUBY_FAKEGEM_VERSION}${RUBY_FAKEGEM_SUFFIX:+-${RUBY_FAKEGEM_SUFFIX}}.gem" |
82 | |
86 | |
83 | ruby_add_rdepend virtual/rubygems |
87 | ruby_add_rdepend dev-ruby/rubygems |
84 | |
88 | |
85 | # @FUNCTION: ruby_fakegem_gemsdir |
89 | # @FUNCTION: ruby_fakegem_gemsdir |
86 | # @RETURN: Returns the gem data directory |
90 | # @RETURN: Returns the gem data directory |
87 | # @DESCRIPTION: |
91 | # @DESCRIPTION: |
88 | # This function returns the gems data directory for the ruby |
92 | # This function returns the gems data directory for the ruby |
89 | # implementation in question. |
93 | # implementation in question. |
90 | ruby_fakegem_gemsdir() { |
94 | ruby_fakegem_gemsdir() { |
91 | local _gemsitedir=$(${RUBY} -r rbconfig -e 'print Config::CONFIG["sitelibdir"]' | sed -e 's:site_ruby:gems:') |
95 | has "${EAPI}" 2 && ! use prefix && EPREFIX= |
|
|
96 | |
|
|
97 | local _gemsitedir=$(ruby_rbconfig_value 'sitelibdir') |
|
|
98 | _gemsitedir=${_gemsitedir//site_ruby/gems} |
|
|
99 | _gemsitedir=${_gemsitedir#${EPREFIX}} |
92 | |
100 | |
93 | [[ -z ${_gemsitedir} ]] && { |
101 | [[ -z ${_gemsitedir} ]] && { |
94 | eerror "Unable to find the gems dir" |
102 | eerror "Unable to find the gems dir" |
95 | die "Unable to find the gems dir" |
103 | die "Unable to find the gems dir" |
96 | } |
104 | } |
… | |
… | |
146 | # copies with different implementations; while for now we're using |
154 | # copies with different implementations; while for now we're using |
147 | # the same exact content, we might have differences in the future, |
155 | # the same exact content, we might have differences in the future, |
148 | # so better taking this into consideration. |
156 | # so better taking this into consideration. |
149 | local quoted_description=${DESCRIPTION//\"/\\\"} |
157 | local quoted_description=${DESCRIPTION//\"/\\\"} |
150 | cat - > "${T}"/${RUBY_FAKEGEM_NAME}-${_ruby_implementation} <<EOF |
158 | cat - > "${T}"/${RUBY_FAKEGEM_NAME}-${_ruby_implementation} <<EOF |
151 | # generated by ruby-fakegem.eclass $Revision: 1.19 $ |
159 | # generated by ruby-fakegem.eclass $Revision: 1.26 $ |
152 | Gem::Specification.new do |s| |
160 | Gem::Specification.new do |s| |
153 | s.name = "${RUBY_FAKEGEM_NAME}" |
161 | s.name = "${RUBY_FAKEGEM_NAME}" |
154 | s.version = "${RUBY_FAKEGEM_VERSION}" |
162 | s.version = "${RUBY_FAKEGEM_VERSION}" |
155 | s.summary = "${quoted_description}" |
163 | s.summary = "${quoted_description}" |
156 | s.homepage = "${HOMEPAGE}" |
164 | s.homepage = "${HOMEPAGE}" |
… | |
… | |
186 | for implementation in ${USE_RUBY}; do |
194 | for implementation in ${USE_RUBY}; do |
187 | # ignore non-enabled implementations |
195 | # ignore non-enabled implementations |
188 | use ruby_targets_${implementation} || continue |
196 | use ruby_targets_${implementation} || continue |
189 | if [ -z $rubycmd ]; then |
197 | if [ -z $rubycmd ]; then |
190 | # if no other implementation was set before, set it. |
198 | # if no other implementation was set before, set it. |
191 | rubycmd="/usr/bin/${implementation}" |
199 | rubycmd="$(ruby_implementation_command ${implementation})" |
192 | else |
200 | else |
193 | # if another implementation already arrived, then make |
201 | # if another implementation already arrived, then make |
194 | # it generic and break out of the loop. This ensures |
202 | # it generic and break out of the loop. This ensures |
195 | # that we do at most two iterations. |
203 | # that we do at most two iterations. |
196 | rubycmd="/usr/bin/env ruby" |
204 | rubycmd="/usr/bin/env ruby" |
… | |
… | |
200 | |
208 | |
201 | cat - > "${T}"/gembin-wrapper-${gembinary} <<EOF |
209 | cat - > "${T}"/gembin-wrapper-${gembinary} <<EOF |
202 | #!${rubycmd} |
210 | #!${rubycmd} |
203 | # This is a simplified version of the RubyGems wrapper |
211 | # This is a simplified version of the RubyGems wrapper |
204 | # |
212 | # |
205 | # Generated by ruby-fakegem.eclass $Revision: 1.19 $ |
213 | # Generated by ruby-fakegem.eclass $Revision: 1.26 $ |
206 | |
214 | |
207 | require 'rubygems' |
215 | require 'rubygems' |
208 | |
216 | |
209 | load Gem::default_path[-1] + "/gems/${relativegembinary}" |
217 | load Gem::default_path[-1] + "/gems/${relativegembinary}" |
210 | |
218 | |
… | |
… | |
231 | all_ruby_unpack() { |
239 | all_ruby_unpack() { |
232 | # Special support for extracting .gem files; the file need to be |
240 | # Special support for extracting .gem files; the file need to be |
233 | # extracted twice and the mtime from the archive _has_ to be |
241 | # extracted twice and the mtime from the archive _has_ to be |
234 | # ignored (it's always set to epoch 0). |
242 | # ignored (it's always set to epoch 0). |
235 | for archive in ${A}; do |
243 | for archive in ${A}; do |
236 | if [[ ${archive} == *.gem ]]; then |
244 | case "${archive}" in |
|
|
245 | *.gem) |
237 | # Make sure that we're not running unoack for more than |
246 | # Make sure that we're not running unoack for more than |
238 | # one .gem file, since we won't support that at all. |
247 | # one .gem file, since we won't support that at all. |
239 | [[ -d "${S}" ]] && die "Unable to unpack ${archive}, ${S} exists" |
248 | [[ -d "${S}" ]] && die "Unable to unpack ${archive}, ${S} exists" |
240 | |
249 | |
241 | ebegin "Unpacking .gem file..." |
250 | ebegin "Unpacking .gem file..." |
242 | tar -mxf ${DISTDIR}/${archive} || die |
251 | tar -mxf ${DISTDIR}/${archive} || die |
243 | eend $? |
252 | eend $? |
244 | |
253 | |
245 | mkdir "${S}" |
254 | mkdir "${S}" |
246 | pushd "${S}" &>/dev/null |
255 | pushd "${S}" &>/dev/null |
247 | |
256 | |
248 | ebegin "Unpacking data.tar.gz" |
257 | ebegin "Unpacking data.tar.gz" |
249 | tar -mxf "${my_WORKDIR}"/data.tar.gz || die |
258 | tar -mxf "${my_WORKDIR}"/data.tar.gz || die |
250 | eend $? |
259 | eend $? |
251 | popd &>/dev/null |
260 | popd &>/dev/null |
252 | else |
261 | ;; |
|
|
262 | *.patch.bz2) |
|
|
263 | # We apply the patches with RUBY_PATCHES directly from DISTDIR, |
|
|
264 | # as the WORKDIR variable changes value between the global-scope |
|
|
265 | # and the time all_ruby_unpack/_prepare are called. Since we can |
|
|
266 | # simply decompress them when applying, this is much easier to |
|
|
267 | # deal with for us. |
|
|
268 | einfo "Keeping ${archive} as-is" |
|
|
269 | ;; |
|
|
270 | *) |
253 | unpack ${archive} |
271 | unpack ${archive} |
254 | fi |
272 | ;; |
|
|
273 | esac |
255 | done |
274 | done |
256 | } |
275 | } |
257 | |
276 | |
258 | # @FUNCTION: all_ruby_compile |
277 | # @FUNCTION: all_ruby_compile |
259 | # @DESCRIPTION: |
278 | # @DESCRIPTION: |
… | |
… | |
303 | |
322 | |
304 | # @FUNCTION: all_fakegem_install |
323 | # @FUNCTION: all_fakegem_install |
305 | # @DESCRIPTION: |
324 | # @DESCRIPTION: |
306 | # Install files common to all ruby targets. |
325 | # Install files common to all ruby targets. |
307 | all_fakegem_install() { |
326 | all_fakegem_install() { |
308 | if [[ -n ${RUBY_FAKEGEM_DOCDIR} ]] && [[ ${RUBY_FAKEGEM_TASK_DOC} != "" ]] && use doc; then |
327 | if [[ -n ${RUBY_FAKEGEM_DOCDIR} ]] && use doc; then |
309 | for dir in ${RUBY_FAKEGEM_DOCDIR}; do |
328 | for dir in ${RUBY_FAKEGEM_DOCDIR}; do |
|
|
329 | [[ -d ${dir} ]] || continue |
|
|
330 | |
310 | pushd ${dir} &>/dev/null |
331 | pushd ${dir} &>/dev/null |
311 | dohtml -r * || die "failed to install documentation" |
332 | dohtml -r * || die "failed to install documentation" |
312 | popd &>/dev/null |
333 | popd &>/dev/null |
313 | done |
334 | done |
314 | fi |
335 | fi |