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.6.1-r1.ebuild
@ 2010-06-01  7:55 Hans de Graaff (graaff)
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2010-06-01  7:55 UTC (permalink / raw
  To: gentoo-commits

graaff      10/06/01 07:55:06

  Modified:             ChangeLog
  Added:                radius-0.6.1-r1.ebuild
  Log:
  Convert to ruby-fakegem.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-ruby/radius/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/radius/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	9 Dec 2009 21:36:54 -0000	1.3
+++ ChangeLog	1 Jun 2010 07:55:05 -0000	1.4
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/radius
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/radius/ChangeLog,v 1.3 2009/12/09 21:36:54 graaff Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/radius/ChangeLog,v 1.4 2010/06/01 07:55:05 graaff Exp $
+
+*radius-0.6.1-r1 (01 Jun 2010)
+
+  01 Jun 2010; Hans de Graaff <graaff@gentoo.org> +radius-0.6.1-r1.ebuild:
+  Convert to ruby-fakegem.
 
   09 Dec 2009; Hans de Graaff <graaff@gentoo.org> -radius-0.5.1.ebuild:
   Remove old version.



1.1                  dev-ruby/radius/radius-0.6.1-r1.ebuild

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

Index: radius-0.6.1-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/radius/radius-0.6.1-r1.ebuild,v 1.1 2010/06/01 07:55:05 graaff Exp $

EAPI=2
USE_RUBY="ruby18"

RUBY_FAKEGEM_TASK_DOC="docs"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG QUICKSTART.rdoc README.rdoc"

inherit ruby-fakegem

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

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

# Remove newgem related tasks to avoid dependency on it. This is only
# needed to create and distribute the gem.
all_ruby_prepare() {
	sed -i -e '/newgem\/tasks/d' Rakefile || die "Unable to remove newgem code."
	sed -i -e 's/newgem//' Rakefile || die "Unable to remove newgem code."
	sed -i -e 's/::Newgem::VERSION/0/' Rakefile || die "Unable to remove newgem code."
}

ruby_add_bdepend "dev-ruby/hoe"






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/radius: ChangeLog radius-0.6.1-r1.ebuild
@ 2011-02-16  7:12 Hans de Graaff (graaff)
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2011-02-16  7:12 UTC (permalink / raw
  To: gentoo-commits

graaff      11/02/16 07:12:39

  Modified:             ChangeLog radius-0.6.1-r1.ebuild
  Log:
  Add missing dependency on rubigen. Add ree18.
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-ruby/radius/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/radius/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	13 Aug 2010 06:30:03 -0000	1.5
+++ ChangeLog	16 Feb 2011 07:12:39 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/radius
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/radius/ChangeLog,v 1.5 2010/08/13 06:30:03 graaff Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/radius/ChangeLog,v 1.6 2011/02/16 07:12:39 graaff Exp $
+
+  16 Feb 2011; Hans de Graaff <graaff@gentoo.org> radius-0.6.1-r1.ebuild:
+  Add missing dependency on rubigen. Add ree18.
 
   13 Aug 2010; Hans de Graaff <graaff@gentoo.org> -radius-0.6.1.ebuild:
   Remove old version.



1.2                  dev-ruby/radius/radius-0.6.1-r1.ebuild

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

Index: radius-0.6.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/radius/radius-0.6.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- radius-0.6.1-r1.ebuild	1 Jun 2010 07:55:05 -0000	1.1
+++ radius-0.6.1-r1.ebuild	16 Feb 2011 07:12:39 -0000	1.2
@@ -1,9 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/radius/radius-0.6.1-r1.ebuild,v 1.1 2010/06/01 07:55:05 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/radius/radius-0.6.1-r1.ebuild,v 1.2 2011/02/16 07:12:39 graaff Exp $
 
 EAPI=2
-USE_RUBY="ruby18"
+USE_RUBY="ruby18 ree18"
 
 RUBY_FAKEGEM_TASK_DOC="docs"
 RUBY_FAKEGEM_DOCDIR="doc"
@@ -27,4 +27,4 @@
 	sed -i -e 's/::Newgem::VERSION/0/' Rakefile || die "Unable to remove newgem code."
 }
 
-ruby_add_bdepend "dev-ruby/hoe"
+ruby_add_bdepend "dev-ruby/hoe dev-ruby/rubigen"






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-02-16  7:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-01  7:55 [gentoo-commits] gentoo-x86 commit in dev-ruby/radius: ChangeLog radius-0.6.1-r1.ebuild Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2011-02-16  7:12 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