Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/pg: ChangeLog pg-0.9.0.ebuild
Date: Mon, 26 Apr 2010 14:47:50
Message-Id: 20100426144741.E7CDC2C04C@corvid.gentoo.org
1 flameeyes 10/04/26 14:47:41
2
3 Modified: ChangeLog pg-0.9.0.ebuild
4 Log:
5 Forgot to save after copying the extension.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.12 dev-ruby/pg/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/pg/ChangeLog?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/pg/ChangeLog?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/pg/ChangeLog?r1=1.11&r2=1.12
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/pg/ChangeLog,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- ChangeLog 26 Apr 2010 14:45:03 -0000 1.11
22 +++ ChangeLog 26 Apr 2010 14:47:41 -0000 1.12
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-ruby/pg
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pg/ChangeLog,v 1.11 2010/04/26 14:45:03 flameeyes Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pg/ChangeLog,v 1.12 2010/04/26 14:47:41 flameeyes Exp $
28 +
29 + 26 Apr 2010; Diego E. Pettenò <flameeyes@g.o> pg-0.9.0.ebuild:
30 + Forgot to save after copying the extension.
31
32 *pg-0.9.0 (26 Apr 2010)
33
34
35
36
37 1.2 dev-ruby/pg/pg-0.9.0.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/pg/pg-0.9.0.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/pg/pg-0.9.0.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/pg/pg-0.9.0.ebuild?r1=1.1&r2=1.2
42
43 Index: pg-0.9.0.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/pg/pg-0.9.0.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- pg-0.9.0.ebuild 26 Apr 2010 14:45:04 -0000 1.1
50 +++ pg-0.9.0.ebuild 26 Apr 2010 14:47:41 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pg/pg-0.9.0.ebuild,v 1.1 2010/04/26 14:45:04 flameeyes Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pg/pg-0.9.0.ebuild,v 1.2 2010/04/26 14:47:41 flameeyes Exp $
56
57 EAPI=2
58 USE_RUBY="ruby18 ruby19"
59 @@ -36,6 +36,7 @@
60 pushd ext
61 ${RUBY} extconf.rb || die "extconf.rb failed"
62 popd
63 + cp ext/*.so lib || die
64 }
65
66 each_ruby_compile() {