diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-09-24 19:11:37 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-09-24 19:11:37 +0000 |
commit | c83253b2824436d772f02516168df2e212c87185 (patch) | |
tree | fb1f1637209e6d7031d0869b36f53536111ec823 /dev-ruby/sqlite3 | |
parent | version bump (diff) | |
download | gentoo-2-c83253b2824436d772f02516168df2e212c87185.tar.gz gentoo-2-c83253b2824436d772f02516168df2e212c87185.tar.bz2 gentoo-2-c83253b2824436d772f02516168df2e212c87185.zip |
Stable for amd64, wrt 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 c2db5f46258f..000943cc4455 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.2 2012/08/16 14:39:50 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3/ChangeLog,v 1.3 2012/09/24 19:11:37 ago Exp $ + + 24 Sep 2012; Agostino Sarubbo <ago@gentoo.org> sqlite3-1.3.6.ebuild: + Stable for amd64, wrt bug #435968 16 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> -sqlite3-1.3.2.ebuild, -sqlite3-1.3.4-r1.ebuild, -sqlite3-1.3.4.ebuild, -sqlite3-1.3.5.ebuild, diff --git a/dev-ruby/sqlite3/sqlite3-1.3.6.ebuild b/dev-ruby/sqlite3/sqlite3-1.3.6.ebuild index 539e4ad56982..dc07e505b645 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.2 2012/08/16 14:39:50 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3/sqlite3-1.3.6.ebuild,v 1.3 2012/09/24 19:11:37 ago 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.2 2012/08/16 14:39:50 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3/sqlite3-1.3.6.ebuild,v 1.3 2012/09/24 19:11:37 ago Exp $ Gem::Specification.new do |s| s.name = "sqlite3-ruby" s.version = "${RUBY_FAKEGEM_VERSION}" |