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/eventmachine: ChangeLog eventmachine-0.12.2.ebuild
Date: Sun, 30 Nov 2008 15:10:15
Message-Id: E1L6nw5-0007Ca-M4@stork.gentoo.org
1 graaff 08/11/30 15:10:13
2
3 Modified: ChangeLog
4 Added: eventmachine-0.12.2.ebuild
5 Log:
6 Version bump, closing #198501
7 (Portage version: 2.1.6_rc2/cvs/Linux 2.6.26-gentoo-r2 x86_64)
8
9 Revision Changes Path
10 1.2 dev-ruby/eventmachine/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/eventmachine/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/eventmachine/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/eventmachine/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/eventmachine/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 16 Jun 2008 19:25:52 -0000 1.1
23 +++ ChangeLog 30 Nov 2008 15:10:13 -0000 1.2
24 @@ -1,6 +1,13 @@
25 # ChangeLog for dev-ruby/eventmachine
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/eventmachine/ChangeLog,v 1.1 2008/06/16 19:25:52 robbat2 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/eventmachine/ChangeLog,v 1.2 2008/11/30 15:10:13 graaff Exp $
29 +
30 +*eventmachine-0.12.2 (30 Nov 2008)
31 +
32 + 30 Nov 2008; Hans de Graaff <graaff@g.o>
33 + +eventmachine-0.12.2.ebuild:
34 + Version bump. Thanks to Jochen Schalanda and Sergio D. Rodríguez Inclan for
35 + providing initial versions and feedback in bug 198501.
36
37 *eventmachine-0.12.0 (16 Jun 2008)
38
39
40
41
42 1.1 dev-ruby/eventmachine/eventmachine-0.12.2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/eventmachine/eventmachine-0.12.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/eventmachine/eventmachine-0.12.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: eventmachine-0.12.2.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/eventmachine/eventmachine-0.12.2.ebuild,v 1.1 2008/11/30 15:10:13 graaff Exp $
52
53 inherit gems
54
55 DESCRIPTION="Ruby/EventMachine is a fast, simple event-processing library for Ruby programs. "
56 HOMEPAGE="http://rubyeventmachine.com"
57
58 LICENSE="Ruby"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
61 IUSE=""
62
63 USE_RUBY="ruby18"