blob: ec8ef5870cc8bc3b76a12772f85c3b3c6dc9cabf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2007 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.5.ebuild,v 1.2 2007/11/17 20:14:46 mr_bones_ 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"
DEPEND=">=dev-libs/libxslt-1.1.12"
|