diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-31 16:27:28 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-31 16:27:28 +0000 |
commit | 4ffc2b96bd42c7b29e2986bdb0f28a67aef3feee (patch) | |
tree | fd55da4a8b5f0e07d05e98f10462469cdbe04257 /dev-ruby/sqlite3 | |
parent | Stable for ppc, wrt bug #533588 (diff) | |
download | gentoo-2-4ffc2b96bd42c7b29e2986bdb0f28a67aef3feee.tar.gz gentoo-2-4ffc2b96bd42c7b29e2986bdb0f28a67aef3feee.tar.bz2 gentoo-2-4ffc2b96bd42c7b29e2986bdb0f28a67aef3feee.zip |
Stable for ppc, wrt bug #533590
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-ruby/sqlite3')
-rw-r--r-- | dev-ruby/sqlite3/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/sqlite3/sqlite3-1.3.10.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-ruby/sqlite3/ChangeLog b/dev-ruby/sqlite3/ChangeLog index 7f89c62ce805..4738bcefb4df 100644 --- a/dev-ruby/sqlite3/ChangeLog +++ b/dev-ruby/sqlite3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/sqlite3 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3/ChangeLog,v 1.25 2014/12/28 10:21:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3/ChangeLog,v 1.26 2014/12/31 16:27:28 ago Exp $ + + 31 Dec 2014; Agostino Sarubbo <ago@gentoo.org> sqlite3-1.3.10.ebuild: + Stable for ppc, wrt bug #533590 28 Dec 2014; Agostino Sarubbo <ago@gentoo.org> sqlite3-1.3.10.ebuild: Stable for x86, wrt bug #533590 diff --git a/dev-ruby/sqlite3/sqlite3-1.3.10.ebuild b/dev-ruby/sqlite3/sqlite3-1.3.10.ebuild index 4b85619e6b14..f8c09bfe65e9 100644 --- a/dev-ruby/sqlite3/sqlite3-1.3.10.ebuild +++ b/dev-ruby/sqlite3/sqlite3-1.3.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3/sqlite3-1.3.10.ebuild,v 1.5 2014/12/28 10:21:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3/sqlite3-1.3.10.ebuild,v 1.6 2014/12/31 16:27:28 ago Exp $ EAPI=5 USE_RUBY="ruby19 ruby20" @@ -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 ~arm 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 ~arm 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="" @@ -66,7 +66,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.10.ebuild,v 1.5 2014/12/28 10:21:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3/sqlite3-1.3.10.ebuild,v 1.6 2014/12/31 16:27:28 ago Exp $ Gem::Specification.new do |s| s.name = "sqlite3-ruby" s.version = "${RUBY_FAKEGEM_VERSION}" |