public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/rqrcode: rqrcode-0.4.2-r1.ebuild ChangeLog
@ 2013-12-20  0:04 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rueger (mrueg) @ 2013-12-20  0:04 UTC (permalink / raw
  To: gentoo-commits

mrueg       13/12/20 00:04:53

  Modified:             ChangeLog
  Added:                rqrcode-0.4.2-r1.ebuild
  Log:
  Add ruby20 target.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.3                  dev-ruby/rqrcode/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rqrcode/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	14 Aug 2012 18:47:45 -0000	1.2
+++ ChangeLog	20 Dec 2013 00:04:53 -0000	1.3
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/rqrcode
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rqrcode/ChangeLog,v 1.2 2012/08/14 18:47:45 flameeyes Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rqrcode/ChangeLog,v 1.3 2013/12/20 00:04:53 mrueg Exp $
+
+*rqrcode-0.4.2-r1 (20 Dec 2013)
+
+  20 Dec 2013; Manuel Rüger <mrueg@gentoo.org> +rqrcode-0.4.2-r1.ebuild:
+  Add ruby20 target.
 
   14 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> metadata.xml:
   Update metadata.xml so that it's the same as most other packages.



1.1                  dev-ruby/rqrcode/rqrcode-0.4.2-r1.ebuild

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

Index: rqrcode-0.4.2-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rqrcode/rqrcode-0.4.2-r1.ebuild,v 1.1 2013/12/20 00:04:53 mrueg Exp $

EAPI=5

USE_RUBY="ruby18 ruby19 ruby20 jruby"

RUBY_FAKEGEM_TASK_TEST="test"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_DOCDIR=""

RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md"

inherit ruby-fakegem

DESCRIPTION="Library for encoding QR Codes."
HOMEPAGE="http://whomwah.github.com/rqrcode/"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

all_ruby_prepare() {
	sed -i -e '/[bB]undler/s:^:#:' Rakefile
}





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/rqrcode: rqrcode-0.4.2-r1.ebuild ChangeLog
@ 2014-05-21  1:37 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-05-21  1:37 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/05/21 01:37:38

  Modified:             rqrcode-0.4.2-r1.ebuild ChangeLog
  Log:
  Remove ruby18 target. Add missing die.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.2                  dev-ruby/rqrcode/rqrcode-0.4.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rqrcode/rqrcode-0.4.2-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rqrcode/rqrcode-0.4.2-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rqrcode/rqrcode-0.4.2-r1.ebuild?r1=1.1&r2=1.2

Index: rqrcode-0.4.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rqrcode/rqrcode-0.4.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rqrcode-0.4.2-r1.ebuild	20 Dec 2013 00:04:53 -0000	1.1
+++ rqrcode-0.4.2-r1.ebuild	21 May 2014 01:37:37 -0000	1.2
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rqrcode/rqrcode-0.4.2-r1.ebuild,v 1.1 2013/12/20 00:04:53 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rqrcode/rqrcode-0.4.2-r1.ebuild,v 1.2 2014/05/21 01:37:37 mrueg Exp $
 
 EAPI=5
 
-USE_RUBY="ruby18 ruby19 ruby20 jruby"
+USE_RUBY="ruby19 ruby20 jruby"
 
 RUBY_FAKEGEM_TASK_TEST="test"
 
@@ -15,7 +15,7 @@
 
 inherit ruby-fakegem
 
-DESCRIPTION="Library for encoding QR Codes."
+DESCRIPTION="Library for encoding QR Codes"
 HOMEPAGE="http://whomwah.github.com/rqrcode/"
 
 LICENSE="MIT"
@@ -24,5 +24,5 @@
 IUSE=""
 
 all_ruby_prepare() {
-	sed -i -e '/[bB]undler/s:^:#:' Rakefile
+	sed -i -e '/[bB]undler/s:^:#:' Rakefile || die
 }



1.5                  dev-ruby/rqrcode/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rqrcode/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	8 Mar 2014 02:11:53 -0000	1.4
+++ ChangeLog	21 May 2014 01:37:37 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rqrcode
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rqrcode/ChangeLog,v 1.4 2014/03/08 02:11:53 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rqrcode/ChangeLog,v 1.5 2014/05/21 01:37:37 mrueg Exp $
+
+  21 May 2014; Manuel Rüger <mrueg@gentoo.org> rqrcode-0.4.2-r1.ebuild:
+  Remove ruby18 target. Add missing die.
 
   08 Mar 2014; Manuel Rüger <mrueg@gentoo.org> -rqrcode-0.4.2.ebuild:
   Cleanup old.





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/rqrcode: rqrcode-0.4.2-r1.ebuild ChangeLog
@ 2014-08-06  7:09 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-08-06  7:09 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/08/06 07:09:18

  Modified:             rqrcode-0.4.2-r1.ebuild ChangeLog
  Log:
  Add ruby21 target.
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.3                  dev-ruby/rqrcode/rqrcode-0.4.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rqrcode/rqrcode-0.4.2-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rqrcode/rqrcode-0.4.2-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rqrcode/rqrcode-0.4.2-r1.ebuild?r1=1.2&r2=1.3

Index: rqrcode-0.4.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rqrcode/rqrcode-0.4.2-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rqrcode-0.4.2-r1.ebuild	21 May 2014 01:37:37 -0000	1.2
+++ rqrcode-0.4.2-r1.ebuild	6 Aug 2014 07:09:18 -0000	1.3
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rqrcode/rqrcode-0.4.2-r1.ebuild,v 1.2 2014/05/21 01:37:37 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rqrcode/rqrcode-0.4.2-r1.ebuild,v 1.3 2014/08/06 07:09:18 mrueg Exp $
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20 jruby"
+USE_RUBY="ruby19 ruby20 ruby21 jruby"
 
 RUBY_FAKEGEM_TASK_TEST="test"
 



1.6                  dev-ruby/rqrcode/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rqrcode/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	21 May 2014 01:37:37 -0000	1.5
+++ ChangeLog	6 Aug 2014 07:09:18 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rqrcode
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rqrcode/ChangeLog,v 1.5 2014/05/21 01:37:37 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rqrcode/ChangeLog,v 1.6 2014/08/06 07:09:18 mrueg Exp $
+
+  06 Aug 2014; Manuel Rüger <mrueg@gentoo.org> rqrcode-0.4.2-r1.ebuild:
+  Add ruby21 target.
 
   21 May 2014; Manuel Rüger <mrueg@gentoo.org> rqrcode-0.4.2-r1.ebuild:
   Remove ruby18 target. Add missing die.





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/rqrcode: rqrcode-0.4.2-r1.ebuild ChangeLog
@ 2014-11-10 17:09 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-11-10 17:09 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/11/10 17:09:01

  Modified:             rqrcode-0.4.2-r1.ebuild ChangeLog
  Log:
  Drop jruby target.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.4                  dev-ruby/rqrcode/rqrcode-0.4.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rqrcode/rqrcode-0.4.2-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rqrcode/rqrcode-0.4.2-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rqrcode/rqrcode-0.4.2-r1.ebuild?r1=1.3&r2=1.4

Index: rqrcode-0.4.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rqrcode/rqrcode-0.4.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rqrcode-0.4.2-r1.ebuild	6 Aug 2014 07:09:18 -0000	1.3
+++ rqrcode-0.4.2-r1.ebuild	10 Nov 2014 17:09:01 -0000	1.4
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rqrcode/rqrcode-0.4.2-r1.ebuild,v 1.3 2014/08/06 07:09:18 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rqrcode/rqrcode-0.4.2-r1.ebuild,v 1.4 2014/11/10 17:09:01 mrueg Exp $
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20 ruby21 jruby"
+USE_RUBY="ruby19 ruby20 ruby21"
 
 RUBY_FAKEGEM_TASK_TEST="test"
 



1.7                  dev-ruby/rqrcode/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rqrcode/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	6 Aug 2014 07:09:18 -0000	1.6
+++ ChangeLog	10 Nov 2014 17:09:01 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rqrcode
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rqrcode/ChangeLog,v 1.6 2014/08/06 07:09:18 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rqrcode/ChangeLog,v 1.7 2014/11/10 17:09:01 mrueg Exp $
+
+  10 Nov 2014; Manuel Rüger <mrueg@gentoo.org> rqrcode-0.4.2-r1.ebuild:
+  Drop jruby target.
 
   06 Aug 2014; Manuel Rüger <mrueg@gentoo.org> rqrcode-0.4.2-r1.ebuild:
   Add ruby21 target.





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

end of thread, other threads:[~2014-11-10 17:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-21  1:37 [gentoo-commits] gentoo-x86 commit in dev-ruby/rqrcode: rqrcode-0.4.2-r1.ebuild ChangeLog Manuel Rueger (mrueg)
  -- strict thread matches above, loose matches on Subject: below --
2014-11-10 17:09 Manuel Rueger (mrueg)
2014-08-06  7:09 Manuel Rueger (mrueg)
2013-12-20  0:04 Manuel Rueger (mrueg)

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