graaff      15/02/20 07:03:59

  Modified:             ChangeLog http_parser_rb-0.6.0.ebuild
  Added:                http_parser_rb-0.6.0-r1.ebuild
  Log:
  Create stable candidate.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.5                  dev-ruby/http_parser_rb/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/http_parser_rb/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   19 Dec 2014 13:27:30 -0000      1.4
+++ ChangeLog   20 Feb 2015 07:03:59 -0000      1.5
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/http_parser_rb
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http_parser_rb/ChangeLog,v 1.4 
2014/12/19 13:27:30 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http_parser_rb/ChangeLog,v 1.5 
2015/02/20 07:03:59 graaff Exp $
+
+*http_parser_rb-0.6.0-r1 (20 Feb 2015)
+
+  20 Feb 2015; Hans de Graaff <[email protected]> http_parser_rb-0.6.0.ebuild,
+  +http_parser_rb-0.6.0-r1.ebuild:
+  Create stable candidate.
 
   19 Dec 2014; Agostino Sarubbo <[email protected]> http_parser_rb-0.6.0.ebuild:
   Add ~x86, wrt bug #511176



1.5                  dev-ruby/http_parser_rb/http_parser_rb-0.6.0.ebuild

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

Index: http_parser_rb-0.6.0.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/http_parser_rb/http_parser_rb-0.6.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- http_parser_rb-0.6.0.ebuild 19 Dec 2014 13:27:30 -0000      1.4
+++ http_parser_rb-0.6.0.ebuild 20 Feb 2015 07:03:59 -0000      1.5
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/http_parser_rb/http_parser_rb-0.6.0.ebuild,v 
1.4 2014/12/19 13:27:30 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/http_parser_rb/http_parser_rb-0.6.0.ebuild,v 
1.5 2015/02/20 07:03:59 graaff Exp $
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby19 ruby20"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 



1.1                  dev-ruby/http_parser_rb/http_parser_rb-0.6.0-r1.ebuild

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

Index: http_parser_rb-0.6.0-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/http_parser_rb/http_parser_rb-0.6.0-r1.ebuild,v
 1.1 2015/02/20 07:03:59 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_RECIPE_TEST="rspec"

RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="README.md"

RUBY_FAKEGEM_NAME="http_parser.rb"

inherit ruby-fakegem

DESCRIPTION="Simple callback-based HTTP request/response parser"
HOMEPAGE="http://github.com/tmm1/http_parser.rb";

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

each_ruby_configure() {
        ${RUBY} -Cext/ruby_http_parser extconf.rb || die
}

each_ruby_compile() {
        emake -Cext/ruby_http_parser V=1
        cp ext/ruby_http_parser/ruby_http_parser.so lib/ || die
}




Reply via email to