summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2012-02-27 23:47:45 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2012-02-27 23:47:45 +0000
commitae6639d3f859a37a4159474daa66d5b467aebb8f (patch)
tree74bef1655eaa916bafd2c3a672385cb30a49a765 /dev-ruby
parentVersion bump. (diff)
downloadgentoo-2-ae6639d3f859a37a4159474daa66d5b467aebb8f.tar.gz
gentoo-2-ae6639d3f859a37a4159474daa66d5b467aebb8f.tar.bz2
gentoo-2-ae6639d3f859a37a4159474daa66d5b467aebb8f.zip
Version bump; since the new version uses kramdown rather than redcloth, add support for JRuby and Ruby 1.9 as well.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/radius/ChangeLog10
-rw-r--r--dev-ruby/radius/radius-0.7.3.ebuild20
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-ruby/radius/ChangeLog b/dev-ruby/radius/ChangeLog
index fd0f4bdc5219..6aeed1fd07c9 100644
--- a/dev-ruby/radius/ChangeLog
+++ b/dev-ruby/radius/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/radius
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/radius/ChangeLog,v 1.7 2011/08/15 06:11:06 graaff Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/radius/ChangeLog,v 1.8 2012/02/27 23:47:45 flameeyes Exp $
+
+*radius-0.7.3 (27 Feb 2012)
+
+ 27 Feb 2012; Diego E. Pettenò <flameeyes@gentoo.org> +radius-0.7.3.ebuild:
+ Version bump; since the new version uses kramdown rather than redcloth, add
+ support for JRuby and Ruby 1.9 as well.
*radius-0.7.1 (15 Aug 2011)
diff --git a/dev-ruby/radius/radius-0.7.3.ebuild b/dev-ruby/radius/radius-0.7.3.ebuild
new file mode 100644
index 000000000000..bf5909dafd5a
--- /dev/null
+++ b/dev-ruby/radius/radius-0.7.3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/radius/radius-0.7.3.ebuild,v 1.1 2012/02/27 23:47:45 flameeyes Exp $
+
+EAPI=4
+USE_RUBY="ruby18 ruby19 ree18 jruby"
+
+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="~amd64"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/kramdown )"