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.0.4.ebuild
Date: Mon, 06 Oct 2008 16:31:42
Message-Id: E1Kmszk-0006OZ-Ox@stork.gentoo.org
1 graaff 08/10/06 16:31:40
2
3 Modified: ChangeLog
4 Added: redcloth-4.0.4.ebuild
5 Log:
6 Major rewrite
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.19 dev-ruby/redcloth/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/redcloth/ChangeLog?rev=1.19&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/redcloth/ChangeLog?rev=1.19&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/redcloth/ChangeLog?r1=1.18&r2=1.19
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v
19 retrieving revision 1.18
20 retrieving revision 1.19
21 diff -u -r1.18 -r1.19
22 --- ChangeLog 24 Mar 2008 15:41:45 -0000 1.18
23 +++ ChangeLog 6 Oct 2008 16:31:40 -0000 1.19
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.18 2008/03/24 15:41:45 coldwind Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.19 2008/10/06 16:31:40 graaff Exp $
29 +
30 +*redcloth-4.0.4 (06 Oct 2008)
31 +
32 + 06 Oct 2008; Hans de Graaff <graaff@g.o> +redcloth-4.0.4.ebuild:
33 + Major rewrite. Dropped keywords to give arches a chance to test, see #240301.
34
35 24 Mar 2008; Santiago M. Mola <coldwind@g.o> redcloth-3.0.4.ebuild:
36 amd64 stable
37
38
39
40 1.1 dev-ruby/redcloth/redcloth-4.0.4.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/redcloth/redcloth-4.0.4.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/redcloth/redcloth-4.0.4.ebuild?rev=1.1&content-type=text/plain
44
45 Index: redcloth-4.0.4.ebuild
46 ===================================================================
47 # Copyright 1999-2008 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.0.4.ebuild,v 1.1 2008/10/06 16:31:40 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"
61 IUSE=""
62
63 USE_RUBY="ruby18 ruby19"
64
65 S=${WORKDIR}/${MY_P}