public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-filemagic: ChangeLog ruby-filemagic-0.1.1.ebuild
@ 2009-07-14 17:41 Hans de Graaff (graaff)
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2009-07-14 17:41 UTC (permalink / raw
  To: gentoo-commits

graaff      09/07/14 17:41:07

  Modified:             ChangeLog ruby-filemagic-0.1.1.ebuild
  Log:
  Remove ruby19 keyword.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-ruby/ruby-filemagic/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-filemagic/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	5 Jun 2006 20:43:53 -0000	1.4
+++ ChangeLog	14 Jul 2009 17:41:06 -0000	1.5
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/ruby-filemagic
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-filemagic/ChangeLog,v 1.4 2006/06/05 20:43:53 flameeyes Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-filemagic/ChangeLog,v 1.5 2009/07/14 17:41:06 graaff Exp $
+
+  14 Jul 2009; Hans de Graaff <graaff@gentoo.org>
+  ruby-filemagic-0.1.1.ebuild:
+  Remove ruby19 keyword: not compatible. See bug 276741, thanks to Kevin
+  Fullerton for reporting.
 
   05 Jun 2006; Diego Pettenò <flameeyes@gentoo.org>
   ruby-filemagic-0.1.1.ebuild:



1.6                  dev-ruby/ruby-filemagic/ruby-filemagic-0.1.1.ebuild

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

Index: ruby-filemagic-0.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-filemagic/ruby-filemagic-0.1.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ruby-filemagic-0.1.1.ebuild	11 Jul 2007 05:23:08 -0000	1.5
+++ ruby-filemagic-0.1.1.ebuild	14 Jul 2009 17:41:06 -0000	1.6
@@ -1,10 +1,10 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-filemagic/ruby-filemagic-0.1.1.ebuild,v 1.5 2007/07/11 05:23:08 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-filemagic/ruby-filemagic-0.1.1.ebuild,v 1.6 2009/07/14 17:41:06 graaff Exp $
 
 inherit ruby
 
-USE_RUBY="ruby16 ruby18 ruby19"
+USE_RUBY="ruby18"
 
 DESCRIPTION="Ruby binding to libmagic"
 HOMEPAGE="http://grub.ath.cx/filemagic/"






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-filemagic: ChangeLog ruby-filemagic-0.1.1.ebuild
@ 2009-12-20 14:09 Hans de Graaff (graaff)
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2009-12-20 14:09 UTC (permalink / raw
  To: gentoo-commits

graaff      09/12/20 14:09:09

  Modified:             ChangeLog ruby-filemagic-0.1.1.ebuild
  Log:
  Remove obsolete virtual/ruby dependency.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-ruby/ruby-filemagic/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-filemagic/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	14 Jul 2009 17:41:06 -0000	1.5
+++ ChangeLog	20 Dec 2009 14:09:08 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/ruby-filemagic
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-filemagic/ChangeLog,v 1.5 2009/07/14 17:41:06 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-filemagic/ChangeLog,v 1.6 2009/12/20 14:09:08 graaff Exp $
+
+  20 Dec 2009; Hans de Graaff <graaff@gentoo.org>
+  ruby-filemagic-0.1.1.ebuild:
+  Remove obsolete virtual/ruby dependency.
 
   14 Jul 2009; Hans de Graaff <graaff@gentoo.org>
   ruby-filemagic-0.1.1.ebuild:



1.7                  dev-ruby/ruby-filemagic/ruby-filemagic-0.1.1.ebuild

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

Index: ruby-filemagic-0.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-filemagic/ruby-filemagic-0.1.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ruby-filemagic-0.1.1.ebuild	14 Jul 2009 17:41:06 -0000	1.6
+++ ruby-filemagic-0.1.1.ebuild	20 Dec 2009 14:09:08 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-filemagic/ruby-filemagic-0.1.1.ebuild,v 1.6 2009/07/14 17:41:06 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-filemagic/ruby-filemagic-0.1.1.ebuild,v 1.7 2009/12/20 14:09:08 graaff Exp $
 
 inherit ruby
 
@@ -15,9 +15,8 @@
 KEYWORDS="~amd64 ~hppa ~x86 ~x86-fbsd"
 IUSE=""
 
-DEPEND="virtual/ruby
-		sys-apps/file"
-#RDEPEND="${DEPEND}"
+DEPEND="sys-apps/file"
+RDEPEND="${DEPEND}"
 
 src_compile() {
 	ruby extconf.rb || die






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-filemagic: ChangeLog ruby-filemagic-0.1.1.ebuild
@ 2010-01-04 11:55 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-04 11:55 UTC (permalink / raw
  To: gentoo-commits

fauli       10/01/04 11:55:56

  Modified:             ChangeLog ruby-filemagic-0.1.1.ebuild
  Log:
  Transfer Prefix keywords
  (Portage version: 2.1.6.13/cvs/Linux i686)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-filemagic/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	20 Dec 2009 14:09:08 -0000	1.6
+++ ChangeLog	4 Jan 2010 11:55:56 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/ruby-filemagic
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-filemagic/ChangeLog,v 1.6 2009/12/20 14:09:08 graaff Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-filemagic/ChangeLog,v 1.7 2010/01/04 11:55:56 fauli Exp $
+
+  04 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
+  ruby-filemagic-0.1.1.ebuild:
+  Transfer Prefix keywords
 
   20 Dec 2009; Hans de Graaff <graaff@gentoo.org>
   ruby-filemagic-0.1.1.ebuild:



1.8                  dev-ruby/ruby-filemagic/ruby-filemagic-0.1.1.ebuild

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

Index: ruby-filemagic-0.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-filemagic/ruby-filemagic-0.1.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ruby-filemagic-0.1.1.ebuild	20 Dec 2009 14:09:08 -0000	1.7
+++ ruby-filemagic-0.1.1.ebuild	4 Jan 2010 11:55:56 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-filemagic/ruby-filemagic-0.1.1.ebuild,v 1.7 2009/12/20 14:09:08 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-filemagic/ruby-filemagic-0.1.1.ebuild,v 1.8 2010/01/04 11:55:56 fauli Exp $
 
 inherit ruby
 
@@ -12,7 +12,7 @@
 
 LICENSE="Ruby"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~hppa ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 DEPEND="sys-apps/file"






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

end of thread, other threads:[~2010-01-04 11:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-04 11:55 [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-filemagic: ChangeLog ruby-filemagic-0.1.1.ebuild Christian Faulhammer (fauli)
  -- strict thread matches above, loose matches on Subject: below --
2009-12-20 14:09 Hans de Graaff (graaff)
2009-07-14 17:41 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