From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C65081395E2 for ; Fri, 25 Nov 2016 10:10:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9834AE0979; Fri, 25 Nov 2016 10:10:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 70C70E0979 for ; Fri, 25 Nov 2016 10:10:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB2B3340FC1 for ; Fri, 25 Nov 2016 10:10:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F68C7E1 for ; Fri, 25 Nov 2016 10:10:15 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1480068439.d89f92f2176e73c70bedc3b6e65c69f32cc87a5a.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sqlite3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/sqlite3/sqlite3-1.3.10.ebuild X-VCS-Directories: dev-ruby/sqlite3/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: d89f92f2176e73c70bedc3b6e65c69f32cc87a5a X-VCS-Branch: master Date: Fri, 25 Nov 2016 10:10:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 31513012-9340-43e2-82d9-550f6dfc3ac5 X-Archives-Hash: 0e179f541e4666a483560d60c47a01c0 commit: d89f92f2176e73c70bedc3b6e65c69f32cc87a5a Author: Hans de Graaff gentoo org> AuthorDate: Fri Nov 25 10:07:19 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Nov 25 10:07:19 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d89f92f2 dev-ruby/sqlite3: drop stable ia64, sparc keywords, bug 576630 Package-Manager: portage-2.3.0 dev-ruby/sqlite3/sqlite3-1.3.10.ebuild | 82 ---------------------------------- 1 file changed, 82 deletions(-) diff --git a/dev-ruby/sqlite3/sqlite3-1.3.10.ebuild b/dev-ruby/sqlite3/sqlite3-1.3.10.ebuild deleted file mode 100644 index 19197f3..00000000 --- a/dev-ruby/sqlite3/sqlite3-1.3.10.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby20" - -RUBY_FAKEGEM_TASK_DOC="faq" -RUBY_FAKEGEM_DOCDIR="doc faq" -RUBY_FAKEGEM_EXTRADOC="API_CHANGES.rdoc README.rdoc ChangeLog.cvs CHANGELOG.rdoc" - -inherit multilib ruby-fakegem - -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" -SLOT="0" -IUSE="" - -RDEPEND+=" =dev-db/sqlite-3*" -DEPEND+=" =dev-db/sqlite-3*" - -ruby_add_bdepend " - dev-ruby/rake-compiler - dev-ruby/hoe - doc? ( dev-ruby/redcloth ) - test? ( dev-ruby/minitest:5 )" - -all_ruby_prepare() { - # We remove the vendor_sqlite3 rake task because it's used to - # bundle SQlite3 which we definitely don't want. - rm tasks/vendor_sqlite3.rake || die - - # Remove license line from hoe to avoid depending on a newer - # version. - sed -i -e '/license/d' tasks/gem.rake || die - - sed -i -e 's:, HOE.spec::' -e '/task :test/d' tasks/native.rake || die -} - -each_ruby_configure() { - ${RUBY} -Cext/sqlite3 extconf.rb || die -} - -all_ruby_compile() { - all_fakegem_compile - - rdoc --title "${P} Dcoumentation" -o doc --main README.rdoc lib *.rdoc ext/*/*.c || die -} - -each_ruby_compile() { - # TODO: not sure what happens with jruby - - emake -Cext/sqlite3 V=1 - mv ext/sqlite3/sqlite3_native$(get_modname) lib/sqlite3/ || die -} - -each_ruby_install() { - each_fakegem_install - - # sqlite3 was called sqlite3-ruby before, so add a spec file that - # simply loads sqlite3 to make sure that old projects load correctly - # we don't even need to create a file to load this: the `require - # sqlite3` was already part of sqlite3-ruby requirements. - cat - < "${T}/sqlite3-ruby.gemspec" -# generated by ebuild -# $Id$ -Gem::Specification.new do |s| - s.name = "sqlite3-ruby" - s.version = "${RUBY_FAKEGEM_VERSION}" - s.summary = "Fake gem to load sqlite3" - s.homepage = "${HOMEPAGE}" - s.specification_version = 3 - s.add_runtime_dependency("${RUBY_FAKEGEM_NAME}", ["= ${RUBY_FAKEGEM_VERSION}"]) -end -EOF - RUBY_FAKEGEM_NAME=sqlite3-ruby \ - RUBY_FAKEGEM_GEMSPEC="${T}/sqlite3-ruby.gemspec" \ - ruby_fakegem_install_gemspec -}