2014-03-10 02:25:07 +04:00
|
|
|
# Copyright 1999-2014 Gentoo Foundation
|
2013-10-09 13:40:15 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-11 00:17:55 +03:00
|
|
|
# $Id$
|
2013-10-09 13:40:15 +04:00
|
|
|
|
|
|
|
EAPI=5
|
|
|
|
|
2014-11-12 10:15:44 +03:00
|
|
|
USE_RUBY="ruby19 ruby20"
|
2013-10-09 13:40:15 +04:00
|
|
|
|
|
|
|
RUBY_FAKEGEM_TASK_TEST=""
|
|
|
|
RUBY_FAKEGEM_TASK_DOC=""
|
|
|
|
|
|
|
|
RUBY_FAKEGEM_EXTRADOC="History.txt"
|
|
|
|
|
|
|
|
inherit ruby-fakegem
|
|
|
|
|
2014-05-21 16:58:57 +04:00
|
|
|
DESCRIPTION="A simple library for encoding/decoding entities in (X)HTML documents"
|
2013-10-09 13:40:15 +04:00
|
|
|
HOMEPAGE="http://htmlentities.rubyforge.org/"
|
|
|
|
|
|
|
|
LICENSE="MIT"
|
|
|
|
SLOT="0"
|
2014-03-12 14:37:09 +04:00
|
|
|
KEYWORDS="amd64 x86 ~x86-macos"
|
2013-10-09 13:40:15 +04:00
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
each_ruby_test() {
|
|
|
|
${RUBY} -Ilib:. -S testrb test/*_test.rb || die "tests failed"
|
|
|
|
}
|