Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/plist: plist-3.1.0-r1.ebuild ChangeLog
Date: Wed, 30 Oct 2013 03:58:30
Message-Id: 20131030035826.3759720035@flycatcher.gentoo.org
1 mrueg 13/10/30 03:58:26
2
3 Modified: ChangeLog
4 Added: plist-3.1.0-r1.ebuild
5 Log:
6 Add ruby20 target.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.8 dev-ruby/plist/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/plist/ChangeLog?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/plist/ChangeLog?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/plist/ChangeLog?r1=1.7&r2=1.8
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/plist/ChangeLog,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- ChangeLog 27 Jun 2010 06:25:16 -0000 1.7
24 +++ ChangeLog 30 Oct 2013 03:58:26 -0000 1.8
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/plist
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/plist/ChangeLog,v 1.7 2010/06/27 06:25:16 graaff Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/plist/ChangeLog,v 1.8 2013/10/30 03:58:26 mrueg Exp $
31 +
32 +*plist-3.1.0-r1 (30 Oct 2013)
33 +
34 + 30 Oct 2013; Manuel RĂ¼ger <mrueg@g.o> +plist-3.1.0-r1.ebuild:
35 + Add ruby20 target.
36
37 27 Jun 2010; Hans de Graaff <graaff@g.o> -plist-3.0.0.ebuild,
38 -plist-3.0.0-r1.ebuild:
39 @@ -33,4 +38,3 @@
40 19 Jun 2007; Joshua Nichols <nichoj@g.o> +metadata.xml,
41 +plist-3.0.0.ebuild:
42 Initial version.
43 -
44
45
46
47 1.1 dev-ruby/plist/plist-3.1.0-r1.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/plist/plist-3.1.0-r1.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/plist/plist-3.1.0-r1.ebuild?rev=1.1&content-type=text/plain
51
52 Index: plist-3.1.0-r1.ebuild
53 ===================================================================
54 # Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/plist/plist-3.1.0-r1.ebuild,v 1.1 2013/10/30 03:58:25 mrueg Exp $
57
58 EAPI=5
59 USE_RUBY="ruby18 ruby19 ruby20 jruby"
60
61 RUBY_FAKEGEM_DOCDIR="rdoc"
62 RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
63
64 inherit ruby-fakegem
65
66 DESCRIPTION="A library to manipulate Property List files, also known as plists"
67 HOMEPAGE="http://plist.rubyforge.org/"
68
69 LICENSE="MIT"
70 SLOT="0"
71 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
72 IUSE=""
73
74 RUBY_PATCHES=( "${FILESDIR}"/${P}-nordoc.patch )