| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 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.15 2012/05/02 18:31:45 jdhore Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/ruby-ng-gnome2.eclass,v 1.16 2012/08/18 07:28:39 graaff 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: |
| … | |
… | |
| 29 | else |
29 | else |
| 30 | subbinding=${subbinding/-/_} |
30 | subbinding=${subbinding/-/_} |
| 31 | DEPEND="virtual/pkgconfig" |
31 | DEPEND="virtual/pkgconfig" |
| 32 | ruby_add_bdepend "dev-ruby/pkg-config" |
32 | ruby_add_bdepend "dev-ruby/pkg-config" |
| 33 | fi |
33 | fi |
|
|
34 | if has "${EAPI:-0}" 0 1 2 3 ; then |
| 34 | S=${WORKDIR}/ruby-gnome2-all-${PV}/${subbinding} |
35 | S=${WORKDIR}/ruby-gnome2-all-${PV}/${subbinding} |
|
|
36 | else |
|
|
37 | RUBY_S=ruby-gnome2-all-${PV}/${subbinding} |
|
|
38 | fi |
| 35 | SRC_URI="mirror://sourceforge/ruby-gnome2/ruby-gnome2-all-${PV}.tar.gz" |
39 | SRC_URI="mirror://sourceforge/ruby-gnome2/ruby-gnome2-all-${PV}.tar.gz" |
| 36 | HOMEPAGE="http://ruby-gnome2.sourceforge.jp/" |
40 | HOMEPAGE="http://ruby-gnome2.sourceforge.jp/" |
| 37 | LICENSE="Ruby" |
41 | LICENSE="Ruby" |
| 38 | SLOT="0" |
42 | SLOT="0" |
| 39 | |
43 | |