dev-ruby/libxml: Remove ruby19, fix desc

Package-Manager: portage-2.2.28
This commit is contained in:
Manuel Rüger
2016-03-13 14:35:43 +01:00
parent 6b360253a3
commit 818b8c184e
2 changed files with 6 additions and 6 deletions

View File

@@ -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"

View File

@@ -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"