graaff 14/09/19 05:48:05 Modified: ChangeLog ffi-1.9.3.ebuild Added: ffi-1.9.3-r1.ebuild Log: Add new revision to create a stable candidate. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.73 dev-ruby/ffi/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ChangeLog?rev=1.73&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ChangeLog?rev=1.73&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ChangeLog?r1=1.72&r2=1.73 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v retrieving revision 1.72 retrieving revision 1.73 diff -u -r1.72 -r1.73 --- ChangeLog 13 Aug 2014 18:46:24 -0000 1.72 +++ ChangeLog 19 Sep 2014 05:48:05 -0000 1.73 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/ffi # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.72 2014/08/13 18:46:24 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.73 2014/09/19 05:48:05 graaff Exp $ + +*ffi-1.9.3-r1 (19 Sep 2014) + + 19 Sep 2014; Hans de Graaff <[email protected]> ffi-1.9.3.ebuild, + +ffi-1.9.3-r1.ebuild: + Add new revision to create a stable candidate. 13 Aug 2014; Raúl Porcel <[email protected]> ffi-1.9.3.ebuild: Add ~sparc wrt #468536 1.10 dev-ruby/ffi/ffi-1.9.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-1.9.3.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-1.9.3.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-1.9.3.ebuild?r1=1.9&r2=1.10 Index: ffi-1.9.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.9.3.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ffi-1.9.3.ebuild 13 Aug 2014 18:46:24 -0000 1.9 +++ ffi-1.9.3.ebuild 19 Sep 2014 05:48:05 -0000 1.10 @@ -1,12 +1,12 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.9.3.ebuild,v 1.9 2014/08/13 18:46:24 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.9.3.ebuild,v 1.10 2014/09/19 05:48:05 graaff Exp $ EAPI=5 # jruby → unneeded, this is part of the standard JRuby distribution, and # would just install a dummy. -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby19 ruby20" RUBY_FAKEGEM_TASK_TEST="specs" 1.1 dev-ruby/ffi/ffi-1.9.3-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-1.9.3-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-1.9.3-r1.ebuild?rev=1.1&content-type=text/plain Index: ffi-1.9.3-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.9.3-r1.ebuild,v 1.1 2014/09/19 05:48:05 graaff Exp $ EAPI=5 # jruby → unneeded, this is part of the standard JRuby distribution, and # would just install a dummy. USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_TASK_TEST="specs" RUBY_FAKEGEM_TASK_DOC="doc:yard" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="README.md" inherit ruby-fakegem DESCRIPTION="Ruby extension for programmatically loading dynamic libraries" HOMEPAGE="http://wiki.github.com/ffi/ffi" SRC_URI="http://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${PN}-git-${PV}.tgz" IUSE="" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" RDEPEND+=" virtual/libffi" DEPEND+=" virtual/libffi" ruby_add_bdepend "dev-ruby/rake-compiler dev-ruby/yard test? ( dev-ruby/rspec:2 )" ruby_add_rdepend "virtual/ruby-threads" all_ruby_prepare() { sed -i -e '/tasks/ s:^:#:' \ -e '/Gem::Tasks/,/end/ s:^:#:' Rakefile || die # Fix Makefile for tests sed -i -e '/CCACHE :=/ s:^:#:' \ -e 's/-O2//' \ -e 's/^CFLAGS =/CFLAGS +=/' libtest/GNUmakefile || die } each_ruby_compile() { ${RUBY} -S rake compile || die "compile failed" ${RUBY} -S rake -f gen/Rakefile || die "types.conf generation failed" } each_ruby_test() { CC=$(tc-getCC) CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" ${RUBY} -S rake specs || die } all_ruby_install() { all_fakegem_install docinto examples dodoc samples/* }
