diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-03-28 08:17:05 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-03-28 08:17:05 +0000 |
commit | 05fbfceecf351b97fffa9c51da143b275c40cd5f (patch) | |
tree | 50a0fa1ad6f98b05bcbaff9e01e8cb160e109830 /dev-ruby | |
parent | Fixed EJAB-890 (subscription request produces many authorization requests wit... (diff) | |
download | gentoo-2-05fbfceecf351b97fffa9c51da143b275c40cd5f.tar.gz gentoo-2-05fbfceecf351b97fffa9c51da143b275c40cd5f.tar.bz2 gentoo-2-05fbfceecf351b97fffa9c51da143b275c40cd5f.zip |
Version bump
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/redcloth/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ruby/redcloth/redcloth-4.1.9.ebuild | 19 |
2 files changed, 26 insertions, 2 deletions
diff --git a/dev-ruby/redcloth/ChangeLog b/dev-ruby/redcloth/ChangeLog index 7fa0dc86fd3b..92331a422c3d 100644 --- a/dev-ruby/redcloth/ChangeLog +++ b/dev-ruby/redcloth/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/redcloth -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.23 2008/12/26 15:10:01 graaff Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.24 2009/03/28 08:17:05 graaff Exp $ + +*redcloth-4.1.9 (28 Mar 2009) + + 28 Mar 2009; Hans de Graaff <graaff@gentoo.org> +redcloth-4.1.9.ebuild: + Version bump with Ruby 1.9 compatibility and bug fixes. *redcloth-4.1.1 (26 Dec 2008) diff --git a/dev-ruby/redcloth/redcloth-4.1.9.ebuild b/dev-ruby/redcloth/redcloth-4.1.9.ebuild new file mode 100644 index 000000000000..c05b07ad1566 --- /dev/null +++ b/dev-ruby/redcloth/redcloth-4.1.9.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.1.9.ebuild,v 1.1 2009/03/28 08:17:05 graaff Exp $ + +inherit ruby gems + +MY_P="RedCloth-${PV}" +DESCRIPTION="A module for using Textile in Ruby" +HOMEPAGE="http://www.whytheluckystiff.net/ruby/redcloth/" +SRC_URI="http://gems.rubyforge.org/gems/${MY_P}.gem" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" +IUSE="" + +USE_RUBY="ruby18 ruby19" + +S=${WORKDIR}/${MY_P} |