diff options
author | René Nussbaumer <killerfox@gentoo.org> | 2006-05-06 14:02:47 +0000 |
---|---|---|
committer | René Nussbaumer <killerfox@gentoo.org> | 2006-05-06 14:02:47 +0000 |
commit | c9e3942318ae7e708ca5c3e6d68a6f4aa47603a1 (patch) | |
tree | 5340e8aa9e8f5bcfa90c00e9ef02308bcd526acc /dev-ruby/quixml/quixml-0.2.1-r1.ebuild | |
parent | drop alpha,hppa,ia64, bug filed. prep for 2.14 unmask. (diff) | |
download | gentoo-2-c9e3942318ae7e708ca5c3e6d68a6f4aa47603a1.tar.gz gentoo-2-c9e3942318ae7e708ca5c3e6d68a6f4aa47603a1.tar.bz2 gentoo-2-c9e3942318ae7e708ca5c3e6d68a6f4aa47603a1.zip |
Revision bump with some fixes. See bug #132446 for details.
(Portage version: 2.1_pre10-r2)
Diffstat (limited to 'dev-ruby/quixml/quixml-0.2.1-r1.ebuild')
-rw-r--r-- | dev-ruby/quixml/quixml-0.2.1-r1.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-ruby/quixml/quixml-0.2.1-r1.ebuild b/dev-ruby/quixml/quixml-0.2.1-r1.ebuild new file mode 100644 index 000000000000..24573f05160e --- /dev/null +++ b/dev-ruby/quixml/quixml-0.2.1-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/quixml/quixml-0.2.1-r1.ebuild,v 1.1 2006/05/06 14:02:47 killerfox Exp $ + +inherit ruby + +USE_RUBY="ruby16 ruby18 ruby19" + +DESCRIPTION="A fast Ruby XML API written in C with pretty-printing, entity +en-/decoding, marshalling and regex addressing." +HOMEPAGE="http://quixml.rubyforge.org/" +SRC_URI="http://rubyforge.org/download.php/89/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~hppa ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="virtual/ruby + dev-libs/expat" + +src_install() { + ruby_einstall || die + + dodoc BUGS CHANGELOG README + dohtml DOC.html +} + |