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/hoe: hoe-1.8.3.ebuild ChangeLog
Date: Sat, 24 Jan 2009 09:37:02
Message-Id: E1LQewk-0003eb-VB@stork.gentoo.org
1 graaff 09/01/24 09:36:58
2
3 Modified: ChangeLog
4 Added: hoe-1.8.3.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r7 x86_64)
8
9 Revision Changes Path
10 1.47 dev-ruby/hoe/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/ChangeLog?rev=1.47&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/ChangeLog?rev=1.47&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/ChangeLog?r1=1.46&r2=1.47
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
19 retrieving revision 1.46
20 retrieving revision 1.47
21 diff -u -r1.46 -r1.47
22 --- ChangeLog 26 Dec 2008 15:50:15 -0000 1.46
23 +++ ChangeLog 24 Jan 2009 09:36:58 -0000 1.47
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-ruby/hoe
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.46 2008/12/26 15:50:15 armin76 Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.47 2009/01/24 09:36:58 graaff Exp $
30 +
31 +*hoe-1.8.3 (24 Jan 2009)
32 +
33 + 24 Jan 2009; Hans de Graaff <graaff@g.o> +hoe-1.8.3.ebuild:
34 + Version bump
35
36 26 Dec 2008; Raúl Porcel <armin76@g.o> hoe-1.8.2.ebuild:
37 ia64 stable wrt #250348
38
39
40
41 1.1 dev-ruby/hoe/hoe-1.8.3.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/hoe-1.8.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/hoe-1.8.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: hoe-1.8.3.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/hoe/hoe-1.8.3.ebuild,v 1.1 2009/01/24 09:36:58 graaff Exp $
51
52 inherit gems
53
54 USE_RUBY="ruby18 ruby19"
55
56 DESCRIPTION="Hoe extends rake to provide full project automation."
57 HOMEPAGE="http://seattlerb.rubyforge.org/"
58
59 LICENSE="MIT"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
62 IUSE=""
63
64 DEPEND=">=dev-ruby/rake-0.8.3
65 >=dev-ruby/rubyforge-1.0.2
66 >=dev-ruby/rubygems-1.2.0"