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.8.0.ebuild
Date: Tue, 14 Oct 2008 07:02:22
Message-Id: E1KpdvA-0008B5-UU@stork.gentoo.org
1 graaff 08/10/14 07:02:20
2
3 Modified: ChangeLog
4 Added: hoe-1.8.0.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.4.5)
8
9 Revision Changes Path
10 1.38 dev-ruby/hoe/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/ChangeLog?rev=1.38&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/ChangeLog?rev=1.38&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/ChangeLog?r1=1.37&r2=1.38
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
19 retrieving revision 1.37
20 retrieving revision 1.38
21 diff -u -r1.37 -r1.38
22 --- ChangeLog 3 Sep 2008 18:41:34 -0000 1.37
23 +++ ChangeLog 14 Oct 2008 07:02:20 -0000 1.38
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.37 2008/09/03 18:41:34 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.38 2008/10/14 07:02:20 graaff Exp $
29 +
30 +*hoe-1.8.0 (14 Oct 2008)
31 +
32 + 14 Oct 2008; Hans de Graaff <graaff@g.o> +hoe-1.8.0.ebuild:
33 + Version bump with 5 minor enhancements.
34
35 03 Sep 2008; Hans de Graaff <graaff@g.o> hoe-1.7.0.ebuild:
36 Depend on rubygems 1.2.0 since the generated tasks depend on it. Thanks to
37
38
39
40 1.1 dev-ruby/hoe/hoe-1.8.0.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/hoe-1.8.0.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/hoe-1.8.0.ebuild?rev=1.1&content-type=text/plain
44
45 Index: hoe-1.8.0.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/hoe/hoe-1.8.0.ebuild,v 1.1 2008/10/14 07:02:20 graaff Exp $
50
51 inherit gems
52
53 DESCRIPTION="Hoe extends rake to provide full project automation."
54 HOMEPAGE="http://seattlerb.rubyforge.org/"
55
56 LICENSE="MIT"
57 SLOT="0"
58 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
59 IUSE=""
60
61 DEPEND=">=dev-ruby/rake-0.8.3
62 >=dev-ruby/rubyforge-1.0.0
63 >=dev-ruby/rubygems-1.2.0"