| 1 |
graaff |
1.4 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
flameeyes |
1.1 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
blueness |
1.10 |
# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-rdoc/ruby-rdoc-1.ebuild,v 1.9 2012/07/22 14:21:10 nixnut Exp $
|
| 4 |
flameeyes |
1.1 |
|
| 5 |
|
|
EAPI=2
|
| 6 |
|
|
USE_RUBY="ruby19"
|
| 7 |
|
|
|
| 8 |
|
|
inherit ruby-ng
|
| 9 |
|
|
|
| 10 |
|
|
DESCRIPTION="Virtual ebuild for bundled and unbundled RDoc"
|
| 11 |
|
|
HOMEPAGE=""
|
| 12 |
|
|
SRC_URI=""
|
| 13 |
|
|
|
| 14 |
|
|
LICENSE=""
|
| 15 |
|
|
SLOT="${USE_RUBY}"
|
| 16 |
blueness |
1.10 |
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
|
| 17 |
flameeyes |
1.1 |
IUSE=""
|
| 18 |
|
|
|
| 19 |
|
|
RDEPEND="|| ( dev-ruby/rdoc[ruby_targets_ruby19] <dev-lang/ruby-1.9.2_rc2-r1:1.9 )"
|
| 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.
|