Portage is a package management system used by Gentoo Linux
# 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.15 2008/03/29 06:58:48 graaff Exp $
*libxml-0.5.4 (29 Mar 2008)
29 Mar 2008; Hans de Graaff
Version bump. Switching back to the gem version since build systems with ruby
seem to be a moving target that changes every release. Fixes #212828.
20 May 2007; Christian Faulhammer
libxml-0.3.8.4.ebuild:
added ~amd64, bug 176653
15 Mar 2007; Richard Brown
Fix src_test, from ferringb@gmail.com
13 Mar 2007; Tom Gall
added ~ppc64
*libxml-0.3.8.4 (06 Mar 2007)
06 Mar 2007; Richard Brown
Version bump. .gem -> .tar.gz
20 Oct 2006; Aron Griffis
Mark 0.3.8 stable on ia64
06 Oct 2006; Nguyễn Thái Ngọc Duy
-libxml-0.3.4.ebuild, -libxml-0.3.6.ebuild:
Removed old ebuilds
16 Sep 2006; Rene Nussbaumer
Stable on x86. Added to ~hppa.
*libxml-0.3.8 (12 May 2006)
12 May 2006; Caleb Tennis
version bump
*libxml-0.3.6 (31 Mar 2006)
31 Mar 2006; Caleb Tennis
Version bump and move to gems
30 Mar 2006; Aron Griffis
Mark 0.3.4 ~ia64
05 Aug 2005; Michael Hanselmann
Added to ~sparc.
05 Sep 2004; David Holm
Added to ~ppc.
*libxml-0.3.4 (02 Sep 2004)
02 Sep 2004; Mamoru KOMACHI
+libxml-0.3.4.ebuild:
Initial import. Ebuild submitted by
DIST libxml-ruby-0.3.8.4.tar.gz 59089 RMD160 eba8dce300a921bb6a2b5b874824b64d1f50d26c SHA1 43f6a4f32f5384d0a165b6b0010101d81d62657e SHA256 8b8d091a77cb237789c684f65cb5e48b9920d4b212a7c5e6bd77594547b7809b
DIST libxml-ruby-0.3.8.gem 56320 RMD160 78d788a9cb34f5eef4bf2d95d0a75dfef1ab05b4 SHA1 d8fdd40f46f4e7a956d64405c1951de5d81342ce SHA256 e01fdfd26a790227aa2ef37437412c3d7643940ec4bb39c44417c18fa08cd85f
DIST libxml-ruby-0.5.4.gem 133632 RMD160 04620b26ccdef5c0c23655abe494e65171860ee6 SHA1 2c34d4608e1bbf587f24b461a20ab923cdc4f59f SHA256 e80aeb5cf64d2fd3a799bef25e46f152c9c22fb832221b212b79a9a90b31f15c
EBUILD libxml-0.3.8.4.ebuild 973 RMD160 8d9fabe29ec4c1cada5626a64623d8645949d945 SHA1 a99a8d86974002f5b1c20606b123275b916c3eb3 SHA256 fc218c0d158c8bf86d1591b21539abe812d5d7ee211f3d2d80c3d398c05faba5
EBUILD libxml-0.3.8.ebuild 719 RMD160 1f16c576f9844d07b7431f09a0304c17c7871f6a SHA1 87a895f8e174523a069a34fca5c223474589d8a7 SHA256 6517874da79808e1b21989da285d95d5773e54dafe19335e6e0dd6824639ec68
EBUILD libxml-0.5.4.ebuild 585 RMD160 10ba2f122457ca6684467fcc6474f7a25798ebca SHA1 c698924f18fe85f9994a2cb4ef2cd40ce1cb489e SHA256 323768ed3b69e3758cf1e9cdc03ca1eeea8ef2f281e8bf8c9d68115267ce85bb
MISC ChangeLog 1947 RMD160 5967a064053d664bc5b633d735b8fc8e6dbd06bb SHA1 2f46a32a76d38181730930b993a9525f19372c99 SHA256 0fcf214401b7e4af194323d2658b669df1346bfeb5113f5e9b54535e2fb85fbb
MISC metadata.xml 157 RMD160 5d9e2c7ecba96ffebd936d38acedf859cdea84e1 SHA1 8ce15dcc608eeb5616aeec610dc695cbe6f93e02 SHA256 11fba03a217e2d996f5cd8895493a5692ece8ddac2c1a2dfc71d0e830555121c
# 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
}
# 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
#}
# 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.5.4.ebuild,v 1.2 2008/03/29 08:11:27 mr_bones_ 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"