graaff      15/04/19 18:45:44

  Modified:             ChangeLog ruby-tcpwrap-0.6-r2.ebuild
  Added:                ruby-tcpwrap-0.6-r3.ebuild
  Log:
  Create stable candidate.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.26                 dev-ruby/ruby-tcpwrap/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-tcpwrap/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   25 Mar 2015 20:10:04 -0000      1.25
+++ ChangeLog   19 Apr 2015 18:45:44 -0000      1.26
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/ruby-tcpwrap
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-tcpwrap/ChangeLog,v 1.25 
2015/03/25 20:10:04 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-tcpwrap/ChangeLog,v 1.26 
2015/04/19 18:45:44 graaff Exp $
+
+*ruby-tcpwrap-0.6-r3 (19 Apr 2015)
+
+  19 Apr 2015; Hans de Graaff <[email protected]> ruby-tcpwrap-0.6-r2.ebuild,
+  +ruby-tcpwrap-0.6-r3.ebuild:
+  Create stable candidate.
 
   25 Mar 2015; Hans de Graaff <[email protected]> ruby-tcpwrap-0.6-r2.ebuild:
   Document ruby22 status.



1.5                  dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6-r2.ebuild

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

Index: ruby-tcpwrap-0.6-r2.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ruby-tcpwrap-0.6-r2.ebuild  25 Mar 2015 20:10:04 -0000      1.4
+++ ruby-tcpwrap-0.6-r2.ebuild  19 Apr 2015 18:45:44 -0000      1.5
@@ -1,11 +1,11 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6-r2.ebuild,v 1.4 
2015/03/25 20:10:04 graaff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6-r2.ebuild,v 1.5 
2015/04/19 18:45:44 graaff Exp $
 
 EAPI=5
 
 # ruby22 -> Does not compile
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby19 ruby20"
 
 inherit ruby-ng
 



1.1                  dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6-r3.ebuild

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

Index: ruby-tcpwrap-0.6-r3.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6-r3.ebuild,v 1.1 
2015/04/19 18:45:44 graaff Exp $

EAPI=5

# ruby22 -> Does not compile
USE_RUBY="ruby19 ruby20 ruby21"

inherit ruby-ng

DESCRIPTION="A TCP wrappers library for Ruby"
HOMEPAGE="http://raa.ruby-lang.org/list.rhtml?name=ruby-tcpwrap";
SRC_URI="http://shugo.net/archive/ruby-tcpwrap/${P}.tar.gz";

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~mips ~ppc ~x86"
IUSE=""

DEPEND+=" net-libs/libident
        sys-apps/tcp-wrappers"

RDEPEND+=" net-libs/libident
        sys-apps/tcp-wrappers"

RUBY_S="${PN}"
RUBY_PATCHES=( "${P}-ruby19.patch" )

each_ruby_configure() {
        ${RUBY} extconf.rb || die "extconf.rb failed"
}

each_ruby_compile() {
        # We have injected --no-undefined in Ruby as a safety precaution
        # against broken ebuilds, but the Ruby-Gnome bindings
        # unfortunately rely on the lazy load of other extensions; see bug
        # #320545.
        find . -name Makefile -print0 | xargs -0 \
                sed -i -e 's:-Wl,--no-undefined ::' || die "--no-undefined 
removal failed"

        emake V=1
}

each_ruby_install() {
        emake DESTDIR="${D}" install V=1
}

all_ruby_install() {
        dodoc README*
        dohtml doc/*

        docinto sample
        dodoc sample/*
}




Reply via email to