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

graaff      09/04/14 17:09:42

  Modified:             ChangeLog transaction-simple-1.4.0.ebuild
  Log:
  Fix deprecated USE_RUBY usage.
  (Portage version: 2.1.6.7/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 dev-ruby/transaction-simple/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	28 Jan 2008 12:21:41 -0000	1.11
+++ ChangeLog	14 Apr 2009 17:09:42 -0000	1.12
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/transaction-simple
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/ChangeLog,v 1.11 2008/01/28 12:21:41 flameeyes Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/ChangeLog,v 1.12 2009/04/14 17:09:42 graaff Exp $
+
+  14 Apr 2009; Hans de Graaff <graaff@gentoo.org>
+  transaction-simple-1.4.0.ebuild:
+  Fix deprecated USE_RUBY="any" as reported in #265435.
 
   28 Jan 2008; Diego Pettenò <flameeyes@gentoo.org>
   -transaction-simple-1.1.1.ebuild:



1.4                  dev-ruby/transaction-simple/transaction-simple-1.4.0.ebuild

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

Index: transaction-simple-1.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/transaction-simple-1.4.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- transaction-simple-1.4.0.ebuild	11 Jul 2007 05:23:08 -0000	1.3
+++ transaction-simple-1.4.0.ebuild	14 Apr 2009 17:09:42 -0000	1.4
@@ -1,18 +1,17 @@
-# 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/transaction-simple/transaction-simple-1.4.0.ebuild,v 1.3 2007/07/11 05:23:08 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/transaction-simple-1.4.0.ebuild,v 1.4 2009/04/14 17:09:42 graaff Exp $
 
 inherit ruby gems
 
 DESCRIPTION="Provides transaction support at the object level"
 HOMEPAGE="http://rubyforge.org/projects/trans-simple/"
-SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
 IUSE=""
 
-USE_RUBY="any"
+USE_RUBY="ruby18"
 DEPEND=">=dev-ruby/hoe-1.1.7"
 RDEPEND=">=dev-ruby/hoe-1.1.7"






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/transaction-simple: ChangeLog transaction-simple-1.4.0.ebuild
@ 2009-04-14 20:46 Thomas Anderson (gentoofan23)
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Anderson (gentoofan23) @ 2009-04-14 20:46 UTC (permalink / raw
  To: gentoo-commits

gentoofan23    09/04/14 20:46:49

  Modified:             ChangeLog transaction-simple-1.4.0.ebuild
  Log:
  stable amd64, bug 265435
  (Portage version: 2.1.6.7/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 dev-ruby/transaction-simple/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	14 Apr 2009 17:09:42 -0000	1.12
+++ ChangeLog	14 Apr 2009 20:46:48 -0000	1.13
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/transaction-simple
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/ChangeLog,v 1.12 2009/04/14 17:09:42 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/ChangeLog,v 1.13 2009/04/14 20:46:48 gentoofan23 Exp $
+
+  14 Apr 2009; Thomas Anderson <gentoofan23@gentoo.org>
+  transaction-simple-1.4.0.ebuild:
+  stable amd64, bug 265435
 
   14 Apr 2009; Hans de Graaff <graaff@gentoo.org>
   transaction-simple-1.4.0.ebuild:



1.5                  dev-ruby/transaction-simple/transaction-simple-1.4.0.ebuild

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

Index: transaction-simple-1.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/transaction-simple-1.4.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- transaction-simple-1.4.0.ebuild	14 Apr 2009 17:09:42 -0000	1.4
+++ transaction-simple-1.4.0.ebuild	14 Apr 2009 20:46:48 -0000	1.5
@@ -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/transaction-simple/transaction-simple-1.4.0.ebuild,v 1.4 2009/04/14 17:09:42 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/transaction-simple-1.4.0.ebuild,v 1.5 2009/04/14 20:46:48 gentoofan23 Exp $
 
 inherit ruby gems
 
@@ -9,7 +9,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
+KEYWORDS="amd64 ~ia64 ~ppc ~x86"
 IUSE=""
 
 USE_RUBY="ruby18"






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/transaction-simple: ChangeLog transaction-simple-1.4.0.ebuild
@ 2009-05-31 10:11 Markus Meier (maekke)
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2009-05-31 10:11 UTC (permalink / raw
  To: gentoo-commits

maekke      09/05/31 10:11:37

  Modified:             ChangeLog transaction-simple-1.4.0.ebuild
  Log:
  amd64/x86 stable, bug #265435
  (Portage version: 2.1.6.11/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 dev-ruby/transaction-simple/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	14 Apr 2009 20:46:48 -0000	1.13
+++ ChangeLog	31 May 2009 10:11:37 -0000	1.14
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/transaction-simple
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/ChangeLog,v 1.13 2009/04/14 20:46:48 gentoofan23 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/ChangeLog,v 1.14 2009/05/31 10:11:37 maekke Exp $
+
+  31 May 2009; Markus Meier <maekke@gentoo.org>
+  transaction-simple-1.4.0.ebuild:
+  amd64/x86 stable, bug #265435
 
   14 Apr 2009; Thomas Anderson <gentoofan23@gentoo.org>
   transaction-simple-1.4.0.ebuild:



1.6                  dev-ruby/transaction-simple/transaction-simple-1.4.0.ebuild

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

Index: transaction-simple-1.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/transaction-simple-1.4.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- transaction-simple-1.4.0.ebuild	14 Apr 2009 20:46:48 -0000	1.5
+++ transaction-simple-1.4.0.ebuild	31 May 2009 10:11:37 -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/transaction-simple/transaction-simple-1.4.0.ebuild,v 1.5 2009/04/14 20:46:48 gentoofan23 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/transaction-simple-1.4.0.ebuild,v 1.6 2009/05/31 10:11:37 maekke Exp $
 
 inherit ruby gems
 
@@ -9,7 +9,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~x86"
+KEYWORDS="amd64 ~ia64 ~ppc x86"
 IUSE=""
 
 USE_RUBY="ruby18"






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/transaction-simple: ChangeLog transaction-simple-1.4.0.ebuild
@ 2009-05-31 16:21 Raul Porcel (armin76)
  0 siblings, 0 replies; 5+ messages in thread
From: Raul Porcel (armin76) @ 2009-05-31 16:21 UTC (permalink / raw
  To: gentoo-commits

armin76     09/05/31 16:21:50

  Modified:             ChangeLog transaction-simple-1.4.0.ebuild
  Log:
  ia64 stable wrt #265435
  (Portage version: 2.1.6.11/cvs/Linux ia64)

Revision  Changes    Path
1.15                 dev-ruby/transaction-simple/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	31 May 2009 10:11:37 -0000	1.14
+++ ChangeLog	31 May 2009 16:21:50 -0000	1.15
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/transaction-simple
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/ChangeLog,v 1.14 2009/05/31 10:11:37 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/ChangeLog,v 1.15 2009/05/31 16:21:50 armin76 Exp $
+
+  31 May 2009; Raúl Porcel <armin76@gentoo.org>
+  transaction-simple-1.4.0.ebuild:
+  ia64 stable wrt #265435
 
   31 May 2009; Markus Meier <maekke@gentoo.org>
   transaction-simple-1.4.0.ebuild:



1.7                  dev-ruby/transaction-simple/transaction-simple-1.4.0.ebuild

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

Index: transaction-simple-1.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/transaction-simple-1.4.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- transaction-simple-1.4.0.ebuild	31 May 2009 10:11:37 -0000	1.6
+++ transaction-simple-1.4.0.ebuild	31 May 2009 16:21:50 -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/transaction-simple/transaction-simple-1.4.0.ebuild,v 1.6 2009/05/31 10:11:37 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/transaction-simple-1.4.0.ebuild,v 1.7 2009/05/31 16:21:50 armin76 Exp $
 
 inherit ruby gems
 
@@ -9,7 +9,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc x86"
+KEYWORDS="amd64 ia64 ~ppc x86"
 IUSE=""
 
 USE_RUBY="ruby18"






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/transaction-simple: ChangeLog transaction-simple-1.4.0.ebuild
@ 2011-02-02 16:34 Hans de Graaff (graaff)
  0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff (graaff) @ 2011-02-02 16:34 UTC (permalink / raw
  To: gentoo-commits

graaff      11/02/02 16:34:45

  Modified:             ChangeLog
  Removed:              transaction-simple-1.4.0.ebuild
  Log:
  Remove old version.
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

Revision  Changes    Path
1.21                 dev-ruby/transaction-simple/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	2 Feb 2011 10:01:27 -0000	1.20
+++ ChangeLog	2 Feb 2011 16:34:45 -0000	1.21
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/transaction-simple
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/ChangeLog,v 1.20 2011/02/02 10:01:27 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/ChangeLog,v 1.21 2011/02/02 16:34:45 graaff Exp $
+
+  02 Feb 2011; Hans de Graaff <graaff@gentoo.org>
+  -transaction-simple-1.4.0.ebuild:
+  Remove old version.
 
   02 Feb 2011; Markos Chandras <hwoarang@gentoo.org>
   transaction-simple-1.4.0-r1.ebuild:






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

end of thread, other threads:[~2011-02-02 16:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-02 16:34 [gentoo-commits] gentoo-x86 commit in dev-ruby/transaction-simple: ChangeLog transaction-simple-1.4.0.ebuild Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2009-05-31 16:21 Raul Porcel (armin76)
2009-05-31 10:11 Markus Meier (maekke)
2009-04-14 20:46 Thomas Anderson (gentoofan23)
2009-04-14 17:09 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