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: ChangeLog hoe-1.7.0.ebuild
Date: Tue, 01 Jul 2008 18:03:04
Message-Id: E1KDkA7-0006nV-Ft@stork.gentoo.org
1 graaff 08/07/01 18:01:07
2
3 Modified: ChangeLog
4 Added: hoe-1.7.0.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.34 dev-ruby/hoe/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/ChangeLog?rev=1.34&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/ChangeLog?rev=1.34&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/ChangeLog?r1=1.33&r2=1.34
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
19 retrieving revision 1.33
20 retrieving revision 1.34
21 diff -u -r1.33 -r1.34
22 --- ChangeLog 18 Jun 2008 16:37:15 -0000 1.33
23 +++ ChangeLog 1 Jul 2008 18:01:07 -0000 1.34
24 @@ -1,6 +1,14 @@
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.33 2008/06/18 16:37:15 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.34 2008/07/01 18:01:07 graaff Exp $
29 +
30 +*hoe-1.7.0 (01 Jul 2008)
31 +
32 + 01 Jul 2008; Hans de Graaff <graaff@g.o> +hoe-1.7.0.ebuild:
33 + Version bump with 3 minor enhancements:
34 + * Use rdoc 2.x gem if available. Eric likes his backslashes.
35 + * Added extra_dev_deps for new rubygems developer dependencies.
36 + * Finally got a sane test that does something. Hey... it's a start.
37
38 *hoe-1.6.0 (18 Jun 2008)
39
40
41
42
43 1.1 dev-ruby/hoe/hoe-1.7.0.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/hoe-1.7.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/hoe-1.7.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: hoe-1.7.0.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-1.7.0.ebuild,v 1.1 2008/07/01 18:01:07 graaff Exp $
53
54 inherit gems
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 ~x86"
62 IUSE=""
63
64 DEPEND=">=dev-ruby/rake-0.8.1
65 >=dev-ruby/rubyforge-1.0.0"
66
67
68
69 --
70 gentoo-commits@l.g.o mailing list