From 06698067162684f04ac9951b13113d1811a9d125 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Wed, 25 Jan 2012 00:52:49 +0000 Subject: Version bump. (Portage version: 2.2.0_alpha84/cvs/Linux x86_64) --- dev-ruby/fast_xs/ChangeLog | 10 ++++++++-- dev-ruby/fast_xs/fast_xs-0.7.3.ebuild | 31 ----------------------------- dev-ruby/fast_xs/fast_xs-0.8.0.ebuild | 37 +++++++++++++++++++++++++++++++++++ 3 files changed, 45 insertions(+), 33 deletions(-) delete mode 100644 dev-ruby/fast_xs/fast_xs-0.7.3.ebuild create mode 100644 dev-ruby/fast_xs/fast_xs-0.8.0.ebuild (limited to 'dev-ruby/fast_xs') diff --git a/dev-ruby/fast_xs/ChangeLog b/dev-ruby/fast_xs/ChangeLog index 7674e3fdeb18..4d8770c3971c 100644 --- a/dev-ruby/fast_xs/ChangeLog +++ b/dev-ruby/fast_xs/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/fast_xs -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/ChangeLog,v 1.2 2011/07/25 17:53:33 graaff Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/ChangeLog,v 1.3 2012/01/25 00:52:49 flameeyes Exp $ + +*fast_xs-0.8.0 (25 Jan 2012) + + 25 Jan 2012; Diego E. Pettenò +fast_xs-0.8.0.ebuild, + -fast_xs-0.7.3.ebuild: + Version bump. *fast_xs-0.7.3-r1 (25 Jul 2011) diff --git a/dev-ruby/fast_xs/fast_xs-0.7.3.ebuild b/dev-ruby/fast_xs/fast_xs-0.7.3.ebuild deleted file mode 100644 index 2cf4bb244df3..000000000000 --- a/dev-ruby/fast_xs/fast_xs-0.7.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.7.3.ebuild,v 1.1 2011/07/25 08:56:25 hollow Exp $ - -EAPI="2" -USE_RUBY="ruby18" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_TASK_TEST="" - -inherit ruby-fakegem - -DESCRIPTION="fast_xs text escaping library ruby bindings." -HOMEPAGE="http://fast-xs.rubyforge.org/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -each_ruby_configure() { - ${RUBY} -Cext/fast_xs extconf.rb || die "extconf.rb failed" - ${RUBY} -Cext/fast_xs_extra extconf.rb || die "extconf.rb failed" -} - -each_ruby_compile() { - emake -Cext/fast_xs CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}" || die "make extension failed" - cp ext/fast_xs/fast_xs$(get_modname) lib/ || die - emake -Cext/fast_xs_extra CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}" || die "make extension failed" - cp ext/fast_xs_extra/fast_xs_extra$(get_modname) lib/ || die -} diff --git a/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild b/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild new file mode 100644 index 000000000000..6494f85656b5 --- /dev/null +++ b/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild,v 1.1 2012/01/25 00:52:49 flameeyes Exp $ + +EAPI=4 + +USE_RUBY="ruby18 ree18" + +RUBY_FAKEGEM_TASK_DOC="docs" +RUBY_FAKEGEM_DOCDIR="doc" + +RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc" + +inherit ruby-fakegem + +DESCRIPTION="fast_xs text escaping library ruby bindings." +HOMEPAGE="http://fast-xs.rubyforge.org/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.3.2 )" +ruby_add_bdepend "test? ( >=dev-ruby/hoe-2.3.2 virtual/ruby-test-unit )" + +each_ruby_configure() { + ${RUBY} -Cext/fast_xs extconf.rb || die "extconf.rb failed" + ${RUBY} -Cext/fast_xs_extra extconf.rb || die "extconf.rb failed" +} + +each_ruby_compile() { + emake -Cext/fast_xs CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}" || die "make extension failed" + cp ext/fast_xs/fast_xs$(get_modname) lib/ || die + emake -Cext/fast_xs_extra CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}" || die "make extension failed" + cp ext/fast_xs_extra/fast_xs_extra$(get_modname) lib/ || die +} -- cgit v1.2.3-65-gdbad