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/narray: ChangeLog narray-0.5.9_p6.ebuild
Date: Sat, 04 Jul 2009 08:39:22
Message-Id: E1MN0mG-0006CD-AZ@stork.gentoo.org
1 graaff 09/07/04 08:39:20
2
3 Modified: ChangeLog
4 Added: narray-0.5.9_p6.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.6.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.31 dev-ruby/narray/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/ChangeLog?rev=1.31&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/ChangeLog?rev=1.31&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/ChangeLog?r1=1.30&r2=1.31
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/narray/ChangeLog,v
19 retrieving revision 1.30
20 retrieving revision 1.31
21 diff -u -r1.30 -r1.31
22 --- ChangeLog 13 Jun 2009 09:09:45 -0000 1.30
23 +++ ChangeLog 4 Jul 2009 08:39:20 -0000 1.31
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-ruby/narray
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/ChangeLog,v 1.30 2009/06/13 09:09:45 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/ChangeLog,v 1.31 2009/07/04 08:39:20 graaff Exp $
29 +
30 +*narray-0.5.9_p6 (04 Jul 2009)
31 +
32 + 04 Jul 2009; Hans de Graaff <graaff@g.o> +narray-0.5.9_p6.ebuild:
33 + Version bump. Thanks to Julien Sanchez for providing an initial ebuild in
34 + bug #206083.
35
36 13 Jun 2009; Hans de Graaff <graaff@g.o> narray-0.5.9.ebuild:
37 Fix quoting.
38
39
40
41 1.1 dev-ruby/narray/narray-0.5.9_p6.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild?rev=1.1&content-type=text/plain
45
46 Index: narray-0.5.9_p6.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild,v 1.1 2009/07/04 08:39:20 graaff Exp $
51
52 MY_P=${P/_/}
53
54 DESCRIPTION="Numerical N-dimensional Array class"
55 HOMEPAGE="http://www.ir.isas.ac.jp/~masa/ruby/index-e.html"
56 SRC_URI="mirror://rubyforge/${PN}/${MY_P}.tar.gz"
57 LICENSE="Ruby"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
60 IUSE=""
61 DEPEND="virtual/ruby"
62
63 S="${WORKDIR}/${MY_P}"
64
65 src_compile() {
66 ruby extconf.rb || die
67 emake || die
68 }
69
70 src_install() {
71 make exec_prefix=/usr DESTDIR="${D}" install || die
72 dodoc ChangeLog README.* SPEC.*
73 }