diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-10-28 18:30:41 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-10-28 18:30:41 +0000 |
commit | b65d6f1b1d2e3c982802823fd58a07fcac2e740a (patch) | |
tree | 2c0ae159cb168cea4df081ed341b2a1487e4b38b /dev-ruby | |
parent | Unmask libgphoto2-2.5.x since all blockers for bug #426602 have been resolved. (diff) | |
download | gentoo-2-b65d6f1b1d2e3c982802823fd58a07fcac2e740a.tar.gz gentoo-2-b65d6f1b1d2e3c982802823fd58a07fcac2e740a.tar.bz2 gentoo-2-b65d6f1b1d2e3c982802823fd58a07fcac2e740a.zip |
ia64/sparc stable wrt #435968
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-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 bf7c14c35b3e..b73facd93c28 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.5 2012/09/28 11:54:56 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3/ChangeLog,v 1.6 2012/10/28 18:30:41 armin76 Exp $ + + 28 Oct 2012; Raúl Porcel <armin76@gentoo.org> sqlite3-1.3.6.ebuild: + ia64/sparc stable wrt #435968 28 Sep 2012; Johannes Huber <johu@gentoo.org> sqlite3-1.3.6.ebuild: Stable for x86, wrt bug #435968 diff --git a/dev-ruby/sqlite3/sqlite3-1.3.6.ebuild b/dev-ruby/sqlite3/sqlite3-1.3.6.ebuild index 268d0e1084f6..5a7c0389ef28 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.5 2012/09/28 11:54:56 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3/sqlite3-1.3.6.ebuild,v 1.6 2012/10/28 18:30:41 armin76 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.5 2012/09/28 11:54:56 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3/sqlite3-1.3.6.ebuild,v 1.6 2012/10/28 18:30:41 armin76 Exp $ Gem::Specification.new do |s| s.name = "sqlite3-ruby" s.version = "${RUBY_FAKEGEM_VERSION}" |