summaryrefslogtreecommitdiff
blob: 2b7e03ca09440cde8f62334bc8bc8c1765c34721 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="2"

inherit ruby gems eutils

USE_RUBY="ruby18"
MY_P="gd2-${PV}"

DESCRIPTION="Ruby bindings for the GD 2.x graphics library."
HOMEPAGE="http://gd2.rubyforge.org/"
SRC_URI="http://gems.rubyforge.org/gems/${MY_P}.gem"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=">=dev-lang/ruby-1.8.4"
RDEPEND="${DEPEND}
	>=media-libs/gd-2.0.0[truetype]"