mrueg       15/03/19 20:12:01

  Modified:             ChangeLog
  Added:                syslogger-1.6.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.14                 dev-ruby/syslogger/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/syslogger/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   30 Oct 2014 14:01:20 -0000      1.13
+++ ChangeLog   19 Mar 2015 20:12:01 -0000      1.14
@@ -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.13 
2014/10/30 14:01:20 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/syslogger/ChangeLog,v 1.14 
2015/03/19 20:12:01 mrueg Exp $
+
+*syslogger-1.6.1 (19 Mar 2015)
+
+  19 Mar 2015; Manuel Rüger <mr...@gentoo.org> +syslogger-1.6.1.ebuild:
+  Version bump.
 
   30 Oct 2014; Manuel Rüger <mr...@gentoo.org> -syslogger-1.5.1-r1.ebuild,
   syslogger-1.6.0.ebuild:



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

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

Index: syslogger-1.6.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/syslogger/syslogger-1.6.1.ebuild,v 
1.1 2015/03/19 20:12:01 mrueg 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