1 |
graaff |
1.5 |
# Copyright 1999-2012 Gentoo Foundation |
2 |
graaff |
1.1 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
nativemad |
1.9 |
# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/rubygems-4.ebuild,v 1.8 2012/05/27 13:37:24 maekke Exp $ |
4 |
graaff |
1.1 |
|
5 |
|
|
EAPI=2 |
6 |
|
|
USE_RUBY="ruby19" |
7 |
|
|
|
8 |
|
|
inherit ruby-ng |
9 |
|
|
|
10 |
|
|
DESCRIPTION="Virtual ebuild for rubygems" |
11 |
|
|
HOMEPAGE="" |
12 |
|
|
SRC_URI="" |
13 |
|
|
|
14 |
|
|
LICENSE="" |
15 |
|
|
SLOT="${USE_RUBY}" |
16 |
nativemad |
1.9 |
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" |
17 |
graaff |
1.1 |
IUSE="" |
18 |
|
|
|
19 |
|
|
RDEPEND="dev-ruby/rubygems[ruby_targets_ruby19]" |
20 |
|
|
|
21 |
|
|
pkg_setup() { :; } |
22 |
|
|
src_unpack() { :; } |
23 |
|
|
src_prepare() { :; } |
24 |
|
|
src_compile() { :; } |
25 |
|
|
src_install() { :; } |
26 |
|
|
pkg_preinst() { :; } |
27 |
|
|
pkg_postinst() { :; } |
28 |
|
|
|
29 |
|
|
# DEVELOPERS' NOTE! |
30 |
|
|
# |
31 |
|
|
# This virtual has multiple version that ties one-by-one with the Ruby |
32 |
|
|
# implementation they provide the value for; this is to simplify |
33 |
|
|
# keywording practise that has been shown to be very messy for other |
34 |
|
|
# virtuals. |
35 |
|
|
# |
36 |
|
|
# Make sure that you DO NOT change the version of the virtual's |
37 |
|
|
# ebuilds unless you're adding a new implementation; instead simply |
38 |
|
|
# revision-bump it. |
39 |
|
|
# |
40 |
|
|
# A reference to ~${PV} for each of the version has to be added to |
41 |
|
|
# profiles/base/package.use.force to make sure that they are always |
42 |
|
|
# used with their own implementation. |
43 |
|
|
# |
44 |
|
|
# ruby_add_[br]depend will take care of depending on multiple versions |
45 |
|
|
# without any frown. |