* [gentoo-commits] gentoo-x86 commit in dev-ruby/dbd-pg: ChangeLog dbd-pg-0.3.9.ebuild
@ 2010-06-20 18:04 Hans de Graaff (graaff)
0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff (graaff) @ 2010-06-20 18:04 UTC (permalink / raw
To: gentoo-commits
graaff 10/06/20 18:04:21
Modified: ChangeLog
Added: dbd-pg-0.3.9.ebuild
Log:
Version bump. Convert to ruby-ng.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.5 dev-ruby/dbd-pg/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-pg/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-pg/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-pg/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/dbd-pg/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 20 Dec 2009 12:42:03 -0000 1.4
+++ ChangeLog 20 Jun 2010 18:04:21 -0000 1.5
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/dbd-pg
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-pg/ChangeLog,v 1.4 2009/12/20 12:42:03 graaff Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-pg/ChangeLog,v 1.5 2010/06/20 18:04:21 graaff Exp $
+
+*dbd-pg-0.3.9 (20 Jun 2010)
+
+ 20 Jun 2010; Hans de Graaff <graaff@gentoo.org> +dbd-pg-0.3.9.ebuild:
+ Version bump. Convert to ruby-ng.
20 Dec 2009; Hans de Graaff <graaff@gentoo.org> dbd-pg-0.3.8.ebuild:
Remove obsolete virtual/ruby dependency.
1.1 dev-ruby/dbd-pg/dbd-pg-0.3.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-pg/dbd-pg-0.3.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-pg/dbd-pg-0.3.9.ebuild?rev=1.1&content-type=text/plain
Index: dbd-pg-0.3.9.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-pg/dbd-pg-0.3.9.ebuild,v 1.1 2010/06/20 18:04:21 graaff Exp $
EAPI=2
USE_RUBY="ruby18"
inherit ruby-ng
DESCRIPTION="The PostgreSQL database driver (DBD) for Ruby/DBI"
HOMEPAGE="http://ruby-dbi.rubyforge.org"
SRC_URI="mirror://rubyforge/ruby-dbi/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE="test"
ruby_add_rdepend "
>=dev-ruby/ruby-dbi-0.4.2
>=dev-ruby/ruby-postgres-0.7.9.20080128"
src_test() {
elog "The tests require additional configuration."
elog "You will find them in /usr/share/${PN}/test/"
elog "Be sure to read the file called DBD_TESTS."
}
each_ruby_configure() {
${RUBY} setup.rb config --prefix=/usr || die
}
each_ruby_install() {
${RUBY} setup.rb install --prefix="${D}" || die "setup.rb install failed"
}
all_ruby_install() {
if use test; then
dodir /usr/share/${PN}
cp -pPR test "${D}/usr/share/${PN}" || die "couldn't copy tests"
fi
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/dbd-pg: ChangeLog dbd-pg-0.3.9.ebuild
@ 2010-08-29 18:54 Hans de Graaff (graaff)
0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff (graaff) @ 2010-08-29 18:54 UTC (permalink / raw
To: gentoo-commits
graaff 10/08/29 18:54:39
Modified: ChangeLog dbd-pg-0.3.9.ebuild
Log:
Change dependency to dev-ruby/pg as per upstream. Thanks to Matt Michalowski in bug 331705 for reporting.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.8 dev-ruby/dbd-pg/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-pg/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-pg/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-pg/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/dbd-pg/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 23 Aug 2010 15:26:38 -0000 1.7
+++ ChangeLog 29 Aug 2010 18:54:39 -0000 1.8
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/dbd-pg
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-pg/ChangeLog,v 1.7 2010/08/23 15:26:38 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-pg/ChangeLog,v 1.8 2010/08/29 18:54:39 graaff Exp $
+
+ 29 Aug 2010; Hans de Graaff <graaff@gentoo.org> dbd-pg-0.3.9.ebuild:
+ Change dependency to dev-ruby/pg as per upstream. Thanks to Matt
+ Michalowski in bug 331705 for reporting.
23 Aug 2010; Markos Chandras <hwoarang@gentoo.org> dbd-pg-0.3.8.ebuild:
Stable on amd64 wrt bug #333087
1.2 dev-ruby/dbd-pg/dbd-pg-0.3.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-pg/dbd-pg-0.3.9.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-pg/dbd-pg-0.3.9.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-pg/dbd-pg-0.3.9.ebuild?r1=1.1&r2=1.2
Index: dbd-pg-0.3.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/dbd-pg/dbd-pg-0.3.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dbd-pg-0.3.9.ebuild 20 Jun 2010 18:04:21 -0000 1.1
+++ dbd-pg-0.3.9.ebuild 29 Aug 2010 18:54:39 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-pg/dbd-pg-0.3.9.ebuild,v 1.1 2010/06/20 18:04:21 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-pg/dbd-pg-0.3.9.ebuild,v 1.2 2010/08/29 18:54:39 graaff Exp $
EAPI=2
USE_RUBY="ruby18"
@@ -18,7 +18,7 @@
ruby_add_rdepend "
>=dev-ruby/ruby-dbi-0.4.2
- >=dev-ruby/ruby-postgres-0.7.9.20080128"
+ dev-ruby/pg"
src_test() {
elog "The tests require additional configuration."
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/dbd-pg: ChangeLog dbd-pg-0.3.9.ebuild
@ 2012-08-06 17:47 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-08-06 17:47 UTC (permalink / raw
To: gentoo-commits
ago 12/08/06 17:47:55
Modified: ChangeLog dbd-pg-0.3.9.ebuild
Log:
Stable for amd64, wrt bug #429976
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Revision Changes Path
1.12 dev-ruby/dbd-pg/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-pg/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-pg/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-pg/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/dbd-pg/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 1 May 2012 18:24:23 -0000 1.11
+++ ChangeLog 6 Aug 2012 17:47:55 -0000 1.12
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/dbd-pg
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-pg/ChangeLog,v 1.11 2012/05/01 18:24:23 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-pg/ChangeLog,v 1.12 2012/08/06 17:47:55 ago Exp $
+
+ 06 Aug 2012; Agostino Sarubbo <ago@gentoo.org> dbd-pg-0.3.9.ebuild:
+ Stable for amd64, wrt bug #429976
01 May 2012; Raúl Porcel <armin76@gentoo.org> dbd-pg-0.3.8.ebuild,
dbd-pg-0.3.9.ebuild:
1.4 dev-ruby/dbd-pg/dbd-pg-0.3.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-pg/dbd-pg-0.3.9.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-pg/dbd-pg-0.3.9.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-pg/dbd-pg-0.3.9.ebuild?r1=1.3&r2=1.4
Index: dbd-pg-0.3.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/dbd-pg/dbd-pg-0.3.9.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dbd-pg-0.3.9.ebuild 1 May 2012 18:24:23 -0000 1.3
+++ dbd-pg-0.3.9.ebuild 6 Aug 2012 17:47:55 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-pg/dbd-pg-0.3.9.ebuild,v 1.3 2012/05/01 18:24:23 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-pg/dbd-pg-0.3.9.ebuild,v 1.4 2012/08/06 17:47:55 ago Exp $
EAPI=2
USE_RUBY="ruby18"
@@ -13,7 +13,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
IUSE="test"
ruby_add_rdepend "
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/dbd-pg: ChangeLog dbd-pg-0.3.9.ebuild
@ 2012-08-21 16:37 Johannes Huber (johu)
0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber (johu) @ 2012-08-21 16:37 UTC (permalink / raw
To: gentoo-commits
johu 12/08/21 16:37:49
Modified: ChangeLog dbd-pg-0.3.9.ebuild
Log:
Stable for x86, wrt bug #429976
(Portage version: 2.2.0_alpha121/cvs/Linux i686)
Revision Changes Path
1.14 dev-ruby/dbd-pg/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-pg/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-pg/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-pg/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/dbd-pg/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 16 Aug 2012 03:52:09 -0000 1.13
+++ ChangeLog 21 Aug 2012 16:37:49 -0000 1.14
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/dbd-pg
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-pg/ChangeLog,v 1.13 2012/08/16 03:52:09 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-pg/ChangeLog,v 1.14 2012/08/21 16:37:49 johu Exp $
+
+ 21 Aug 2012; Johannes Huber <johu@gentoo.org> dbd-pg-0.3.9.ebuild:
+ Stable for x86, wrt bug #429976
16 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> dbd-pg-0.3.8.ebuild:
Update after Ruby packages move.
1.5 dev-ruby/dbd-pg/dbd-pg-0.3.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-pg/dbd-pg-0.3.9.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-pg/dbd-pg-0.3.9.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-pg/dbd-pg-0.3.9.ebuild?r1=1.4&r2=1.5
Index: dbd-pg-0.3.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/dbd-pg/dbd-pg-0.3.9.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dbd-pg-0.3.9.ebuild 6 Aug 2012 17:47:55 -0000 1.4
+++ dbd-pg-0.3.9.ebuild 21 Aug 2012 16:37:49 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-pg/dbd-pg-0.3.9.ebuild,v 1.4 2012/08/06 17:47:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-pg/dbd-pg-0.3.9.ebuild,v 1.5 2012/08/21 16:37:49 johu Exp $
EAPI=2
USE_RUBY="ruby18"
@@ -13,7 +13,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE="test"
ruby_add_rdepend "
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/dbd-pg: ChangeLog dbd-pg-0.3.9.ebuild
@ 2012-12-07 21:34 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-07 21:34 UTC (permalink / raw
To: gentoo-commits
ago 12/12/07 21:34:45
Modified: ChangeLog dbd-pg-0.3.9.ebuild
Log:
Stable for ppc, wrt bug #429976
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Revision Changes Path
1.16 dev-ruby/dbd-pg/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-pg/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-pg/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-pg/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/dbd-pg/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 2 Sep 2012 09:05:30 -0000 1.15
+++ ChangeLog 7 Dec 2012 21:34:45 -0000 1.16
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/dbd-pg
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-pg/ChangeLog,v 1.15 2012/09/02 09:05:30 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-pg/ChangeLog,v 1.16 2012/12/07 21:34:45 ago Exp $
+
+ 07 Dec 2012; Agostino Sarubbo <ago@gentoo.org> dbd-pg-0.3.9.ebuild:
+ Stable for ppc, wrt bug #429976
02 Sep 2012; Diego E. Pettenò <flameeyes@gentoo.org> dbd-pg-0.3.8.ebuild,
dbd-pg-0.3.9.ebuild:
1.7 dev-ruby/dbd-pg/dbd-pg-0.3.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-pg/dbd-pg-0.3.9.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-pg/dbd-pg-0.3.9.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-pg/dbd-pg-0.3.9.ebuild?r1=1.6&r2=1.7
Index: dbd-pg-0.3.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/dbd-pg/dbd-pg-0.3.9.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- dbd-pg-0.3.9.ebuild 2 Sep 2012 09:05:30 -0000 1.6
+++ dbd-pg-0.3.9.ebuild 7 Dec 2012 21:34:45 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-pg/dbd-pg-0.3.9.ebuild,v 1.6 2012/09/02 09:05:30 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-pg/dbd-pg-0.3.9.ebuild,v 1.7 2012/12/07 21:34:45 ago Exp $
EAPI=2
USE_RUBY="ruby18"
@@ -13,7 +13,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
IUSE="test"
ruby_add_rdepend "
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-12-07 21:34 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-20 18:04 [gentoo-commits] gentoo-x86 commit in dev-ruby/dbd-pg: ChangeLog dbd-pg-0.3.9.ebuild Hans de Graaff (graaff)
-- strict thread matches above, loose matches on Subject: below --
2010-08-29 18:54 Hans de Graaff (graaff)
2012-08-06 17:47 Agostino Sarubbo (ago)
2012-08-21 16:37 Johannes Huber (johu)
2012-12-07 21:34 Agostino Sarubbo (ago)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox