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.ebuild
@ 2010-04-30 20:13 Hans de Graaff (graaff)
  0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff (graaff) @ 2010-04-30 20:13 UTC (permalink / raw
  To: gentoo-commits

graaff      10/04/30 20:13:03

  Modified:             ChangeLog
  Added:                ffi-0.6.3.ebuild
  Log:
  Version bump.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-ruby/ffi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	16 Feb 2010 11:01:26 -0000	1.4
+++ ChangeLog	30 Apr 2010 20:13:03 -0000	1.5
@@ -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.4 2010/02/16 11:01:26 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.5 2010/04/30 20:13:03 graaff Exp $
+
+*ffi-0.6.3 (30 Apr 2010)
+
+  30 Apr 2010; Hans de Graaff <graaff@gentoo.org> +ffi-0.6.3.ebuild:
+  Version bump.
 
 *ffi-0.6.2 (16 Feb 2010)
 



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

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

Index: ffi-0.6.3.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.ebuild,v 1.1 2010/04/30 20:13:03 graaff Exp $

EAPI=2

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

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"

SRC_URI="http://github.com/${PN}/${PN}/tarball/${PV} -> ${PN}-git-${PV}.tgz"
S="${WORKDIR}/${PN}-${PN}-*"

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

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

ruby_add_bdepend dev-ruby/rake-compiler

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] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ffi: ChangeLog ffi-0.6.3.ebuild
@ 2010-05-01  0:42 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 4+ messages in thread
From: Diego Petteno (flameeyes) @ 2010-05-01  0:42 UTC (permalink / raw
  To: gentoo-commits

flameeyes    10/05/01 00:42:58

  Modified:             ChangeLog ffi-0.6.3.ebuild
  Log:
  Move to mirrors-only (April 30th had different archives).
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  dev-ruby/ffi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	30 Apr 2010 20:14:09 -0000	1.6
+++ ChangeLog	1 May 2010 00:42:58 -0000	1.7
@@ -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.6 2010/04/30 20:14:09 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.7 2010/05/01 00:42:58 flameeyes Exp $
+
+  01 May 2010; Diego E. Pettenò <flameeyes@gentoo.org> ffi-0.6.3.ebuild:
+  Move to mirrors-only (April 30th had different archives).
 
   30 Apr 2010; Hans de Graaff <graaff@gentoo.org> -ffi-0.6.2.ebuild,
   -files/ffi-0.6.2-genRakefile.patch:



1.2                  dev-ruby/ffi/ffi-0.6.3.ebuild

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

Index: ffi-0.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-0.6.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ffi-0.6.3.ebuild	30 Apr 2010 20:13:03 -0000	1.1
+++ ffi-0.6.3.ebuild	1 May 2010 00:42:58 -0000	1.2
@@ -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.ebuild,v 1.1 2010/04/30 20:13:03 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-0.6.3.ebuild,v 1.2 2010/05/01 00:42:58 flameeyes Exp $
 
 EAPI=2
 
@@ -19,7 +19,9 @@
 DESCRIPTION="Ruby extension for programmatically loading dynamic libraries"
 HOMEPAGE="http://wiki.github.com/ffi/ffi"
 
-SRC_URI="http://github.com/${PN}/${PN}/tarball/${PV} -> ${PN}-git-${PV}.tgz"
+# 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=""






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ffi: ChangeLog ffi-0.6.3.ebuild
@ 2010-07-11 16:55 Hans de Graaff (graaff)
  0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff (graaff) @ 2010-07-11 16:55 UTC (permalink / raw
  To: gentoo-commits

graaff      10/07/11 16:55:32

  Modified:             ChangeLog ffi-0.6.3.ebuild
  Log:
  Add x86 keyword. Thanks to Jochen Schalanda for his report in bug 325473.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  dev-ruby/ffi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	1 May 2010 00:42:58 -0000	1.7
+++ ChangeLog	11 Jul 2010 16:55:31 -0000	1.8
@@ -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.7 2010/05/01 00:42:58 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.8 2010/07/11 16:55:31 graaff Exp $
+
+  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.
 
   01 May 2010; Diego E. Pettenò <flameeyes@gentoo.org> ffi-0.6.3.ebuild:
   Move to mirrors-only (April 30th had different archives).



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

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

Index: ffi-0.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-0.6.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ffi-0.6.3.ebuild	1 May 2010 00:42:58 -0000	1.2
+++ ffi-0.6.3.ebuild	11 Jul 2010 16:55:31 -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.ebuild,v 1.2 2010/05/01 00:42:58 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-0.6.3.ebuild,v 1.3 2010/07/11 16:55:31 graaff Exp $
 
 EAPI=2
 
@@ -27,7 +27,7 @@
 IUSE=""
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 RDEPEND="dev-libs/libffi"
 DEPEND="${RDEPEND}"






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ffi: ChangeLog ffi-0.6.3.ebuild
@ 2010-12-11  8:29 Hans de Graaff (graaff)
  0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff (graaff) @ 2010-12-11  8:29 UTC (permalink / raw
  To: gentoo-commits

graaff      10/12/11 08:29:40

  Modified:             ChangeLog
  Removed:              ffi-0.6.3.ebuild
  Log:
  Remove old version.
  
  (Portage version: 2.1.9.24/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 dev-ruby/ffi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	3 Dec 2010 18:24:53 -0000	1.13
+++ ChangeLog	11 Dec 2010 08:29:33 -0000	1.14
@@ -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.13 2010/12/03 18:24:53 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.14 2010/12/11 08:29:33 graaff Exp $
+
+  11 Dec 2010; Hans de Graaff <graaff@gentoo.org> -ffi-0.6.3.ebuild:
+  Remove old version.
 
   03 Dec 2010; Fabian Groffen <grobian@gentoo.org> ffi-0.6.3-r1.ebuild:
   Added Prefix keywords






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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-11 16:55 [gentoo-commits] gentoo-x86 commit in dev-ruby/ffi: ChangeLog ffi-0.6.3.ebuild Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2010-12-11  8:29 Hans de Graaff (graaff)
2010-05-01  0:42 Diego Petteno (flameeyes)
2010-04-30 20:13 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