Files
gentoo/dev-ruby/akismet/akismet-2.0.0.ebuild
Hans de Graaff 80858db9d0 dev-ruby/akismet: add ruby23
Package-Manager: portage-2.3.0
2016-12-21 07:33:18 +01:00

23 lines
533 B
Bash

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
USE_RUBY="ruby20 ruby21 ruby22 ruby23"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
inherit ruby-fakegem
DESCRIPTION="A Ruby client for the Akismet API"
HOMEPAGE="https://github.com/jonahb/akismet"
SRC_URI="https://github.com/jonahb/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="2"
KEYWORDS="~amd64"
IUSE="doc test"
# Tests now require an API key from akismet and a network connection.
RESTRICT="test"