diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-06-07 05:51:45 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-06-07 05:51:45 +0000 |
commit | 340d167c1804e694e543e9b2293d0990baa5d143 (patch) | |
tree | c68fe1488ceada01dc8325d49025ef886bf0dbeb /dev-ruby/libxml | |
parent | Version bump - security bug #369403 (diff) | |
download | gentoo-2-340d167c1804e694e543e9b2293d0990baa5d143.tar.gz gentoo-2-340d167c1804e694e543e9b2293d0990baa5d143.tar.bz2 gentoo-2-340d167c1804e694e543e9b2293d0990baa5d143.zip |
Remove old version.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/libxml')
-rw-r--r-- | dev-ruby/libxml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/libxml/libxml-2.0.2.ebuild | 42 |
2 files changed, 4 insertions, 43 deletions
diff --git a/dev-ruby/libxml/ChangeLog b/dev-ruby/libxml/ChangeLog index b4bfa40b80a2..321a609152c4 100644 --- a/dev-ruby/libxml/ChangeLog +++ b/dev-ruby/libxml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/libxml # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.38 2011/05/24 05:46:43 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.39 2011/06/07 05:51:45 graaff Exp $ + + 07 Jun 2011; Hans de Graaff <graaff@gentoo.org> -libxml-2.0.2.ebuild: + Remove old version. 24 May 2011; Hans de Graaff <graaff@gentoo.org> -libxml-1.1.3-r1.ebuild, -libxml-1.1.4.ebuild, -libxml-2.0.0.ebuild, -libxml-2.0.4.ebuild: diff --git a/dev-ruby/libxml/libxml-2.0.2.ebuild b/dev-ruby/libxml/libxml-2.0.2.ebuild deleted file mode 100644 index 70dbc4b26e7b..000000000000 --- a/dev-ruby/libxml/libxml-2.0.2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-2.0.2.ebuild,v 1.1 2011/04/21 05:35:50 graaff Exp $ - -EAPI=2 - -USE_RUBY="ruby18 ree18 ruby19" - -RUBY_FAKEGEM_NAME="libxml-ruby" - -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="README.rdoc HISTORY" - -inherit ruby-fakegem - -DESCRIPTION="Ruby libxml with a user friendly API, akin to REXML, but feature complete and significantly faster." -HOMEPAGE="http://libxml.rubyforge.org" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -RDEPEND="${RDEPEND} dev-libs/libxml2" -DEPEND="${DEPEND} dev-libs/libxml2" - -all_ruby_prepare() { - # Remove grancher tasks only needed for publishing the website - sed -i -e '/grancher/d' -e '/Grancher/,$d' Rakefile || die - - # We don't have the hanna template available. - sed -i -e 's/hanna/rake/' Rakefile || die -} - -each_ruby_configure() { - ${RUBY} -C ext/libxml extconf.rb || die -} - -each_ruby_compile() { - emake -C ext/libxml - cp ext/libxml/libxml_ruby.so lib/ || die -} |