summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2008-03-29 06:58:48 +0000
committerHans de Graaff <graaff@gentoo.org>2008-03-29 06:58:48 +0000
commit59f8ced358bc165e5e55cd7f6a9e5c8c4801c592 (patch)
tree3842faa4a07b8262a6c6351fe8bacbd4642b4fa9 /dev-ruby/libxml
parentCleanup one more issue (diff)
downloadgentoo-2-59f8ced358bc165e5e55cd7f6a9e5c8c4801c592.tar.gz
gentoo-2-59f8ced358bc165e5e55cd7f6a9e5c8c4801c592.tar.bz2
gentoo-2-59f8ced358bc165e5e55cd7f6a9e5c8c4801c592.zip
Version bump, closing #212828
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-ruby/libxml')
-rw-r--r--dev-ruby/libxml/ChangeLog10
-rw-r--r--dev-ruby/libxml/libxml-0.5.4.ebuild19
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-ruby/libxml/ChangeLog b/dev-ruby/libxml/ChangeLog
index a3158fa72569..0d4b67b65434 100644
--- a/dev-ruby/libxml/ChangeLog
+++ b/dev-ruby/libxml/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/libxml
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.14 2007/05/20 08:42:11 opfer Exp $
+# 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 <graaff@gentoo.org> +libxml-0.5.4.ebuild:
+ 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 <opfer@gentoo.org>
libxml-0.3.8.4.ebuild:
diff --git a/dev-ruby/libxml/libxml-0.5.4.ebuild b/dev-ruby/libxml/libxml-0.5.4.ebuild
new file mode 100644
index 000000000000..d7a6a69def8b
--- /dev/null
+++ b/dev-ruby/libxml/libxml-0.5.4.ebuild
@@ -0,0 +1,19 @@
+# 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.1 2008/03/29 06:58:48 graaff 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"
+