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/mash: mash-0.1.1-r1.ebuild ChangeLog
Date: Sat, 26 Jun 2010 06:50:25
Message-Id: 20100626065010.1D9EA2CF72@corvid.gentoo.org
1 graaff 10/06/26 06:50:09
2
3 Modified: ChangeLog
4 Added: mash-0.1.1-r1.ebuild
5 Log:
6 Convert to ruby-fakegem.
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 dev-ruby/mash/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mash/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mash/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mash/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mash/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 9 Dec 2009 19:41:39 -0000 1.3
23 +++ ChangeLog 26 Jun 2010 06:50:09 -0000 1.4
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-ruby/mash
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mash/ChangeLog,v 1.3 2009/12/09 19:41:39 graaff Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mash/ChangeLog,v 1.4 2010/06/26 06:50:09 graaff Exp $
30 +
31 +*mash-0.1.1-r1 (26 Jun 2010)
32 +
33 + 26 Jun 2010; Hans de Graaff <graaff@g.o> +mash-0.1.1-r1.ebuild:
34 + Convert to ruby-fakegem.
35
36 09 Dec 2009; Hans de Graaff <graaff@g.o> -mash-0.0.3.ebuild:
37 Remove old version.
38
39
40
41 1.1 dev-ruby/mash/mash-0.1.1-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mash/mash-0.1.1-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mash/mash-0.1.1-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: mash-0.1.1-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/mash/mash-0.1.1-r1.ebuild,v 1.1 2010/06/26 06:50:09 graaff Exp $
51
52 EAPI=2
53 USE_RUBY="ruby18"
54
55 RUBY_FAKEGEM_TASK_TEST="spec"
56
57 RUBY_FAKEGEM_TASK_DOC=""
58 RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
59
60 inherit ruby-fakegem
61
62 DESCRIPTION="Mash is an extended Hash that gives simple pseudo-object functionality."
63 HOMEPAGE="http://github.com/mbleigh/mash"
64
65 LICENSE="MIT"
66 SLOT="0"
67 KEYWORDS="~amd64 ~x86"
68 IUSE=""
69
70 ruby_add_bdepend "test? ( dev-ruby/rspec )"