Parent Directory
|
Revision Log
Drop ia64/sparc keywords (Portage version: 2.1.10.53/cvs/Linux ia64, RepoMan options: --force)
| 1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/dev-ruby/quixml/quixml-0.2.1-r1.ebuild,v 1.7 2010/05/22 15:36:54 flameeyes Exp $ |
| 4 | |
| 5 | inherit ruby |
| 6 | |
| 7 | USE_RUBY="ruby18" |
| 8 | |
| 9 | DESCRIPTION="A fast Ruby XML API written in C" |
| 10 | HOMEPAGE="http://quixml.rubyforge.org/" |
| 11 | SRC_URI="http://rubyforge.org/download.php/89/${P}.tar.gz" |
| 12 | |
| 13 | LICENSE="GPL-2" |
| 14 | SLOT="0" |
| 15 | KEYWORDS="hppa ppc x86" |
| 16 | IUSE="" |
| 17 | |
| 18 | DEPEND="dev-libs/expat" |
| 19 | |
| 20 | src_install() { |
| 21 | ruby_einstall || die |
| 22 | |
| 23 | dodoc BUGS CHANGELOG README |
| 24 | dohtml DOC.html |
| 25 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.20 |