From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BDA00138CDC for ; Sun, 21 Jun 2015 07:02:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 723B514010; Sun, 21 Jun 2015 07:02:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7C13114038 for ; Sun, 21 Jun 2015 07:02:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7C1FC340C8D for ; Sun, 21 Jun 2015 07:02:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41143A48 for ; Sun, 21 Jun 2015 07:02:09 +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: <1434870122.9060d896f433360c26797c4436b493a1f5305218.graaff@gentoo> Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/nokogiri-happymapper/ X-VCS-Repository: dev/graaff X-VCS-Files: dev-ruby/nokogiri-happymapper/ChangeLog dev-ruby/nokogiri-happymapper/nokogiri-happymapper-0.5.9.ebuild X-VCS-Directories: dev-ruby/nokogiri-happymapper/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 9060d896f433360c26797c4436b493a1f5305218 X-VCS-Branch: master Date: Sun, 21 Jun 2015 07:02:09 +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: 5268d376-85b1-45c9-8744-adb3bf593a5d X-Archives-Hash: 03c7e7abfeaba02d901711b3a8f495e1 commit: 9060d896f433360c26797c4436b493a1f5305218 Author: Hans de Graaff degraaff org> AuthorDate: Sun Jun 21 07:02:02 2015 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Jun 21 07:02:02 2015 +0000 URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=9060d896 Add missing runtime dependency. Add ruby21, ruby22. Package-Manager: portage-2.2.18 dev-ruby/nokogiri-happymapper/ChangeLog | 4 ++++ dev-ruby/nokogiri-happymapper/nokogiri-happymapper-0.5.9.ebuild | 6 ++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/dev-ruby/nokogiri-happymapper/ChangeLog b/dev-ruby/nokogiri-happymapper/ChangeLog index 923c031..64b9d5f 100644 --- a/dev-ruby/nokogiri-happymapper/ChangeLog +++ b/dev-ruby/nokogiri-happymapper/ChangeLog @@ -3,6 +3,10 @@ # $Header: $ 21 Jun 2015; Hans de Graaff + nokogiri-happymapper-0.5.9.ebuild: + Add missing runtime dependency. Add ruby21, ruby22. + + 21 Jun 2015; Hans de Graaff -nokogiri-happymapper-0.5.7.ebuild, -nokogiri-happymapper-0.5.8.ebuild: Cleanup. diff --git a/dev-ruby/nokogiri-happymapper/nokogiri-happymapper-0.5.9.ebuild b/dev-ruby/nokogiri-happymapper/nokogiri-happymapper-0.5.9.ebuild index d1622e0..8e9a9f7 100644 --- a/dev-ruby/nokogiri-happymapper/nokogiri-happymapper-0.5.9.ebuild +++ b/dev-ruby/nokogiri-happymapper/nokogiri-happymapper-0.5.9.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 -USE_RUBY="ruby19 ruby20" +USE_RUBY="ruby19 ruby20 ruby21 ruby22" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" @@ -19,3 +19,5 @@ LICENSE="MIT" KEYWORDS="~amd64" SLOT="0" IUSE="doc" + +ruby_add_rdepend ">=dev-ruby/nokogiri-1.5"