graaff      14/07/09 05:22:24

  Modified:             ChangeLog
  Added:                syslogger-1.6.0.ebuild
  Log:
  Version bump. Add ruby21. Drop jruby due to code incompatibility.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.12                 dev-ruby/syslogger/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/syslogger/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   24 Apr 2014 16:44:01 -0000      1.11
+++ ChangeLog   9 Jul 2014 05:22:24 -0000       1.12
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/syslogger
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/syslogger/ChangeLog,v 1.11 
2014/04/24 16:44:01 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/syslogger/ChangeLog,v 1.12 
2014/07/09 05:22:24 graaff Exp $
+
+*syslogger-1.6.0 (09 Jul 2014)
+
+  09 Jul 2014; Hans de Graaff <[email protected]> +syslogger-1.6.0.ebuild:
+  Version bump. Add ruby21. Drop jruby due to code incompatibility.
 
   24 Apr 2014; Manuel RĂ¼ger <[email protected]> syslogger-1.5.1-r1.ebuild:
   Remove ruby18 support.



1.1                  dev-ruby/syslogger/syslogger-1.6.0.ebuild

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

Index: syslogger-1.6.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/syslogger/syslogger-1.6.0.ebuild,v 
1.1 2014/07/09 05:22:24 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_RECIPE_TEST="rspec"

RUBY_FAKEGEM_DOCDIR="rdoc"
RUBY_FAKEGEM_EXTRADOC="README.rdoc"

# if ever needed
#GITHUB_USER="crohr"
#GITHUB_PROJECT="${PN}"

inherit ruby-fakegem

DESCRIPTION="Drop-in replacement for the standard Logger, that logs to the 
syslog"
HOMEPAGE="https://github.com/crohr/syslogger";

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

ruby_add_bdepend "
        doc? ( >=dev-ruby/rdoc-2.4.2 )"

all_ruby_prepare() {
        sed -i '/[Bb]undler/d' Rakefile || die
}




Reply via email to