diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-08-15 06:02:06 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-08-15 06:02:06 +0000 |
commit | 6a0e846f942ce0f238aa3a928effd9ae2a331914 (patch) | |
tree | 2285cfe23fc185a9ddd8ae7b046f7f257df91c14 /dev-ruby/libxml | |
parent | Also apply doc fix to stable candidate for x86. (diff) | |
download | gentoo-2-6a0e846f942ce0f238aa3a928effd9ae2a331914.tar.gz gentoo-2-6a0e846f942ce0f238aa3a928effd9ae2a331914.tar.bz2 gentoo-2-6a0e846f942ce0f238aa3a928effd9ae2a331914.zip |
Remove old versions.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/libxml')
-rw-r--r-- | dev-ruby/libxml/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/libxml/libxml-2.0.6.ebuild | 53 | ||||
-rw-r--r-- | dev-ruby/libxml/libxml-2.0.9.ebuild | 53 | ||||
-rw-r--r-- | dev-ruby/libxml/libxml-2.1.2.ebuild | 53 |
4 files changed, 5 insertions, 160 deletions
diff --git a/dev-ruby/libxml/ChangeLog b/dev-ruby/libxml/ChangeLog index 2d31f5f7644c..2678818232b6 100644 --- a/dev-ruby/libxml/ChangeLog +++ b/dev-ruby/libxml/ChangeLog @@ -1,6 +1,10 @@ # 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.50 2011/08/15 06:00:50 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.51 2011/08/15 06:02:06 graaff Exp $ + + 15 Aug 2011; Hans de Graaff <graaff@gentoo.org> -libxml-2.0.6.ebuild, + -libxml-2.0.9.ebuild, -libxml-2.1.2.ebuild: + Remove old versions. 15 Aug 2011; Hans de Graaff <graaff@gentoo.org> libxml-2.1.1.ebuild: Also apply doc fix to stable candidate for x86. diff --git a/dev-ruby/libxml/libxml-2.0.6.ebuild b/dev-ruby/libxml/libxml-2.0.6.ebuild deleted file mode 100644 index a52c657df163..000000000000 --- a/dev-ruby/libxml/libxml-2.0.6.ebuild +++ /dev/null @@ -1,53 +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.6.ebuild,v 1.3 2011/06/23 17:38:09 graaff Exp $ - -EAPI=2 - -USE_RUBY="ruby18 ree18 ruby19" - -RUBY_FAKEGEM_NAME="libxml-ruby" - -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="README.rdoc HISTORY" - -RUBY_FAKEGEM_TASK_TEST="none" - -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 - - # Remove rake-compiler bits since we don't use it - sed -i -e '/extensiontask/d' -e '/ExtensionTask/,/end/d' -e '/GemPackageTask/,/end/d' 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 -} - -each_ruby_test() { - # The test suite needs to load its files in alphabetical order but - # this is not guaranteed. See bug 370501. - ${RUBY} -Ilib -r test/test_helper.rb test/test_suite.rb || die -} diff --git a/dev-ruby/libxml/libxml-2.0.9.ebuild b/dev-ruby/libxml/libxml-2.0.9.ebuild deleted file mode 100644 index 31df4ae3e391..000000000000 --- a/dev-ruby/libxml/libxml-2.0.9.ebuild +++ /dev/null @@ -1,53 +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.9.ebuild,v 1.1 2011/06/26 07:03:08 graaff Exp $ - -EAPI=2 - -USE_RUBY="ruby18 ree18 ruby19" - -RUBY_FAKEGEM_NAME="libxml-ruby" - -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="README.rdoc HISTORY" - -RUBY_FAKEGEM_TASK_TEST="none" - -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 - - # Remove rake-compiler bits since we don't use it - sed -i -e '/extensiontask/d' -e '/ExtensionTask/,/end/d' -e '/GemPackageTask/,/end/d' 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 -} - -each_ruby_test() { - # The test suite needs to load its files in alphabetical order but - # this is not guaranteed. See bug 370501. - ${RUBY} -Ilib -r test/test_helper.rb test/test_suite.rb || die -} diff --git a/dev-ruby/libxml/libxml-2.1.2.ebuild b/dev-ruby/libxml/libxml-2.1.2.ebuild deleted file mode 100644 index afff04eead90..000000000000 --- a/dev-ruby/libxml/libxml-2.1.2.ebuild +++ /dev/null @@ -1,53 +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.1.2.ebuild,v 1.1 2011/08/04 06:03:25 graaff Exp $ - -EAPI=2 - -USE_RUBY="ruby18 ree18 ruby19" - -RUBY_FAKEGEM_NAME="libxml-ruby" - -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="README.rdoc HISTORY" - -RUBY_FAKEGEM_TASK_TEST="none" - -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 - - # Remove rake-compiler bits since we don't use it - sed -i -e '/extensiontask/d' -e '/ExtensionTask/,/end/d' -e '/GemPackageTask/,/end/d' 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 -} - -each_ruby_test() { - # The test suite needs to load its files in alphabetical order but - # this is not guaranteed. See bug 370501. - ${RUBY} -Ilib -r test/test_helper.rb test/test_suite.rb || die -} |