Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/rubygems: rubygems-7.ebuild ChangeLog
Date: Thu, 26 Dec 2013 09:31:32
Message-Id: 20131226093129.E3AE22004C@flycatcher.gentoo.org
1 graaff 13/12/26 09:31:29
2
3 Modified: ChangeLog
4 Added: rubygems-7.ebuild
5 Log:
6 Add ruby21.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.53 virtual/rubygems/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/rubygems/ChangeLog?rev=1.53&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/rubygems/ChangeLog?rev=1.53&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/rubygems/ChangeLog?r1=1.52&r2=1.53
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/virtual/rubygems/ChangeLog,v
20 retrieving revision 1.52
21 retrieving revision 1.53
22 diff -u -r1.52 -r1.53
23 --- ChangeLog 20 Dec 2013 15:53:06 -0000 1.52
24 +++ ChangeLog 26 Dec 2013 09:31:29 -0000 1.53
25 @@ -1,6 +1,11 @@
26 # ChangeLog for virtual/rubygems
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/ChangeLog,v 1.52 2013/12/20 15:53:06 hattya Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/ChangeLog,v 1.53 2013/12/26 09:31:29 graaff Exp $
30 +
31 +*rubygems-7 (26 Dec 2013)
32 +
33 + 26 Dec 2013; Hans de Graaff <graaff@g.o> +rubygems-7.ebuild:
34 + Add ruby21.
35
36 20 Dec 2013; Akinori Hattori <hattya@g.o> rubygems-6.ebuild:
37 ia64 stable wrt bug #483254
38
39
40
41 1.1 virtual/rubygems/rubygems-7.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/rubygems/rubygems-7.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/rubygems/rubygems-7.ebuild?rev=1.1&content-type=text/plain
45
46 Index: rubygems-7.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/rubygems-7.ebuild,v 1.1 2013/12/26 09:31:29 graaff Exp $
51
52 EAPI=5
53 USE_RUBY="ruby21"
54
55 inherit ruby-ng
56
57 DESCRIPTION="Virtual ebuild for rubygems"
58 HOMEPAGE=""
59 SRC_URI=""
60
61 LICENSE=""
62 SLOT="${USE_RUBY}"
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
64 IUSE=""
65
66 RDEPEND="dev-ruby/rubygems[ruby_targets_ruby21]"
67
68 pkg_setup() { :; }
69 src_unpack() { :; }
70 src_prepare() { :; }
71 src_compile() { :; }
72 src_install() { :; }
73 pkg_preinst() { :; }
74 pkg_postinst() { :; }
75
76 # DEVELOPERS' NOTE!
77 #
78 # This virtual has multiple version that ties one-by-one with the Ruby
79 # implementation they provide the value for; this is to simplify
80 # keywording practise that has been shown to be very messy for other
81 # virtuals.
82 #
83 # Make sure that you DO NOT change the version of the virtual's
84 # ebuilds unless you're adding a new implementation; instead simply
85 # revision-bump it.
86 #
87 # A reference to ~${PV} for each of the version has to be added to
88 # profiles/base/package.use.force to make sure that they are always
89 # used with their own implementation.
90 #
91 # ruby_add_[br]depend will take care of depending on multiple versions
92 # without any frown.