blob: 580c790e7c8c8c97fa1b640eb852adf32a6936ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-xslt/ruby-xslt-0.9.6.ebuild,v 1.3 2009/09/06 15:44:12 maekke Exp $
inherit ruby gems
DESCRIPTION="A Ruby class for processing XSLT"
HOMEPAGE="http://www.rubyfr.net/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ia64 ~ppc64 x86"
IUSE=""
USE_RUBY="ruby18"
DEPEND=">=dev-libs/libxslt-1.1.12"
|