public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/canny: ChangeLog canny-0.1.0.ebuild
@ 2009-03-02  9:02 Alex Legler (a3li)
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Legler (a3li) @ 2009-03-02  9:02 UTC (permalink / raw
  To: gentoo-commits

a3li        09/03/02 09:02:33

  Modified:             ChangeLog canny-0.1.0.ebuild
  Log:
  Replaced USE_RUBY="any" with explicit version. Adding ~amd64.
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  dev-ruby/canny/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/canny/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	13 Oct 2007 06:39:48 -0000	1.7
+++ ChangeLog	2 Mar 2009 09:02:33 -0000	1.8
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/canny
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/canny/ChangeLog,v 1.7 2007/10/13 06:39:48 tgall Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/canny/ChangeLog,v 1.8 2009/03/02 09:02:33 a3li Exp $
+
+  02 Mar 2009; Alex Legler <a3li@gentoo.org> canny-0.1.0.ebuild:
+  Replace USE_RUBY="any" with explicit version. Not Ruby 1.9 compatible.
+  Adding ~amd64 and cleaning up a little.
 
   13 Oct 2007; Tom Gall <tgall@gentoo.org> canny-0.1.0.ebuild:
   stable on ppc64



1.8                  dev-ruby/canny/canny-0.1.0.ebuild

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

Index: canny-0.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/canny/canny-0.1.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- canny-0.1.0.ebuild	13 Oct 2007 06:39:48 -0000	1.7
+++ canny-0.1.0.ebuild	2 Mar 2009 09:02:33 -0000	1.8
@@ -1,29 +1,27 @@
-# 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/canny/canny-0.1.0.ebuild,v 1.7 2007/10/13 06:39:48 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/canny/canny-0.1.0.ebuild,v 1.8 2009/03/02 09:02:33 a3li Exp $
 
 inherit ruby
 
 IUSE=""
-USE_RUBY="any"
+USE_RUBY="ruby18"
 
 DESCRIPTION="Canny is a template library for Ruby."
 HOMEPAGE="http://canny.sourceforge.net/"
 SRC_URI="mirror://sourceforge/canny/${P}.tar.gz"
 
-KEYWORDS="ia64 ~ppc ppc64 x86"
+KEYWORDS="~amd64 ia64 ~ppc ppc64 x86"
 LICENSE="LGPL-2.1"
 SLOT="0"
 
-DEPEND="virtual/ruby"
-
 src_compile() {
 	ruby setup.rb config || die "setup.rb config failed"
 	ruby setup.rb setup || die "setup.rb setup failed"
 }
 
 src_install() {
-	ruby setup.rb config --prefix=${D}/usr || die "setup.rb config failed"
+	ruby setup.rb config --prefix="${D}/usr" || die "setup.rb config failed"
 	ruby setup.rb install || die "setup.rb install failed"
-	dodoc COPYING ChangeLog README* example.rb templates/*
+	dodoc ChangeLog README* example.rb templates/*
 }






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/canny: ChangeLog canny-0.1.0.ebuild
@ 2012-03-09  6:54 Hans de Graaff (graaff)
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2012-03-09  6:54 UTC (permalink / raw
  To: gentoo-commits

graaff      12/03/09 06:54:16

  Modified:             ChangeLog
  Removed:              canny-0.1.0.ebuild
  Log:
  Remove old version.
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 dev-ruby/canny/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/canny/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	8 Mar 2012 17:34:18 -0000	1.13
+++ ChangeLog	9 Mar 2012 06:54:16 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/canny
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/canny/ChangeLog,v 1.13 2012/03/08 17:34:18 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/canny/ChangeLog,v 1.14 2012/03/09 06:54:16 graaff Exp $
+
+  09 Mar 2012; Hans de Graaff <graaff@gentoo.org> -canny-0.1.0.ebuild:
+  Remove old version.
 
   08 Mar 2012; Naohiro Aota <naota@gentoo.org> canny-0.1.0-r1.ebuild:
   Add ~x86-fbsd.






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

end of thread, other threads:[~2012-03-09  6:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-09  6:54 [gentoo-commits] gentoo-x86 commit in dev-ruby/canny: ChangeLog canny-0.1.0.ebuild Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2009-03-02  9:02 Alex Legler (a3li)

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