* [gentoo-commits] gentoo-x86 commit in dev-ruby/mysql2: mysql2-0.3.6.ebuild ChangeLog
@ 2011-06-17 18:19 Hans de Graaff (graaff)
0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2011-06-17 18:19 UTC (permalink / raw
To: gentoo-commits
graaff 11/06/17 18:19:46
Modified: ChangeLog
Added: mysql2-0.3.6.ebuild
Log:
Version bump.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Revision Changes Path
1.7 dev-ruby/mysql2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mysql2/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mysql2/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mysql2/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mysql2/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 8 Jun 2011 18:42:42 -0000 1.6
+++ ChangeLog 17 Jun 2011 18:19:46 -0000 1.7
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/mysql2
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mysql2/ChangeLog,v 1.6 2011/06/08 18:42:42 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mysql2/ChangeLog,v 1.7 2011/06/17 18:19:46 graaff Exp $
+
+*mysql2-0.3.6 (17 Jun 2011)
+
+ 17 Jun 2011; Hans de Graaff <graaff@gentoo.org> +mysql2-0.3.6.ebuild:
+ Version bump.
08 Jun 2011; Hans de Graaff <graaff@gentoo.org> mysql2-0.2.7.ebuild,
mysql2-0.3.2.ebuild:
1.1 dev-ruby/mysql2/mysql2-0.3.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mysql2/mysql2-0.3.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mysql2/mysql2-0.3.6.ebuild?rev=1.1&content-type=text/plain
Index: mysql2-0.3.6.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mysql2/mysql2-0.3.6.ebuild,v 1.1 2011/06/17 18:19:46 graaff Exp $
EAPI="3"
USE_RUBY="ruby18 ree18"
# Tests require a live MySQL database.
RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
inherit multilib ruby-fakegem
DESCRIPTION="A modern, simple and very fast Mysql library for Ruby - binding to libmysql."
HOMEPAGE="https://github.com/brianmario/mysql2"
LICENSE="MIT"
SLOT="0.3"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="${DEPEND} virtual/mysql[-static]"
RDEPEND="${RDEPEND} virtual/mysql[-static]"
each_ruby_configure() {
${RUBY} -Cext/mysql2 extconf.rb --with-mysql-config "${EPREFIX}/usr/bin/mysqlconfig" || die
}
each_ruby_compile() {
emake -Cext/mysql2 || die
cp ext/mysql2/mysql2$(get_modname) lib/mysql2/ || die
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/mysql2: mysql2-0.3.6.ebuild ChangeLog
@ 2012-03-11 14:04 Brent Baude (ranger)
0 siblings, 0 replies; 2+ messages in thread
From: Brent Baude (ranger) @ 2012-03-11 14:04 UTC (permalink / raw
To: gentoo-commits
ranger 12/03/11 14:04:45
Modified: mysql2-0.3.6.ebuild ChangeLog
Log:
Marking mysql2-0.3.6 ~ppc64 for bug 396547
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Revision Changes Path
1.2 dev-ruby/mysql2/mysql2-0.3.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mysql2/mysql2-0.3.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mysql2/mysql2-0.3.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mysql2/mysql2-0.3.6.ebuild?r1=1.1&r2=1.2
Index: mysql2-0.3.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mysql2/mysql2-0.3.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mysql2-0.3.6.ebuild 17 Jun 2011 18:19:46 -0000 1.1
+++ mysql2-0.3.6.ebuild 11 Mar 2012 14:04:45 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mysql2/mysql2-0.3.6.ebuild,v 1.1 2011/06/17 18:19:46 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mysql2/mysql2-0.3.6.ebuild,v 1.2 2012/03/11 14:04:45 ranger Exp $
EAPI="3"
USE_RUBY="ruby18 ree18"
@@ -19,7 +19,7 @@
LICENSE="MIT"
SLOT="0.3"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
IUSE=""
DEPEND="${DEPEND} virtual/mysql[-static]"
1.16 dev-ruby/mysql2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mysql2/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mysql2/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mysql2/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mysql2/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 31 Dec 2011 20:48:44 -0000 1.15
+++ ChangeLog 11 Mar 2012 14:04:45 -0000 1.16
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/mysql2
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mysql2/ChangeLog,v 1.15 2011/12/31 20:48:44 grobian Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mysql2/ChangeLog,v 1.16 2012/03/11 14:04:45 ranger Exp $
+
+ 11 Mar 2012; Brent Baude <ranger@gentoo.org> mysql2-0.3.6.ebuild:
+ Marking mysql2-0.3.6 ~ppc64 for bug 396547
31 Dec 2011; Fabian Groffen <grobian@gentoo.org> mysql2-0.3.7.ebuild:
Add Prefix keywords, bug #396547
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-03-11 14:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-11 14:04 [gentoo-commits] gentoo-x86 commit in dev-ruby/mysql2: mysql2-0.3.6.ebuild ChangeLog Brent Baude (ranger)
-- strict thread matches above, loose matches on Subject: below --
2011-06-17 18:19 Hans de Graaff (graaff)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox