# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/akismet/akismet-1.0.0.ebuild,v 1.3 2014/08/18 18:57:55 mrueg Exp $ EAPI=5 USE_RUBY="ruby19" RUBY_FAKEGEM_RECIPE_DOC="rdoc" inherit ruby-fakegem DESCRIPTION="A Ruby client for the Akismet API" HOMEPAGE="http://github.com/jonahb/akismet" SRC_URI="https://github.com/jonahb/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" IUSE="doc test" ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )" each_ruby_test() { ruby-ng_testrb-2 -Ilib test/*_test.rb }