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/plist: ChangeLog plist-3.0.0-r1.ebuild
Date: Mon, 08 Feb 2010 20:08:20
Message-Id: E1NeZu5-00062q-G5@stork.gentoo.org
1 graaff 10/02/08 20:08:17
2
3 Modified: ChangeLog
4 Added: plist-3.0.0-r1.ebuild
5 Log:
6 Convert to ruby-fakegem.
7 (Portage version: 2.1.7.16/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-ruby/plist/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/plist/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/plist/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/plist/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/plist/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 4 Jan 2010 11:42:03 -0000 1.2
23 +++ ChangeLog 8 Feb 2010 20:08:16 -0000 1.3
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-ruby/plist
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/plist/ChangeLog,v 1.2 2010/01/04 11:42:03 fauli Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/plist/ChangeLog,v 1.3 2010/02/08 20:08:16 graaff Exp $
29 +
30 +*plist-3.0.0-r1 (08 Feb 2010)
31 +
32 + 08 Feb 2010; Hans de Graaff <graaff@g.o> +plist-3.0.0-r1.ebuild:
33 + Convert to ruby-fakegem.
34
35 04 Jan 2010; Christian Faulhammer <fauli@g.o> plist-3.0.0.ebuild:
36 Transfer Prefix keywords
37
38
39
40 1.1 dev-ruby/plist/plist-3.0.0-r1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/plist/plist-3.0.0-r1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/plist/plist-3.0.0-r1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: plist-3.0.0-r1.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/plist/plist-3.0.0-r1.ebuild,v 1.1 2010/02/08 20:08:16 graaff Exp $
50
51 EAPI="2"
52 USE_RUBY="ruby18"
53
54 RUBY_FAKEGEM_DOCDIR="rdoc"
55 RUBY_FAKEGEM_EXTRADOC="README"
56
57 inherit ruby-fakegem
58
59 DESCRIPTION="A library to manipulate Property List files, also known as plists"
60 HOMEPAGE="http://plist.rubyforge.org/"
61
62 LICENSE="MIT"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
65 IUSE=""
66
67 # There are test failures. Reported upstream as
68 # http://rubyforge.org/tracker/index.php?func=detail&aid=27797&group_id=2006&atid=7829
69 RESTRICT="test"
70
71 all_ruby_prepare() {
72 # The Rakefile task for documentations depends on this being present.
73 touch CHANGELOG
74
75 # And it uses a template that is not available
76 sed -i 's/docs\/jamis-template.rb/html/' Rakefile || die "Unable to change template"
77 }