* [gentoo-commits] gentoo-x86 commit in dev-ruby/dbi: dbi-0.4.5.ebuild ChangeLog
@ 2012-09-02 13:28 Diego Petteno (flameeyes)
0 siblings, 0 replies; 4+ messages in thread
From: Diego Petteno (flameeyes) @ 2012-09-02 13:28 UTC (permalink / raw
To: gentoo-commits
flameeyes 12/09/02 13:28:06
Modified: ChangeLog
Added: dbi-0.4.5.ebuild
Log:
Version bump: move to EAPI=4, fakegem and testrb-2.
(Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-ruby/dbi/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbi/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbi/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbi/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/dbi/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 2 Sep 2012 08:25:56 -0000 1.1
+++ ChangeLog 2 Sep 2012 13:28:06 -0000 1.2
@@ -1,6 +1,12 @@
-# ChangeLog for dev-ruby/ruby-dbi
+# ChangeLog for dev-ruby/dbi
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbi/ChangeLog,v 1.1 2012/09/02 08:25:56 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbi/ChangeLog,v 1.2 2012/09/02 13:28:06 flameeyes Exp $
+
+*dbi-0.4.5 (02 Sep 2012)
+
+ 02 Sep 2012; Diego E. Pettenò <flameeyes@gentoo.org> +dbi-0.4.5.ebuild,
+ +files/dbi-0.4.5-gentoo.patch:
+ Version bump: move to EAPI=4, fakegem and testrb-2.
02 Sep 2012; Diego E. Pettenò <flameeyes@gentoo.org>
-files/ruby-dbi-0.1.1-destdir-gentoo.diff,
1.1 dev-ruby/dbi/dbi-0.4.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbi/dbi-0.4.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbi/dbi-0.4.5.ebuild?rev=1.1&content-type=text/plain
Index: dbi-0.4.5.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbi/dbi-0.4.5.ebuild,v 1.1 2012/09/02 13:28:06 flameeyes Exp $
EAPI=4
USE_RUBY="ruby18"
RUBY_FAKEGEM_RECIPE_TEST="none"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_BINWRAP=""
RUBY_FAKEGEM_EXTRADOC="README ChangeLog"
inherit ruby-fakegem
DESCRIPTION="Database independent interface for accessing databases"
HOMEPAGE="http://ruby-dbi.rubyforge.org/"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="odbc postgres mysql sqlite sqlite3 test"
ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
ruby_add_rdepend "dev-ruby/deprecated:2"
PDEPEND="
mysql? ( dev-ruby/dbd-mysql )
postgres? ( dev-ruby/dbd-pg )
odbc? ( dev-ruby/dbd-odbc )
sqlite? ( dev-ruby/dbd-sqlite )
sqlite3? ( dev-ruby/dbd-sqlite3 )"
RUBY_PATCHES=( ${P}-gentoo.patch )
each_ruby_test() {
ruby-ng_testrb-2 -Ilib test/ts_dbi.rb
}
pkg_postinst() {
if ! (use mysql || use postgres || use odbc || use sqlite || use sqlite3)
then
elog "${P} now comes with external database drivers."
elog "Be sure to set the right USE flags for ${PN} or emerge the drivers manually:"
elog "They are called dev-ruby/dbd-{mysql,odbc,pg,sqlite,sqlite3}"
fi
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/dbi: dbi-0.4.5.ebuild ChangeLog
@ 2013-04-05 11:51 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-05 11:51 UTC (permalink / raw
To: gentoo-commits
ago 13/04/05 11:51:42
Modified: dbi-0.4.5.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #464366
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.2 dev-ruby/dbi/dbi-0.4.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbi/dbi-0.4.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbi/dbi-0.4.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbi/dbi-0.4.5.ebuild?r1=1.1&r2=1.2
Index: dbi-0.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/dbi/dbi-0.4.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dbi-0.4.5.ebuild 2 Sep 2012 13:28:06 -0000 1.1
+++ dbi-0.4.5.ebuild 5 Apr 2013 11:51:42 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbi/dbi-0.4.5.ebuild,v 1.1 2012/09/02 13:28:06 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbi/dbi-0.4.5.ebuild,v 1.2 2013/04/05 11:51:42 ago Exp $
EAPI=4
USE_RUBY="ruby18"
@@ -19,7 +19,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
IUSE="odbc postgres mysql sqlite sqlite3 test"
ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
1.5 dev-ruby/dbi/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbi/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbi/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbi/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/dbi/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 9 Sep 2012 08:23:03 -0000 1.4
+++ ChangeLog 5 Apr 2013 11:51:42 -0000 1.5
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/dbi
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbi/ChangeLog,v 1.4 2012/09/09 08:23:03 graaff Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbi/ChangeLog,v 1.5 2013/04/05 11:51:42 ago Exp $
+
+ 05 Apr 2013; Agostino Sarubbo <ago@gentoo.org> dbi-0.4.5.ebuild:
+ Stable for amd64, wrt bug #464366
09 Sep 2012; Hans de Graaff <graaff@gentoo.org> dbi-0.4.3.ebuild,
-files/ruby-dbi-0.4.3-drivers-test.patch:
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/dbi: dbi-0.4.5.ebuild ChangeLog
@ 2013-04-05 12:08 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-05 12:08 UTC (permalink / raw
To: gentoo-commits
ago 13/04/05 12:08:06
Modified: dbi-0.4.5.ebuild ChangeLog
Log:
Stable for x86, wrt bug #464366
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 dev-ruby/dbi/dbi-0.4.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbi/dbi-0.4.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbi/dbi-0.4.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbi/dbi-0.4.5.ebuild?r1=1.2&r2=1.3
Index: dbi-0.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/dbi/dbi-0.4.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dbi-0.4.5.ebuild 5 Apr 2013 11:51:42 -0000 1.2
+++ dbi-0.4.5.ebuild 5 Apr 2013 12:08:06 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbi/dbi-0.4.5.ebuild,v 1.2 2013/04/05 11:51:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbi/dbi-0.4.5.ebuild,v 1.3 2013/04/05 12:08:06 ago Exp $
EAPI=4
USE_RUBY="ruby18"
@@ -19,7 +19,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE="odbc postgres mysql sqlite sqlite3 test"
ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
1.6 dev-ruby/dbi/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbi/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbi/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbi/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/dbi/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 5 Apr 2013 11:51:42 -0000 1.5
+++ ChangeLog 5 Apr 2013 12:08:06 -0000 1.6
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/dbi
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbi/ChangeLog,v 1.5 2013/04/05 11:51:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbi/ChangeLog,v 1.6 2013/04/05 12:08:06 ago Exp $
+
+ 05 Apr 2013; Agostino Sarubbo <ago@gentoo.org> dbi-0.4.5.ebuild:
+ Stable for x86, wrt bug #464366
05 Apr 2013; Agostino Sarubbo <ago@gentoo.org> dbi-0.4.5.ebuild:
Stable for amd64, wrt bug #464366
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/dbi: dbi-0.4.5.ebuild ChangeLog
@ 2013-04-05 17:38 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-05 17:38 UTC (permalink / raw
To: gentoo-commits
ago 13/04/05 17:38:34
Modified: dbi-0.4.5.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #464366
(Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.4 dev-ruby/dbi/dbi-0.4.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbi/dbi-0.4.5.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbi/dbi-0.4.5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbi/dbi-0.4.5.ebuild?r1=1.3&r2=1.4
Index: dbi-0.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/dbi/dbi-0.4.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dbi-0.4.5.ebuild 5 Apr 2013 12:08:06 -0000 1.3
+++ dbi-0.4.5.ebuild 5 Apr 2013 17:38:34 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbi/dbi-0.4.5.ebuild,v 1.3 2013/04/05 12:08:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbi/dbi-0.4.5.ebuild,v 1.4 2013/04/05 17:38:34 ago Exp $
EAPI=4
USE_RUBY="ruby18"
@@ -19,7 +19,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
IUSE="odbc postgres mysql sqlite sqlite3 test"
ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
1.7 dev-ruby/dbi/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbi/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbi/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbi/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/dbi/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 5 Apr 2013 12:08:06 -0000 1.6
+++ ChangeLog 5 Apr 2013 17:38:34 -0000 1.7
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/dbi
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbi/ChangeLog,v 1.6 2013/04/05 12:08:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbi/ChangeLog,v 1.7 2013/04/05 17:38:34 ago Exp $
+
+ 05 Apr 2013; Agostino Sarubbo <ago@gentoo.org> dbi-0.4.5.ebuild:
+ Stable for ppc, wrt bug #464366
05 Apr 2013; Agostino Sarubbo <ago@gentoo.org> dbi-0.4.5.ebuild:
Stable for x86, wrt bug #464366
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-04-05 17:38 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-05 11:51 [gentoo-commits] gentoo-x86 commit in dev-ruby/dbi: dbi-0.4.5.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2013-04-05 17:38 Agostino Sarubbo (ago)
2013-04-05 12:08 Agostino Sarubbo (ago)
2012-09-02 13:28 Diego Petteno (flameeyes)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox