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/textpow: ChangeLog textpow-0.10.1.ebuild
Date: Sun, 28 Jun 2009 08:14:00
Message-Id: E1MKpWQ-0001Jl-D7@stork.gentoo.org
1 graaff 09/06/28 08:13:58
2
3 Modified: ChangeLog
4 Added: textpow-0.10.1.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.6.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-ruby/textpow/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/textpow/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/textpow/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/textpow/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/textpow/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 19 Jun 2007 01:35:52 -0000 1.1
23 +++ ChangeLog 28 Jun 2009 08:13:58 -0000 1.2
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-ruby/textpow
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/textpow/ChangeLog,v 1.1 2007/06/19 01:35:52 nichoj Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/textpow/ChangeLog,v 1.2 2009/06/28 08:13:58 graaff Exp $
30 +
31 +*textpow-0.10.1 (28 Jun 2009)
32 +
33 + 28 Jun 2009; Hans de Graaff <graaff@g.o> +textpow-0.10.1.ebuild:
34 + Version bump: fixes endless loop that may occur in some cases.
35
36 *textpow-0.10.0 (19 Jun 2007)
37
38
39
40
41 1.1 dev-ruby/textpow/textpow-0.10.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/textpow/textpow-0.10.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/textpow/textpow-0.10.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: textpow-0.10.1.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/textpow/textpow-0.10.1.ebuild,v 1.1 2009/06/28 08:13:58 graaff Exp $
51
52 inherit ruby gems
53
54 USE_RUBY="ruby18"
55 DESCRIPTION="A library to parse and process Textmate bundles."
56 HOMEPAGE="http://textpow.rubyforge.org/"
57 SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"
58
59 LICENSE="MIT"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63
64 DEPEND=">=dev-lang/ruby-1.8.5
65 >=dev-ruby/oniguruma-1.1.0
66 >=dev-ruby/plist-3.0.0"