| 1 |
# Copyright 1999-2013 Gentoo Foundation |
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/rubygems-4.ebuild,v 1.14 2012/11/06 16:47:51 jer Exp $ |
| 4 |
|
| 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 |
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" |
| 17 |
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. |