| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2011 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-ng-gnome2.eclass,v 1.8 2011/08/22 04:46:32 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/ruby-ng-gnome2.eclass,v 1.9 2011/09/18 02:06:04 naota Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: ruby-ng-gnome2.eclass |
5 | # @ECLASS: ruby-ng-gnome2.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # Ruby herd <ruby@gentoo.org> |
7 | # Ruby herd <ruby@gentoo.org> |
| 8 | # @AUTHOR: |
8 | # @AUTHOR: |
| … | |
… | |
| 28 | S=${WORKDIR}/ruby-gnome2-all-${PV}/${subbinding} |
28 | S=${WORKDIR}/ruby-gnome2-all-${PV}/${subbinding} |
| 29 | SRC_URI="mirror://sourceforge/ruby-gnome2/ruby-gnome2-all-${PV}.tar.gz" |
29 | SRC_URI="mirror://sourceforge/ruby-gnome2/ruby-gnome2-all-${PV}.tar.gz" |
| 30 | HOMEPAGE="http://ruby-gnome2.sourceforge.jp/" |
30 | HOMEPAGE="http://ruby-gnome2.sourceforge.jp/" |
| 31 | LICENSE="Ruby" |
31 | LICENSE="Ruby" |
| 32 | SLOT="0" |
32 | SLOT="0" |
|
|
33 | |
|
|
34 | ruby_add_bdepend "dev-ruby/pkg-config |
|
|
35 | dev-ruby/rubygems" |
| 33 | |
36 | |
| 34 | # @FUNCTION: each_ruby_configure |
37 | # @FUNCTION: each_ruby_configure |
| 35 | # @DESCRIPTION: |
38 | # @DESCRIPTION: |
| 36 | # Run the configure script in the subbinding for each specific ruby target. |
39 | # Run the configure script in the subbinding for each specific ruby target. |
| 37 | each_ruby_configure() { |
40 | each_ruby_configure() { |