graaff      14/10/22 06:25:26

  Modified:             ChangeLog
  Added:                chunky_png-1.3.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.16                 dev-ruby/chunky_png/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/chunky_png/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   11 May 2014 22:16:10 -0000      1.15
+++ ChangeLog   22 Oct 2014 06:25:26 -0000      1.16
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/chunky_png
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/chunky_png/ChangeLog,v 1.15 
2014/05/11 22:16:10 vikraman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/chunky_png/ChangeLog,v 1.16 
2014/10/22 06:25:26 graaff Exp $
+
+*chunky_png-1.3.2 (22 Oct 2014)
+
+  22 Oct 2014; Hans de Graaff <gra...@gentoo.org> +chunky_png-1.3.2.ebuild:
+  Version bump.
 
   11 May 2014; Vikraman Choudhury (vikraman) <vikra...@gentoo.org>
   chunky_png-1.3.0.ebuild, chunky_png-1.3.1.ebuild:



1.1                  dev-ruby/chunky_png/chunky_png-1.3.2.ebuild

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

Index: chunky_png-1.3.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/chunky_png/chunky_png-1.3.2.ebuild,v 1.1 
2014/10/22 06:25:26 graaff Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 ruby21 jruby"

RUBY_FAKEGEM_RECIPE_TEST="rspec"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_DOCDIR=""

RUBY_FAKEGEM_EXTRADOC="BENCHMARKS.rdoc README.rdoc"

RUBY_FAKEGEM_GEMSPEC="chunky_png.gemspec"

inherit ruby-fakegem

DESCRIPTION="Pure Ruby library that can read and write PNG images"
HOMEPAGE="http://wiki.github.com/wvanbergen/chunky_png";

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

all_ruby_prepare() {
        sed -i -e '/[bB]undler/s:^:#:' {spec,benchmarks}/*.rb || die
        rm Gemfile* || die

        # Avoid git dependency
        sed -i -e '/s.files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
}




Reply via email to