blob: 15ab328f5201067a7939b3c05765e500b6c207cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2008 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.3 2008/03/27 23:03:31 caleb 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"
|