* [gentoo-commits] gentoo-x86 commit in dev-ruby/libxml: libxml-2.1.1.ebuild ChangeLog
@ 2011-08-02 6:01 Hans de Graaff (graaff)
0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2011-08-02 6:01 UTC (permalink / raw
To: gentoo-commits
graaff 11/08/02 06:01:11
Modified: ChangeLog
Added: libxml-2.1.1.ebuild
Log:
Version bump.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Revision Changes Path
1.46 dev-ruby/libxml/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/libxml/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/libxml/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/libxml/ChangeLog?r1=1.45&r2=1.46
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog 31 Jul 2011 19:05:43 -0000 1.45
+++ ChangeLog 2 Aug 2011 06:01:11 -0000 1.46
@@ -1,6 +1,11 @@
# 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.45 2011/07/31 19:05:43 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.46 2011/08/02 06:01:11 graaff Exp $
+
+*libxml-2.1.1 (02 Aug 2011)
+
+ 02 Aug 2011; Hans de Graaff <graaff@gentoo.org> +libxml-2.1.1.ebuild:
+ Version bump.
31 Jul 2011; Jeroen Roovers <jer@gentoo.org> libxml-2.0.5.ebuild:
Stable for HPPA (bug #370399).
1.1 dev-ruby/libxml/libxml-2.1.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/libxml/libxml-2.1.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/libxml/libxml-2.1.1.ebuild?rev=1.1&content-type=text/plain
Index: libxml-2.1.1.ebuild
===================================================================
# 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.1.1.ebuild,v 1.1 2011/08/02 06:01: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"
RUBY_FAKEGEM_TASK_TEST="none"
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
# Remove rake-compiler bits since we don't use it
sed -i -e '/extensiontask/d' -e '/ExtensionTask/,/end/d' -e '/GemPackageTask/,/end/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
}
each_ruby_test() {
# The test suite needs to load its files in alphabetical order but
# this is not guaranteed. See bug 370501.
${RUBY} -Ilib -r test/test_helper.rb test/test_suite.rb || die
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/libxml: libxml-2.1.1.ebuild ChangeLog
@ 2011-08-15 6:00 Hans de Graaff (graaff)
0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2011-08-15 6:00 UTC (permalink / raw
To: gentoo-commits
graaff 11/08/15 06:00:50
Modified: libxml-2.1.1.ebuild ChangeLog
Log:
Also apply doc fix to stable candidate for x86.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-ruby/libxml/libxml-2.1.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/libxml/libxml-2.1.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/libxml/libxml-2.1.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/libxml/libxml-2.1.1.ebuild?r1=1.1&r2=1.2
Index: libxml-2.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-2.1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libxml-2.1.1.ebuild 2 Aug 2011 06:01:11 -0000 1.1
+++ libxml-2.1.1.ebuild 15 Aug 2011 06:00:50 -0000 1.2
@@ -1,6 +1,6 @@
# 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.1.1.ebuild,v 1.1 2011/08/02 06:01:11 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-2.1.1.ebuild,v 1.2 2011/08/15 06:00:50 graaff Exp $
EAPI=2
@@ -26,6 +26,8 @@
RDEPEND="${RDEPEND} dev-libs/libxml2"
DEPEND="${DEPEND} dev-libs/libxml2"
+ruby_add_depend "doc? ( dev-ruby/rdoc )"
+
all_ruby_prepare() {
# Remove grancher tasks only needed for publishing the website
sed -i -e '/grancher/d' -e '/Grancher/,$d' Rakefile || die
1.50 dev-ruby/libxml/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/libxml/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/libxml/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/libxml/ChangeLog?r1=1.49&r2=1.50
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog 14 Aug 2011 19:01:52 -0000 1.49
+++ ChangeLog 15 Aug 2011 06:00:50 -0000 1.50
@@ -1,6 +1,9 @@
# 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.49 2011/08/14 19:01:52 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.50 2011/08/15 06:00:50 graaff Exp $
+
+ 15 Aug 2011; Hans de Graaff <graaff@gentoo.org> libxml-2.1.1.ebuild:
+ Also apply doc fix to stable candidate for x86.
14 Aug 2011; Hans de Graaff <graaff@gentoo.org> libxml-2.2.0.ebuild:
Add missing rdoc dependency, fixes bug 379171.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/libxml: libxml-2.1.1.ebuild ChangeLog
@ 2011-08-15 16:03 Hans de Graaff (graaff)
0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2011-08-15 16:03 UTC (permalink / raw
To: gentoo-commits
graaff 11/08/15 16:03:02
Modified: libxml-2.1.1.ebuild ChangeLog
Log:
Fix typo: ruby_add_depend does not exist.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Revision Changes Path
1.3 dev-ruby/libxml/libxml-2.1.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/libxml/libxml-2.1.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/libxml/libxml-2.1.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/libxml/libxml-2.1.1.ebuild?r1=1.2&r2=1.3
Index: libxml-2.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-2.1.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libxml-2.1.1.ebuild 15 Aug 2011 06:00:50 -0000 1.2
+++ libxml-2.1.1.ebuild 15 Aug 2011 16:03:02 -0000 1.3
@@ -1,6 +1,6 @@
# 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.1.1.ebuild,v 1.2 2011/08/15 06:00:50 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-2.1.1.ebuild,v 1.3 2011/08/15 16:03:02 graaff Exp $
EAPI=2
@@ -26,7 +26,7 @@
RDEPEND="${RDEPEND} dev-libs/libxml2"
DEPEND="${DEPEND} dev-libs/libxml2"
-ruby_add_depend "doc? ( dev-ruby/rdoc )"
+ruby_add_bdepend "doc? ( dev-ruby/rdoc )"
all_ruby_prepare() {
# Remove grancher tasks only needed for publishing the website
1.53 dev-ruby/libxml/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/libxml/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/libxml/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/libxml/ChangeLog?r1=1.52&r2=1.53
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog 15 Aug 2011 06:04:02 -0000 1.52
+++ ChangeLog 15 Aug 2011 16:03:02 -0000 1.53
@@ -1,6 +1,9 @@
# 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.52 2011/08/15 06:04:02 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.53 2011/08/15 16:03:02 graaff Exp $
+
+ 15 Aug 2011; Hans de Graaff <graaff@gentoo.org> libxml-2.1.1.ebuild:
+ Fix typo: ruby_add_depend does not exist.
*libxml-2.2.1 (15 Aug 2011)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-08-15 16:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-15 6:00 [gentoo-commits] gentoo-x86 commit in dev-ruby/libxml: libxml-2.1.1.ebuild ChangeLog Hans de Graaff (graaff)
-- strict thread matches above, loose matches on Subject: below --
2011-08-15 16:03 Hans de Graaff (graaff)
2011-08-02 6:01 Hans de Graaff (graaff)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox