diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-09-27 02:53:01 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-09-27 02:53:01 +0000 |
commit | 3c9e05e59a363bfab543d61d0766e9ac28b0d8ae (patch) | |
tree | e98dea30e3e4ba89dc895bd2d7c46d9d20cfec16 /dev-ruby/sqlite3 | |
parent | stable ppc ppc64, bug #429208 (diff) | |
download | gentoo-2-3c9e05e59a363bfab543d61d0766e9ac28b0d8ae.tar.gz gentoo-2-3c9e05e59a363bfab543d61d0766e9ac28b0d8ae.tar.bz2 gentoo-2-3c9e05e59a363bfab543d61d0766e9ac28b0d8ae.zip |
stable ppc ppc64, bug #435968
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/sqlite3')
-rw-r--r-- | dev-ruby/sqlite3/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/sqlite3/sqlite3-1.3.6.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-ruby/sqlite3/ChangeLog b/dev-ruby/sqlite3/ChangeLog index 000943cc4455..ab195df9f314 100644 --- a/dev-ruby/sqlite3/ChangeLog +++ b/dev-ruby/sqlite3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/sqlite3 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3/ChangeLog,v 1.3 2012/09/24 19:11:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3/ChangeLog,v 1.4 2012/09/27 02:53:01 blueness Exp $ + + 27 Sep 2012; Anthony G. Basile <blueness@gentoo.org> sqlite3-1.3.6.ebuild: + stable ppc ppc64, bug #435968 24 Sep 2012; Agostino Sarubbo <ago@gentoo.org> sqlite3-1.3.6.ebuild: Stable for amd64, wrt bug #435968 diff --git a/dev-ruby/sqlite3/sqlite3-1.3.6.ebuild b/dev-ruby/sqlite3/sqlite3-1.3.6.ebuild index dc07e505b645..2eea9f7f5e61 100644 --- a/dev-ruby/sqlite3/sqlite3-1.3.6.ebuild +++ b/dev-ruby/sqlite3/sqlite3-1.3.6.ebuild @@ -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/sqlite3/sqlite3-1.3.6.ebuild,v 1.3 2012/09/24 19:11:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3/sqlite3-1.3.6.ebuild,v 1.4 2012/09/27 02:53:01 blueness Exp $ EAPI=4 USE_RUBY="ruby18 ree18 ruby19" @@ -15,7 +15,7 @@ DESCRIPTION="An extension library to access a SQLite database from Ruby" HOMEPAGE="http://rubyforge.org/projects/sqlite-ruby/" LICENSE="BSD" -KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT="0" IUSE="" @@ -56,7 +56,7 @@ each_ruby_install() { # sqlite3` was already part of sqlite3-ruby requirements. cat - <<EOF > "${T}/sqlite3-ruby.gemspec" # generated by ebuild -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3/sqlite3-1.3.6.ebuild,v 1.3 2012/09/24 19:11:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3/sqlite3-1.3.6.ebuild,v 1.4 2012/09/27 02:53:01 blueness Exp $ Gem::Specification.new do |s| s.name = "sqlite3-ruby" s.version = "${RUBY_FAKEGEM_VERSION}" |