diff options
author | 2004-07-14 21:59:34 +0000 | |
---|---|---|
committer | 2004-07-14 21:59:34 +0000 | |
commit | fbb2963ff15e540a4c38decf903f22a5e5e3acf7 (patch) | |
tree | f04b7d2d0325af5ca21ef82e28fa5dbe2991bd5f /dev-ruby/rexml | |
parent | Gentoo Technologies -> Gentoo Foundation (Manifest recommit) (diff) | |
download | gentoo-2-fbb2963ff15e540a4c38decf903f22a5e5e3acf7.tar.gz gentoo-2-fbb2963ff15e540a4c38decf903f22a5e5e3acf7.tar.bz2 gentoo-2-fbb2963ff15e540a4c38decf903f22a5e5e3acf7.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-ruby/rexml')
-rw-r--r-- | dev-ruby/rexml/rexml-2.5.8.ebuild | 3 | ||||
-rw-r--r-- | dev-ruby/rexml/rexml-3.0.2.ebuild | 3 | ||||
-rw-r--r-- | dev-ruby/rexml/rexml-3.0.4.ebuild | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/rexml/rexml-2.5.8.ebuild b/dev-ruby/rexml/rexml-2.5.8.ebuild index f8b2dd8a11ab..3082b2f5349a 100644 --- a/dev-ruby/rexml/rexml-2.5.8.ebuild +++ b/dev-ruby/rexml/rexml-2.5.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rexml/rexml-2.5.8.ebuild,v 1.6 2004/06/25 01:56:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rexml/rexml-2.5.8.ebuild,v 1.7 2004/07/14 21:59:34 agriffis Exp $ MY_P="${PN}_${PV}" DESCRIPTION="An XML parser for Ruby, in Ruby" @@ -9,6 +9,7 @@ SRC_URI="http://www.germane-software.com/archives/${MY_P}.tgz" LICENSE="Ruby" SLOT="0" KEYWORDS="alpha hppa mips sparc x86 ~ppc" +IUSE="" DEPEND="virtual/ruby" S=${WORKDIR}/${MY_P} diff --git a/dev-ruby/rexml/rexml-3.0.2.ebuild b/dev-ruby/rexml/rexml-3.0.2.ebuild index b3491833d93d..f244f12c6561 100644 --- a/dev-ruby/rexml/rexml-3.0.2.ebuild +++ b/dev-ruby/rexml/rexml-3.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rexml/rexml-3.0.2.ebuild,v 1.4 2004/06/25 01:56:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rexml/rexml-3.0.2.ebuild,v 1.5 2004/07/14 21:59:34 agriffis Exp $ inherit ruby @@ -11,6 +11,7 @@ SRC_URI="http://www.germane-software.com/archives/${MY_P}.tgz" LICENSE="Ruby" SLOT="0" KEYWORDS="alpha ~hppa ~mips ~sparc x86 ~ppc" +IUSE="" USE_RUBY="any" DEPEND="virtual/ruby" S=${WORKDIR}/${MY_P} diff --git a/dev-ruby/rexml/rexml-3.0.4.ebuild b/dev-ruby/rexml/rexml-3.0.4.ebuild index d955670a043f..40cf340d381b 100644 --- a/dev-ruby/rexml/rexml-3.0.4.ebuild +++ b/dev-ruby/rexml/rexml-3.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rexml/rexml-3.0.4.ebuild,v 1.2 2004/06/25 01:56:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rexml/rexml-3.0.4.ebuild,v 1.3 2004/07/14 21:59:34 agriffis Exp $ inherit ruby @@ -11,6 +11,7 @@ SRC_URI="http://www.germane-software.com/archives/${MY_P}.tgz" LICENSE="Ruby" SLOT="0" KEYWORDS="~alpha ~hppa ~mips ~sparc ~x86 ~ppc" +IUSE="" USE_RUBY="any" DEPEND="virtual/ruby" S=${WORKDIR}/${MY_P} |