commit: 818b8c184e0102ce5263ad1f4cdab7e4dec8bb51 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Sun Mar 13 13:35:43 2016 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Sun Mar 13 13:35:43 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=818b8c18
dev-ruby/libxml: Remove ruby19, fix desc Package-Manager: portage-2.2.28 dev-ruby/libxml/libxml-2.8.0-r1.ebuild | 6 +++--- dev-ruby/libxml/libxml-2.8.0.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-ruby/libxml/libxml-2.8.0-r1.ebuild b/dev-ruby/libxml/libxml-2.8.0-r1.ebuild index 9352093..f73369c 100644 --- a/dev-ruby/libxml/libxml-2.8.0-r1.ebuild +++ b/dev-ruby/libxml/libxml-2.8.0-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 # ruby22 → test suite hangs -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_NAME="libxml-ruby" @@ -16,7 +16,7 @@ RUBY_FAKEGEM_TASK_TEST="none" inherit ruby-fakegem -DESCRIPTION="Ruby libxml with a user friendly API, akin to REXML, but feature complete and significantly faster" +DESCRIPTION="Ruby libxml with a user friendly API, akin to REXML" HOMEPAGE="https://github.com/xml4r/libxml-ruby" LICENSE="MIT" diff --git a/dev-ruby/libxml/libxml-2.8.0.ebuild b/dev-ruby/libxml/libxml-2.8.0.ebuild index 41a3830..ea01e4e 100644 --- a/dev-ruby/libxml/libxml-2.8.0.ebuild +++ b/dev-ruby/libxml/libxml-2.8.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 # ruby22 → test suite hangs -USE_RUBY="ruby19 ruby20" +USE_RUBY="ruby20" RUBY_FAKEGEM_NAME="libxml-ruby" @@ -16,7 +16,7 @@ RUBY_FAKEGEM_TASK_TEST="none" inherit ruby-fakegem -DESCRIPTION="Ruby libxml with a user friendly API, akin to REXML, but feature complete and significantly faster" +DESCRIPTION="Ruby libxml with a user friendly API, akin to REXML" HOMEPAGE="https://github.com/xml4r/libxml-ruby" LICENSE="MIT"
