summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-05-24 05:46:43 +0000
committerHans de Graaff <graaff@gentoo.org>2011-05-24 05:46:43 +0000
commit050d9c161c34df539bed8797c2531e68a5cca213 (patch)
tree8905177db172428adb6d32041a2640d00d8edcff /dev-ruby/libxml
parentVersion bump. (diff)
downloadgentoo-2-050d9c161c34df539bed8797c2531e68a5cca213.tar.gz
gentoo-2-050d9c161c34df539bed8797c2531e68a5cca213.tar.bz2
gentoo-2-050d9c161c34df539bed8797c2531e68a5cca213.zip
Remove old versions.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/libxml')
-rw-r--r--dev-ruby/libxml/ChangeLog6
-rw-r--r--dev-ruby/libxml/libxml-1.1.3-r1.ebuild39
-rw-r--r--dev-ruby/libxml/libxml-1.1.4.ebuild43
-rw-r--r--dev-ruby/libxml/libxml-2.0.0.ebuild39
-rw-r--r--dev-ruby/libxml/libxml-2.0.4.ebuild42
5 files changed, 5 insertions, 164 deletions
diff --git a/dev-ruby/libxml/ChangeLog b/dev-ruby/libxml/ChangeLog
index 8516bdbe3888..b4bfa40b80a2 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.37 2011/05/24 05:45:23 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.38 2011/05/24 05:46:43 graaff Exp $
+
+ 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:
+ Remove old versions.
*libxml-2.0.6 (24 May 2011)
diff --git a/dev-ruby/libxml/libxml-1.1.3-r1.ebuild b/dev-ruby/libxml/libxml-1.1.3-r1.ebuild
deleted file mode 100644
index 0c7240302687..000000000000
--- a/dev-ruby/libxml/libxml-1.1.3-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-1.1.3-r1.ebuild,v 1.1 2009/12/15 20:00:53 flameeyes Exp $
-
-EAPI=2
-
-USE_RUBY="ruby18 ruby19"
-
-RUBY_FAKEGEM_NAME="libxml-ruby"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README CHANGES"
-
-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=">=dev-libs/libxml2-2.6.6"
-DEPEND="${RDEPEND}"
-
-each_ruby_compile() {
- pushd ext/libxml
- ${RUBY} extconf.rb || die "extconf.rb failed"
-
- emake || die "make extension failed"
- popd
-}
-
-each_ruby_install() {
- each_fakegem_install
-
- ruby_fakegem_newins ext/libxml/libxml_ruby.so lib/libxml_ruby.so
-}
diff --git a/dev-ruby/libxml/libxml-1.1.4.ebuild b/dev-ruby/libxml/libxml-1.1.4.ebuild
deleted file mode 100644
index c5f15708a683..000000000000
--- a/dev-ruby/libxml/libxml-1.1.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-1.1.4.ebuild,v 1.1 2010/06/05 11:37:01 graaff Exp $
-
-EAPI=2
-
-USE_RUBY="ruby18 ruby19"
-
-RUBY_FAKEGEM_NAME="libxml-ruby"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README CHANGES"
-
-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"
-
-# The tests fail with a segmentation fault. Not good, and plenty of
-# similar bug reports upstream, but no fix yet.
-RESTRICT="test"
-
-each_ruby_configure() {
- ${RUBY} setup.rb config
-}
-
-each_ruby_compile() {
- ${RUBY} setup.rb setup
-}
-
-each_ruby_install() {
- each_fakegem_install
-
- ruby_fakegem_newins ext/libxml/libxml_ruby.so lib/libxml_ruby.so
-}
diff --git a/dev-ruby/libxml/libxml-2.0.0.ebuild b/dev-ruby/libxml/libxml-2.0.0.ebuild
deleted file mode 100644
index 369723bee667..000000000000
--- a/dev-ruby/libxml/libxml-2.0.0.ebuild
+++ /dev/null
@@ -1,39 +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.0.ebuild,v 1.1 2011/04/17 06:53:15 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
-}
-
-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
-}
diff --git a/dev-ruby/libxml/libxml-2.0.4.ebuild b/dev-ruby/libxml/libxml-2.0.4.ebuild
deleted file mode 100644
index 3802f13d8573..000000000000
--- a/dev-ruby/libxml/libxml-2.0.4.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.4.ebuild,v 1.1 2011/05/03 05:33:11 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
-}