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.1.0.ebuild
Date: Wed, 24 Feb 2010 07:16:04
Message-Id: E1NkBTT-0001Y7-0u@stork.gentoo.org
1 graaff 10/02/24 07:15:59
2
3 Modified: ChangeLog
4 Added: plist-3.1.0.ebuild
5 Log:
6 Version bump. Enable tests since they now work.
7 (Portage version: 2.1.7.16/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 dev-ruby/plist/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/plist/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/plist/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/plist/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/plist/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 8 Feb 2010 20:08:16 -0000 1.3
23 +++ ChangeLog 24 Feb 2010 07:15:58 -0000 1.4
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.3 2010/02/08 20:08:16 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/plist/ChangeLog,v 1.4 2010/02/24 07:15:58 graaff Exp $
29 +
30 +*plist-3.1.0 (24 Feb 2010)
31 +
32 + 24 Feb 2010; Hans de Graaff <graaff@g.o> +plist-3.1.0.ebuild:
33 + Version bump. Enable tests since they now work.
34
35 *plist-3.0.0-r1 (08 Feb 2010)
36
37
38
39
40 1.1 dev-ruby/plist/plist-3.1.0.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/plist/plist-3.1.0.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/plist/plist-3.1.0.ebuild?rev=1.1&content-type=text/plain
44
45 Index: plist-3.1.0.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.1.0.ebuild,v 1.1 2010/02/24 07:15:58 graaff Exp $
50
51 EAPI="2"
52 USE_RUBY="ruby18"
53
54 RUBY_FAKEGEM_DOCDIR="rdoc"
55 RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
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 ruby_add_bdepend test virtual/ruby-test-unit