* [gentoo-commits] gentoo-x86 commit in dev-ruby/yajl-ruby: ChangeLog yajl-ruby-0.7.8.ebuild
@ 2010-10-02 13:07 Hans de Graaff (graaff)
0 siblings, 0 replies; only message in thread
From: Hans de Graaff (graaff) @ 2010-10-02 13:07 UTC (permalink / raw
To: gentoo-commits
graaff 10/10/02 13:07:01
Modified: ChangeLog
Added: yajl-ruby-0.7.8.ebuild
Log:
Version bump.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.4 dev-ruby/yajl-ruby/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/yajl-ruby/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/yajl-ruby/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/yajl-ruby/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/yajl-ruby/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 29 Jul 2010 02:02:11 -0000 1.3
+++ ChangeLog 2 Oct 2010 13:07:01 -0000 1.4
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/yajl-ruby
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yajl-ruby/ChangeLog,v 1.3 2010/07/29 02:02:11 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yajl-ruby/ChangeLog,v 1.4 2010/10/02 13:07:01 graaff Exp $
+
+*yajl-ruby-0.7.8 (02 Oct 2010)
+
+ 02 Oct 2010; Hans de Graaff <graaff@gentoo.org> +yajl-ruby-0.7.8.ebuild:
+ Version bump with bug fixes.
29 Jul 2010; Diego E. Pettenò <flameeyes@gentoo.org>
-yajl-ruby-0.7.6.ebuild, -files/yajl-ruby-0.7.6-gentoo.patch:
1.1 dev-ruby/yajl-ruby/yajl-ruby-0.7.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/yajl-ruby/yajl-ruby-0.7.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/yajl-ruby/yajl-ruby-0.7.8.ebuild?rev=1.1&content-type=text/plain
Index: yajl-ruby-0.7.8.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yajl-ruby/yajl-ruby-0.7.8.ebuild,v 1.1 2010/10/02 13:07:01 graaff Exp $
EAPI=2
USE_RUBY="ruby18 ruby19 ree18"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
RUBY_FAKEGEM_TASK_TEST="spec"
# Needs jeweler for documentation building
RUBY_FAKEGEM_TASK_DOC=""
inherit multilib ruby-fakegem
DESCRIPTION="Ruby C bindings to the Yajl JSON stream-based parser library"
HOMEPAGE="http://github.com/brianmario/yajl-ruby"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-libs/yajl"
DEPEND="${RDEPEND}"
ruby_add_bdepend "test? ( dev-ruby/rspec:0 )"
each_ruby_configure() {
${RUBY} -Cext extconf.rb || die "extconf.rb failed"
}
each_ruby_compile() {
emake -Cext CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}" || die "make extension failed"
cp ext/yajl_ext$(get_modname) lib || die
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-10-02 13:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-02 13:07 [gentoo-commits] gentoo-x86 commit in dev-ruby/yajl-ruby: ChangeLog yajl-ruby-0.7.8.ebuild 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