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/hpricot: ChangeLog hpricot-0.6.ebuild
Date: Fri, 07 Sep 2007 20:02:21
Message-Id: E1ITjvR-0004ZI-Dt@stork.gentoo.org
1 graaff 07/09/07 19:55:33
2
3 Modified: ChangeLog
4 Added: hpricot-0.6.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.2.12)
8
9 Revision Changes Path
10 1.5 dev-ruby/hpricot/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hpricot/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hpricot/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hpricot/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 13 Apr 2007 21:20:16 -0000 1.4
23 +++ ChangeLog 7 Sep 2007 19:55:32 -0000 1.5
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-ruby/hpricot
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.4 2007/04/13 21:20:16 robbat2 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.5 2007/09/07 19:55:32 graaff Exp $
29 +
30 +*hpricot-0.6 (07 Sep 2007)
31 +
32 + 07 Sep 2007; Hans de Graaff <graaff@g.o> +hpricot-0.6.ebuild:
33 + Version bump.
34
35 13 Apr 2007; Robin H. Johnson <robbat2@g.o> hpricot-0.5.ebuild:
36 Add ~ppc and ~amd64 so I use this at work.
37
38
39
40 1.1 dev-ruby/hpricot/hpricot-0.6.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hpricot/hpricot-0.6.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hpricot/hpricot-0.6.ebuild?rev=1.1&content-type=text/plain
44
45 Index: hpricot-0.6.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.6.ebuild,v 1.1 2007/09/07 19:55:32 graaff Exp $
50
51 inherit ruby gems
52
53 USE_RUBY="ruby18"
54
55 DESCRIPTION="A fast and liberal HTML parser for Ruby."
56 HOMEPAGE="http://code.whytheluckystiff.net/hpricot/"
57 SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"
58
59 LICENSE="MIT"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
62 IUSE=""
63
64 DEPEND=""
65 RDEPEND=">=dev-lang/ruby-1.8.4"
66
67
68
69 --
70 gentoo-commits@g.o mailing list