blob: 124ac2a03026e60dc632a593687dbd8b80108e88 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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.3.ebuild,v 1.5 2007/07/11 05:23:08 mr_bones_ Exp $
RUBY_BUG_145222=yes
inherit ruby
MY_P="${PN}_${PV}"
DESCRIPTION="A Ruby class for processing XSLT"
HOMEPAGE="http://www.rubyfr.net/"
SRC_URI="http://gregoire.lejeune.free.fr/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc64 ~x86"
IUSE="examples"
USE_RUBY="ruby18 ruby19"
DEPEND=">=dev-lang/ruby-1.8
>=dev-libs/libxslt-1.1.12"
S="${WORKDIR}/${PN}"
|