diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-01-25 15:14:15 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-01-25 15:14:15 +0000 |
commit | 3c7ba86873bdd5b6c7da66448c233aa749b7357c (patch) | |
tree | 61669761d085ea7bd9fabd1df9160b4af607ebce /dev-ruby/libxml | |
parent | add ~amd64, bug #255694 (diff) | |
download | gentoo-2-3c7ba86873bdd5b6c7da66448c233aa749b7357c.tar.gz gentoo-2-3c7ba86873bdd5b6c7da66448c233aa749b7357c.tar.bz2 gentoo-2-3c7ba86873bdd5b6c7da66448c233aa749b7357c.zip |
Version bump, and remove some older versions, 0.9.7 is candidate for stable, given that dev-ruby/osmlib-base works with that.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/libxml')
-rw-r--r-- | dev-ruby/libxml/ChangeLog | 12 | ||||
-rw-r--r-- | dev-ruby/libxml/libxml-0.3.8.4.ebuild | 43 | ||||
-rw-r--r-- | dev-ruby/libxml/libxml-0.3.8.ebuild | 26 | ||||
-rw-r--r-- | dev-ruby/libxml/libxml-0.8.3.ebuild | 19 | ||||
-rw-r--r-- | dev-ruby/libxml/libxml-0.9.5.ebuild | 51 | ||||
-rw-r--r-- | dev-ruby/libxml/libxml-0.9.8.ebuild (renamed from dev-ruby/libxml/libxml-0.9.6.ebuild) | 21 |
6 files changed, 21 insertions, 151 deletions
diff --git a/dev-ruby/libxml/ChangeLog b/dev-ruby/libxml/ChangeLog index 08d3cbe2ad44..1a1a85dba508 100644 --- a/dev-ruby/libxml/ChangeLog +++ b/dev-ruby/libxml/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-ruby/libxml -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.21 2008/12/13 14:23:46 flameeyes Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.22 2009/01/25 15:14:15 flameeyes Exp $ + +*libxml-0.9.8 (25 Jan 2009) + + 25 Jan 2009; Diego E. Pettenò <flameeyes@gentoo.org> + -libxml-0.3.8.ebuild, -libxml-0.3.8.4.ebuild, -libxml-0.8.3.ebuild, + -libxml-0.9.5.ebuild, -libxml-0.9.6.ebuild, +libxml-0.9.8.ebuild: + Version bump, and remove some older versions, 0.9.7 is candidate for + stable, given that dev-ruby/osmlib-base works with that. *libxml-0.9.7 (13 Dec 2008) diff --git a/dev-ruby/libxml/libxml-0.3.8.4.ebuild b/dev-ruby/libxml/libxml-0.3.8.4.ebuild deleted file mode 100644 index 2589133c3aff..000000000000 --- a/dev-ruby/libxml/libxml-0.3.8.4.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-0.3.8.4.ebuild,v 1.4 2007/05/20 08:42:11 opfer Exp $ - -inherit ruby - -MY_P=${PN}-ruby-${PV} -S="${WORKDIR}/${MY_P}" - -DESCRIPTION="libxml for Ruby with a user friendly API, akin to REXML, but feature complete and significantly faster." -HOMEPAGE="http://libxml.rubyforge.org" -SRC_URI="http://rubyforge.org/frs/download.php/15237/${MY_P}.tar.gz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="doc" -USE_RUBY="ruby18 ruby19" - -DEPEND="virtual/ruby - dev-ruby/rake - >=dev-libs/libxml2-2.6.6" - -src_compile() { - rake compile || die "rake compile failed" - - if use doc ; then - rake doc || die "rake doc failed" - fi -} - -src_test() { - rake test || die "rake test failed" -} - -src_install() { - rake install DESTDIR="${D}" - - dodoc CHANGELOG README - - if use doc ; then - dohtml -r html/* - fi -} diff --git a/dev-ruby/libxml/libxml-0.3.8.ebuild b/dev-ruby/libxml/libxml-0.3.8.ebuild deleted file mode 100644 index 1ad3270b4601..000000000000 --- a/dev-ruby/libxml/libxml-0.3.8.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-0.3.8.ebuild,v 1.3 2006/10/20 21:09:30 agriffis Exp $ - -inherit ruby gems - -MY_P=${PN}-ruby-${PV} - -DESCRIPTION="libxml for Ruby with a user friendly API, akin to REXML, but feature complete and significantly faster." -HOMEPAGE="http://libxml.rubyforge.org" -SRC_URI="http://gems.rubyforge.org/gems/${MY_P}.gem" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~hppa ia64 ~ppc ~sparc x86" -IUSE="" -USE_RUBY="ruby18 ruby19" - -DEPEND="virtual/ruby - >=dev-libs/libxml2-2.6.6" - -#src_test() { -# cd test -# for i in *.rb ; do -# ruby -rtest/unit $i || die "test $i failed." -# done -#} diff --git a/dev-ruby/libxml/libxml-0.8.3.ebuild b/dev-ruby/libxml/libxml-0.8.3.ebuild deleted file mode 100644 index 7a9e5783f713..000000000000 --- a/dev-ruby/libxml/libxml-0.8.3.ebuild +++ /dev/null @@ -1,19 +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.8.3.ebuild,v 1.1 2008/10/13 15:21:22 flameeyes Exp $ - -inherit gems - -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="http://gems.rubyforge.org/gems/${MY_P}.gem" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -DEPEND=">=dev-libs/libxml2-2.6.6" -RDEPEND="${DEPEND}" diff --git a/dev-ruby/libxml/libxml-0.9.5.ebuild b/dev-ruby/libxml/libxml-0.9.5.ebuild deleted file mode 100644 index bb661f575028..000000000000 --- a/dev-ruby/libxml/libxml-0.9.5.ebuild +++ /dev/null @@ -1,51 +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.5.ebuild,v 1.1 2008/11/30 11:52:40 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" - - # Does not work on 0.9.5 - #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.6.ebuild b/dev-ruby/libxml/libxml-0.9.8.ebuild index 31b6dda5dac5..0d9f54f08c99 100644 --- a/dev-ruby/libxml/libxml-0.9.6.ebuild +++ b/dev-ruby/libxml/libxml-0.9.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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.6.ebuild,v 1.1 2008/12/08 16:24:02 flameeyes Exp $ +# $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 @@ -13,7 +13,7 @@ SRC_URI="mirror://rubyforge/${PN}/${MY_P}.tgz" LICENSE="as-is" SLOT="0" KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" # doc +IUSE="doc" RDEPEND=">=dev-libs/libxml2-2.6.6" DEPEND="${RDEPEND} @@ -21,13 +21,14 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${MY_P}" +USE_RUBY="ruby18" + src_compile() { rake extensions || die "rake extensions failed" - # Does not work on 0.9.6 - #if use doc; then - # rake rdoc || die "rake rdoc failed" - #fi + if use doc; then + rake rdoc || die "rake rdoc failed" + fi } src_test() { @@ -45,7 +46,7 @@ src_install() { dodoc README CHANGES || die "dodoc failed" - #if use doc; then - # dohtml -r doc/* || die "dohtml failed" - #fi + if use doc; then + dohtml -r doc/* || die "dohtml failed" + fi } |