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/redcloth: ChangeLog redcloth-4.1.9.ebuild
Date: Sat, 28 Mar 2009 08:17:07
Message-Id: E1LnTj0-0004Rf-0O@stork.gentoo.org
1 graaff 09/03/28 08:17:06
2
3 Modified: ChangeLog
4 Added: redcloth-4.1.9.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.6.7/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.24 dev-ruby/redcloth/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/redcloth/ChangeLog?rev=1.24&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/redcloth/ChangeLog?rev=1.24&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/redcloth/ChangeLog?r1=1.23&r2=1.24
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v
19 retrieving revision 1.23
20 retrieving revision 1.24
21 diff -u -r1.23 -r1.24
22 --- ChangeLog 26 Dec 2008 15:10:01 -0000 1.23
23 +++ ChangeLog 28 Mar 2009 08:17:05 -0000 1.24
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-ruby/redcloth
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.23 2008/12/26 15:10:01 graaff Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.24 2009/03/28 08:17:05 graaff Exp $
30 +
31 +*redcloth-4.1.9 (28 Mar 2009)
32 +
33 + 28 Mar 2009; Hans de Graaff <graaff@g.o> +redcloth-4.1.9.ebuild:
34 + Version bump with Ruby 1.9 compatibility and bug fixes.
35
36 *redcloth-4.1.1 (26 Dec 2008)
37
38
39
40
41 1.1 dev-ruby/redcloth/redcloth-4.1.9.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/redcloth/redcloth-4.1.9.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/redcloth/redcloth-4.1.9.ebuild?rev=1.1&content-type=text/plain
45
46 Index: redcloth-4.1.9.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/redcloth/redcloth-4.1.9.ebuild,v 1.1 2009/03/28 08:17:05 graaff Exp $
51
52 inherit ruby gems
53
54 MY_P="RedCloth-${PV}"
55 DESCRIPTION="A module for using Textile in Ruby"
56 HOMEPAGE="http://www.whytheluckystiff.net/ruby/redcloth/"
57 SRC_URI="http://gems.rubyforge.org/gems/${MY_P}.gem"
58
59 LICENSE="BSD"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
62 IUSE=""
63
64 USE_RUBY="ruby18 ruby19"
65
66 S=${WORKDIR}/${MY_P}