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 dev-ruby/facets: ChangeLog facets-2.8.4.ebuild
Date: Fri, 25 Jun 2010 06:52:57
Message-Id: 20100625065255.1F8632CF5A@corvid.gentoo.org
1 graaff 10/06/25 06:52:55
2
3 Modified: ChangeLog
4 Added: facets-2.8.4.ebuild
5 Log:
6 Version bump. Convert to ruby-fakegem.
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.29 dev-ruby/facets/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facets/ChangeLog?rev=1.29&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facets/ChangeLog?rev=1.29&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facets/ChangeLog?r1=1.28&r2=1.29
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facets/ChangeLog,v
19 retrieving revision 1.28
20 retrieving revision 1.29
21 diff -u -r1.28 -r1.29
22 --- ChangeLog 22 May 2010 15:14:01 -0000 1.28
23 +++ ChangeLog 25 Jun 2010 06:52:54 -0000 1.29
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-ruby/facets
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facets/ChangeLog,v 1.28 2010/05/22 15:14:01 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facets/ChangeLog,v 1.29 2010/06/25 06:52:54 graaff Exp $
29 +
30 +*facets-2.8.4 (25 Jun 2010)
31 +
32 + 25 Jun 2010; Hans de Graaff <graaff@g.o> +facets-2.8.4.ebuild:
33 + Version bump. Convert to ruby-fakegem.
34
35 22 May 2010; Diego E. Pettenò <flameeyes@g.o> facets-1.4.5.ebuild:
36 Various cleanups.
37
38
39
40 1.1 dev-ruby/facets/facets-2.8.4.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facets/facets-2.8.4.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facets/facets-2.8.4.ebuild?rev=1.1&content-type=text/plain
44
45 Index: facets-2.8.4.ebuild
46 ===================================================================
47 # Copyright 1999-2010 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/facets/facets-2.8.4.ebuild,v 1.1 2010/06/25 06:52:54 graaff Exp $
50
51 EAPI=2
52 USE_RUBY="ruby18"
53
54 RUBY_FAKEGEM_EXTRADOC="AUTHORS HISTORY.rdoc NOTES README.rdoc demo/hook.rdoc demo/scenario_require.rdoc"
55
56 inherit ruby-fakegem
57
58 DESCRIPTION="Facets is an extension library adding extra functionality to Ruby"
59 HOMEPAGE="http://facets.rubyforge.org/"
60
61 LICENSE="Ruby"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
64 IUSE=""
65
66 all_ruby_prepare() {
67 mkdir -p doc/rdoc || die "Unable to make directory for documentation."
68 }