Gentoo Archives: gentoo-commits

From: "Alex Legler (a3li)" <a3li@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-servers/thin: thin-1.2.2.ebuild ChangeLog
Date: Thu, 18 Jun 2009 14:03:57
Message-Id: E1MHIDU-0007Re-Pj@stork.gentoo.org
1 a3li 09/06/18 14:03:48
2
3 Modified: ChangeLog
4 Added: thin-1.2.2.ebuild
5 Log:
6 Version bump, fixes bug 274540.
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 www-servers/thin/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/thin/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/thin/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/thin/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-servers/thin/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 12 Feb 2009 18:39:56 -0000 1.3
23 +++ ChangeLog 18 Jun 2009 14:03:48 -0000 1.4
24 @@ -1,6 +1,11 @@
25 # ChangeLog for www-servers/thin
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-servers/thin/ChangeLog,v 1.3 2009/02/12 18:39:56 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-servers/thin/ChangeLog,v 1.4 2009/06/18 14:03:48 a3li Exp $
29 +
30 +*thin-1.2.2 (18 Jun 2009)
31 +
32 + 18 Jun 2009; Alex Legler <a3li@g.o> +thin-1.2.2.ebuild:
33 + Version bump, fixes bug 274540.
34
35 12 Feb 2009; Diego E. Pettenò <flameeyes@g.o> thin-1.0.0.ebuild:
36 Set USE_RUBY to ruby18 since rack does not install for ruby19.
37
38
39
40 1.1 www-servers/thin/thin-1.2.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/thin/thin-1.2.2.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/thin/thin-1.2.2.ebuild?rev=1.1&content-type=text/plain
44
45 Index: thin-1.2.2.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/www-servers/thin/thin-1.2.2.ebuild,v 1.1 2009/06/18 14:03:48 a3li Exp $
50
51 inherit gems
52
53 DESCRIPTION="A fast and very simple Ruby web server"
54 HOMEPAGE="http://code.macournoyer.com/thin/"
55
56 LICENSE="Ruby"
57 SLOT="0"
58 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
59 IUSE=""
60
61 # rack 0.4.0 only works with ruby18
62 USE_RUBY="ruby18"
63 DEPEND=">=dev-ruby/daemons-1.0.9
64 >=dev-ruby/rack-1.0.0
65 >=dev-ruby/eventmachine-0.12.6"