summaryrefslogtreecommitdiff
blob: 71d8bc1830b58d46d5d78fd52f9d8de8256fbcf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-0.5.4.ebuild,v 1.4 2008/07/18 18:11:01 coldwind Exp $

inherit gems

MY_P=${PN}-ruby-${PV}

DESCRIPTION="Ruby libxml with a user friendly API, akin to REXML, but feature complete and significantly faster."
HOMEPAGE="http://libxml.rubyforge.org"
SRC_URI="http://gems.rubyforge.org/gems/${MY_P}.gem"

LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~hppa ia64 ~ppc ~ppc64 ~sparc x86"
IUSE=""

DEPEND=">=dev-libs/libxml2-2.6.6"