public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/radius: ChangeLog radius-0.7.4-r1.ebuild radius-0.7.4-r2.ebuild
@ 2015-04-26 18:25 Hans de Graaff (graaff)
  0 siblings, 0 replies; only message in thread
From: Hans de Graaff (graaff) @ 2015-04-26 18:25 UTC (permalink / raw
  To: gentoo-commits

graaff      15/04/26 18:25:05

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

Revision  Changes    Path
1.17                 dev-ruby/radius/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/radius/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	5 Aug 2014 16:00:25 -0000	1.16
+++ ChangeLog	26 Apr 2015 18:25:05 -0000	1.17
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/radius
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/radius/ChangeLog,v 1.16 2014/08/05 16:00:25 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/radius/ChangeLog,v 1.17 2015/04/26 18:25:05 graaff Exp $
+
+*radius-0.7.4-r2 (26 Apr 2015)
+
+  26 Apr 2015; Hans de Graaff <graaff@gentoo.org> radius-0.7.4-r1.ebuild,
+  +radius-0.7.4-r2.ebuild:
+  Create stable candidate.
 
   05 Aug 2014; Manuel Rüger <mrueg@gentoo.org> radius-0.7.4-r1.ebuild:
   Remove trailing '.' from DESCRIPTION.



1.4                  dev-ruby/radius/radius-0.7.4-r1.ebuild

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

Index: radius-0.7.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/radius/radius-0.7.4-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- radius-0.7.4-r1.ebuild	5 Aug 2014 16:00:25 -0000	1.3
+++ radius-0.7.4-r1.ebuild	26 Apr 2015 18:25:05 -0000	1.4
@@ -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/radius/radius-0.7.4-r1.ebuild,v 1.3 2014/08/05 16:00:25 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/radius/radius-0.7.4-r1.ebuild,v 1.4 2015/04/26 18:25:05 graaff Exp $
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby19 ruby20"
 
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG QUICKSTART.rdoc README.rdoc"
 



1.1                  dev-ruby/radius/radius-0.7.4-r2.ebuild

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

Index: radius-0.7.4-r2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/radius/radius-0.7.4-r2.ebuild,v 1.1 2015/04/26 18:25:05 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_EXTRADOC="CHANGELOG QUICKSTART.rdoc README.rdoc"

inherit ruby-fakegem

DESCRIPTION="Powerful tag-based template system"
HOMEPAGE="https://github.com/jlong/radius http://radius.rubyforge.org/"

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

ruby_add_bdepend "test? ( dev-ruby/kramdown )"

all_ruby_prepare() {
	sed -i -e "/simplecov/,/end/d" -e "/coveralls/d" test/test_helper.rb || die
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-04-26 18:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-26 18:25 [gentoo-commits] gentoo-x86 commit in dev-ruby/radius: ChangeLog radius-0.7.4-r1.ebuild radius-0.7.4-r2.ebuild Hans de Graaff (graaff)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox