blob: 25b6484c0d3d1ecc562320e3dfdc8226d7c721f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xml-mapping/xml-mapping-0.8.1.ebuild,v 1.2 2008/11/11 05:26:29 gengor Exp $
inherit gems
DESCRIPTION="XML-to-object (and back) mapper for Ruby, including XPath interpreter"
HOMEPAGE="http://xml-mapping.rubyforge.org/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
|