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.2.1.ebuild
Date: Sun, 21 Jun 2009 06:35:16
Message-Id: E1MIGe1-00086u-SQ@stork.gentoo.org
1 graaff 09/06/21 06:35:13
2
3 Modified: ChangeLog
4 Added: redcloth-4.2.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.29 dev-ruby/redcloth/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/redcloth/ChangeLog?rev=1.29&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/redcloth/ChangeLog?rev=1.29&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/redcloth/ChangeLog?r1=1.28&r2=1.29
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v
19 retrieving revision 1.28
20 retrieving revision 1.29
21 diff -u -r1.28 -r1.29
22 --- ChangeLog 2 Jun 2009 16:26:47 -0000 1.28
23 +++ ChangeLog 21 Jun 2009 06:35:13 -0000 1.29
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-ruby/redcloth
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.28 2009/06/02 16:26:47 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.29 2009/06/21 06:35:13 graaff Exp $
29 +
30 +*redcloth-4.2.1 (21 Jun 2009)
31 +
32 + 21 Jun 2009; Hans de Graaff <graaff@g.o> +redcloth-4.2.1.ebuild:
33 + Version bump.
34
35 02 Jun 2009; Raúl Porcel <armin76@g.o> redcloth-4.1.9.ebuild:
36 ia64 stable wrt #271840
37
38
39
40 1.1 dev-ruby/redcloth/redcloth-4.2.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: redcloth-4.2.1.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/dev-ruby/redcloth/redcloth-4.2.1.ebuild,v 1.1 2009/06/21 06:35:13 graaff Exp $
50
51 inherit ruby gems
52
53 MY_P="RedCloth-${PV}"
54 DESCRIPTION="A module for using Textile in Ruby"
55 HOMEPAGE="http://www.whytheluckystiff.net/ruby/redcloth/"
56 SRC_URI="http://gems.rubyforge.org/gems/${MY_P}.gem"
57
58 LICENSE="BSD"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
61 IUSE=""
62
63 USE_RUBY="ruby18 ruby19"
64
65 S=${WORKDIR}/${MY_P}