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.1.ebuild
Date: Fri, 26 Dec 2008 15:10:04
Message-Id: E1LGEK9-0005Wi-Rr@stork.gentoo.org
1 graaff 08/12/26 15:10:01
2
3 Modified: ChangeLog
4 Added: redcloth-4.1.1.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.6.3/cvs/Linux 2.6.26-gentoo-r2 x86_64)
8
9 Revision Changes Path
10 1.23 dev-ruby/redcloth/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/redcloth/ChangeLog?rev=1.23&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/redcloth/ChangeLog?rev=1.23&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/redcloth/ChangeLog?r1=1.22&r2=1.23
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v
19 retrieving revision 1.22
20 retrieving revision 1.23
21 diff -u -r1.22 -r1.23
22 --- ChangeLog 14 Oct 2008 20:40:55 -0000 1.22
23 +++ ChangeLog 26 Dec 2008 15:10:01 -0000 1.23
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.22 2008/10/14 20:40:55 ranger Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.23 2008/12/26 15:10:01 graaff Exp $
29 +
30 +*redcloth-4.1.1 (26 Dec 2008)
31 +
32 + 26 Dec 2008; Hans de Graaff <graaff@g.o> +redcloth-4.1.1.ebuild:
33 + Version bump
34
35 14 Oct 2008; Brent Baude <ranger@g.o> redcloth-4.0.4.ebuild:
36 keyworded ~arch for ppc, bug 240301
37
38
39
40 1.1 dev-ruby/redcloth/redcloth-4.1.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/redcloth/redcloth-4.1.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/redcloth/redcloth-4.1.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: redcloth-4.1.1.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.1.1.ebuild,v 1.1 2008/12/26 15:10:01 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}