Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-augeas: ChangeLog ruby-augeas-0.3.0.ebuild
Date: Fri, 28 Aug 2009 20:15:58
Message-Id: E1Mg5BN-0003IO-KB@stork.gentoo.org
1 matsuu 09/08/25 23:12:05
2
3 Modified: ChangeLog
4 Added: ruby-augeas-0.3.0.ebuild
5 Log:
6 Version bumped.
7 (Portage version: 2.1.6.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 dev-ruby/ruby-augeas/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-augeas/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-augeas/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-augeas/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-augeas/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 19 May 2009 15:23:40 -0000 1.4
23 +++ ChangeLog 25 Aug 2009 23:12:05 -0000 1.5
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-ruby/ruby-augeas
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-augeas/ChangeLog,v 1.4 2009/05/19 15:23:40 fmccor Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-augeas/ChangeLog,v 1.5 2009/08/25 23:12:05 matsuu Exp $
29 +
30 +*ruby-augeas-0.3.0 (25 Aug 2009)
31 +
32 + 25 Aug 2009; MATSUU Takuto <matsuu@g.o> +ruby-augeas-0.3.0.ebuild:
33 + Version bumped.
34
35 19 May 2009; Ferris McCormick <fmccor@g.o>
36 ruby-augeas-0.2.0.ebuild:
37
38
39
40 1.1 dev-ruby/ruby-augeas/ruby-augeas-0.3.0.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-augeas/ruby-augeas-0.3.0.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-augeas/ruby-augeas-0.3.0.ebuild?rev=1.1&content-type=text/plain
44
45 Index: ruby-augeas-0.3.0.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-augeas/ruby-augeas-0.3.0.ebuild,v 1.1 2009/08/25 23:12:05 matsuu Exp $
50
51 inherit gems
52
53 DESCRIPTION="Ruby bindings for Augeas"
54 HOMEPAGE="http://augeas.net/"
55 SRC_URI="http://augeas.net/download/ruby/${P}.gem"
56
57 LICENSE="LGPL-2.1"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
60 IUSE=""
61
62 DEPEND="app-admin/augeas"
63 RDEPEND="${DEPEND}"