From 74ca95fcdc63583b154f9d76874cf93ad6be2e31 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Fri, 17 Apr 2009 11:31:26 +0000 Subject: Cleanup old versions. Package-Manager: portage-2.2_rc30/cvs/Linux x86_64 --- dev-ruby/libxml/ChangeLog | 7 ++++- dev-ruby/libxml/libxml-0.9.7.ebuild | 50 ----------------------------------- dev-ruby/libxml/libxml-0.9.8.ebuild | 52 ------------------------------------- dev-ruby/libxml/libxml-1.0.0.ebuild | 52 ------------------------------------- dev-ruby/libxml/libxml-1.1.2.ebuild | 52 ------------------------------------- 5 files changed, 6 insertions(+), 207 deletions(-) delete mode 100644 dev-ruby/libxml/libxml-0.9.7.ebuild delete mode 100644 dev-ruby/libxml/libxml-0.9.8.ebuild delete mode 100644 dev-ruby/libxml/libxml-1.0.0.ebuild delete mode 100644 dev-ruby/libxml/libxml-1.1.2.ebuild (limited to 'dev-ruby/libxml') diff --git a/dev-ruby/libxml/ChangeLog b/dev-ruby/libxml/ChangeLog index cd95d6d8b90a..71b152aa2bd3 100644 --- a/dev-ruby/libxml/ChangeLog +++ b/dev-ruby/libxml/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/libxml # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.25 2009/03/22 13:42:39 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.26 2009/04/17 11:31:26 flameeyes Exp $ + + 17 Apr 2009; Diego E. Pettenò + -libxml-0.9.7.ebuild, -libxml-0.9.8.ebuild, -libxml-1.0.0.ebuild, + -libxml-1.1.2.ebuild: + Cleanup old versions. *libxml-1.1.3 (22 Mar 2009) diff --git a/dev-ruby/libxml/libxml-0.9.7.ebuild b/dev-ruby/libxml/libxml-0.9.7.ebuild deleted file mode 100644 index 8731a699c46e..000000000000 --- a/dev-ruby/libxml/libxml-0.9.7.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-0.9.7.ebuild,v 1.1 2008/12/13 14:23:46 flameeyes Exp $ - -inherit ruby - -MY_P=${PN}-ruby-${PV} - -DESCRIPTION="Ruby libxml with a user friendly API, akin to REXML, but feature complete and significantly faster." -HOMEPAGE="http://libxml.rubyforge.org" -SRC_URI="mirror://rubyforge/${PN}/${MY_P}.tgz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="doc" - -RDEPEND=">=dev-libs/libxml2-2.6.6" -DEPEND="${RDEPEND} - dev-ruby/rake" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - rake extensions || die "rake extensions failed" - - if use doc; then - rake rdoc || die "rake rdoc failed" - fi -} - -src_test() { - rake test || die "rake test failed" -} - -src_install() { - cd "${S}"/lib - doruby -r * || die "doruby failed" - - cd "${S}"/ext/libxml - ruby_einstall || die "ruby_einstall failed" - - cd "${S}" - - dodoc README CHANGES || die "dodoc failed" - - if use doc; then - dohtml -r doc/* || die "dohtml failed" - fi -} diff --git a/dev-ruby/libxml/libxml-0.9.8.ebuild b/dev-ruby/libxml/libxml-0.9.8.ebuild deleted file mode 100644 index 0d9f54f08c99..000000000000 --- a/dev-ruby/libxml/libxml-0.9.8.ebuild +++ /dev/null @@ -1,52 +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-0.9.8.ebuild,v 1.1 2009/01/25 15:14:15 flameeyes Exp $ - -inherit ruby - -MY_P=${PN}-ruby-${PV} - -DESCRIPTION="Ruby libxml with a user friendly API, akin to REXML, but feature complete and significantly faster." -HOMEPAGE="http://libxml.rubyforge.org" -SRC_URI="mirror://rubyforge/${PN}/${MY_P}.tgz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="doc" - -RDEPEND=">=dev-libs/libxml2-2.6.6" -DEPEND="${RDEPEND} - dev-ruby/rake" - -S="${WORKDIR}/${MY_P}" - -USE_RUBY="ruby18" - -src_compile() { - rake extensions || die "rake extensions failed" - - if use doc; then - rake rdoc || die "rake rdoc failed" - fi -} - -src_test() { - rake test || die "rake test failed" -} - -src_install() { - cd "${S}"/lib - doruby -r * || die "doruby failed" - - cd "${S}"/ext/libxml - ruby_einstall || die "ruby_einstall failed" - - cd "${S}" - - dodoc README CHANGES || die "dodoc failed" - - if use doc; then - dohtml -r doc/* || die "dohtml failed" - fi -} diff --git a/dev-ruby/libxml/libxml-1.0.0.ebuild b/dev-ruby/libxml/libxml-1.0.0.ebuild deleted file mode 100644 index 95c78bcd311b..000000000000 --- a/dev-ruby/libxml/libxml-1.0.0.ebuild +++ /dev/null @@ -1,52 +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.0.0.ebuild,v 1.1 2009/03/08 20:56:31 flameeyes Exp $ - -inherit ruby - -MY_P=${PN}-ruby-${PV} - -DESCRIPTION="Ruby libxml with a user friendly API, akin to REXML, but feature complete and significantly faster." -HOMEPAGE="http://libxml.rubyforge.org" -SRC_URI="mirror://rubyforge/${PN}/${MY_P}.tgz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="doc" - -RDEPEND=">=dev-libs/libxml2-2.6.6" -DEPEND="${RDEPEND} - dev-ruby/rake" - -S="${WORKDIR}/${MY_P}" - -USE_RUBY="ruby18" - -src_compile() { - rake extensions || die "rake extensions failed" - - if use doc; then - rake rdoc || die "rake rdoc failed" - fi -} - -src_test() { - rake test || die "rake test failed" -} - -src_install() { - cd "${S}"/lib - doruby -r * || die "doruby failed" - - cd "${S}"/ext/libxml - ruby_einstall || die "ruby_einstall failed" - - cd "${S}" - - dodoc README CHANGES || die "dodoc failed" - - if use doc; then - dohtml -r doc/* || die "dohtml failed" - fi -} diff --git a/dev-ruby/libxml/libxml-1.1.2.ebuild b/dev-ruby/libxml/libxml-1.1.2.ebuild deleted file mode 100644 index a3c88489d530..000000000000 --- a/dev-ruby/libxml/libxml-1.1.2.ebuild +++ /dev/null @@ -1,52 +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.2.ebuild,v 1.1 2009/03/14 12:24:57 flameeyes Exp $ - -inherit ruby - -MY_P=${PN}-ruby-${PV} - -DESCRIPTION="Ruby libxml with a user friendly API, akin to REXML, but feature complete and significantly faster." -HOMEPAGE="http://libxml.rubyforge.org" -SRC_URI="mirror://rubyforge/${PN}/${MY_P}.tgz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="doc" - -RDEPEND=">=dev-libs/libxml2-2.6.6" -DEPEND="${RDEPEND} - dev-ruby/rake" - -S="${WORKDIR}/${MY_P}" - -USE_RUBY="ruby18" - -src_compile() { - rake extensions || die "rake extensions failed" - - if use doc; then - rake rdoc || die "rake rdoc failed" - fi -} - -src_test() { - rake test || die "rake test failed" -} - -src_install() { - cd "${S}"/lib - doruby -r * || die "doruby failed" - - cd "${S}"/ext/libxml - ruby_einstall || die "ruby_einstall failed" - - cd "${S}" - - dodoc README CHANGES || die "dodoc failed" - - if use doc; then - dohtml -r doc/* || die "dohtml failed" - fi -} -- cgit v1.2.3-65-gdbad