blob: 7c4efca8ee8a6f5f4fe45156b4f523264b481765 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/weakling/weakling-0.0.3.ebuild,v 1.1 2011/04/30 15:13:34 graaff Exp $
EAPI=2
# This package is specifically for JRuby.
USE_RUBY="jruby"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="HISTORY.txt README.txt"
RUBY_FAKEGEM_TASK_TEST=""
inherit ruby-fakegem
DESCRIPTION="weakling: a collection of weakref utilities for Ruby"
HOMEPAGE="http://github.com/headius/weakling"
LICENSE="Apache-2.0" # Not distributed in gem but in github repository
KEYWORDS="~amd64"
SLOT="0"
IUSE=""
# We install the pre-compiled .jar file instead of compiling it
# ourselves because the rake-compiler setup does not work with Gentoo's
# java environment here.
|