public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/libxml: ChangeLog libxml-0.9.7.ebuild
@ 2008-12-13 14:23 Diego Petteno (flameeyes)
  0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2008-12-13 14:23 UTC (permalink / raw
  To: gentoo-commits

flameeyes    08/12/13 14:23:46

  Modified:             ChangeLog
  Added:                libxml-0.9.7.ebuild
  Log:
  Version bump, thanks to upstream who fixed rdoc regeneration, now doc USE flag is present.
  (Portage version: 2.2_rc17/cvs/Linux 2.6.27-gentoo-r5 x86_64)

Revision  Changes    Path
1.21                 dev-ruby/libxml/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/libxml/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/libxml/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/libxml/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	8 Dec 2008 16:24:02 -0000	1.20
+++ ChangeLog	13 Dec 2008 14:23:46 -0000	1.21
@@ -1,6 +1,13 @@
 # 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.20 2008/12/08 16:24:02 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.21 2008/12/13 14:23:46 flameeyes Exp $
+
+*libxml-0.9.7 (13 Dec 2008)
+
+  13 Dec 2008; Diego E. Pettenò <flameeyes@gentoo.org>
+  +libxml-0.9.7.ebuild:
+  Version bump, thanks to upstream who fixed rdoc regeneration, now doc USE
+  flag is present.
 
 *libxml-0.9.6 (08 Dec 2008)
 



1.1                  dev-ruby/libxml/libxml-0.9.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/libxml/libxml-0.9.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/libxml/libxml-0.9.7.ebuild?rev=1.1&content-type=text/plain

Index: libxml-0.9.7.ebuild
===================================================================
# 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
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-12-13 14:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-13 14:23 [gentoo-commits] gentoo-x86 commit in dev-ruby/libxml: ChangeLog libxml-0.9.7.ebuild Diego Petteno (flameeyes)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox