Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-postgres: ChangeLog ruby-postgres-0.7.9.20080128.ebuild
Date: Thu, 26 Jun 2008 06:38:08
Message-Id: E1KBl7K-0001nf-HU@stork.gentoo.org
1 robbat2 08/06/26 06:38:02
2
3 Modified: ChangeLog
4 Added: ruby-postgres-0.7.9.20080128.ebuild
5 Log:
6 Bump per bug #215510. The gem name has changed, but the postgres.so is still the same name, and it is supposed to just work. ruby-pg to come later.
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc4-00103-g1beee8d x86_64)
8
9 Revision Changes Path
10 1.21 dev-ruby/ruby-postgres/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-postgres/ChangeLog?rev=1.21&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-postgres/ChangeLog?rev=1.21&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-postgres/ChangeLog?r1=1.20&r2=1.21
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ChangeLog,v
19 retrieving revision 1.20
20 retrieving revision 1.21
21 diff -p -w -b -B -u -u -r1.20 -r1.21
22 --- ChangeLog 19 May 2008 19:54:29 -0000 1.20
23 +++ ChangeLog 26 Jun 2008 06:38:02 -0000 1.21
24 @@ -1,6 +1,14 @@
25 # ChangeLog for dev-ruby/ruby-postgres
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ChangeLog,v 1.20 2008/05/19 19:54:29 dev-zero Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ChangeLog,v 1.21 2008/06/26 06:38:02 robbat2 Exp $
29 +
30 +*ruby-postgres-0.7.9.20080128 (26 Jun 2008)
31 +
32 + 26 Jun 2008; Robin H. Johnson <robbat2@g.o>
33 + +ruby-postgres-0.7.9.20080128.ebuild:
34 + Bump per bug #215510. The gem name has changed, but the postgres.so is
35 + still the same name, and it is supposed to just work. ruby-pg to come
36 + later.
37
38 19 May 2008; Tiziano Müller <dev-zero@g.o>
39 ruby-postgres-0.7.1.ebuild, ruby-postgres-0.7.1.20051221-r1.ebuild,
40
41
42
43 1.1 dev-ruby/ruby-postgres/ruby-postgres-0.7.9.20080128.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-postgres/ruby-postgres-0.7.9.20080128.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-postgres/ruby-postgres-0.7.9.20080128.ebuild?rev=1.1&content-type=text/plain
47
48 Index: ruby-postgres-0.7.9.20080128.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ruby-postgres-0.7.9.20080128.ebuild,v 1.1 2008/06/26 06:38:02 robbat2 Exp $
53
54 inherit ruby gems versionator
55
56 # changes 0.7.1.20060406 to 0.7.1.2006.04.06
57
58 # ideally, PV would have been this to start with, but can't change it now as
59 # 0.7.1.20051221 > 0.7.1.2006.04.06.
60 MY_PV="0.7.9.2008.01.28"
61 MY_PN="postgres"
62 MY_P="${MY_PN}-${MY_PV}"
63
64 DESCRIPTION="An extension library to access a PostgreSQL database from Ruby"
65 HOMEPAGE="http://ruby.scripting.ca/postgres"
66 SRC_URI="http://gems.rubyforge.org/gems/${MY_P}.gem"
67 LICENSE="Ruby"
68 SLOT="0"
69 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
70 IUSE=""
71 USE_RUBY="ruby18"
72
73 RDEPEND="virtual/postgresql-base"
74 DEPEND="${RDEPEND}
75 >=dev-ruby/rubygems-0.9.0-r1"
76
77
78
79 --
80 gentoo-commits@l.g.o mailing list