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/log4r: ChangeLog log4r-1.0.5.ebuild
Date: Thu, 18 Jun 2009 18:14:15
Message-Id: E1MHM7p-0008RA-56@stork.gentoo.org
1 graaff 09/06/18 18:14:13
2
3 Modified: ChangeLog log4r-1.0.5.ebuild
4 Log:
5 Add missing IUSE.
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.7 dev-ruby/log4r/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/log4r/ChangeLog?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/log4r/ChangeLog?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/log4r/ChangeLog?r1=1.6&r2=1.7
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- ChangeLog 13 Mar 2007 23:35:32 -0000 1.6
22 +++ ChangeLog 18 Jun 2009 18:14:13 -0000 1.7
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-ruby/log4r
25 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v 1.6 2007/03/13 23:35:32 tgall Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v 1.7 2009/06/18 18:14:13 graaff Exp $
29 +
30 + 18 Jun 2009; Hans de Graaff <graaff@g.o> log4r-1.0.5.ebuild:
31 + Add missing IUSE.
32
33 13 Mar 2007; Tom Gall <tgall@g.o> log4r-1.0.5.ebuild:
34 added ~ppc64
35
36
37
38 1.7 dev-ruby/log4r/log4r-1.0.5.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/log4r/log4r-1.0.5.ebuild?rev=1.7&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/log4r/log4r-1.0.5.ebuild?rev=1.7&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/log4r/log4r-1.0.5.ebuild?r1=1.6&r2=1.7
43
44 Index: log4r-1.0.5.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.0.5.ebuild,v
47 retrieving revision 1.6
48 retrieving revision 1.7
49 diff -u -r1.6 -r1.7
50 --- log4r-1.0.5.ebuild 13 Mar 2007 23:35:32 -0000 1.6
51 +++ log4r-1.0.5.ebuild 18 Jun 2009 18:14:13 -0000 1.7
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2007 Gentoo Foundation
54 +# Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.0.5.ebuild,v 1.6 2007/03/13 23:35:32 tgall Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.0.5.ebuild,v 1.7 2009/06/18 18:14:13 graaff Exp $
58
59 inherit ruby gems
60
61 @@ -9,6 +9,7 @@
62 Ruby for use in Ruby programs."
63 HOMEPAGE="http://log4r.sourceforge.net/"
64 SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"
65 +IUSE=""
66
67 LICENSE="Ruby"
68 SLOT="0"