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.5.0.ebuild
Date: Thu, 31 Jan 2008 19:27:34
Message-Id: E1JKf4N-0003Un-21@stork.gentoo.org
1 graaff 08/01/31 19:27:31
2
3 Modified: ChangeLog
4 Added: hoe-1.5.0.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.18 dev-ruby/hoe/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/ChangeLog?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/ChangeLog?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/ChangeLog?r1=1.17&r2=1.18
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- ChangeLog 23 Dec 2007 15:56:03 -0000 1.17
23 +++ ChangeLog 31 Jan 2008 19:27:30 -0000 1.18
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-ruby/hoe
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.17 2007/12/23 15:56:03 graaff Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.18 2008/01/31 19:27:30 graaff Exp $
30 +
31 +*hoe-1.5.0 (31 Jan 2008)
32 +
33 + 31 Jan 2008; Hans de Graaff <graaff@g.o> +hoe-1.5.0.ebuild:
34 + Version bump: 9 minor enhancements.
35
36 *hoe-1.4.0 (23 Dec 2007)
37
38
39
40
41 1.1 dev-ruby/hoe/hoe-1.5.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/hoe-1.5.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/hoe-1.5.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: hoe-1.5.0.ebuild
47 ===================================================================
48 # Copyright 1999-2008 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.5.0.ebuild,v 1.1 2008/01/31 19:27:30 graaff Exp $
51
52 inherit gems
53
54 DESCRIPTION="Hoe extends rake to provide full project automation."
55 HOMEPAGE="http://seattlerb.rubyforge.org/"
56
57 LICENSE="MIT"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
60 IUSE=""
61
62 DEPEND="
63 >=dev-ruby/rake-0.7.3
64 >=dev-ruby/rubyforge-0.4.4"
65
66
67
68 --
69 gentoo-commits@l.g.o mailing list