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

graaff      10/07/03 08:32:11

  Modified:             ChangeLog
  Added:                ruby-ferret-0.11.6-r1.ebuild
  Log:
  Convert to ruby-fakegem.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  dev-ruby/ruby-ferret/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ferret/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	22 May 2010 15:46:43 -0000	1.6
+++ ChangeLog	3 Jul 2010 08:32:11 -0000	1.7
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/ruby-ferret
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ferret/ChangeLog,v 1.6 2010/05/22 15:46:43 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ferret/ChangeLog,v 1.7 2010/07/03 08:32:11 graaff Exp $
+
+*ruby-ferret-0.11.6-r1 (03 Jul 2010)
+
+  03 Jul 2010; Hans de Graaff <graaff@gentoo.org>
+  +ruby-ferret-0.11.6-r1.ebuild:
+  Convert to ruby-fakegem.
 
   22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org>
   ruby-ferret-0.11.6.ebuild:



1.1                  dev-ruby/ruby-ferret/ruby-ferret-0.11.6-r1.ebuild

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

Index: ruby-ferret-0.11.6-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/ruby-ferret/ruby-ferret-0.11.6-r1.ebuild,v 1.1 2010/07/03 08:32:11 graaff Exp $

EAPI=2
USE_RUBY="ruby18"

RUBY_FAKEGEM_NAME="ferret"

RUBY_FAKEGEM_TASK_DOC="appdoc"
RUBY_FAKEGEM_DOCDIR="doc/api"

RUBY_FAKEGEM_EXTRADOC="CHANGELOG README TODO TUTORIAL"

inherit multilib ruby-fakegem

MY_P="${P/ruby-/}"
DESCRIPTION="A ruby indexing/searching library"
HOMEPAGE="http://ferret.davebalmain.com/trac/"
LICENSE="Ruby"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

each_ruby_configure() {
	${RUBY} -Cext extconf.rb || die
}

each_ruby_compile() {
	emake -Cext || die
}

each_ruby_test() {
	${RUBY} -Iext:lib test/test_all.rb || die
}

each_ruby_install() {
	mv ext/ferret_ext$(get_modname) lib/ || die
	each_fakegem_install
}






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-ferret: ChangeLog ruby-ferret-0.11.6-r1.ebuild
@ 2012-06-20  5:55 Hans de Graaff (graaff)
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2012-06-20  5:55 UTC (permalink / raw
  To: gentoo-commits

graaff      12/06/20 05:55:46

  Modified:             ChangeLog
  Removed:              ruby-ferret-0.11.6-r1.ebuild
  Log:
  Remove old version.
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 dev-ruby/ruby-ferret/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ferret/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	16 Apr 2012 05:53:25 -0000	1.9
+++ ChangeLog	20 Jun 2012 05:55:46 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/ruby-ferret
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ferret/ChangeLog,v 1.9 2012/04/16 05:53:25 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ferret/ChangeLog,v 1.10 2012/06/20 05:55:46 graaff Exp $
+
+  20 Jun 2012; Hans de Graaff <graaff@gentoo.org>
+  -ruby-ferret-0.11.6-r1.ebuild:
+  Remove old version.
 
 *ruby-ferret-0.11.8.4 (08 Mar 2012)
 






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

end of thread, other threads:[~2012-06-20  5:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-03  8:32 [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-ferret: ChangeLog ruby-ferret-0.11.6-r1.ebuild Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2012-06-20  5:55 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