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

graaff      09/06/13 08:24:24

  Modified:             ChangeLog ruby-xlib-0.6.15-r1.ebuild
  Log:
  Fix QA issue.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-xlib/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	22 Jul 2007 07:06:00 -0000	1.6
+++ ChangeLog	13 Jun 2009 08:24:24 -0000	1.7
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/ruby-xlib
-# Copyright 2005-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-xlib/ChangeLog,v 1.6 2007/07/22 07:06:00 graaff Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-xlib/ChangeLog,v 1.7 2009/06/13 08:24:24 graaff Exp $
+
+  13 Jun 2009; Hans de Graaff <graaff@gentoo.org>
+  ruby-xlib-0.6.15-r1.ebuild:
+  Remove unneeded custom install target as permissions are already correct.
+  Fixes QA quoting issue.
 
   22 Jul 2007; Hans de Graaff <graaff@gentoo.org>
   ruby-xlib-0.6.15-r1.ebuild:



1.5                  dev-ruby/ruby-xlib/ruby-xlib-0.6.15-r1.ebuild

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

Index: ruby-xlib-0.6.15-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-xlib/ruby-xlib-0.6.15-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ruby-xlib-0.6.15-r1.ebuild	22 Jul 2007 07:06:00 -0000	1.4
+++ ruby-xlib-0.6.15-r1.ebuild	13 Jun 2009 08:24:24 -0000	1.5
@@ -1,9 +1,9 @@
-# Copyright 1999-2007 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-xlib/ruby-xlib-0.6.15-r1.ebuild,v 1.4 2007/07/22 07:06:00 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-xlib/ruby-xlib-0.6.15-r1.ebuild,v 1.5 2009/06/13 08:24:24 graaff Exp $
 
 inherit ruby
-USE_RUBY="ruby16 ruby18 ruby19"
+USE_RUBY="ruby18 ruby19"
 
 DESCRIPTION="call Xlib functions from ruby"
 HOMEPAGE="http://www.moriq.com/ruby/xlib/"
@@ -21,8 +21,3 @@
 	x11-proto/xextproto"
 
 PATCHES="${FILESDIR}/ruby-xlib-0.6.15-gcc.patch"
-
-src_install() {
-	ruby_src_install
-	find ${D}/usr/share/doc/${PF} -perm 666 -print0 | xargs -0 chmod 644
-}






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-xlib: ChangeLog ruby-xlib-0.6.15-r1.ebuild
@ 2009-06-18 18:31 Hans de Graaff (graaff)
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2009-06-18 18:31 UTC (permalink / raw
  To: gentoo-commits

graaff      09/06/18 18:31:38

  Modified:             ChangeLog ruby-xlib-0.6.15-r1.ebuild
  Log:
  PATCHES should be an array.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  dev-ruby/ruby-xlib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-xlib/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	13 Jun 2009 08:24:24 -0000	1.7
+++ ChangeLog	18 Jun 2009 18:31:38 -0000	1.8
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/ruby-xlib
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-xlib/ChangeLog,v 1.7 2009/06/13 08:24:24 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-xlib/ChangeLog,v 1.8 2009/06/18 18:31:38 graaff Exp $
+
+  18 Jun 2009; Hans de Graaff <graaff@gentoo.org>
+  ruby-xlib-0.6.15-r1.ebuild:
+  PATCHES should be an array.
 
   13 Jun 2009; Hans de Graaff <graaff@gentoo.org>
   ruby-xlib-0.6.15-r1.ebuild:



1.6                  dev-ruby/ruby-xlib/ruby-xlib-0.6.15-r1.ebuild

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

Index: ruby-xlib-0.6.15-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-xlib/ruby-xlib-0.6.15-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ruby-xlib-0.6.15-r1.ebuild	13 Jun 2009 08:24:24 -0000	1.5
+++ ruby-xlib-0.6.15-r1.ebuild	18 Jun 2009 18:31:38 -0000	1.6
@@ -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-xlib/ruby-xlib-0.6.15-r1.ebuild,v 1.5 2009/06/13 08:24:24 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-xlib/ruby-xlib-0.6.15-r1.ebuild,v 1.6 2009/06/18 18:31:38 graaff Exp $
 
 inherit ruby
 USE_RUBY="ruby18 ruby19"
@@ -20,4 +20,4 @@
 	x11-proto/xproto
 	x11-proto/xextproto"
 
-PATCHES="${FILESDIR}/ruby-xlib-0.6.15-gcc.patch"
+PATCHES=( "${FILESDIR}/ruby-xlib-0.6.15-gcc.patch" )






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

end of thread, other threads:[~2009-06-18 18:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-13  8:24 [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-xlib: ChangeLog ruby-xlib-0.6.15-r1.ebuild Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2009-06-18 18:31 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