public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/ffi: ChangeLog ffi-0.6.3-r1.ebuild
@ 2010-09-12  8:42 Hans de Graaff (graaff)
  0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff (graaff) @ 2010-09-12  8:42 UTC (permalink / raw
  To: gentoo-commits

graaff      10/09/12 08:42:26

  Modified:             ChangeLog
  Added:                ffi-0.6.3-r1.ebuild
  Log:
  Fix build when dev-ruby/bones is installed. Add ree18.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  dev-ruby/ffi/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	11 Jul 2010 16:55:31 -0000	1.8
+++ ChangeLog	12 Sep 2010 08:42:26 -0000	1.9
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/ffi
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.8 2010/07/11 16:55:31 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.9 2010/09/12 08:42:26 graaff Exp $
+
+*ffi-0.6.3-r1 (12 Sep 2010)
+
+  12 Sep 2010; Hans de Graaff <graaff@gentoo.org> +ffi-0.6.3-r1.ebuild:
+  Fix build when dev-ruby/bones is installed. Add ree18.
 
   11 Jul 2010; Hans de Graaff <graaff@gentoo.org> ffi-0.6.3.ebuild:
   Add x86 keyword. Thanks to Jochen Schalanda for his report in bug 325473.



1.1                  dev-ruby/ffi/ffi-0.6.3-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-0.6.3-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-0.6.3-r1.ebuild?rev=1.1&content-type=text/plain

Index: ffi-0.6.3-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-0.6.3-r1.ebuild,v 1.1 2010/09/12 08:42:26 graaff Exp $

EAPI=2

# jruby → unneeded, this is part of the standard JRuby distribution,
# and would just install a dummy
USE_RUBY="ruby18 ruby19 ree18"

RUBY_FAKEGEM_TASK_TEST="spec"

RUBY_FAKEGEM_TASK_DOC="doc:rdoc"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc"

inherit ruby-fakegem

DESCRIPTION="Ruby extension for programmatically loading dynamic libraries"
HOMEPAGE="http://wiki.github.com/ffi/ffi"

# Restore this after 0.6.3
#SRC_URI="http://github.com/${PN}/${PN}/tarball/${PV} -> ${PN}-git-${PV}.tgz"
SRC_URI="mirror://gentoo/${PN}-git-${PV}.tgz"
S="${WORKDIR}/${PN}-${PN}-*"

IUSE=""
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="dev-libs/libffi"
DEPEND="${RDEPEND}"

ruby_add_bdepend dev-ruby/rake-compiler

all_ruby_prepare() {
	# We only have Bones 3.x.x available.
	# http://github.com/ffi/ffi/issues/#issue/29
	sed -i -e 's/Bones::VERSION/Bones::version/' tasks/setup.rb || die
}

each_ruby_compile() {
	${RUBY} -S rake compile || die "compile failed"
	${RUBY} -S rake -f gen/Rakefile || die "types.conf generation failed"
}

all_ruby_install() {
	all_fakegem_install

	docinto examples
	dodoc samples/* || die
}






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ffi: ChangeLog ffi-0.6.3-r1.ebuild
@ 2010-09-28 23:58 Brent Baude (ranger)
  0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2010-09-28 23:58 UTC (permalink / raw
  To: gentoo-commits

ranger      10/09/28 23:58:58

  Modified:             ChangeLog ffi-0.6.3-r1.ebuild
  Log:
  Marking ffi-0.6.3-r1 ~ppc for bug 330283
  (Portage version: 2.1.8.3/cvs/Linux ppc64)

Revision  Changes    Path
1.11                 dev-ruby/ffi/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	18 Sep 2010 17:20:40 -0000	1.10
+++ ChangeLog	28 Sep 2010 23:58:58 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ffi
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.10 2010/09/18 17:20:40 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.11 2010/09/28 23:58:58 ranger Exp $
+
+  28 Sep 2010; Brent Baude <ranger@gentoo.org> ffi-0.6.3-r1.ebuild:
+  Marking ffi-0.6.3-r1 ~ppc for bug 330283
 
   18 Sep 2010; Raúl Porcel <armin76@gentoo.org> ffi-0.6.3.ebuild,
   ffi-0.6.3-r1.ebuild:



1.3                  dev-ruby/ffi/ffi-0.6.3-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-0.6.3-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-0.6.3-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-0.6.3-r1.ebuild?r1=1.2&r2=1.3

Index: ffi-0.6.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-0.6.3-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ffi-0.6.3-r1.ebuild	18 Sep 2010 17:20:40 -0000	1.2
+++ ffi-0.6.3-r1.ebuild	28 Sep 2010 23:58:58 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-0.6.3-r1.ebuild,v 1.2 2010/09/18 17:20:40 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-0.6.3-r1.ebuild,v 1.3 2010/09/28 23:58:58 ranger Exp $
 
 EAPI=2
 
@@ -27,7 +27,7 @@
 IUSE=""
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 
 RDEPEND="dev-libs/libffi"
 DEPEND="${RDEPEND}"






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ffi: ChangeLog ffi-0.6.3-r1.ebuild
@ 2010-09-30  1:38 Brent Baude (ranger)
  0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2010-09-30  1:38 UTC (permalink / raw
  To: gentoo-commits

ranger      10/09/30 01:38:07

  Modified:             ChangeLog ffi-0.6.3-r1.ebuild
  Log:
  Marking ffi-0.6.3-r1 ~ppc64 for bug 330283
  (Portage version: 2.1.8.3/cvs/Linux ppc64)

Revision  Changes    Path
1.12                 dev-ruby/ffi/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	28 Sep 2010 23:58:58 -0000	1.11
+++ ChangeLog	30 Sep 2010 01:38:06 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ffi
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.11 2010/09/28 23:58:58 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.12 2010/09/30 01:38:06 ranger Exp $
+
+  30 Sep 2010; Brent Baude <ranger@gentoo.org> ffi-0.6.3-r1.ebuild:
+  Marking ffi-0.6.3-r1 ~ppc64 for bug 330283
 
   28 Sep 2010; Brent Baude <ranger@gentoo.org> ffi-0.6.3-r1.ebuild:
   Marking ffi-0.6.3-r1 ~ppc for bug 330283



1.4                  dev-ruby/ffi/ffi-0.6.3-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-0.6.3-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-0.6.3-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-0.6.3-r1.ebuild?r1=1.3&r2=1.4

Index: ffi-0.6.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-0.6.3-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ffi-0.6.3-r1.ebuild	28 Sep 2010 23:58:58 -0000	1.3
+++ ffi-0.6.3-r1.ebuild	30 Sep 2010 01:38:06 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-0.6.3-r1.ebuild,v 1.3 2010/09/28 23:58:58 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-0.6.3-r1.ebuild,v 1.4 2010/09/30 01:38:06 ranger Exp $
 
 EAPI=2
 
@@ -27,7 +27,7 @@
 IUSE=""
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
 
 RDEPEND="dev-libs/libffi"
 DEPEND="${RDEPEND}"






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ffi: ChangeLog ffi-0.6.3-r1.ebuild
@ 2010-12-03 18:24 Fabian Groffen (grobian)
  0 siblings, 0 replies; 5+ messages in thread
From: Fabian Groffen (grobian) @ 2010-12-03 18:24 UTC (permalink / raw
  To: gentoo-commits

grobian     10/12/03 18:24:55

  Modified:             ChangeLog ffi-0.6.3-r1.ebuild
  Log:
  Added Prefix keywords
  
  (Portage version: 2.2.01.17304-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.13                 dev-ruby/ffi/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	30 Sep 2010 01:38:06 -0000	1.12
+++ ChangeLog	3 Dec 2010 18:24:53 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ffi
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.12 2010/09/30 01:38:06 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.13 2010/12/03 18:24:53 grobian Exp $
+
+  03 Dec 2010; Fabian Groffen <grobian@gentoo.org> ffi-0.6.3-r1.ebuild:
+  Added Prefix keywords
 
   30 Sep 2010; Brent Baude <ranger@gentoo.org> ffi-0.6.3-r1.ebuild:
   Marking ffi-0.6.3-r1 ~ppc64 for bug 330283



1.5                  dev-ruby/ffi/ffi-0.6.3-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-0.6.3-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-0.6.3-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-0.6.3-r1.ebuild?r1=1.4&r2=1.5

Index: ffi-0.6.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-0.6.3-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ffi-0.6.3-r1.ebuild	30 Sep 2010 01:38:06 -0000	1.4
+++ ffi-0.6.3-r1.ebuild	3 Dec 2010 18:24:53 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-0.6.3-r1.ebuild,v 1.4 2010/09/30 01:38:06 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-0.6.3-r1.ebuild,v 1.5 2010/12/03 18:24:53 grobian Exp $
 
 EAPI=2
 
@@ -27,7 +27,7 @@
 IUSE=""
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 
 RDEPEND="dev-libs/libffi"
 DEPEND="${RDEPEND}"






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ffi: ChangeLog ffi-0.6.3-r1.ebuild
@ 2010-12-28  8:51 Fabian Groffen (grobian)
  0 siblings, 0 replies; 5+ messages in thread
From: Fabian Groffen (grobian) @ 2010-12-28  8:51 UTC (permalink / raw
  To: gentoo-commits

grobian     10/12/28 08:51:18

  Modified:             ChangeLog ffi-0.6.3-r1.ebuild
  Log:
  Marked ~x64-solaris
  
  (Portage version: 2.2.01.17422-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.15                 dev-ruby/ffi/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	11 Dec 2010 08:29:33 -0000	1.14
+++ ChangeLog	28 Dec 2010 08:51:18 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ffi
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.14 2010/12/11 08:29:33 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.15 2010/12/28 08:51:18 grobian Exp $
+
+  28 Dec 2010; Fabian Groffen <grobian@gentoo.org> ffi-0.6.3-r1.ebuild:
+  Marked ~x64-solaris
 
   11 Dec 2010; Hans de Graaff <graaff@gentoo.org> -ffi-0.6.3.ebuild:
   Remove old version.



1.6                  dev-ruby/ffi/ffi-0.6.3-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-0.6.3-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-0.6.3-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-0.6.3-r1.ebuild?r1=1.5&r2=1.6

Index: ffi-0.6.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-0.6.3-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ffi-0.6.3-r1.ebuild	3 Dec 2010 18:24:53 -0000	1.5
+++ ffi-0.6.3-r1.ebuild	28 Dec 2010 08:51:18 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-0.6.3-r1.ebuild,v 1.5 2010/12/03 18:24:53 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-0.6.3-r1.ebuild,v 1.6 2010/12/28 08:51:18 grobian Exp $
 
 EAPI=2
 
@@ -27,7 +27,7 @@
 IUSE=""
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 
 RDEPEND="dev-libs/libffi"
 DEPEND="${RDEPEND}"






^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-12-28  8:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-12  8:42 [gentoo-commits] gentoo-x86 commit in dev-ruby/ffi: ChangeLog ffi-0.6.3-r1.ebuild Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2010-09-28 23:58 Brent Baude (ranger)
2010-09-30  1:38 Brent Baude (ranger)
2010-12-03 18:24 Fabian Groffen (grobian)
2010-12-28  8:51 Fabian Groffen (grobian)

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