graaff      15/06/05 05:25:33

  Modified:             ChangeLog
  Added:                rqrcode-0.6.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.9                  dev-ruby/rqrcode/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rqrcode/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   25 Mar 2015 16:15:25 -0000      1.8
+++ ChangeLog   5 Jun 2015 05:25:33 -0000       1.9
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/rqrcode
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rqrcode/ChangeLog,v 1.8 2015/03/25 
16:15:25 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rqrcode/ChangeLog,v 1.9 2015/06/05 
05:25:33 graaff Exp $
+
+*rqrcode-0.6.0 (05 Jun 2015)
+
+  05 Jun 2015; Hans de Graaff <[email protected]> +rqrcode-0.6.0.ebuild:
+  Version bump.
 
   25 Mar 2015; Hans de Graaff <[email protected]> rqrcode-0.4.2-r1.ebuild:
   Add ruby22.



1.1                  dev-ruby/rqrcode/rqrcode-0.6.0.ebuild

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

Index: rqrcode-0.6.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rqrcode/rqrcode-0.6.0.ebuild,v 1.1 
2015/06/05 05:25:33 graaff Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 ruby21 ruby22"

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=""

ruby_add_rdepend "dev-ruby/chunky_png"

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




Reply via email to